@charset "utf-8";


#main {
	width:980px;
	margin:0px auto;
}



/*  コンテンツエリア　==========================================================================================================================*/


#main #contents_top{
	height:15px;
	background-image:url(../images/content_top.jpg);
	background-repeat:no-repeat;
}

* html #main #contents_top {
	margin-bottom:-5px;	/* IE6対策　*/
}

#main #contents{
	background-image:url(../images/content_bg.jpg);
	background-repeat:repeat-y;
	padding-left:20px;
}

* html #main #contents {
	padding-left:2px;　/* IE6対策　*/
}

*:first-child+html #main #contents {
	padding-left:2px;　/* IE7対策　*/
}


#main #contents_bottom{
	height:20px;
	background-image:url(../images/content_bottom.jpg);
	margin-bottom:20px;
}


/*  インフォメーション　==========================================================================================================================*/


#main #info {
	width:890px;
	text-align:left;
	padding-bottom:20px;
}


#main #info h3{
	font-size:110%;
	border-bottom:#0099ff 2px solid ;
	color:#0099ff;
	margin-bottom:5px;
	padding-bottom:5px;
}


#main #info ul li{
	background-image:url(../images/icon_05.jpg);
	background-position:left;
	background-repeat:no-repeat;
	border-bottom:#0099ff 1px dotted;
	padding:2px 0 2px 13px;
}


/*  ニュースリリース　==========================================================================================================================*/


#main #contents #news {
	width:890px;
	text-align:left;	
}

#main #contents #news h2{
	margin:5px 0 5px 0;
}

#main #contents #news img.rss{
	padding-left:5px;
}

#main #contents #news #ir_news{
	width:438px;
	float:left;
	text-align:left;
	margin-top:5px;
}


#main #contents #news #ir_news h3{
	font-size:110%;
	border-bottom:#66cc33 2px solid ;
	color:#66cc33;
	margin-bottom:5px;
	padding-bottom:5px;
}

#main #contents #news #ir_news ul li{
	background-image:url(../images/icon_04.jpg);
	background-position:left;
	background-repeat:no-repeat;
	border-bottom:#66cc33 1px dotted;
	padding:2px 0 2px 10px;
}

#main #contents #news #ir_news p{
	text-align:right;
	color:#66cc33;
	padding-top:5px;
}

#main #contents #news #ir_news p a{
	color:#66cc33;
	text-decoration:none;
}

#main #contents #news #ir_news p a:hover{
	text-decoration:underline;
}

#main #contents #news #service_news{
	width:438px;
	float:right;
	text-align:left;
	margin-top:5px;
}

#main #contents #news #service_news h3{
	font-size:110%;
	border-bottom:#ff6600 2px solid ;
	color:#ff6600;
	margin-bottom:5px;
	padding-bottom:5px;
}

#main #contents #news #service_news ul li{
	background-image:url(../images/icon_02.jpg);
	background-position:left;
	background-repeat:no-repeat;
	border-bottom:#ff6600 1px dotted;
	padding:2px 0 2px 10px;
}

#main #contents #news #service_news p{
	text-align:right;
	color:#ff6600;
	padding-top:5px;
}

#main #contents #news #service_news p a{
	color:#ff6600;
	text-decoration:none;
}

#main #contents #news #service_news p a:hover{
	text-decoration:underline;
}
/*php読み込み部分のcss*/
#main #contents #news #php01 li a {
	font-weight: bold;
	color: #0066CC;
}
#main #contents #news #php01 a:hover {
	color: #66CCFF;
}



/*  バナー　==========================================================================================================================*/


#main #contents #banner_area{
	width:890px;
	text-align:left;
	clear:both;
}

#main #contents #banner_area img{
	display:inline;
	
}

