@charset "utf-8";


/*
---------------------------------------
トップページ全体とセカンドの共通部分
---------------------------------------
*/


/*全体構造
---------------------------------------*/
body { 
	color: #333;
	font-size:12px;
	line-height:1.5;
	font-family:"メイリオ" , " ヒラギノ角ゴ Pro W3" , sans-serif;
	text-align:center;
	background:#FFCF00;
}

#header {
	background:#FFCF00;
	border-bottom:1px solid #e5ba00;
}
	#header-inner {
		width:900px;
		height:180px;
	/overflow: hidden;
		margin:0 auto;
		text-align:left;
	}

#contents {
	background: url(../img/common/bg_contents.jpg) repeat-x 0 0 #FFF;
	padding:10px 0;
}
	#contents-inner {
		width:900px;
		margin:0 auto;
		text-align:left;
	}

#footer {
	background:#FFCF00;
	border-top:1px solid #e5ba00;
}
	#footer-inner {
		width:900px;
		margin:0 auto;
		text-align:left;
		font-size:80%;
		color: #666;
	}


/*ヘッダー
---------------------------------------*/
#header h1{
	width:900px;
	line-height:25px;
	font-size:90%;
}
#header h1 a {
	text-decoration:none;
	color: #000;
}

#header_top {
    width:900px;
		margin:0 auto;
		text-align:left;
    font-size: x-small;
}
#header_top a{
    text-decoration:none;
    color: #999999;
}

/*フッター
---------------------------------------*/

#copyright {
	float:right;
	width:300px;
	text-align:right;
	margin-top:20px;
}
#keywords{
	margin-bottom:20px;
	}
#keywords dt{
	width:225px;
	}
#keywords dd{
	line-height:1.2;
	}
#keywords a{
	text-decoration:none;
	color:#666;
	}


/*そのた
---------------------------------------*/

#siteimage {
	float:right;
	margin-top:-180px;
}
ul#list {
}
ul#list li {
	margin:15px 0;
	line-height:30px;
	font-size:15px;
	font-weight:bold;
	padding-left:10px;
	border-left: 5px solid #999;
}
ul#list li a{
	color: #333;
	text-decoration: underline;
}

