@charset "Shift_JIS";

/*==============================================================================
  タイトル: インポート用スタイルシート
  著者    : ITO Yosuke
  説明    : 各CSSファイルをインポートします。
==============================================================================*/

a,
a:link,
a:visited{
  color: #4444ee ;
  text-decoration : none ;
}
a:hover{
    color: #ff7626;
    text-decoration : none ;
}

body {
    margin : 5px ;
    padding : 5px ;
    width : 635px ;
    background : white ;
    line-height : 15px ;
    font-size : 14px ;
    color : #444444 ;
}

div.MENU {
    margin      : 0 ;
    padding     : 20px 0 0 10px ;
    font-size   : 14px ;
    font-weight : bold ;
    line-height : 20px ;
    text-align : left ;
}
div.Block {
    padding     : 0px ;
    width       : 100% ;
    background  : white ;
    border      : solid #ccccff 2px ;
}
div.BlockTitle {
    padding     : 2px ;
    background  : #ccccff ;
    font-size   : 14px ;
    font-weight : bold ;
}
div.BlockContent {
    padding     : 4px ;
    background  : white ;
    font-size   : 12px ;
    font-weight : normal ;
    letter-spacing : 1px ;
    line-height : 15px ;
}
div.Frame {
    padding : 10px ;
    width : 635px ;
    border : solid black 1px ;
    letter-spacing : 1px ;
    line-height : 20px ;
    font-size : 14px
;}
div.FrameTitle {
    padding     : 2px 0 10px 0 ;
    font-size   : 14px ;
    font-weight : bold ;
}
p {
    text-indent : 1em ;
}
p.NoIndent {
    text-indent : 0em ;
}
p.letter {
    font-family : Helvetica, Geneva, Arial, SunSans-Regular, sans-serif ;
    text-indent : 0em ;
}

