@charset "Shift_JIS";
/*コンテンツ共通ページに適用 */

body{
	background: transparent url("../img/body_bg.jpg") repeat-X left top;
/*	border-bottom: 10px solid #bbbbbb;*/
	padding-top: 10px;
	color: #444;
	text-align: center;
}

a.pTop:link{
	background: transparent;
	text-decoration: underline;
	color: #FF0000;
	font-family: "Arial", "Helvetica", "ＭＳ Ｐゴシック", "Osaka", "sans-serif";
	font-size: 80%;
}

a.pTop:visited{
	background: transparent;
	text-decoration: underline;
	color: #FF0000;
	font-family: "Arial", "Helvetica", "ＭＳ Ｐゴシック", "Osaka", "sans-serif";
	font-size: 80%;
}

a.pTop:hover{
	background: transparent;
	text-decoration: none;
	color: #FFFFFF;
	font-family: "Arial", "Helvetica", "ＭＳ Ｐゴシック", "Osaka", "sans-serif";
	font-size: 80%;
}

a.pTop:active{
	background: transparent;
	text-decoration: none;
	color: #CCCCCC;
	font-family: "Arial", "Helvetica", "ＭＳ Ｐゴシック", "Osaka", "sans-serif";
	font-size: 80%;
}

/* container -------------------------------------------------------*/

#container{
	width: 800px;
	height: 500px;
	background: transparent;
	margin: 0 auto;
	text-align: left;
}

/* Header ----------------------------------------------------------*/

#header{
	position: relative;
	clear: both;
	width: 800px;
	height: 50px;
	background: transparent;
	margin-bottom: 1px;
}

#header h1{
	position: absolute;
	top: 10px;
	right: 10px;
}

#header h2{
	position: absolute;
	top: 10px;
	left: 10px;
}

#header p{
	position: absolute;
	top: 16px;
	left: 250px;
	width: 300px;
	font-size: 10px;
	line-height:1.4;
}

#header #header-navi{
	position: absolute;
	top: 12px;
	left: 330px;
}

#header #header-navi p{
	background: transparent url("../img/icon_next.gif") no-repeat left center;
	padding-left: 10px;
	font-size: 12px;
}


/* navi ------------------------------------------------------------*/

#navi{
	clear: both;
	width: 760px;
	background: #e0e0e0;
	border-bottom: 1px solid #fff;
	margin-top: 5px;
	margin-left: 20px;
	margin-bottom: 5px;
}

#navi ul li{
	display: inline;
}

#navi:after{
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/* title */
#title{
	clear: both;
	width: 760px;
	margin-left: 20px;
	margin-bottom: 1px;
}


/* info - ADD.20081202----------------------------------------------*/

#info{
	clear: both;
	width: 760px;
	margin-left: 20px;
}


/* main ------------------------------------------------------------*/

#main{
	position: relative;
	clear: both;
	width: 760px;
	background: #000000;
	margin-left: 20px;
	margin-bottom: 1px;
	padding-bottom: 40px;
	color: #FFFFFF;
}


#main:after{
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/* detailFooter */

#detailFooter{
	padding: 0px;
}

#detailFooter p#pTop{
	width: 8em;
	margin: 10px 0 10px 0;
	padding: 0 30px 0 0;
	color: #FF0000;
	text-align: right;
	float:right;
}

#detailFooter p#pTop img{
	vertical-align: middle;
	margin-right: 4px;
}

/* Footer ----------------------------------------------------------*/
#footer{
	font-family: "Arial", "Helvetica", 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', "Osaka", "sans-serif";
	position: relative;
	clear: both;
	background: transparent;
	border-top: 1px solid #bbbbbb;
	margin-top: 20px;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}

#footer address img{
	margin-right: 10px;
	vertical-align: middle;
}

#footer ul{
	margin: 0px;
	padding: 0px;
}

#footer ul li{
	display: inline;
	margin: 0px;
	padding: 0px 1em 0 10px;
	background: transparent url("../img/icon_next.gif") no-repeat left center;
}

#footer #footernavi{
	position: absolute;
	top: 10px;
	right: 10px;
	width: auto;
	height: auto;
}

#footer #footercopy p{
	font-size: 68%;
	line-height:1.4;
}

#footer #copyright{
	margin-top: 8px;
	text-align: left;
	font-size: 86%;
}

.clear{
	clear: both;
}

