@charset "UTF-8";
/*
 Share Style [
----------------------------------------------------------- */
* {
	margin:0;
	padding:0;
}

body {
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color:#000000;
	color:#FFFFFF;
}

html {
	overflow-y:scroll;
}

h1,h2,h3,h4,h5,h6 {
	line-height:1.6;
}

p,li,dt,dl {
	line-height:1.6;
}

p {
	text-align:left;
}

ul {
	text-align:left;
}

li {
	list-style-type:none;
}

th,td{
	font-size:16px;
}

img {
	border:0;
}

address {
	font-style:normal;
}

form{
	margin:0px;
	padding:0px;
}

.clear {
	clear:both;
}

/*
 Link Color [
----------------------------------------------------------- */
a:link {
	color:#0033FF;
	text-decoration:underline;
}

a:visited {
	color:#663399;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

a:active {
	color:#FF0000;
	text-decoration:none;
}

/*
 container [
----------------------------------------------------------- */
#wrap {
	width: 950px;
	height:100%;
	margin: 0 auto;
	background-color:#000000;
}

	#container {
		width: 800px;
		height:100%;
		margin: 0 auto;
	}

/*
 Head [
----------------------------------------------------------- */
#head {
	height:84px;
	margin:0px;
	padding:0px;
	text-align:left;
	background:#000000 url(../img/print_head.jpg) no-repeat left top;
	clear:both;
}

h1 img.logo {
	float:left;
}

	h2{
		height:30px;
		padding:10px 0px 0px 9px;
	}

		h2 .top_msg {
			color:#838EC2;
			font-size:11px;
			font-weight:normal;
		}

	#head p.cpn {
		margin:17px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		float:left;
	}
	
	#head p.pp {
		margin:17px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		float:left;
	}

/*
 menu [
----------------------------------------------------------- */
ul#menu {
	height:45px;
/*	margin:10px 0px 0px 0px;*/
	padding:10px 0px 0px 0px;
	text-align:left;
	background:#000000 url(../img/print_menu.jpg) no-repeat left top;
	clear:left;
}

	ul#menu li{
		float:left;
	}

/*
 main [
----------------------------------------------------------- */
#main {
	width:770px;
}


/*
 main [
----------------------------------------------------------- */
.main_fra_tb {
	height:10px;
	margin-top:25px;
	display:block;
}
	#main_frame {
		padding:3px 3px 3px 3px;
		border: 1px #45474E solid;
	}
	#main_frame_bg {
		padding:3px 3px 3px 3px;
		border: 1px #45474E solid;
		background: url(../img/sub_menu_bg.jpg) repeat-y scroll left top;
		overflow: hidden;
	}
		#contents {
			padding:0px 20px 0px 23px;
			background-color:#FFFFFF;
			display:block;
		}
			#contents p {
				margin:10px 0px 0px 0px; 
				display:block;
				color:#000000;
			}
			#contents ul {
				margin:10px 0px 0px 5px; 
				list-style: disc inside;
				display:block;
				color:#000000;
			}

		#contents_l {
			width:167px;
			margin:0px;
			padding:0px;
			float:left;
		}
		#contents_r {
			width:590px;
			padding:0px 20px 0px 23px;
			background-color:#ffffff;
			float:right;
			color:#000000;
			display:inline;
		}
			#contents_r p {
				margin:10px 0px 0px 0px; 
				display:block;
			}




/*
 foot [
----------------------------------------------------------- */
#foot {
	padding:50px 0px 0px 0px;
	background-color:transparent;
}

	#foot address.f_left{
		width:235px;
		padding:0px 0px 0px 20px;
		font-size:11px;
		color:#435067;
		float:left;
		border-right:1px #364561 solid;
		line-height:1.3;
	}
	#foot address.f_center{
		width:230px;
		padding:0px 0px 30px 20px;
		font-size:11px;
		color:#435067;
		float:left;
		line-height:1.3;
	}
	#foot p.f_right{
		width:275px;
		float:left;
	}
	
	#foot p.copy{
		font-size:11px;
		color:#435067;
		text-align:center;
		clear:left;
		display:block;
	}


/*
 font style [
----------------------------------------------------------- */
.PXred_small{
	color:#CC0000;
	font-size:11px;
}

.PXbrown{
	color:#660000;
}

.PXerr{
	color:#CC0000;
}

.PX24_b{
	font-size:24px;
	font-weight:bold;
}
.PXbig{
	font-size:23px;
	line-height:1.3;
}
.PXbig_r{
	font-size:23px;
	color:#CC0000;
	line-height:1.3;
}

