@charset "UTF-8";

/*
--------------------------------------------------------------
	[ File Name   ] home.css
	[ Last UpDate ] Sep 2013
	[ Version     ] 2.0 
--------------------------------------------------------------
--------------------------------------------------------------
*/


/*
--------------------------------------------------------------
	div#rap
--------------------------------------------------------------
*/

div#rap
	{
	display: block;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto;
	text-align: center;
	width: 100%;

	background: #FFF url(/__index_images/wrapBgTop.jpg) no-repeat top center;
	}


/*
--------------------------------------------------------------
	div#globalnavi
--------------------------------------------------------------
*/

div#globalnavi
	{
	background: url(/__index_images/globalnaviBgTop.jpg) no-repeat top center;
	}




/*
--------------------------------------------------------------
	keyvisual_Styles
--------------------------------------------------------------
*/

div#keyvisual
	{
	display: block;
	width: 100%;
	height:360px;
	clear: both;
	text-align: center;
	background:transparent;
	}

div#keyvisualInner
	{
	display: block;
	width: 960px;
	height:360px;
	margin:0 auto;
	position: relative;
	background:transparent;
	}

div#keyvisualInner h2
	{
	display: block;
	width: 960px;
	height:360px;
	position: absolute;
	/*top:-26px;*/
	left:0px;
	}



/*
--------------------------------------------------------------
.newsArea
--------------------------------------------------------------
*/

.newsArea h3
	{

	display: block;
	width:660px;
	min-height: 45px;
	height: auto !important;
	height: 45px;
	margin-bottom: 4px;
	padding: 9px 0;
	text-indent: 18px;
	background: url(/__common/images/wrap/h3Blanc.png) no-repeat top center;
	}

.newsArea h3 span
	{
	color:#CC6699;

	}


.newsArea{
	border-bottom: 1px dotted #ccc;
	width:660px;
}
	.newsBlock{
		border-top: 1px dotted #ccc;
		padding: 7px;
	}
		.newsBlockDate{
		float:left;
		}
		.newsBlockTitle{
		margin-left: 10em;
		}

		.newsBlockTitle img{
		margin-left: 0.1em;
		margin-top: 0.2em;
		}
		.newsBlockTitle span{
		font-size: 90%;
		}



