@charset "utf-8";

/* reset */
* {
	margin: 0;
	padding: 0;

	font-size: 100%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	list-style: none;
}

a img {
	border: none;
}

/* a tag */
a {
	text-decoration: none;
	color: #666666;
	}
a:hover {
	text-decoration: underline;
	color: #C80000;
	}


/* center */
body {
	background: url(../images/common/head_back.gif) top repeat-x;
	text-align: center;
	}

body div#contents {
	margin: 0 auto;
	padding: 20px 0;
	width: 900px;
	text-align: left;
	}




/* ******************************************************
 * head 
 */
div#head {
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 900px;
	height: 109px;
	background: url(../images/common/head_back.gif) top repeat-x;
	}

div#head h1 {
	float: left;
	}

div#head p {
	float: right;
	margin-top: 15px;
	padding-top: 12px;
	padding-bottom: 12px;
	width: 227px;
	}

div#head p#catchcopy {
	float:left;
	padding-top: 20px;
	padding-left: 8px;
}
	
div#head ul {
	float: right;
	width: 809px;
	margin-top: 10px;
	}
	
div#head ul li {
	float: left;
	}



/* ******************************************************
 * pagetitle 
 */
div#contents div#pagetitle {
border-bottom: 1px solid #999999;
margin-bottom: 5px;
	}

div#contents div#pagetitle h2 {
margin: 15px 4px 10px;
	}




/* ******************************************************
 * foot 
 */
div#foot {
	clear: both;
	margin-top: 20px;
	border-top: 1px solid #DDD;
	}

div#foot div {
	width: 900px;
	margin: 0 auto;
	text-align:right;
	font-size: 70%;
	}

div#foot ul {
	margin-top: 12px;
	}

div#foot ul li {
	float: right;
	margin-left: -1px;
	padding: 1px 10px;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	}

div#foot ul li a {
	color: #666666;
	}

div#foot ul li a:hover {
	color: #C80000;
	}

div#foot div p {
	clear: both;
	margin: 0 0 50px 0;
	padding:13px 0 0 0;
	color:505050;
	}


/* ******************************************************
 * gopagetop 
 */
div#contents div.gopagetop {
	text-align: right;
	clear:both;
	}


/* ******************************************************
 * clearfix 
 */
.clearfix:after {
	content: url(../images/common/clearfix.gif);
	display: block;
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }
.clearfix { display: block; }

/* ******************************************************
 * clear
 */

.clear{
	clear:both;
}

