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


@import "pulldown.css";

/* basicset */
* {margin:0; padding:0;}
img { border: none;  border-width: 0px; }
li { list-style: none; }
h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul { display: block; margin: 0px; padding: 0px; }

a { color: #0066CC; }
a:visited { color: #0066CC; }
a:hover { color: #FF9900; }

.bs05 {	margin-bottom: 5px;}
.bs10 {	margin-bottom: 10px;}
.bs20 {	margin-bottom: 20px;}
.bs30 {	margin-bottom: 30px;}
.us10 {	margin-top: 15px;}


body {
	margin: 0px;
	padding: 0px;
	font-size: 75%;
	color: #FFFFFF;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 75%;
	font-style: normal;
	font-weight: 100;
	background-color: #FFFFFF;
}

/* fontsize */
body.fontL #main{
	font-size:120%;
}
body.fontM #main{
	font-size:100%;
}
body.fontS #main{
	font-size:80%;
}


/* layout */
#container {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-image: url(../_share/bg_contents.png);

}

/* layout */
#container2 {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-image: none;

}


#header {
	height: 78px;
	padding-top: 12px;
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(../_share/bg_header.png);
	background-color: #4A2A05;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#header #logo {
	float: left;
}

#header #headerRight {
	float: right;
}

#header #headerRight h1 {
	font-weight: normal;
	font-size: 100%;
}


#footer {
	clear: both;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 22px;
	padding-left: 20px;
	background-image: url(../_share/bg_footer.png);
	height: 13px;
}

#footer .left {
	float: left;

}

#footer .right {
	text-align: right;
	float: right;

}




#contents {
	margin-bottom: 0px;
	clear: both;
	overflow:hidden;
	zoom: 1;
}

#contents:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}


/* top */
#top #main {
	width: 880px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF00;
}

#top #main a {
	color: #FFFF99;
}

#top #main a:hover {
	color: #FFFF99;
	text-decoration: underline;
}


#imgTOP {
	height: 354px;
	background-color: #FFFFFF;
	padding-top: 1px;
	padding-bottom: 1px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #5C401F;

}


.tdtableNotice {
	vertical-align: top;
	border: 1px solid #333333;
	padding: 4px;
}

.tdtableBana {
	text-align: center;
	vertical-align: bottom;
}

.tdtableBana img {
	padding-right: 2px;
	padding-left: 2px;

}


.tdtableTop {
	padding: 15px;
	vertical-align: top;
}

.tdtableTop p {
	margin-bottom: 15px;
	background-image: url(/img/icon.gif);
	background-repeat: no-repeat;
	background-position: left 50%;
	padding-left: 15px;
}

.tdtableTop p a {
	text-decoration: none;
}


.topinfo {
	height: 55px;
	margin-top: 5px;
	padding-right: 0px;
	padding-left: 5px;

}




/* main */
#contents #main {
	float: right;
	width: 670px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	min-height:400px;
	height: auto !important;
	height: 400px;
	zoom: 1;
	clear: both;
	color: #333333;
	background-color: #FFFFFF;
}

#main:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}


#main h2 {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #E6DDBB;

}

#main h3 {
	font-size: 14px;
	margin-bottom: 15px;
	color: #333333;
	background-image: url(/_share/bg_h3.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 14px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	vertical-align: 50%;
	font-weight: bold;
}


#main h4 {
	color: #541F12;
	margin-bottom: 10px;
	font-size: 120%;
	font-weight: bold;
}

#main h5 {
	color: #333333;
	margin-bottom: 5px;
	font-size: 100%;
}

#main h6 {
	color: #333333;
	margin-bottom: 5px;
	font-size: 120%;
}

.titleBiz {
	color: #541F12;
	margin-bottom: 10px;
	font-size: 120%;
	font-weight: bold;
	text-decoration: underline;
}


/* side */
#side {
	float: left;
	width: 190px;
	padding-top: 30px;
	padding-right: 5px;
	padding-bottom: 30px;
	padding-left: 15px;
}

#side ul {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DACD9A;
	width: 180px;

}

#side ul li {

}

#side ul li a {
	display: block;
	width: 165px;
	color: #333333;
	line-height: 160%;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(/img/icon.gif);
	background-repeat: no-repeat;
	background-position: left 50%;
	padding-left: 15px;
	font-size: 110%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DACD9A;

}

#side ul li a:hover {
	color: #FF9900;

}


/* navi */

#navibu {
	height: 55px;
	clear: both;
}

#navibu ul {

}

#navibu ul li {
	float: left;

}

#navibu ul li a {
	height: 55px;
	display: block;
	text-indent: -9999px;
	overflow:hidden;
	background-image: url(/_share/navi.png);
	background-repeat: no-repeat;
}










/* img */
/*****************/

.imgL { 
	float: left;
}

.imgL10 { 
	margin-right: 10px;
	float: left;
}

.imgR10 { 
	float: right;
	margin-left: 10px;
}

.imgL10B { 
	margin-right: 10px;
	float: left;
	border: 1px solid #CCCCCC;
	padding: 2px;
}

.imgR { 
	float: right;
}

.imgR10B { 
	float: right;
	margin-left: 10px;
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin-bottom: 10px;
}

.imgbox { 
	border: 1px solid #999999;
	padding: 1px;
}

.imgBm05 { 
	border: 1px solid #999999;
	padding: 1px;
	margin-bottom: 5px;
}




/* form */
/*****************/
.form050 {width: 50px;	color: #333333;	padding: 3px;	margin-right: 3px;	margin-bottom: 3px;}
.form100 {width: 100px;color: #333333;padding: 3px;	margin-right: 3px;	margin-bottom: 3px;}
.form200 {width: 200px;color: #333333;padding: 3px;	margin-right: 3px;	margin-bottom: 3px;}
.form300 {width: 300px;color: #333333;padding: 3px;	margin-right: 3px;	margin-bottom: 3px;}
.form400 {width: 400px;color: #333333;padding: 3px;	margin-right: 3px;	margin-bottom: 3px;}
.form500 {width: 500px;color: #333333;padding: 3px;	margin-right: 3px;	margin-bottom: 3px;}
.form600 {width: 600px;color: #333333;padding: 3px;	margin-right: 3px;	margin-bottom: 3px;}
.form650 {width: 650px;color: #333333;padding: 3px;	margin-right: 3px;	margin-bottom: 3px;}

.formTextbox {
	width: 380px;
	font-size: 12px;
	color: #333333;
	padding: 5px;
}

.hidden {
	display: none;
}

.boxBtn {
	text-align: center;
	margin-bottom: 20px;
}

.boxBtn input {
	height: 34px;
	font-weight: bold;
	padding-right: 25px;
	padding-left: 25px;
}


/* table */
.tableB {
	margin-bottom: 20px;
	width: 670px;
}

.tableB th {
	padding: 10px;
	background-color: #EAEAEA;
	text-align: left;
	vertical-align: top;
	line-height: 150%;
	font-size: 110%;
	color: #333333;
	border: 1px solid #D9D9D9;
}

.tableB th.recruit {
	padding-left: 8px;
	padding-right: 4px;
	font-size: 100%;
}

.tableB td {
	font-size: 100%;
	line-height: 140%;
	vertical-align: top;
	border: 1px solid #D9D9D9;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.tableB td.recruit {
	line-height: 150%;
}


.tableAch {
	border: 1px solid #BCBCBC;
	margin-bottom: 20px;
}

.tableAch th {
	padding: 12px;
	background-color: #EAEAEA;
	vertical-align: top;
	line-height: 150%;
	font-size: 110%;
	color: #333333;
	text-align: center;
}

.tableAch td {
	padding: 8px;
	font-size: 120%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D9;
	line-height: 140%;
	vertical-align: top;
}





.tdR {
	padding: 8px;
	font-size: 120%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	line-height: 140%;
	vertical-align: top;
	text-align: right;
}

.tableB td table td {
	font-size: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
}

.tableB td table td b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 1px;

}




.tableSitemap {
	margin-bottom: 20px;
}

.tableSitemap th {
	padding: 3px;
	background-color: #EAEAEA;
	text-align: left;
	color: #333333;
	width: 153px;
}

.tableSitemap td {
	padding: 5px;
	line-height: 180%;
	vertical-align: top;
	font-size: 90%;
	margin: 5px;
}


.tableSvc {
	margin-bottom: 20px;
}

.tableSvc td {
	padding: 5px;
	line-height: 180%;
	vertical-align: top;
	font-size: 100%;
}



.tableBox {
	overflow:hidden;
	zoom: 1;
	margin-bottom: 30px;
}

.tableBox:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}


.tableBox table {
	border: 1px solid #BCBCBC;
}

.tableBox th {
	padding: 3px;
	background-color: #EAEAEA;
	vertical-align: top;
	line-height: 150%;
	font-size: 110%;
	color: #333333;
}

.tableBox td {
	padding: 3px;
	font-size: 120%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D9;
	line-height: 140%;
	vertical-align: top;
}




/* ul Dot */
ul.dotList {
	margin-left: 10px;
	margin-bottom: 30px;
	padding-left: 10px;
}

ul.dotList li {
	list-style-type: none;
	margin-bottom: 10px;
	background-image: url(/_share/liDot.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	line-height: 150%;
	font-size: 120%;
}

ul.dotList li p {
	font-size: 90%;
	color: #666;
}

/* ol nor */
.olNor {
	margin-bottom: 20px;
	margin-left: 40px;
}

.olNor li {
	list-style-type: decimal;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	list-style-position: outside;
	line-height: 160%;
	font-size: 110%;
}

.olNor li b {
	color: #635427;
	text-decoration: none;

}


/* pTag */
blockquote {
	line-height: 160%;
	padding: 15px;
	margin-bottom: 20px;
	border: 5px solid #E0E0E0;
	background-color: #F2F2E6;
}


.pNor {
	line-height: 150%;
	margin-bottom: 20px;
	font-size: 110%;
	margin-right: 5px;
	margin-left: 5px;
	overflow:hidden;
	zoom: 1;
}

.pNor:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}


.pNor2 {
	line-height: 150%;
	margin-bottom: 7px;
	font-size: 110%;
	margin-right: 5px;
	margin-left: 5px;
}

.pRight {
	line-height: 150%;
	margin-bottom: 20px;
	font-size: 110%;
	margin-right: 5px;
	margin-left: 5px;
	text-align: right;
}

.pRight2 {
	line-height: 150%;
	margin-bottom: 20px;
	font-size: 110%;
	margin-right: 5px;
	margin-left: 5px;
	padding-left: 500px;
}

.pCenter {
	line-height: 150%;
	margin-bottom: 20px;
	font-size: 110%;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
}

.pVeri {
	line-height: 150%;
	margin-bottom: 20px;
	font-size: 110%;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
	border: 3px solid #333333;
	padding: 10px;
}


.pBox {
	line-height: 150%;
	margin-bottom: 20px;
	font-size: 110%;
	margin-right: 5px;
	margin-left: 5px;
	border: 3px solid #CCCCCC;
	padding: 10px;
}


.pNotice {
	line-height: 150%;
	margin-bottom: 20px;
	font-size: 90%;
	margin-right: 5px;
	margin-left: 5px;
	color: #666666;
}

.pLead {
	font-size: 120%;
	line-height: 160%;
	margin-bottom: 30px;
}


.pImgbox {
	background-color: #FFFFFF;
	text-align: center;
	padding: 15px;
	border: 3px solid #CCCCCC;
	margin-bottom: 20px;
}

.indent {
	padding-left: 12px;
}


/* h1 */
h1 {
	font-size: 10px;
	font-weight: normal;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 10px;
	color: #333333;
}

h1 a {
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}



/* text */
.textWhite {

}

.textForm {
	font-size: 11px;
	font-weight: normal;
	color: #FF0000;
}

.textForm2 {
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}

.textNo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: 1px;
}

.textMini {
	font-size: 80%;
}





/* crear */
.clearfix {
	overflow:hidden;
	zoom: 1;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

.topbg {
	background:none;
}

.toppagecolumn {
	width:940px
}

.toppagecolumn .left {
width:640px;
padding:30px 0 0 78px;
float:left;
	width:562px;
}
html>body .toppagecolumn .left {
width:562px;
}

.toppagecolumn .right {
	width:300px;
	height:300px;
	background:url(../img/bg_right.gif) no-repeat;
padding:30px 0 0 10px;
float:right;
width:290px;
}
html>body .toppagecolumn .right {
	width:290px;
}


.toppagecolumn .right table {
	margin:14px 0 0 0;
}

/*トップページ*/
dl.whatsnewList {
	width:520px;
	margin:14px 0 0 0;
	color:#333;
}

.toppagecolumn .right .pd {
	padding:18px 0 7px 0;
}

/*トップページ*/
dl.whatsnewList {
	width:520px;
	margin:14px 0 0 0;
	color:#333;
}


dl.whatsnewList dt {
	width:110px;
	padding:0 0 4px 0;
	line-height:1.6;
	float:left;
	clear:both;
}



dl.whatsnewList dd {
	margin:0 0 0 110px;
	padding:0 0 4px 0;
	line-height:1.6;
}

dl.whatsnewList dd a:link {
	color:#333;
	text-decoration:underline;
}

dl.whatsnewList dd a:visited {
	color:#333;
	text-decoration:underline;
}

dl.whatsnewList dd a:hover {
	color:#333;
	text-decoration:none;
}

dl.whatsnewList dd a:active {
	color:#333;
	text-decoration:none;
}




