@charset "utf-8";
/* CSS Document */

/*---------------
ベーシック
---------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote{margin:0;padding:0;}
fieldset,img{border:0;margin:0;padding:0;}																		
table{border-spacing:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}

html, body {
	height: 100%;
	margin: 0;  
	padding: 0;  
	text-align: center;  
}

input,
textarea {
	margin: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

body {
	background:url(../img/bg.png) ;
}

#container { 
	border-bottom:10px solid #000;
	width: 980px;  
	margin: 0 auto;  
	text-align: left;
	background:#FFF;
}  

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-table;
    min-height: 1%;
	overflow:hidden;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


.clear {
	clear:both;
}

a {
	color:#bd731a;
	text-decoration:underline;
}

a:hover {
	color:#999;
	text-decoration:underline;
}

/*---------------
ヘッダー
---------------*/
#header {
	height: 90px;
	border-top:#000 10px solid;
}

.logo {
	float:left;
	margin:30px 0 0 15px;
	display:inline;
}

.comocomoLogo {
	float:right;
	width:450px;
	margin:45px 15px 0 0;
	display:inline;
	text-align:right;
}


/*---------------
コンテンツ
---------------*/
#contents {
	background-color:#FFF;
	margin-left:15px;
}

#main {
	margin:0 0 0 auto;
}

.main1 {
	float:left;
	width:627px;
}

.main2 {
	background:url(../img/main2.png) no-repeat left top;
	float:left;
	height:152px;
	padding-top:240px;
	width:323px;	
}


#sentence {
	margin:40px 15px 0 0;
}

.copy {
	background:url(../img/copy_bg.png) no-repeat right;
	font-size:14px;
	line-height:180%;
	margin-top:15px;
}

.footnote {
	font-size:80%;
	font-weight:normal;
	vertical-align:super;
}

.feature {
	margin-top:40px;
}

.featureBox {
	border:#dedede 1px solid;
	background:url(../img/feature_bg.png) no-repeat bottom;
	height:235px;
	float:left;
	margin-top:15px;
	width:228px;
}

.featureBox div {
	margin:15px;
	line-height:180%;
}

.featureBox dt {
	font-size:15px;
	margin-bottom:15px;
}

.featureBox h3 {
	color:#333;
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
	vertical-align:bottom;
}

.featureBox h3 img {
	margin-right:10px;
	vertical-align:bottom;
}


.footnoteText {
	border-top:#999 1px solid;
	font-size:11px;
	line-height:180%;	
	margin:60px 15px 0 0;
}

.footnoteText ul {
	margin:15px 0 0 30px;
}

.footnoteText ul li {
	list-style-type:decimal;
	list-style-position:outside;
}

/*---------------
フッター
---------------*/
#footer {	
	font-size:10px;
	height: 20px;  
	padding:40px 15px 0 0;
	text-align:right;
}

/*---------------
フォント
---------------*/
body,table {
	font:12px/1.22 "ＭＳ Ｐゴシック","Osaka","ヒラギノ角ゴ Pro W3"," Hiragino Kaku Gothic Pro", "MS Gothic",Arial,sans-serif;
	color:#666;
}

.b {
	font-weight:bold;
}

.l {
	font-size:15px;
}

/*---------------
その他
---------------*/
.marginTop10 {
	margin-top:10px;
}

.marginTop15 {
	margin-top:15px;
}

.marginLeft10 {
	margin-left:10px;
}

/*---------------
お知らせ　2011/9/29追加
---------------*/
#info {
	margin-top:40px;
}

#info ul {
	border: 1px solid #DEDEDE;
	line-height:140%;
	margin-top:15px;
	padding:15px;
}

#info li dt {
	background:url(../img/listmark.png) no-repeat left;
	float:left;
	font-weight:bold;
	padding-left:15px;
	width:120px;
}

#info li dd {
	float:left;
	width:700px;
}
