@charset "shift-jis";
/* CSS Document */

@import "contents_basic.css";

/* IE6対応　サイドメニューが無いとき読み込む */
@import "ie6_menu_clear.css";

/* Submitボタン用 */
@import "controlpanel.css";


/* ------------------------------------------------------- */
/* コンテンツエリア　全体 */
/* ------------------------------------------------------- */
#contents-area{
	margin:0px;
	padding:0px;
}


/* ------------------------------------------------------- */
/* コンテンツエリア　BOOK */
/* ------------------------------------------------------- */

div#top.base-color{
	/*background:#FFFFFF;*/
}


/* topエリア左揃え */
div#top div#contents {
	padding:0px 0px 0px 0px;

	/* ↓contents_basicで指定 */
	/* margin:0px 0px 0px 0px;*/

	/*IE6、IE7用*/
	/padding-bottom:20px;

	text-align:left;
	width:720px;
}


/* pictエリア左に */
div#top div#contents div#pict{
	width:500px;
	height:300px;
	/*FF用*/
	margin-bottom:20px;
	/*IE6、IE7用*/
	/margin-bottom:0px;

}
/* infoエリア下に */
div#top div#contents div#info{
	width:660px;
	margin:0px 0px 0px 30px;
	/*FF用*/
	margin-bottom:20px;
	/*IE6、IE7用*/
	/margin-bottom:0px;


}

/* linkエリア右に */
div#top div#contents div#link{

	width:210px;
	margin:0px;
	/*FF用*/
	margin-bottom:20px;
	/*IE6、IE7用*/
	/margin-bottom:0px;

	position:absolute;
	left:755px;
	top:200px;
}

/* --------------------------------- */
/* info pict詳細 */
/* --------------------------------- */
/* infoエリア　リスト */
div#top div#contents #info p{
	font-size: 12px;
	color:#666666;
}

div#top div#contents #info p a{
	font-size: 12px;
	color:#666666;
}
div#top div#contents #info p a:link,
div#top div#contents #info p a:visited,
div#top div#contents #info p a:active{
	font-size: 12px;
	color:#666666;
	text-decoration:none;
}
div#top div#contents #info p a:hover{
	font-size: 12px;
	color:#FF0000;
	text-decoration:underline;
}

div#top div#contents #info p.text-center{
	text-align:center;
}
div#top div#contents #info #text p.text-large{
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
}

div#top div#contents #info div.address-box{
	text-align:left;
	width:200px;
	margin:40px 0px 0px 220px;
	padding:9px 0px 5px 20px;
	border-top:1px solid #559966;
	border-bottom:1px solid #559966;
}

div#top div#contents #info div.address-box p{
	color:#559966;
}

div#top div#contents #info div.address-box p.title{
	font-weight:bold;
	margin-bottom:5px;
}

/* pictエリア */

div#top div#contents #pict-posi p{
	width:210px;
	margin:0px;
	/*FF用*/
	margin-bottom:20px;
	/*IE6、IE7用*/
	/margin-bottom:0px;

	position:absolute;
	left:150px;
	top:200px;
}

div#top div#contents #pict-posi p img{
	margin:0px auto 0px auto;
}

/* linkエリア */


div#top div#contents div#link ul{

}
div#top div#contents div#link ul li{
	margin-bottom:20px;
}

/* リンク矢印 */
ul.arrow12 li{
	margin-left:6px;
	}


div#acsLog {
	/*width:900px;*/

}
div#acsLog p{
	margin-top:10px;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	color:#339966;

}


