﻿@charset "utf-8";

/* --------------------------------
reset
-------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

img { border: none; vertical-align: bottom; }
strong { font-weight: bold; }
/* --------------------------------
font
-------------------------------- */
body,p,li,dt,dd,
input,textarea,select,option,
th,td,address{font-family:helvetica,sans-serif;font-size:11px;line-height:1.8;}

a {color: #999;text-decoration: none;}
a:link, a:visited {color: #999;}
a:hover, a:active {text-decoration: underline;}
/* --------------------------------
layout
-------------------------------- */
* html body { text-align: center; }
* html .wrap{ text-align: left; }

body {background: url(../img/bg.jpg) no-repeat 50% 0;}
.wrap {position: relative;margin: 0 auto;width: 920px;}

#header ul {float: right;padding-top: 18px;}
#header li {float: left;padding-left: 15px;}
#header h2 {clear: both;padding: 72px 0 26px 0;font-size: 21px;}
#header p {font-size: 15px;}
#header p.note {padding-top: 5px;font-size: 11px;}

#content {background: url(../img/bottombg.gif) no-repeat 50% 100%;}
#content h2 {padding: 30px 0 22px 0;font-size: 15px;}

.cList {clear: both;}
.cList dl {
float: left;
width: 320px;
overflow: hidden;
padding-bottom: 29px;
}
.cList dl.last {float: right;width: 280px;}

.cList dt, .cList dd {margin-right: 40px;}
.cList .last dt, .cList .last dd {margin-right: 0;}

.cList dt {padding-top: 19px;border-top: 1px solid #E6E6E6;}
.cList dd.cname {margin-top: -47px;padding-left: 81px;font-size: 13px;line-height: 1.6;font-weight: bold;}
.cList dd.sname {margin-right: 0;padding: 0 81px 27px;font-size: 11px;line-height: 1.4;white-space: nowrap;}
.cList dd.sname em {font-family: helvecica;font-style: italic;}
.cList dd.detail {font-size: 11px;line-height: 1.6;}
.cList dd.note {color: #999;font-size: 9px;line-height: 1.6;}

#footer {clear: both;}
#footer p {padding: 40px 0 15px 0;text-align: right;color: #4D4D4D;font-size: 9px;font-family: Helvetica;}
