@charset "utf-8";

body{
	background:url(/img/bg_body.gif) repeat-x left top;
	font-family: "メイリオ","Meiryo","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Osaka",sans-serif;
	}
#div_body{
	background:url(/img/bg.gif) no-repeat center top;
	}
.h1_lead{
	margin-bottom: 40px;
	}
/*------------------------------*/
/*bt-all*/
/*------------------------------*/
#div_contents .bt-all{
	position: absolute;
	top: 115px;
	left: 500px;
	}
#div_contents .bt-all a:hover img{
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;	
	}


/******************************************************************************
div_contents
******************************************************************************/
#div_contents{
	position: relative;
	background: url(/img/bg_contents.gif) no-repeat left top;
	width: 990px;
	margin: 0 auto;
	padding-top: 73px;
	}
#div_contents .bl-hover{
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
	} 

/*------------------------------*/
/*div_portal*/
/*------------------------------*/
.div_portal{
	display: inline;
	float: left;
	width: 200px;
	padding: 15px;
	margin: 0 0 15px 15px;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #ccc;
	}
.div_portal h2{
	padding: 5px;
	font-size:1.6em;
	line-height: 1.5;
	margin-bottom:10px;
	text-align: center;
	background: #441546;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
.div_portal h2 a{
	color: #fff;
	text-decoration: none;
	}
.div_portal h3{
	font-size:1.6em;
	margin-bottom: 15px;
	line-height: 1.5;
	font-family: "ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;
	}
.div_portal p.image{
	margin-bottom: 15px;
	text-align: center;
	}
.div_portal p.txt{
	font-size:1.2em;
	line-height: 1.7;
	}




/******************************************************************************
div_foot
******************************************************************************/
#div_foot{
	background:url(/img/foot/bg_foot_line.gif) repeat-x left bottom;
	color: #FFFFFF;
	}
#div_foot_contents{
/*	background: #669900 url(/img/foot/bg_foot.gif) no-repeat left top;*/
	width:950px;
	margin:0px auto 0px;
	padding:20px
	}
#div_foot_contents h4{
	font-size:1.4em;	
	}
#div_foot address{	
/*	background: url(/img/foot/bg_copy.gif) no-repeat left bottom;*/
	height:27px;
	padding-top:56px;
	text-align: right;
	width:970px;
	padding-right:20px;
	margin:0px auto;
	font-size:1.2em;
	}
#div_foot address a{
	color: #fff;
	}
#div_foot address a:hover{
	text-decoration: none;
	}