@charset "utf-8";

/*-----------------------------------------------
__CSS infromation

Site URL:		
Summary:		
Created:		201--
Last update:	201--
Author:			webpalco_iwatsuki

Order of description

-Search Key"__"+"id Name of Class Name"

/__YUI
/__Structure Module
/__text Module
/__Hypertext Module
/__wrapper				(div#wrapper)
/__header				(header)
/__article				(article)
/__side_bar				(div#side_bar)
/__footer				(footer)

----------------------------------------------*/


/*-----------------------------------------------
__header
----------------------------------------------*/


/*-----------------------------------------------
__article
----------------------------------------------*/
article h1{
	margin-bottom: 30px;
}

article section{
	width:960px;
}

article section h1{
	margin-top:50px;
	margin-bottom: 10px;
	padding: 22px 0 0 25px;
	background-image:url(../img/contents_plate_back02.jpg);
	background-repeat: no-repeat;
	width: 962px;
	height: 62px;
	font-size: 1.5em;/* 24px */
	font-weight: bold;
}

article section h2{
	color:#000000;
	clear:both;
}

article section h2 span{
	color:#2A3366;
}

article section h3{
	margin-bottom: 20px;
	padding: 11px 0 0 20px;
	width: 612px;
	height: 22px;
	font-size: 1.25em;
	font-weight: bold;
	border-left: 5px #2A3668 solid;
}

article section ul.text_float h3{
	font-weight: bold;
	font-size: 1.167em;/* 14px */
}

article section ul.text_float{
	clear:both;
}

article section ul.text_float li{
	margin-right: 20px;
}

article section ul.img_float{
	/*margin-right: 20px;*/
	width: 960px;
	/*float:left;*/
}

article section ul.img_float li{
	margin-right: 20px;
	margin-bottom:30px;
	float:left;
}

article section div{
	margin:0 auto 50px;
	width:940px;
}

article section div.schedule{
	margin:0 auto 40px;
	width:902px;
}

article .top2{
	/*margin:30px 0 50px 830px;
	clear:both;*/
	float:right;
	clear:both;
}

article p.link {
	width: 960px;
	text-align: center;
}

/*-----------------------------------------------
__table
----------------------------------------------*/

article section table{
	width:900px;
	margin:0 auto;
	line-height:160%;
}

article section table th{
	width:185px;
	padding:10px 15px;
	color:#2A3366;
	font-size:16px;
	font-weight:bold;
	border:1px #999 solid;
	background-color:#F6F6F6;
}

article section table td{
	width:715px;
	padding:10px 15px;
	border:1px #999 solid;
}


/*-----------------------------------------------
__footer
----------------------------------------------*/

footer{
	clear: both;
}
