@charset "shift-jis";

/* トップページのレイアウト */

/* 全体を包む */
#wrapper {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	}

/* /全体を包む */

/* ヘッダ */
#header {
	width:1000px;
	background:url(../images/top_bg.png) repeat-y;
	}
/* /ヘッダ */

/* コンテンツ */
#contents {
	width:1000px;
	}
	
#l-clm {
	width:500px;
	float:left;
	}
	
#l-clm h1 {
	font-size:24px;
	margin-top:24px;
	margin-bottom:12px;
	}
	
#l-clm p {
	line-height:150%;
	padding:12px;
	}
	
#l-clm #info-box {
	padding:12px;
	border:1px solid #666666;
	}
	
#r-clm {
	width:500px;
	float:right;
	}
	
#r-clm h2 {
	margin-top:24px;
	margin-bottom:12px;
	}
	
#info {
	margin-left:12px;
	padding:12px;
	width:450px;
	height:180px;
	overflow:auto;
	border:1px #00CC00 solid;
	}
	
#info ul li {
	line-height:150%;
	}
/* /コンテンツ */

/* フッタ */
#footer {
	clear:both;
	margin-left:auto;
	margin-right:auto;
	padding-top:24px;
	width:1000px;
	}

#footer #footer-navi {
	margin-bottom:12px;
	}
	
#footer #footer-navi li {
	float:left;
	margin-left:6px;
	}
	
#footer-navi li a:link {
	text-decoration:none;
	border-bottom:1px solid #333333;
	color:#333333;
	}
	
#footer-navi li a:visited {
	text-decoration:none;
	border-bottom:1px solid #333333;
	color:#333333;
	}
	
#footer-navi li a:hover {
	text-decoration:none;
	border-bottom:1px solid #FF3300;
	color:#333333;
	}
	
#footer-navi li a:active {
	text-decoration:none;
	border-bottom:1px solid #FF3300;
	color:#333333;
	}
	
#footer #copy {
	clear:both;
	width:1000px;
	height:28px;
	background-color:#CCCCCC;
	}
	
#footer #copy p {
	float:left;
	padding:6px;
	background:#333333;
	color:#FFFFFF;
	font-weight:bold;
	}
	
#footer #copy ul {
	float:right;
	}
	
#footer #copy ul li {
	float:left;
	padding:6px;
	color:#000000;
	}
	
#footer #copy ul li a:link {
	text-decoration:none;
	color:#000000;
	border-bottom:solid 1px #000000;
	}
	
#footer #copy ul li a:visited {
	text-decoration:none;
	color:#000000;
	border-bottom:solid 1px #000000;
	}
	
#footer #copy ul li a:hover {
	text-decoration:none;
	color:#000000;
	border-bottom:solid 1px #FF3300;
	}
	
#footer #copy ul li a:active {
	text-decoration:none;
	color:#000000;
	border-bottom:solid 1px #FF3300;
	}
	
#footer .banner img {
	float:left;
	}
/* /フッタ */
