﻿

 /* 全体 */ 

 .wrapper {
 width: 800px; margin: 0 auto;}

 
 /* ヘッダー */ 
 
 div.header {
 width: 800px; height: 100px; background-image: url(../../img/top_back.jpg); background-repeat: no-repeat;}

 div.header li {
 float: right; border-left: dotted 1px #ccc; padding-left: 10px; margin-right: 12px; list-style: none; font-size: 10px; margin-top: 80px; }

 div.header li a {
 color: #fff; text-decoration: none;}

 div.header li a:hover {
 color: #ccc; text-decoration: underline;}

 .blackline {
 background-color: #000; padding: 5px 0px; margin: 1px 0px;}

 .blackline h1 {
 font-size: 12px; font-weight: bold; margin-left: 10px; color: #fff;}

 .grayline {
 background-color: #a6a8a9; padding: 5px 0px;}

 .grayline h2 {
 font-size: 12px; font-weight: bold; margin-left: 10px; color: #fff;}

 
 /* フッター */ 
 
 div.footer {
 clear: both; text-align: center; background-color: #dd0000; color: #fff; padding: 5px; font-size: 10px; margin-top: 150px; }

 
 /* メインコンテンツ */ 
 
 div.main {
 width: 800px;}

 div.contents_01 {
 margin-top: 50px; padding-bottom: 50px; margin-bottom: 50px; border-bottom: dotted 1px #ccc;}

 div.contents_02 {
 padding-bottom: 50px; margin-bottom: 50px; border-bottom: dotted 1px #ccc;}

 div.contents_03 {
 padding-bottom: 50px; margin-bottom: 50px; border-bottom: dotted 1px #ccc;}

 div.contents_04 {
 padding-bottom: 50px;}

 div.main dt {
 margin-left: 10px; font-weight: bold; font-size: 18px; margin-bottom: 20px; border-left: solid 5px #dd0000; padding-left: 10px;}

 div.main dt a {
 text-decoration: none; color: #333;}

 div.main dt a:hover {
 text-decoration: underline; color: #dd0000;}

 div.main dd {
 margin-left: 40px;}

 div.main dd a {
 text-decoration: none; color: #333;}

 div.main dd a:hover {
 text-decoration: underline; color: #dd0000;
 }


