@charset "utf-8";
/* CSS Document */

/* basicset */
* {margin:0; padding:0;}
img { border: none; }
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: #330066; }
a:hover { color: #FF6600; }
a.blue {color: #0066CC; text-decoration: none;}
a.blue:visited { color: #0066CC; }
a.blue:hover { color: #FF6600; }
a.iconP {
	background-image: url(/_share/icon_pink.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 9px;
}

.bs05 {	margin-bottom: 5px;}
.bs10 {	margin-bottom: 10px;}
.bs20 {	margin-bottom: 20px;}
.bs30 {	margin-bottom: 30px;}

body {
	margin: 0px;
	padding: 0px;
	background-image: url(/_share/bg_header.png);
	background-repeat: repeat-x;
	background-color: #FBF8F2;
	font-size: 75%;
	color: #333333;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 75%;
	font-style: normal;
	font-weight: 100;
}


/* layout */

#container {
	width: 742px;
	margin-right: auto;
	margin-left: auto;
}

#contents {
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
}

#contentsIn {
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 15px;
	overflow:hidden; /* forDW */
	zoom: 1; /* for IE5.5 - IE7 */
	padding-bottom: 0px;
}

#contentsIn:after { /* for modern browser */
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}


/* left */
#left {
	float:left;
	width: 180px;
	padding-bottom: 10px;
}

#left ul {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DFDFDF;
	margin-bottom: 20px;
}

#left ul li {

}

#left ul li a {
	background-image: url(/_share/bg_leftLi.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	padding-top: 7px;
	padding-right: 4px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 170px;
	background-color: #FCF8F8;
	text-decoration: none;
	color: #333333;
	height: 15px;

}

#left ul li a:hover {
	text-decoration: underline;
	background-color: #FAF1F1;

}

.h3left {

}


#left h4 {
	background-image: url(/_share/bg_h4left.gif);
	color: #FF5555;
	margin-bottom: 1px;
	font-size: 100%;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
}

.boxLeft {
	border: 3px solid #E3E3E3;
	padding: 4px;
	margin-bottom: 10px;
	overflow:hidden; /* forDW */
	zoom: 1; /* for IE5.5 - IE7 */
	line-height: 130%;
	font-size: 90%;
}

.boxLeft:after { /* for modern browser */
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}



/* navi */

#navi {
	clear: both;
	margin-bottom: 1px;
	background-image: url(/_share/navi.png);
	height: 34px;
}

#navi ul {

}

#navi ul li {
	float: left;

}

#navi ul li a {
	height: 34px;
	width: 185px;
	display: block;
	text-indent: -9999px;
	overflow:hidden;
	background-image: url(/_share/navi.png);
	background-repeat: no-repeat;
}

a.navi01		{ background-position:0px 0px; width: 185px; }
a.navi01:hover	{ background-position:0px -34px; }

a.navi02		{ background-position:-185px 0px; width: 185px; }
a.navi02:hover	{ background-position:-185px -34px; }

a.navi03		{ background-position:-370px 0px; width: 185px; }
a.navi03:hover	{ background-position:-370px -34px; }

a.navi04		{ background-position:-555px 0px; width: 185px; }
a.navi04:hover	{ background-position:-555px -34px; }


/* main */
.pan {
	background-image: url(/_share/bg_pan.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-size: 10px;
	color: #999999;
}

.pan a {
	color: #0066CC;
	text-decoration: none;
}

.pan a:hover {
	color: #0066CC;
	text-decoration: underline;
}

.pan a:visited {
	color: #0066CC;
}



#main {
	float:right;
	width: 500px;
}

#main h2 {
	background-image: url(/_share/bg_h2.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	height: 30px;
	margin-bottom: 10px;
	padding-top: 6px;
	font-size: 130%;
	overflow:hidden; /* forDW */
	zoom: 1; /* for IE5.5 - IE7 */
	padding-right: 10px;
}

#main h2:after { /* for modern browser */
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

#main h2 p {
	float: left;
}

#main h2 a {
	float: right;
	display:block;
	width:38px;
	height:14px;
	text-indent:-100px;
	overflow:hidden;
	margin-top: 2px;
}

a.btBack{
    background-image:url(/_share/bt_back.gif);
}
a.btBack:hover{
    background-position:0px -14px;
}

/* ol */
.olCategory {
	margin-bottom: 20px;
	margin-left: 10px;

}

.olCategory li {
	background-image: url(/_share/dotline.gif);
	list-style-type: decimal;
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	list-style-position: inside;
	line-height: 130%;

}




/* h tag */
.h3q {
	background-image: url(/_share/icon_q.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
	padding-left: 20px;
	color: #FF5555;
	margin-bottom: 10px;
	font-size: 120%;
	margin-left: 10px;
}

.h3main {
	background-image: url(/_share/bg_h3main.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-bottom: 10px;
	font-size: 130%;
	overflow:hidden; /* forDW */
	zoom: 1; /* for IE5.5 - IE7 */
	padding-right: 0px;
	background-position: left bottom;
	padding-bottom: 5px;
	padding-top: 3px;
	color: #FF5555;
}

.h3main:after { /* for modern browser */
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

.h3main p {
	float: left;
}

.h3main a {
	float: right;
	height:14px;
	overflow:hidden;
	margin-top: 2px;
	font-weight: normal;
	font-size: 11px;
}



/* p */
.pTop {
	margin-bottom: 15px;
	line-height: 130%;
	font-size: 110%;
}
.pTopName {
	margin-bottom: 30px;
	line-height: 130%;
	font-size: 90%;
	text-align: right;
}

.pTopName b {
	font-size: 140%;
}

.boxBtn {
	text-align: center;
}


.boxBtn input {
	font-weight: bold;
	padding: 3px;
}



.pNor {
	margin-bottom: 30px;
	line-height: 130%;
	font-size: 110%;
}

.pAnser {
	margin-bottom: 30px;
	line-height: 150%;
	font-size: 110%;
	margin-left: 20px;
	overflow:hidden; /* forDW */
	zoom: 1; /* for IE5.5 - IE7 */
}

.pAnser:after { /* for modern browser */
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}


.pAnser h4 {
	font-weight: bold;
	color: #333333;
	font-size: 100%;
	margin-bottom: 5px;
}

.pAnser b {
	color: #FF1717;
	font-size: 108%;
	font-weight: normal;
}

.pAnser strong {
	line-height: 200%;
}

.pAnser .tableR {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.pAnser .tableR td {
	font-size: 11px;
	color: #666666;
}

.pAnser .tableNor {
	margin-bottom: 10px;
}

.pAnser .tableNor td {
	font-size: 11px;
	color: #666666;
	vertical-align: top;
}

.pAnser table td img {
	padding: 2px;
	border: 1px solid #CCCCCC;
	margin-right: 5px;
}

.pTotop {
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;	
}





/* header & footer */
#header {
	height: 65px;
}

#header img {
	float: left;
	margin-top: 12px;
}

#header h1 {
	float: right;
	font-size: 11px;
	padding-top: 30px;
	font-weight: normal;
}

#footer {
	margin-right: auto;
	margin-left: auto;
	background-image: url(/_share/bg_footer.png);
	text-align: center;
	background-repeat: repeat-x;
	height: 180px;
	clear: both;
}

#footer p {
	margin-right: auto;
	margin-left: auto;
}

#footer .copyright {
	width: 720px;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	background-image: url(/_share/bg_footerIn.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 30px;
	text-align: right;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 140%;
	margin-bottom: 10px;
}

#footer .copyright a {
	color: #333333;
}

#footer .footerLink {
	width: 740px;
	text-align: left;
	color: #333333;
}

#footer .footerLink a {color: #0066CC; text-decoration: none;}
#footer .footerLink a:visited { color: #0066CC; }
#footer .footerLink a:hover { color: #FF6600; }


/* img */

.imgL { /* 左寄せ */
	float: left;
}

.imgL10 { /* 左寄せ用10px */
	margin-right: 10px;
	float: left;
}

.imgR10 { /* 右寄せ用10px */
	float: right;
	margin-left: 10px;
}

.imgL10B { /* 左寄せ用10pxボーダーあり */
	margin-right: 10px;
	float: left;
	border: 1px solid #CCCCCC;
	padding: 2px;
}

.imgR { /* 右寄せ */
	float: right;
}

.imgR10B { /* 右寄せ用10pxボーダーなし */
	float: right;
	margin-left: 10px;
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin-bottom: 10px;
}

.imgbox { /* ボーダーのみ */
	border: 1px solid #999999;
	padding: 1px;
}

.imgBm05 { /* ボーダーと下5px */
	border: 1px solid #999999;
	padding: 1px;
	margin-bottom: 5px;
}

/* table */
.tableB {
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
}


.td01 {
	background-image: url(/_share/bg_h3left.gif);
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.td02 {
	background-image: url(/_share/dotline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 5px;

}

/* form */
/*****************/
.form050 {width: 50px;color: #333333;padding: 3px;}
.form100 {width: 100px;color: #333333;padding: 3px;}
.form200 {width: 200px;color: #333333;padding: 3px;}
.form300 {width: 300px;color: #333333;padding: 3px;}
.form400 {width: 400px;color: #333333;padding: 3px;}
.form500 {width: 500px;color: #333333;padding: 3px;}
.form600 {width: 600px;color: #333333;padding: 3px;}
.form650 {width: 650px;color: #333333;padding: 3px;}

.formTextbox {
	width: 330px;
	font-size: 12px;
	color: #333333;
	padding: 5px;
}


/* text */
.textGreen {
	color: #006600;
}

.textTel {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	color: #FF5555;
	font-size: 140%;
	font-weight: bold;
}

.hidden {
	display: none;
}

/* crear */
.clearfix {
	overflow:hidden; /* forDW */
	zoom: 1; /* for IE5.5 - IE7 */
}

.clearfix:after { /* for modern browser */
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
