@charset "utf-8";

/* Reset
---------------------------------------- */
body {
	margin: 0;
	padding: 0;
	font-size: 90%;
	font-family: "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;
	line-height: 1.5;
	color: #333;
	background: url(../img/body_bg.gif);
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, address {
	margin: 0; 
	padding: 0; 
	font-size: 100%; 
	font-weight: normal;
}
 
ol, ul {
	list-style: none;
}

fieldset, img {
	border: 0;
}

table {
	border-collapse: collapse; 
	border-spacing: 0;
}

caption, th {
	text-align: left;
}

address, caption, em, strong, th {
	font-style: normal; 
	font-weight: normal;
}


/* Anchors
---------------------------------------- */
a {
	text-decoration: none;
}

a:link {
}

a:visited {
}

a:hover {
	text-decoration: underline;
}

a:active {
}



/* header
---------------------------------------- */

#header .bandText {
	position: relative;
	padding-top: -6px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

#header .headerText h1 {
	margin-bottom: 19px;
}

#header .headerBn {
	width: 337px;
/* soltec update 20091023 */
/*	margin-top: 23px;*/
	margin-top: 10px;
/* soltec update 20091023 */
	float: right;
}

/* soltec update 20091026 */
img.alphapng {
}
/* soltec update 20091026 */



/* contents
---------------------------------------- */
.contents-box {
	width: 800px;
	background-image: url(../img/contents_bg.png);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 11px;
	padding-bottom: 0;
	padding-left: 11px;
	font-size: 0.85em;
	position: relative;
}
.contents-box-bottom {
	width: 800px;
	height: 26px;
	background-image: url(../img/contents_bg_bottom.png);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 11px;
	padding-left: 11px;
	clear: both;
}
.contents-box h2{
	text-align: center;
	clear: both;	
}

.contents-box h3{
	text-align: center;
	clear: both;	
}
.contents-area {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 11px;
}

.contents-area:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	font-size: 0;
}

.contents-area {
	min-height: 1px;
}

* html .contents-area {
	height: 1px;
	/* Mac版IEのみに適用 \*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.recommend {
	width: 800px;
	height: 110px;
	margin: 0 auto;
	padding: 0 11px;
	background: url(../img/recommend_bg.png) no-repeat;
}

.subtitle {
	padding-top: 16px;
}

*html .subtitle {
	padding-top: 25px;
}
*+html .subtitle {
	padding-top: 25px;
}

#container #visual .contents-bnr li {
	float: left;
	margin-right: 19px;
	margin-bottom: 10px;
}

#container #visual #last {
	margin-right: 0px;
}

.pagetop {
	width: 808px;
	margin: 0 auto 15px;
	text-align: right;
}


/* footer
---------------------------------------- */
#footerArea {
	background: url(../img/footer_band.png) 50% 0 repeat-x;
}

#footerArea #footer {
	width: 800px;
	height: 84px;
	margin: 0 auto;
	padding-top: 36px;
}

#footerArea #footer img {
	vertical-align: top;
}

#footerArea #footer ul {
	/*width: 679px;*/
	width: 640px;
	float: left;
	/*margin: 0 auto 6px;
	height: 24px;*/
	padding-top: 7px;
}

#footerArea #footer ul li {
	margin-left: 23px;
	float:left;
	line-height: 0;
}


#footerArea #footer ul li.first {
	margin: 0;
}

#footerArea #footer p {
	width: 146px;
	height: 25px;
	margin-bottom: 13px;
	float: right;
}

#footerArea #footer p.copyright {
	width: auto;
	clear: both;
	float: none;
	text-align: center;
}




/* clearfix
---------------------------------------- */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	font-size: 0;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/* Mac版IEのみに適用 \*//*/
	height: auto;
	overflow: hidden;
	/**/
}


/* color
---------------------------------------- */
.cRed { color: #FF0000;}


/* padding
---------------------------------------- */
.pdb25 {
	padding-bottom: 25px;
}
.pdt10 {
	padding-top: 10px;
}
.pdt20 {
	padding-top: 20px;
}
.pdt30 {
	padding-top: 30px;
}


