/******************************************/ body{/*全体的な設定*/ margin:0px; /*全体の余白 (0pxでも指定必要)*/ text-align:center; /*センタリングIEバグ回避用*/ background: url(2.jpg); /*全体の背景の設定*/ } /******************************************/ a:link , a:visited{/*リンクフォントの設定 通常*/ color: #666; /*リンクの色*/ text-decoration: underline; /*リンク下線の設定。underlineで下線有り。noneで下線無し。*/ } /******************************************/ a:hover , a:active{/*リンクフォントの設定 マウスオーバー、クリック時*/ color: #27f; /*リンクの色*/ text-decoration: underline; /*リンク下線の設定。underlineで下線有り。noneで下線無し。*/ } /******************************************/ #baseBlock1{/*コンテンツ全体の設定*/ font-family:Georgia, Verdana,MS Pゴシック,MS UI Gothic, Osaka;/*フォントの設定*/ background:url(7.gif) no-repeat bottom center; margin-left:auto; /*センタリングのための左の余白*/ margin-right:auto; /*センタリングのための右の余白*/ color:#888; /*文字色の設定*/ border:1px solid #333; /*枠線の設定*/ width:780px; /*コンテンツ全体の幅*/ text-align:left; /*IEセンタリングバグ回避用。*/ font-size:16px; /*文字サイズ。*/ } /******************************************/ #title{/*タイトル部分*/ width:780px; /*タイトル部分の幅*/ height:251px; /*タイトル部分の高さ*/ background:url(image/1.jpg) no-repeat right;/*背景*/ border-bottom:1px solid #666; /*下の枠線設定*/ } /******************************************/ h1{/*タイトル部分のフォント、文字位置の設定*/ font-size:1.3em; /*タイトル文字の大きさ*/ color:#888; /*タイトル文字の色*/ padding-top:155px; /*文字上側の余白*/ padding-left:40px; /*文字左側の余白*/ padding-right:60px; /*右に余白*/ margin:0px; /*IEと他ブラウザでのずれを回避*/ } /******************************************/ h2{/*サブタイトル部分の設定*/ color:#888; /*文字色*/ padding-left:40px; /*左に余白*/ padding-right:350px; /*右に余白*/ font-size:13px; /*文字サイズ*/ margin:0px; /*IEと他ブラウザでのずれを回避*/ font-weight:normal; /*文字の太さ*/ } /******************************************/ #main{/*メインコンテンツ部分の位置設定*/ width:620; /*メインコンテンツの幅*/ padding-bottom:30px; /*フッターとの間隔*/ float:right; /*位置関係*/ line-height:200% } /******************************************/ #maintext{/*IEと他ブラウザのズレ対策用*/ padding-left:20px; /*文字左側の余白。*/ padding-right:20px; /*右に余白*/ } /******************************************/ h3{/*見出しの設定*/ border-left:px solid #136; /*右に枠線*/ border-bottom:1px solid #136; /*下に枠線*/ padding-left:4px; /*左に余白*/ font-size:1em; /*文字サイズ*/ font-weight:normal; /*文字の太さ*/ margin:0px; /*IEと他ブラウザでのずれを回避*/ margin-bottom:10px; /*下に余白*/ margin-top:10px; /*上に余白*/} /******************************************/ .imgspace-left{/*左の画像配置用*/ width:150px; /*幅*/ float:left; /*位置*/ margin-right:10px; /*右の余白*/} /******************************************/ .imgspace-right{/*左の画像配置用*/ width:200px; /*幅*/ float:right; /*位置*/ margin-left:10px; /*左の余白*/} /******************************************/ .icon{/*アイコン用*/ height:30px; /*高さ*/ margin-left:380px; /*全体的に左に余白*/ padding-left:28px; /*左に余白*/ padding-top:5px; /*上に余白*/ background:url(5.gif) top left no-repeat; /*アイコン画像の設定*/ margin-bottom:5px; /*全体的な下の余白*/ margin-top:5px; /*全体的な上の余白*/ } /******************************************/ #menu{/*メニューの設定*/ width:150px; /*幅*/ float:left; /*位置関係*/ } /******************************************/ #menu-text{/*メニューのテキスト関係*/ margin-left:25px; /*左のに余白設定*/ margin-right:20px; /*右の余白設定*/ } /******************************************/ .menu-title{/*メニューのタイトル部分の設定*/ border:0px solid #333; /*枠線の設定*/ border-left:#338 solid 0px; /*左の枠線の設定*/ border-right:#338 solid 0px; /*右の枠線の設定*/ margin-bottom:10px; /*下に余白*/ margin-top:10px; /*上に余白*/ padding-left:10px; /*左に余白*/ padding-right:10px; /*右に余白*/ background:url(image/tuki.gif) no-repeat;/*背景*/ } /******************************************/ #footer a{ /*ページ下部のリンクテキストのフォント設定*/ color:#aaa; /*テキスト色*/ text-decoration:none; /*下線の設定*/ } /******************************************/ #footer{/*ページ下部の設定*/ clear:both; /*floatによる回り込み解除*/ wigth:732px; /*ページ下部の幅*/ text-align:right; /*フッター文字を中心に配置*/ color:#aaa; /*テキスト色*/ font-size:0.8em; /*テキストの大きさ*/ padding-bottom:10px; /*下に余白*/ padding-right:10px; } /******************************************/ a img{/*画像リンクの設定 余分な物を削除してあります*/ border-style : none; border-width : 0px; text-decoration : none; } /******************************************/ html{/*スクロールバーの色の設定。Internet Explorerのみ適用されます*/ scrollbar-face-color: #fff; /* バーの色 */ scrollbar-3dlight-color: #eee; /* 左上外側ライン */ scrollbar-highlight-color: #ddd; /* 左上内側ライン */ scrollbar-shadow-color: #ccc; /* 右下内側ライン */ scrollbar-darkshadow-color: #bbb; /* 右下外側ライン */ scrollbar-arrow-color: #ccc; /* 矢印 */ scrollbar-track-color: #fff; /* トラック部分 */ } /******************************************/