@charset "Shift_JIS";

/* reset */
html{color:#000;background:#CC0000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}
/**/

/* common */
body {
margin:0;
padding: 0;
background-color: #CC0000;
text-align: left;
font-size:0.8em;
}

/* リンク */
a:link { color:#FFF; text-decoration: underline; }
a:visited { color: #FFF; text-decoration: underline; }
a:active { color:#FFFF99; text-decoration: none; }
a:hover { color: #FFFF99; text-decoration: none; }


.pTtl a:link {
color: #F33;
text-decoration: none;
}
.pTtl a:visited {
color:#C00;
text-decoration: none;
}
.pTtl a:active { color:#FFFF99; text-decoration: none; }
.pTtl a:hover {
color: #F00;
text-decoration: underline;
}


/* フォント */
.large {}
.normal {}
.small {}

/*  */
#container {
	width:950px;
	background:url(../img/main_bg.gif) repeat-y;
}
.contents {
margin:0 3px;
text-align:left;
}

/* header */
#header {
background:url(../img/header_bg.jpg) repeat-x #FFF;
text-align:center;
margin-bottom:20px;
}
#headSet {
padding:10px 51px 0 51px;
text-align:left;
}
#headBanner {
float:right;
text-align:right;
width:270px;
}
#nengaLogo {
}

/* H1 */
h1 {
text-align:center;
}

/* H2 */
h2 {
	/*margin-bottom:20px;*/
}

#h2imgSet {
margin:0 auto;
width:870px;
background-color:#F4E0DE;
}
.h2txt {
margin-bottom:15px;
}
.h2txtLast {
margin-bottom:30px;
}

.inner {
margin:0 34px 25px 40px;
text-align:left;
}
.inner:after {
display: block;
clear: both;
visibility: hidden;
height: 0.1px;
line-height: 0;
font-size: 0.1em;
content: ".";
}
.inner {display: inline-block;}
.inner {zoom: 100%;}


.inner p {
	margin-bottom:15px;
}
#kit {
background-color:#F4E0DE;
padding:0 15px;
width:840px;
}
#kit:after {
display: block;
clear: both;
visibility: hidden;
height: 0.1px;
line-height: 0;
font-size: 0.1em;
content: ".";
}
#kit {display: inline-block;}
#kit {zoom: 100%;}
#kitTxt {
}
.kitBnr {
	float:right;
}

/* H3 */
h3 {
text-align:center;
margin-bottom:10px;
}
.pColumn {
	background:url(../img/h3_line_bg.gif) repeat-y 0 0;
}
.pColumn:after {
display: block;
clear: both;
visibility: hidden;
height: 0.1px;
line-height: 0;
font-size: 0.1em;
content: ".";
}
.pColumn {display: inline-block;}
.pColumn {zoom: 100%;}
.pBox {
	width:280px;
	margin-right:15px;
	float:left;
}
.pBoxLast {
	width:280px;
	float:left;
}

.pImg {
	float:left;
	margin-right:5px;
}
.pDate { margin-bottom:3px; }
.pTtl {
	font-size:1.2em;
	font-weight:bold;
	color:#C00;
}
.pName {
	clear:left;
	padding-top:3px;
	color:#333;
}

/* bigger link */
.hover {
	border-color: #aaf;
/*	cursor: pointer;*/
	background-color: #F4E0DE;
	}
.hover a:link {
	color: #CC3333;
	}
.hover a:visited {
	color: #CC3333;
	}


/* フッター */
#footer {
color:#FFF;
font-size:75%;
line-height:1.5em;
margin-top:5px;
}

