@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      contents.css
 Author:         Your Name (admin)
 Style Info:     コンテンツエリア関係 他
----------------------------------------------------------- */

/*----------------------------------------------------
	汎用class
----------------------------------------------------*/


.pageTop {
	background: url(../img/share/foot_joint.jpg) no-repeat 30px top;
	height: 143px;
	margin: 0px 25px 0px 0px;
	padding-top: 15px;
}

.texL {
	background: url(../img/share/arrow_blue.gif) no-repeat left center;
	padding-left: 12px;
}

body#enBody {
	background: #FFF url(../english/img/body_bg.jpg) repeat-x;
}


/*----------------------------------------------------
	#page
----------------------------------------------------*/

#enBody #page {
	width: 650px;
}

#enBody #contents {
	background: url(../img/share/foot_joint.jpg) no-repeat left bottom;
	padding-bottom: 100px;
}



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

#enBody #header {
	background: none;
	height: 117px;
}

#enBody #headBody {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#enBody #headBody h1 {
	position: absolute;
	left: 0px;
	top: 0px;
}

/*	guideNav
----------------------------------------------------*/

#enBody #headBody ul#guideNav {
	text-align: right;
	position: absolute;
	left: 440px;
	top: 30px;
}

#enBody #headBody ul#guideNav li {
	display: block;
	line-height: 1px;
	margin-bottom: 20px;
}



/*----------------------------------------------------
	#footer
----------------------------------------------------*/

#enBody #footer {
	background: url(../english/img/footer_bg.jpg) repeat-x;
	height: 98px;
}



/*----------------------------------------------------
	table
----------------------------------------------------*/

#enBody table {
	border: none;
	border-collapse: collapse;
}

#enBody table th {
	vertical-align: top;
	padding:0.3em 0.5em;
	border-bottom: 2px solid #CCCCCC;
}

#enBody table td {
	padding:0.3em 0.2em;
	border-bottom: 1px solid #CCCCCC;
}

#enBody #product table thead {
	color: #FFF;
	text-align: center;
	font-weight: normal;
	background: #6BA0CA;
	padding:0.3em 0.5em;
}

#enBody #product table th {
	text-align: center;
	font-weight: normal;
	background: #EFEFEF;
	vertical-align: top;
	padding:0.3em 0.5em;
	border: 1px solid #CCCCCC;
}

#enBody #product table td {
	text-align: center;
	padding:0.3em 0.2em;
	border: 1px solid #CCCCCC;
}


/*----------------------------------------------------
	#contents
----------------------------------------------------*/

#enBody #contents {
	width: 650px;
}

#enBody #profile {
	float: left;
	width: 430px;
	margin-top: 20px;
}

#enBody #sub {
	float: right;
	width: 190px;
	background: none;
	margin-top: 20px;
	padding-bottom: 0;
}

#enBody #product {
	clear: both;
	width: 650px;
}

#enBody h3 {
	color: #5F74BD;
	font-size: 136%;
	margin-bottom: 0.4em;
}

#enBody #product .section {
	overflow: hidden;
}
*html #enBody #product .section {
	height: 1%;
}


#enBody #product p.pt {
	width: 125px;
	float: left;
}

#enBody #product .right {
	width: 511px;
	float: right;
}
*html #enBody #product .right {
	width: 480px;
	float: right;
}

#enBody #product h5 {
	color: #5870B9;
	font-size: 122%;
	background: url(../img/share/check_blue.gif) no-repeat left center;
	width: 511px;
	padding-left: 18px;
}
*html #enBody #product h5 {
	width: 480px;
}

#enBody #product h6 {
	clear: both;
	margin-bottom: 0.3em;
}

#enBody #product .detail {
	background: #EEF2FD;;
	padding: 15px;
}

#enBody #product .detail li {
	margin-bottom: 0.4em;
	list-style: circle outside;
	margin-left: 1.4em;
}

#enBody #contact-form {
	background: #F4F0E9;
	padding: 22px;
}

#enBody #contact-form span {
	color: #FF0000;
}

#enBody #contact-form table.send td {
	text-align: center;
	border-style: none;
}




