/* -----------------------------------------------
contents.css
----------------------------------------------- */

/* -----------------------------------------------
wordpress css 
----------------------------------------------- */
/* editor */
p {
	display: block;
	margin: 1em 0;
}
strong { font-weight: bold; }
em { font-style: italic; }
blockquote {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 40px;
	-webkit-margin-end: 40px;
}
 
/* img */
.aligncenter {
	display: block;
	margin: 0 auto;
	clear: both;
	margin-bottom: 20px;
}
.alignright { float: right;clear: both;margin-left: 20px;margin-bottom: 20px; }
.alignleft { float: left;clear: both;margin-right: 20px;margin-bottom: 20px; }
 
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}

.img_left{
	float:left;
	margin:0 20px 10px 10px;
}

.img_right{
	float:right;
	margin:0 10px 10px 20px;
}


/* a */ 
a {
	text-decoration:none;
	color:#1C2082;
}

a:hover{
	text-decoration: underline;
}

div.contents a{
	font-weight:bold;
}

/* clearfix */
.clearfix {
	overflow: hidden;
	zoom: 1;
}
.clearfix:after {
	content: ""
	display: block;
	clear: both;
}

/* contents */
body{
	margin: 0;
	padding: 0;
	background: url('../img/common/bg_header.jpg') center top;
	background-repeat:repeat-x;
}

div#header{
	height: 204px;
	width: 1000px;
	margin:0;
}

div#headerLogo{
	margin: 60px 0 0 0;
	padding: 0;
	width: 500px;
	height: 21px;
	float: left;
}

div.headerUtility ul li{
	float: left;
	margin-right:15px;
	font-size:12px;
	color:#333;
	list-style:none;
	background: url('../img/common/icon04.gif') left top;
	background-repeat:no-repeat;
	padding-left:17px;
}

div.headerUtility ul li a{
	color:#333;
	font-weight:normal;
}

div.contents h1{
	width:950px;
	height:30px;
	border-bottom:solid 3px #660099;
	font-size:20px;
	font-weight:bold;
	color:333;
	margin:20px 0;
	padding:15px 10px 5px 0px;
}

div.contents h2{
	width:100%;
	height:30px;
	background: url('../img/common/kpv_h2.gif') left top;
	background-repeat:no-repeat;
	font-size:16px;
	color: #fff;
	margin:30px 0 0 0;
	padding:10px 10px 10px 45px;
	font-weight:normal;
	clear:both;
}

div.contents h2 a{
	color: #fff;
	text-decoration:underline;
	font-weight:bold;
}

div.contents h3{
	width:96%;
	line-height:150%;
	background: url('../img/common/kpv_h3.gif') left top;
	font-size:15px;
	color: #333;
	margin:40px 10px 10px 0;
	padding:10px 15px;
	clear:both;
}

div.contents h4{
	color:#660099;
	margin:30px 0 0 10px;
	clear:both;
}

div.contents h3 a{
	color: #333;
	text-decoration:underline;
	font-weight:bold;
}

div.contents p{
	font-size:14px;
	line-height:180%;
	margin:10px;
}

div.contents p.subtitle{
	font-size:16px;
	color:#660099;
	font-weight:bold;
}

div.contents p.subtitle02{
	font-size:16px;
	color:#333;
	font-weight:bold;
}

div.contents div.tube p.subtitle02{
	color:#fff;
	line-height:200%;
	font-size:18px;
	font-weight:normal;
}

div.contents p.notes{
	margin:20px 0px 0px 110px;
	color:#660099;
	font-weight:bold;
}

div.contents ul li{
	font-size:14px;
	line-height:180%;
	margin:10px;
}

div.contents ol li{
	font-size:14px;
	line-height:180%;
	margin:10px;
}

div.c_left{
	float:left;
	width:250px;
}

div.c_right{
	float:right;
	width:450px;
}

div.c_left02{
	float:left;
	width:650px;
}

div.c_right02{
	float:right;
	width:310px;
}

div.c_left03{
	float:left;
	width:500px;
}

div.c_right03{
	float:right;
	width:460px;
	height:310px;
	background: url('../img/works/photo3_04.jpg') left top;
	background-repeat:no-repeat;
}

div.c_right03 p{
	margin:240px 10px 0px 10px;
	font-size:80%;
}

div.c_left04{
	float:left;
	width:350px;
}

div.c_right04{
	float:right;
	width:350px;
}

div.c_right img{
	margin-left:15px;
}

div.contacts{
	margin:30px auto;
	width:608px;
}

div.h3box{
	width:700px;
	margin-left:20px;
	clear:both;
}

div.option{
	width:95%;
	margin:20px auto;
	padding:10px;
	border:solid 1px #999;
}

div.tube{
	width:930px;
	background-color:#000;
	padding:15px;
	margin:-20px 0px 0px 0px;
}

div.contents table {
	width:90%;
	margin:20px auto;
	line-height:150%;
}

div.contents table th{
	border-bottom:solid 1px #fff;
	border-right:solid 1px #fff;
	background-color:#006699;
	color:#fff;
	font-size:12px;
	padding:7px;
}

div.contents table td{
	border-bottom:solid 1px #ccc;
	border-right:solid 1px #ccc;
	font-size:12px;
	text-align:center;
	padding:7px;
}

div.contents table th.white{
	background-color:#fff;
}

div.contents table th.blue{
	background-color:#1C2082;
}

div.contents div#company table {
	width:47%;
	margin:15px;
	line-height:150%;
}

div.contents div#company table th{
	border-bottom:solid 2px #660099;
	border-right:solid 2px #fff;
	background-color:#fff;
	color:#660099;
	font-size:14px;
	padding:15px;
	width:33%;
}

div.contents div#company table td{
	border-bottom:solid 2px #999;
	border-right:none;
	font-size:14px;
	text-align:left;
	padding:15px;
}

div#inquiry dl{
	width:750px;
	border-bottom: solid 1px #ccc;
	font-size:14px;
	margin:0 auto;
	padding:6px;
}

div#inquiry dt{
	float: left;
	width: 250px;
	background-color: #660099;
	font-weight: bold;
	padding: 10px;
	color:#fff;
	text-align:center;
}

div#inquiry dd{
	width: 400px;
	background-color: #ffffff;
	padding: 10px;
	margin-left:300px;
}

div#inquiry dd textarea{
	max-width: 90%;
	
}

div#inquiry input{
	max-width: 90%;
}

div#policy{
	width:100%;
	border:solid 1px #ccc;
	margin:30px auto;
	padding:10px;
}

div.map{
	width:800px;
	height:400px;
	float:left;
	margin:10px 75px;
}

div#sitemap ul li{
	list-style:none;
	background: url('../img/common/listmark.gif') left top;
	background-repeat:no-repeat;
	padding-left:20px;
}


div.contents div.link{
	width:300px;
	background: url('../img/common/icon05.gif') left top;
	background-repeat:no-repeat;
	padding-top:-15px;
	padding-left:17px;
	margin:10px;
}

div.toback{
	width:100%;
	height:47px;
	background: url('../img/works/toback.gif') center top;
	background-repeat:no-repeat;
	margin:0;
}

div#contents div.toback p{
	font-size:15px;
	color:333;
	text-align:center;
	padding-top:12px;
	font-weight:bold;
}

div#contents div.toback p a{
	color:#333;
}


