/* CSS Document */


body {
/* 	background-image: url(image/bg_b.gif);
	background-position: center top;
	background-repeat: repeat-x;  */
	margin-top: 0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
}

/*
a:link {text-decoration: none; color:#0075A9;}
a:visited {text-decoration: none; color:#0075A9;}
a:hover {text-decoration:underline; color:#0075A9;}
a:active {text-decoration: none; color:#0075A9;}
*/

a:link {color:#006600}
a:visited {color:#006600;}
a:hover {color:#006600;}
a:active {color:#006600;}


a img.linkimg{
background:none!important;
}


a:hover img.linkimg{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background:none!important;
}


img{
max-width: 100%;
height: auto;
width:auto;　
}


header{	width:960px;}



/* コンテンツ */
#contents {
	width:960px;
	font-size:12px;
	color:#333333;
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
	line-height:1.5;
}

#c_left {
	width:250px;
	height:100%;
	text-align:left;
	color:#666666;
	float:left;
	clear:both;
}

#c_center {
	width:429px;
	height:100%;
	color:#666666;
	text-align:left;
	margin-left:20px;
	float:left;
}

#c_right {
	width:220px;
	height:100%;
	text-align:left;
	color:#666666;
	float:right;
}



/* フッター */
#footer {
	width:100%;
	height: 134px;
	background-image:url(image/bg_f.gif);
	background-repeat: repeat-x;
	background-position:bottom;
	padding-top: 55px;
	clear:both;
}

#footer_text {
	width:100%;;
	font-size:10px;
	padding-top: 41px;
}

