@charset "UTF-8";

/* ***********************************************************************
	Body
*********************************************************************** */

body {
	background: #ffffff  url("../img/common/bg.jpg") repeat-x 0 0;
}


/* ***********************************************************************
	Wrapper
*********************************************************************** */

div#wrapper {
	margin: 0 auto;
	width:940px;
}


/* ***********************************************************************
	Header
*********************************************************************** */
#header {
	margin: 0 auto;
	width: 940px;
	height: 59px;

}

#header .logo {
	clear:both;
	margin:0;
	padding: 0;
	width:483px;
	float: left;
}
#header .logo  h1{
	width:483px;
	height:59px;
	padding:0;
	margin:0;
}
#header .logo img {
	display: block;
}
#headerNav {
	width:275px;
	height:59px;
	margin:0;
	float:right;
}
/* ***********************************************************************
	Container
*********************************************************************** */

#container {
	padding:0px;
	background-image: url(../img/common/side_back.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#container:after {
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
	contet:".";
}


/* ***********************************************************************
	MainBox
*********************************************************************** */

#mainBox {
	float: left;
	width: 757px;
	background: #ffffff;
	margin:0;
	padding:0;
}


/* ***********************************************************************
	Footer
*********************************************************************** */


/* ***********************************************************************
	footer
*********************************************************************** */

#footerbox{
	clear: both;
	text-align:center;
	margin: 0 auto;
	padding:0;
	background: #ffffff  url("../img/common/footerbg.jpg") repeat-x 0 0;
}
#footerlogo{
	width:210px;
	height:53px;
}
#footer{
	width:940px;
	height:53px;
	text-align:center;
	margin: 0 auto;
	background: #ffffff  url("../img/common/footerlogo.jpg") no-repeat;
}
#copyright{
	width:940px;
	height:42px;
	text-align:center;
	margin: 0 auto;
}


/* ***********************************************************************
	Pankuzu 
*********************************************************************** */

#pankuzuBox {
	width: 940px;
	margin:10px 0 12px 0;
	padding: 0;
	font-size:1.1em;
	color:#646464;
	background:#fff;
	letter-spacing:0.1em;
	vertical-align:top;
}

/* ***********************************************************************
	SubTitle 
*********************************************************************** */

.semititle {
	width:685px;
	padding:0;
	background:#ffffff;
	background: url("../img/common/semititle.jpg") no-repeat;
	height: 26px;
}
.semititle h4{
	font-size:1.4em;
	line-height:2.1em;
	color:#10457A;
	font-weight:bold;
	padding:0px 0 0px 5px;
}
.semititle h5{
	font-size:1.2em;
	line-height:2.1em;
	color:#10457A;
	font-weight:bold;
	padding:0px 0 0px 5px;
}
.semititle2 {
	width:685px;
	padding:0;
	background:#ffffff;
	background: url("../img/common/semititle2.jpg") no-repeat;
	height: 26px;
}
.semititle2 h4{
	font-size:1.4em;
	line-height:2.1em;
	color:#10457A;
	font-weight:bold;
	padding:0px 0 0px 5px;
}
.semititle2 h5{
	font-size:1.2em;
	line-height:2.1em;
	color:#10457A;
	font-weight:bold;
	padding:0px 0 0px 5px;
}


/* ***********************************************************************
	SubBox 
*********************************************************************** */

#subBox {
	padding:0px;
	float: right;
	margin:0;
	width:183px;
}



/* ***********************************************************************
	NormalTable
*********************************************************************** */

.asset-body table {
	width: 710px;
	font-size:1.1em;
	line-height:1.5em;
	border-collapse:collapse;
	margin:0px
}
.asset-body th,
.asset-body td {
	padding:6px 6px;
	border:solid 1px #CCC;
}
.asset-body table th {
	font-weight:normal;
	text-align:center;
	vertical-align:top;
	padding:6px 6px;
	color:#201F1C;
	border:solid 1px #CCC;
	background:#f0f0f0;
}


/* ***********************************************************************
	WideTable
*********************************************************************** */

.wasset-body table {
	width: 670px;
	font-size:1.2em;
	line-height:1.5em;
	border-collapse:collapse;
	margin:0 0 0 10px
}
.wasset-body th,
.wasset-body td {
	padding:6px 6px;
	border:solid 1px #CCC;
}
.wasset-body table th {
	width:210px;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
	padding:6px 6px;
	color:#201F1C;
	border:solid 1px #CCC;
	background:#EFF9FF;
}


/* ***********************************************************************
	ShortTable
*********************************************************************** */

.sasset-body table {
	width: 570px;
	font-size:1.2em;
	line-height:1.5em;
	border-collapse:collapse;
	margin:0 0 0 0px
}
.sasset-body th,
.sasset-body td {
	padding:6px 6px;
	border:solid 1px #fff;
}
.sasset-body table th {
	width:110px;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
	padding:6px 6px;
	color:#663300;
	font-weight:bold;
	border:solid 1px #fff;
	background:#fff;
}

/* ***********************************************************************
	VeryShortTable
*********************************************************************** */

.vsasset-body table {
	width: 435px;
	font-size:1.2em;
	line-height:1.5em;
	border-collapse:collapse;
	margin:0 0 0 0px
}
.vsasset-body th,
.vsasset-body td {
	padding:6px 6px;
	border:solid 1px #fff;
}
.vsasset-body table th {
	width:100px;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
	padding:6px 6px;
	color:#663300;
	font-weight:bold;
	border:solid 1px #fff;
	background:#fff;
}



/* ***********************************************************************
	Formtable
*********************************************************************** */
form {
	margin:0;
	padding:0;
}
.attention1{
	color: #C00;
}
.attention2 {
	color:#36C;
}
div.button {
	text-align: center;
	padding:10px 10px 20px;
}
div.button input{
	margin:0 10px;
}

.formTable1{

	width: 685px;

	font-size:1.2em;

	line-height:1.3em;

	border-collapse:collapse;

	margin:0px

}

.formTable1 th{
	width:120px;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
	color:#525F7A;
	border:solid 1px #CCC;
	background:#F5F5F5;
	padding-top: 7px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
}

.formTable1 td{
	border:solid 1px #CCC;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}

.formTable1 table{

	border-collapse:collapse;

	margin:0;

}

.formTable1 table td{

	font-size:1.2em;

	line-height:1.3em;

	padding:0 5px 0 0;

	border:none;

}



#formPrivacy{
	width: 650px;
	font-size:1.2em;
	margin:10px 0 0 10px;
	padding:8px 10px;
	border:1px solid #D0EDFF;
	background:#EFF9FF;
}
.Privacyul{
	list-style-type:none;
	margin:0;
	padding:0;
}
.Privacyul li{
	margin:0;
	padding:0 0 0 10px;
	line-height:1.5em;
}

/* width */
.form1 {
	width:40px;
}
.form2 {
	width:80px;
}
.form3 {
	width:120px;
}
.form4 {
	width:160px;
}
.form5 {
	width:200px;
}
.form6 {
	width:360px;
}
.form7{
	width:480px;
}


/* ***********************************************************************
	text 
*********************************************************************** */
.ul1{
	list-style-type:none;
	margin:0;
	padding:0 0 0 5px;
}
.ul1 li{
	margin:0;
	padding:0 0 3px 12px;
	background:url(../img/home/arrow01.jpg) 2px 0.4em no-repeat;
}
.ul2 {
	list-style-type:none;
	padding:0;
}
.ul2 li{
	margin:0 0 4px 0;
	padding:0 0 0 22px;
	background:url(../img/icn_01.gif) 6px 0.3em no-repeat;
}
.ul3{
	list-style-type:none;
	padding:0;
}
.ul3 li{
	margin:0 0 4px 0;
	padding:0 0 0 22px;
	background:url(../img/common/icn_02.gif) 6px 0.3em no-repeat;
}
.ul4{
	margin:0 0 4px 0;
	padding:0 0 0 0px;
	background:url(../img/common/icn_02.gif) 6px 0.3em no-repeat;
}
.ul4 li{
	margin:0 0 4px 0;
	padding:0 0 0 22px;
	background:url(../img/icn_03.gif) 6px 0.4em no-repeat;
}

.ul5{
	list-style-type:none;
	margin:0;
	padding:0 0 0 5px;
	float:left;
}
.ul5 li{
	margin:0;
	padding:0 10px 5px 12px;
	background:url(../img/home/exa_arw_01.gif) 2px 0.4em no-repeat;
	float:left;
}

.ul6{
	list-style-type:none;
	margin:0;
	padding:0px;
	float:left;
}
.ul6 li{
	margin:0;
	padding:0 15px 0 15px;
	background: url(../img/common/case_icon.gif) 0 0.6em no-repeat;
	float:left;
}

.txt{
	font-size:1.2em;
	line-height: 1.6em;
}
.txtM {
	font-size: 1.1em;
	line-height: 1.4em;
	padding:0 0 0px 0;
}
.txtS {
	font-size: 1.0em;
	line-height: 1.4em;
}
.txtMS {
	font-size: 0.8em;
	line-height: 1.4em;
}
.txtR{
	text-align:right;
}
.txtL{
	text-align:left;
}
.txtC{
	text-align:center;
}
.txtB{
	font-size:1.2em;
	font-weight:bold;
}
.txtBR{
	font-size:1.2em;
	font-weight:bold;
	text-align:right;
}
.txtDot {
	font-size: 1.0em;
	line-height: 1.3em;
	padding:0 0 7px 0;
	background:url(../img/home/top_new_line.gif) bottom repeat-x;
}
.txtDotM {
	font-size: 1.1em;
	line-height: 1.4em;
	padding:5px 0 5px 0;
	background:url(../img/home/top_new_line.gif) bottom repeat-x;
}
.txtDotL {
	font-size: 1.3em;
	line-height: 1.6em;
	padding:0 0 10px 0;
	background:url(../img/home/top_new_line.gif) bottom repeat-x;
}

.txtRed{
	font-weight:bold;
	color:#c70026;
}

.txtRedNormal{
	font-size:1.3em;
	line-height: 1.5em;
	color:#c70026;
}
.faqtxtRed{
	color:#6f0000;
	font-size:1.2em;
	line-height: 1.6em;
}

.mds1{
	color:#C60;
	font-size:1.4em;
	line-height:1.3em;
	font-weight:bold;
}
.mds2{
	color:#36C;
	font-size:1.2em;
	line-height:1.3em;
	font-weight:bold;
}
.mds3{
	color:#C60;
	font-weight:bold;
}
.mds4{
	color:#36C;
	font-weight:bold;
}
.mds5{
	color:#E60000;
	font-weight:bold;
}
.mds6{
	color:#C60;
	font-size:1.3em;
	line-height:1.3em;
	font-weight:bold;
}

p {
	margin: 0 0 1em 0.5em;
	font-size:1.2em;
	line-height: 1.5em;
}

.atten {
	font-size:1.0em;
	color:#ff0000;
}

div.contentWrap {
	width:685px;
	margin:0 0 0 12px;
	padding:0;
	height: 100%;
}



/* ***********************************************************************
	margin 
*********************************************************************** */
.ma1{
	margin:34px 0 6px 0;
}

.ma2{
	margin:6px 0 0 0;
}
.ma3{
	margin:0 0 5px 0;
}
.ma4{
	margin:34px 0 0 0;
}
.ma5{
	margin:20px 0 0 0;
}
.ma6{
	margin:10px 0 0 135px;
}
.ma7{
	margin:10px 0 20px 135px;
}
.ma8{
	margin:50px 0 0 0;
}
.ma9{
	margin:15px 0 0 0;
}

/* ***********************************************************************
	float 
*********************************************************************** */

.floatR{
	float:right;
	margin:0 0 10px 10px;
	padding:0 10px 0 0;
}
.floatL{
	float:left;
	margin:0 8px 8px 0;
	padding:0 0 0 10px;
}
.greetingBox_L{
	float:left;
	width:510px;
	margin:0;
	padding:0px;
}
.greetingBox_R{
	float:right;
	width:155px;
	margin:0 0 0 20px;
	padding:0;
}



/* ***********************************************************************
	Pageup 
*********************************************************************** */

#pageupBox {
	width: 103px;
	height:18px;
	margin:0;
	padding:20px 0 20px 582px;
	clear:both;
	background:#ffffff;
}

#pageupBox .pageup {
	color:#555;
}

/* ***********************************************************************
	Clear 
*********************************************************************** */

.clear {
clear:both;
}

