@charset "utf-8";
/* CSS Document */

/* ==========================================================================================================

	 Universal Selector + body
 
============================================================================================================*/


* {
	background-color	: transparent;
	margin				: 0;
	padding				: 0;
	font-size			: 100%;
	font-style			: normal;
}

body {
	font			: 76%/1.5 "CI", "qMmpS Pro W3", Arial, Helvetica, Osaka, "lr oSVbN", sans-serif; /* 12px */
	color			: #333333;
	letter-spacing	: 0.04em;
	background: #f6f6f6 url(../img/bg_top.png) repeat-x center 0 ;
	text-align: center;
}



/* ==========================================================================================================

	  List Module

============================================================================================================*/

ul {
	list-style	: none;
}

dt {
	display	: block;
	width	: auto;
}



/* ==========================================================================================================

	  Tables Module

============================================================================================================*/

table {
	border			: none;
	border-collapse	: collapse;
	font-size		: 100%;

}

td, th { /* ZฬK่l๐middleฉ็topษฯX */
	vertical-align	: top;
}

th {
	font-weight		: normal ;
	text-align		: left ;
}


caption {
	text-align		: left;
}




/* ==========================================================================================================

	  Image Module

============================================================================================================*/

img { 
	vertical-align	: bottom;
}

a img {
	border	: none;
}

img.fr {
	float: right;
	margin: 0 0 15px 20px;
	}
img.fl {
	float: left;
	margin: 0 20px 15px 0;
	}
.cl {
	clear: both;
	}


/* ==========================================================================================================

	  Text Module

============================================================================================================*/
br {
	letter-spacing: normal;
}

a {
	color: #535353;
	}
	
a:hover {
	color: #009c6f;
}


.ar {
	text-align: right;
	}
.ac {
	text-align: center;
	}
.al {
	text-align: left;
	}


/*  selected text
-----------------------------------*/

:selection {
	background	: #333333;
	color		: #fff;
}

:-moz-selection {
	background	: #333333;
	color		: #fff;
}


/* ==========================================================================================================

	clearFix (pkg) Module

============================================================================================================*/


.cf:after {
    content		: " ";
    display		: block;
    visibility	: hidden;
    clear		: both;
    height		: 0.1px;
    font-size	: 0.1em;
    line-height	: 0;
}


/* for IE7 */
*:first-child+html .cf  {
	min-height: 1%;
	/*zoom	: 1;*/
}

/* for Mac IE */
* html .cf {
	display	: inline-table;
}

/* no Mac IE \*/
* html .cf {
	height	: 1%;
}
.cf {
	display	: block;
}

/* ==========================================================================================================

	common style

============================================================================================================*/



/* ==========================================================================================================

	layout

============================================================================================================*/
#wrapper {
	width: 908px;
	background: #fff url(../img/bg_body.gif) repeat-y 0 0;
	margin: 0 auto;
	text-align: left;
	}

#header {
	background: url(../img/bg_header.jpg) no-repeat 0 0;
	padding-top: 13px;
	position: relative;
	margin: 0 0 0 4px;
	min-height: 107px;
	height: auto!important;
	height: 107px;
}
.logo {
	position: absolute;
	left: 26px;
}


/*  article
-----------------------------------*/
#article {
	clear: both;
	margin: 0 4px 30px;
}
#article p {
	margin-bottom: 0.8em;
	}

#form .section {
	padding: 0 47px;
	margin: 0 0 50px;
	}

h1 {
	margin-bottom: 25px;
	}
h2 {
	margin-bottom: 20px;
	}

.pagetop {
	text-align: right;
	}

/*  footer
-----------------------------------*/
#footer {
	background: url(../img/bg_footer.jpg) no-repeat 0 bottom;
	padding: 30px;
	margin: 0 4px;
	font-size: 90%;
	}
#footer dl.footInformation {
	width: 530px;
	position: relative;
	padding-top: 5px;
	}
#footer dl.footInformation dt {
	position: absolute;
	top: 0;
	left: 0;
	}
#footer dl.footInformation dd {
	margin-left: 150px;
	}
address {
	text-align: right;
	margin: -1.5em 0 30px;
	}


/* ==========================================================================================================

	index

============================================================================================================*/
/*  hader
-----------------------------------*/
body#index #wrapper {
	width: 948px;
	background:  url(../img/bg_body.gif) repeat-y 20px 0;
	}
body#index #header {
	background: url(../img/bg_tophead.jpg) no-repeat 4px 0;
	padding: 13px 54px 0;
	min-height: 430px;
	height: auto!important;
	height: 430px;
	margin: 0;
	}
body#index #article {
	margin: 0 24px;
	}
body#index h1 {
	padding-top: 75px;
	margin-bottom:
	}
body#index .logo {
	left: 46px;
	}
body#index #header h2 {
	margin-bottom: 15px;
	}
#header .read {
	margin-left: 10px;
	width: 350px;
	}


/*  article
-----------------------------------*/
#index #article {
	clear: both;
	margin: 0 24px 30px;
	}


/*  section 
-----------------------------------*/
#index div.section {
	background: url(../img/bg_ttl.png) no-repeat 0 0;
	padding: 34px 30px 0;
	margin-bottom: 50px;
	zoom: 1;
	}
#index div.section div.section {
	background: none;
	padding: 0;
	margin: 0 0 40px;
	}
#index #article h2 {
	margin-bottom: 4px;
	}
#index #article h3 {
	background: none;
	margin-bottom: 40px;
	}
div.section h4 {
	margin-bottom: 15px;
	}
div.section em {
	font-size: 125%;
	font-weight: bold;
	}

/*  intro
-----------------------------------*/
#intro {
	background: url(../img/bg_intro_02.png) repeat-y 0 0;
	margin: 0 30px 30px;
	}
#introInr {
	background: url(../img/bg_intro_01.png) no-repeat 0 0;
	}
#introInr2 {
	background: url(../img/bg_intro_03.png) no-repeat 0 bottom;
	padding-bottom: 20px;
	}
#article #intro h2 {
	margin-bottom: 25px;
	}
#intro p {
	margin: 0 30px 0.8em;
	}

/*  page navigetion
-----------------------------------*/
#pageNav {
	background: url(../img/bg_pageNav.png) no-repeat 0 0;
	margin: 0 30px 30px;
	height: 251px;
	text-align: center;
	}
#article #pageNav h2 {
	margin: 0;
	}
#pageNav ul {
	margin-left: 8px;
	}
#pageNav ul li {
	float: left;
	margin-right: 5px;
	margin-bottom: 7px;
	}


/*  contents 1
-----------------------------------*/
#c1about {
	margin-bottom: 15px;
	height: 133px;
	}
#c1about dt,
#c1about dd {
	float: left;
	}
table.possible {
	border: 2px solid #ccc;
	margin-bottom: 15px;
	}
table.possible th {
	background: url(../img/bg_c1.png) no-repeat 0 0;
	padding: 14px;
}
table.possible td {
	background: url(../img/bg_c1.png) no-repeat right 0;
	padding: 10px 20px;
	}
table.possible .firstChild {
	}
table.possible th.firstChild {
	background: url(../img/bg_c1.png) no-repeat 0 -1px;
	}
table.possible td.firstChild {
	background: url(../img/bg_c1.png) no-repeat right -1px;
}


/*  infomationArea
-----------------------------------*/
.infomationArea {
	margin-top: 38px;
	text-align: center;
	
	}
.infomationArea ul li {
	margin-bottom: 5px;
	}


/*  contents 2
-----------------------------------*/
dl#flow {
	margin: 25px 0 20px 110px;
	background: url(../img/bg_flow2.png) repeat-y 0 0;
	width: 620px;
	text-align: center;
	position: relative;
	padding: 0;
	}
dl#flow dt {
	background: url(../img/bg_flow3.png) no-repeat 0 0;
	padding-top: 32px;
	margin-bottom: 10px;
	}
dl#flow dd {
	margin-bottom: 10px;
	padding: 0 20px;
	}
dl#flow dt.firstChild {
	background: url(../img/bg_flow1.png) no-repeat 0 0;
	padding-top: 20px;
	}
dl#flow dd.lastChild {
	background: url(../img/bg_flow4.png) no-repeat 0 bottom;
	padding-bottom: 35px;
	margin: 0;
	}
#flowImg {
	position: absolute;
	bottom: -20px;
	left: -40px;
	}

/*  contents 3
-----------------------------------*/
#contents3 {
	position: relative;
	}
ul.situation {
	border: 1px solid #ccc;
	width: 480px;
	padding: 12px 20px;
	margin-bottom: 15px;
	}
ul.situation li {
	float: left;
	width: 230px;
	background: url(../img/icon_1.gif) no-repeat 0 40%;
	padding-left: 8px;
	color: #2574BC;
	font-size: 110%;
	}
img#c3Img {
	position: absolute;
	right: 30px;
}
p.emImg {
	margin: 30px 0;
	}

/*  contents 6
-----------------------------------*/
#article #contents6 h2 {
	margin-bottom: 40px;
	}
#article #contents6 {
	position: relative;
	padding-top: 55px;
	min-height: 325px;
	height: auto!important;
	height: 325px;
	}
#c6Img {
	position: absolute;
	right: 30px;
	}
#contents6 p {
	width: 550px;
	}



/*  foot information
-----------------------------------*/

#footInformation {
	background: url(../img/bg_last.png) no-repeat 0 0;
	width: 840px;
	height: 366px;
	padding: 35px 10px 0;
	margin: 30px;
	text-align: center;
	}

#footInformation li {
	margin: 5px;
	}


/*  index footer
-----------------------------------*/
body#index #footer {
	background: url(../img/bg_footer.jpg) no-repeat 0 bottom;
	padding: 30px;
	margin: 0 24px;
	font-size: 90%;
	}










/* ==========================================================================================================

	form

============================================================================================================*/
/* form frame */
.formArea {
	background: url(../img/bg_form02.png) repeat-y 0 0;
	width: 802px;
	margin: 20px 0;
	}
.formAreaInr {
	background: url(../img/bg_form01.png) no-repeat 0 0;
	}
.formAreaInr2 {
	background: url(../img/bg_form03.png) no-repeat 0 bottom;
	padding: 40px 30px 20px;
	}
	
/* error message */
.errTxt {
	margin-bottom: 20px;
	}
.errTxt li {
	font-weight: bold;
	color: #d30000;
	margin-bottom: 2px;
	}

/* form table */
.formTable {
	background: url(../img/dotline_01.gif) repeat-x 0 0;
	margin-bottom: 30px;
	width: 100%;
	}
.formTable th,
.formTable td {
	background: url(../img/dotline_01.gif) repeat-x 0 bottom;
	padding: 13px 10px;
	}
.formTable th {
	width: 180px;
	}

.formTable input.txt1 {
	width: 500px;
	border: 1px solid #aaaaaa;
	padding: 2px;
	margin: 0 2px;
	}
.formTable input.txt2 {
	width: 150px;
	border: 1px solid #aaaaaa;
	padding: 2px;
	margin: 0 2px;
	}
.formTable input:focus,
.formTable textarea:focus {
	border: 1px solid #2fbbfd;
}
 .formTable .checkBtn {
	margin: 1px 5px;
	vertical-align: middle;
	}

.formTable textarea {
	width: 500px;
	height: 100px;
	border: 1px solid #aaaaaa;
	}
.required {
	float: right;
	margin: 2px 0;
	}
/* submit button */
.submit {
	text-align: center;
	}
.submit input {
	margin: 0 auto;
	}
.submit img {
	vertical-align: top;
	}
















