@charset "UTF-8";



* {
   font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック",verdana,sans-serif;
   color:#333;
}

body {
   margin:0;
   padding:0;
   letter-spacing:1px;
   background:#9cf;
}

br {
   letter-spacing:normal;
}

a {
   color:#333;
   text-decoration:none;
}

a:hover {
   color:#666;
}

img {
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}


div#top {
   width:760px;
   margin:0 auto;
   padding:10px;
   background:#F7F3F7;
}

div#header {
   position:relative;
   width:760px;
   height:150px;
   background:#7BAAD6 url(images/bg_header.gif) 0 0 no-repeat;
}




div#contents {
	float:left;
	width:760px;
	margin-top:10px;
	background-color: #fff;
	background-image: url(images/bg_sub.jpg);
	background-repeat: repeat-y;
	background-position: right 0;
}

div#main {
   float:left;
   width:500px;
   padding:10px;
   background:#fff
}

div#sub {
   float:right;
   width:220px;
   padding:10px;
   background:#cff;
}

div#totop {
   clear:both;
}


div#footer {
   clear:both;
   margin:0 5px;
}


div#header h1 {
   margin:0;
   padding:30px 40px;
   font-size:170%;
   color:#fff;
   line-height:1.0;
}

div#header h1 a {
   color:#fff;
}

div#header h1 a:hover {
   color:#eeeeee;
}




div#main a {
   color:#21699C;
}

div#main a:hover {
   color:#21699C;
   border-bottom:1px solid #21699C;
}

div#main h2 {
   margin-bottom:8px;
   padding:2px 2px 2px 0;
   color:#333;
   font-size:94%;
   font-weight:bold;
   border-bottom:3px double #535D57;
}

div#main h3 {
   margin-bottom:3px;
   font-size:88%;
}

div#main h4 {
   margin-bottom:2px;
   font-size:75%;
}

div#main h5 {
   margin-bottom:2px;
   font-size:75%;
}



div#main p {
   margin:0 0 1em 0;
   font-size:75%;
}

div#main ul,ol,dl {
   font-size:75%;
}

div#main dt {
   margin-bottom:3px;
}

div#main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#f1f1f1;
}

div#main div.icatch {
   margin-bottom:20px;
}


div#sub .section {
   margin-bottom:10px;
}

div#sub h2 {
   font-size:88%;
   font-weight:bold;
}

div#sub ul {
   margin:0 0 0 5px;
   padding:0;
}

div#sub li {
   padding:5px 0 5px 0;
   font-size:75%;
   line-height:1.4;
   list-style:none;
}

div#sub li a {
   display:block;
   padding-left:12px;
   background:url(images/bg_list.gif) 0 6px no-repeat;
}


div#totop {
   margin:0 10px;
   text-align:right;
   font-size:70%;
}

div#totop a {
   padding:0 0 0 12px;
   background:url(images/bg_totop.gif) 0 50% no-repeat;
   color:#333;
}




address {
   padding-top:10px;
   font-style:normal;
   font-size:70%;
   text-align:center;
   background: url(images/bg_dotline.gif) 0 0 repeat-x;
}