@charset "utf-8";
/* common.css */

/*プロパティ順番
////////////////////////////////////////////////////*//*


	Mozillaが採用している「ボックスモデルによる記述順番」

	01 display
	02 list-style
	03 position
	04 float
	05 clear
	06 width
	07 height
	08 margin
	09 padding
	10 border
	11 background
	12 color
	13 font
	14 text-decoration
	15 text-align
	16 vertical-align
	17 white-space
	18 other text
	19 content


///////////////////////////////////////////////////////*/

/* スペシャルコンテンツの設定 
////////////////////////////////////////////////////*/
#lower_bnBox {
	text-align: right;
}

#lower_bnBox li {
	display: inline;
}

#spContents {
	padding: 33px 0 0 15px;
}

#spContents h3 ,#infoBox h3{
	padding: 10px 0 10px 3px;
}

#spContents dl {
	width: 296px;
}

#spContents dl.topFirst {
	float: left;
}

#spContents dl.topSecond {
	float: right;
}

#spContents dt {
	margin-bottom: 10px;
	padding-left: 0px;
	margin-top: 20px;
}

#spContents dd {
	margin-bottom: 10px;
}

/* ブログの設定*/

#blogBox {
	border: 1px #A2A2A2 solid;
	padding: 1px;
	background: url(../img/bg_top_blog_info.jpg) repeat-y 1px 1px;
}

#blogBox p.photoBox{
	margin: 10px;
}

#blogBox p.photoBox img {
	margin: 1px;
	border: 1px #A2A2A2 solid;
}

#blogBox dl.textBox {
	margin: 9px 10px 0;
	width: 268px;
}

#blogBox dl.textBox dt {
	background: none;
	margin: 0 0 12px 0;
	padding: 0;
	text-decoration: underline;
}

#blogBox dl.textBox dd {
	margin-bottom: 17px;
}

#blogBox p.moreText {
	padding-left: 22px;
	background: url(../common/img/bg_indent03.png) no-repeat left center;
	margin: 0 0 12px 10px;;
}

#blogBox p.moreText a:link ,#blogBox p.moreText a:visited {
	color: #333;
	text-decoration: none;
}

#blogBox p.moreText a:hover {
	color: #6abe00;
	text-decoration: underline;
}


a:hover.rollover img {
filter:alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
}


/* お知らせの設定 
////////////////////////////////////////////////////*/

#infoBox {
	clear: both;
	margin-bottom:70px;
	padding-left: 15px;
}

#infoBox dl.textBox {
	margin: 9px 10px 0;
	width: 500px;
}

#infoBox dl.textBox dt {
	background: none;
	margin: 0 0 5px 0;
	padding: 0;
	text-decoration: underline;
	color: #960;
}

#infoBox dl.textBox dd {
	margin-bottom: 20px;
	text-decoration: none;
	color: #333;
	font-size: 12px;
}




/*イージースライダー
////////////////////////////////////////////////////*/


#shiryo {
	text-align: center;
	background-color:#3A3A3A;
	padding: 5px 0;
	margin-top: -5px;
}

#shiryo span {
	color: #FFF;
	line-height: 250%;
}


