@charset "utf-8";

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

 Common style of this site 

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

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

html{
	background:#ecce97;
}

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;}



#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 = '#b6662f', endColorstr = '#701803');
/*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 = '#b6662f', endColorstr = '#701803')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #b6662f, #701803);
background-image: -ms-linear-gradient(top, #b6662f, #701803);
background-image: -o-linear-gradient(top, #b6662f, #701803);
background-image: -webkit-gradient(linear, center top, center bottom, from(#b6662f), to(#701803));
background-image: -webkit-linear-gradient(top, #b6662f, #701803);
background-image: linear-gradient(top, #b6662f, #701803);
/*--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;
border-bottom: 1px dashed;
border-color: #000;
}

#newsBox p.end{
padding: 10px;
border:none;
}

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

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

.btnFriend {
padding: 30px 0 30px 0;
text-align: center;
border-bottom: 1px solid #3c6300;
width: 306px;
margin: 0 auto;
}

.bannerNazo {
padding: 20px 0 0 0;
text-align: center;
margin: 0 auto;
}

#topicBox p.img{}


#contentsBg{
	background:url(../images/bg_main.jpg) left top no-repeat;
	background-size:320px 145px;
}


.aboutDownload{ margin-bottom:7px; letter-spacing: -1px; position:relative; clear:both; font-size:14px; padding:5px; background:#fef0d3}
.aboutDownload a{ position:absolute; bottom: 0;right: 3px; }




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


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

