@charset "shift_JIS"; /* ********************************************************* * * AGss * テンプレート001 * 2006年4月15日に閉鎖いたしました。 * * ********************************************************* */ /* ================================================ */ /* 全体設定 */ * { margin: 0; padding: 0; font-style : normal; font-weight : normal; } /* body */ body { font-size: 15px; font-family: "MS UI Gothic",monospace,san-serif; /* background-color: #ffffff;*/ background-image: url(imgmissha/16.png) ; line-height: 150%; text-align: center; color: #666; } /* ================================================ */ /* 見出し */ h1,h2 { font-size:19px; font-weight: bold; letter-spacing: 0.2em; font-family: "MS UI Gothic",monospace,san-serif; text-align:center;} h3{ color:#7479c2; font-size:19; text-align:center; font-family: "MS UI Gothic",monospace,san-serif; } /* ================================================ */ /* リンク */ a { color: #302486; font-weight: bold; } /* ================================================ */ /* 文字強調 */ em { color: #EA0000; } strong { font-weight: bold; color: #86242c; } b { font-weight: bold; } /* ================================================ */ /* 画像 */ img { border: 0; border-style: none; } /* ================================================ */ /* ページの整形 */ #container { background: #FFF; border-right: 1px solid #333; border-left: 1px solid #333; margin: 0 auto; width: 760px; } /* ================================================ */ /* ヘッダー */ #header { width: 730px; border-bottom: 1px solid #333; padding: 1px 1px 1px 1px; font-size: 19px; } #header1 { width: 730px; background: #ffffff; border-bottom: 1px solid #333; font-size: 20px; font-family: "MS UI Gothic",monospace,san-serif; color: #000000; padding-left: 10px; padding-top: 3px; padding-right: 0px; padding-bottom: 5px; } /* サイト名 */ h1 { padding: 5px 10px 5px; color: #000; } /* メイン */ #main { width: 715px; background-color:#FFF; padding: 0px 25px 10px 25x; font-size: 19px; text-align:center; color: #000000; } /* imgBox */ .imgBox { border: 2px solid #333; background-image: url(imgmissha/9.png) ; text-align: center; width: 655px; padding: 10px 5px 10px 5px; } /* パンくずリストorカウンター */ p.note { padding: 5px 0; } /* 見出し */ #main h2 { margin: 10px 5px 10px 5px; padding: 4px; font-size: 100%; color: #245386; border-bottom: 1px dashed #333; color:#7479c2; font-size:16; text-align:center; font-family: "MS UI Gothic",monospace,san-serif; } /* 段落・リスト */ #main p,dl { margin: 0 0 10px 10px; } #main dt { font-weight: bold; } #main dd { margin-bottom: 5px; } #main ul { margin: 0 0 10px 30px; list-style: none; } #main li { list-style: none; list-style-type: square; } /* ================================================ */ /* フッター */ #footer { clear: both; border-top: 1px solid #333; padding: 0; margin: 0; background: #245386; text-align: right; } /* 著作権 */ address{ margin: 5px 15px 0 0; padding: 5px; color: #FFF; } a:hover{ color: #00B6EA; background-color:; position:relative;top:1px;left:1px; }