@charset "utf-8";

/* =================================================================================

 Common style of this site 

================================================================================= */

/* /////////////////////////////////////////////////////////////////////////// wrapper */

html{
	background:#9fee23;
}

body{
	width:100%;
}

div#contentsWrap{
	width:320px;
	margin:0 auto;
}


/* /////////////////////////////////////////////////////////////////////////// header */ 


div#headerWrap{
	width:100%;
	/*background:url(../images/bg_header.gif) repeat-x left top ;*/
}

div#header{
	width:100%;
	margin:0 auto;
	overflow:hidden;
}

div#header p{ float:right;}


/* /////////////////////////////////////////////////////////////////////////// contents */

div#contents{
	width:100%;
}

div#contentsIn{
	width:100%;
	margin:0 auto;
}

div#contentsIn h2{ text-align:center;}


#infoBox{
	font-size:77%;
}

	#infoBox p.borderBtm{
		padding-bottom:10px;
		margin-bottom:10px;
		margin-top:10px;
		border-bottom:1px solid #3c6300;
	}

	#infoBox ul.txtIndent li{ text-indent:-0.75em; padding-left:0.75em;}

.banner { padding-top: 10px; width: 306px; margin:0 auto;}


#footer{
	background:#000;
	padding:10px 0;
	text-align:center;
	margin-top:10px;
}

#footer ul{
	padding:5px 10px;
	background:#CCC;
	width:65%;
	margin:0 auto;
}

#footer ul li{ float:left; text-align:center;}


/* /////////////////////////////////////////////////////////////////////////// footer */






/* ///////////////////////////////////////////////// h style */


#newsBox{
width: 98%;
border-radius: 8px;
-webkit-border-radius: 8px;
border: solid 1px #a6a6a6;
behavior: url(PIE.htc9);
margin:10px auto 0;
background:#FFF;
}

#newsBox h4{
padding: 5px 0;
/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#24a3e2', endColorstr = '#0165e6');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#24a3e2', endColorstr = '#0165e6')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #24a3e2, #0165e6);
background-image: -ms-linear-gradient(top, #24a3e2, #0165e6);
background-image: -o-linear-gradient(top, #24a3e2, #0165e6);
background-image: -webkit-gradient(linear, center top, center bottom, from(#24a3e2), to(#0165e6));
background-image: -webkit-linear-gradient(top, #24a3e2, #0165e6);
background-image: linear-gradient(top, #24a3e2, #0165e6);
/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
text-align:center;
-webkit-border-top-right-radius: 6px; ← 　内側の見出しは少し半径を小さく（border 1pxに対して-2px）
-webkit-border-top-left-radius: 6px;
border-top-right-radius: 6px;
border-top-left-radius: 6px;
}

#newsBox p{
padding: 10px;
}

#newsBox p.newsBorder{
	border-top:solid 1px #CCCCCC;
}



h3{margin-top:20px !important;}

#topicBox{
width: 96%;
border-radius: 8px;
-webkit-border-radius: 8px;
behavior: url(PIE.htc9);
margin:-3px auto;
padding-bottom:20px;
background:#FFF;
}

#topicBox p.img{margin-bottom:40px;}










/* ///////////////////////////////////////////////// p style */


/* ///////////////////////////////////////////////// box style */

