/******************************************/ /*ブラウザ初期化*/ * { margin: 0px; padding: 0px; font-style: normal; font-weight: normal; font-size : 100%; } /******************************************/ /*全体設定*/ body{ position: relative; margin:0px; /*全体の余白*/ text-align:center; /*センタリングIEバグ回避用*/ background-color:#fff; /*全体の背景色*/ font-family:Verdana, "Tahoma,Arial,sans-serif,MS Pゴシック",MS UI Gothic, Osaka;/*フォントの設定*/ color:#666; /*文字色の設定*/ font-size: 1em; /*文字サイズ。 Internet Explorerの文字のサイズ-中、Firefoxの文字サイズ-標準サイズに合わせてあります。*/ line-height: 1.3; /*行間の設定 1を切ると重なる 単位はつけない*/ } /******************************************/ a:link , a:visited , a:hover , a:active{/*リンクフォントの設定*/ color: #77f; /*リンクの色*/ text-decoration: none; /*リンク下線の設定。underlineで下線有り。noneで下線無し。*/ } /******************************************/ /*メインページ*/ #lpage{ text-align:left; /*センタリングIEバグ回避用*/ width:48%; /*タイトル部分の幅*/ background-color:#fff; /*全体の背景色*/ float:left; /*メニュー位置設定*/ font-weight: 0.8em; /*文字の太さ*/ } #rpage{ text-align:left; /*センタリングIEバグ回避用*/ width:48%; /*タイトル部分の幅*/ background-color:#fff; /*全体の背景色*/ float:right; /*メインコンテンツ位置設定*/ font-weight: 0.8em; /*文字の太さ*/ } /******************************************/ /*細々*//*見出し*/ h1{/*ページ見出し*/ width:90%; /*タイトル部分の幅*/ font-size:2em; color:#36C; /*タイトル文字の色*/ border-width:0px 0px 7px 0px; border-color:#ACF ; border-style:double; margin-left:auto; /*センタリングのための左の余白*/ margin-right:auto; /*センタリングのための右の余白*/ margin-top : 10px; font-weight: bold; /*文字の太さ*/ text-align:center; /*センタリングIEバグ回避用*/ } h2{/*小見出し*/ width:90%; /*タイトル部分の幅*/ font-size:1.3em; color:#339; /*タイトル文字の色*/ border-width:0px 0px 2px 0px; border-color:#BBF ; border-style:solid ; margin-left:auto; /*センタリングのための左の余白*/ margin-right:auto; /*センタリングのための右の余白*/ margin-top : 20px; margin-bottom: 1em; font-weight: bold; /*文字の太さ*/ text-align:center; /*センタリングIEバグ回避用*/ } h3{ width:90%; /*タイトル部分の幅*/ font-size:1.1em; color:#36C; /*タイトル文字の色*/ border-width:0px 0px 2px 6px; border-color:#ACF #26D; border-style:solid double; font-weight: bold; /*文字の太さ*/ } h4{ width:45%; /*タイトル部分の幅*/ font-size:1.1em; color:#36C; /*タイトル文字の色*/ border-width:0px 0px 2px 6px; border-color:#ACF #26D; border-style:solid double; font-weight: bold; /*文字の太さ*/ } /******************************************/ /*強調*/ strong.strong1{color:#36C;font-weight: bold;} strong.strong2{color:#339;font-weight: bold;} strong.strong3{color:#0f0;font-weight: bold;} /******************************************/ /*空行*/ .br2{margin-bottom: 2em;} .br3{margin-bottom: 3em;} .br4{margin-bottom: 4em;} /******************************************/ /*画像*/ img{ border:0px;} .imgst{ text-align: center; /*センタリングのための左の余白*/ margin-top : 2em; margin-bottom: 2em; } /******************************************/ .next1{ display:inline; width:48%; text-align: center; position:absolute; bottom: 0;} .next2{ }