@charset "utf-8";
/* CSS Document */

/* 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: #330066; }
a:hover { color: #FF6600; }

body {
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	color: #333333;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-style: normal;
	font-weight: 100;
	background-image: url(/_share/bg_body.png);
	background-repeat: repeat-x;
}

hr {
	margin-bottom: 20px;
	background-color: #FFFFFF;
}

h1 {
	font-size: 12px;
	font-weight: normal;
	margin-top: 5px;
	width: 600px;

}

h5 {
	font-size: 14px;
	font-weight: bold;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #FF0000;
	background-color: #FFFFCC;
	border: 1px solid #CCCCCC;
	padding-left: 15px;
	margin-bottom: 15px;
	height: 20px;
	padding-top: 10px;
}



/* layout */
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;

}

#header {
	height: 76px;
	padding-top: 4px;
	overflow:hidden; /* forDW */
	zoom: 1; /* for IE5.5 - IE7 */
}

#header:after { /* for modern browser */
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

#headerRight {
	float: right;
	margin-top: 1px;
	text-align: right;
	width: 600px;

}

#headerLeft {
	float: left;
	padding-top: 10px;
}





#footer {
	background-image: url(/_share/bg_footer.png);
	background-repeat: repeat-x;
	padding: 10px;
}

.footerNavi {
	padding-top: 10px;
	clear: both;
	padding-bottom: 20px;
	font-size: 75%;
	line-height: 180%;
}


#footer p {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}



#contents {
	margin-bottom: 0px;
	margin-top: 15px;
	border: 1px solid #FFFFFF;
	background-color: #EFEFEF;
	padding: 9px;
	overflow:hidden; /* forDW */
	zoom: 1; /* for IE5.5 - IE7 */
}

#contents:after { /* for modern browser */
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

#contentsIn {
	background-color: #FFFFFF;
	padding: 15px;
	overflow:hidden; /* forDW */
	zoom: 1; /* for IE5.5 - IE7 */
}

#contentsIn:after { /* for modern browser */
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

#main {
	float: right;
	width: 600px;
	background-color: #FFFFFF;
}


.h3main{
	font-size: 115%;
	margin-bottom: 12px;
	color: #000000;
	background-image: url(/_share/bg_h3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 13px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 14px;
	padding-left: 16px;
	overflow:hidden; /* forDW */
	zoom: 1; /* for IE5.5 - IE7 */
}

.h3main:after { /* for modern browser */
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

.h3main i {
	float: left;
}

.h3main b {
	float: right;
	height:14px;
	overflow:hidden;
	font-weight: normal;
	font-size: 11px;
}

.h3q {
	background-image: url(/_share/icon_q.png);
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 36px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
	line-height: 140%;

}


.h4main {
	font-size: 115%;
	margin-bottom: 12px;
	color: #000000;
	background-image: url(/_share/bg_h4.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 13px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	clear: both;
}


.pNor {
	line-height: 180%;
	padding-left: 15px;
	padding-bottom: 20px;
	clear: both;
}

#main b {
	font-size: 120%;
	color: #333333;
}

#main strong {
	font-size: 130%;
	text-decoration: underline;
}

.pNext {
	margin-bottom: 30px;
	padding: 8px;
	font-size: 14px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-color: #F6F6F6;
	border: 1px solid #E1E1E1;
	line-height: 140%;
	clear: both;
}

.emp {
	background-color: #FFFFCC;
	font-size: 120%;
	text-decoration: underline;
}

.pApology {
	text-align:left;
	font-size: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
	width: 570px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-decoration: none;
	padding: 5px;
}

.pApology a {
	text-decoration: none;	
}

.pNext a { color: #0066CC; }

.pNotice {
	line-height: 150%;
	font-size: 90%;
	margin-bottom: 20px;
}

.pTop {
	text-align: right;
	margin-bottom: 20px;
	clear: both;
}

.pBtn {
	text-align: center;
	margin-bottom: 20px;
}


.pBtn input {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}



/* side */
#side {
	clear: left;
	width: 220px;
	font-size: 90%;

}

.boxSide {
	padding: 0px;
	border: 3px solid #EFEFEF;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.boxSide h3 {
	padding: 0px;
	margin: 0px;
}

.sideBtn {
	text-align: center;
	padding: 5px;
}

.boxSide ul {
	padding-bottom: 10px;
}

.boxSide ul li {

}

.boxSide ul li a {
	text-decoration: none;
	width: 202px;
	display: block;
	padding: 5px;
	background-image: url(/_share/dotline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.boxSide ul li a:hover {
	background-color: #FBFBF9;
}

.sideBody {
	line-height: 140%;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.boxMemo {
	background-image: url(/_share/bg_boxmemo.gif);
	padding: 6px;
	border: 1px solid #E7DDBC;
	margin-bottom: 20px;
}

.boxMemo h4 {
	background-color: #FFFFFF;
	padding: 10px;
	line-height: 140%;
	height: 100px;
	background-image: url(/_share/bg_boxmemoH4.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.boxMemo h4 img {
	float: left;
	padding: 3px;
	margin-right: 15px;
	border: 1px solid #CCCCCC;
}

.boxMemo p {
	background-color: #FFFFFF;
	line-height: 140%;
	clear: both;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}





/* navi */

#navi {
	height: 35px;
	clear: both;
	background-image: url(/_share/navi.png);
}

#navi ul {

}

#navi ul li {
	float: left;

}

#navi ul li a {
	height: 32px;
	display: block;
	text-indent: -9999px;
	overflow:hidden;
	background-image: url(/_share/navi.png);
	background-repeat: no-repeat;
}

a.navi01		{ background-position:0px 0px; width: 114px; }
a.navi01:hover	{ background-position:0px -35px; }

a.navi02		{ background-position:-114px 0px; width: 112px; }
a.navi02:hover	{ background-position:-114px -35px; }

a.navi03		{ background-position:-226px 0px; width: 112px; }
a.navi03:hover	{ background-position:-226px -35px; }

a.navi04		{ background-position:-338px 0px; width: 112px; }
a.navi04:hover	{ background-position:-338px -35px; }

a.navi05		{ background-position:-450px 0px; width: 112px; }
a.navi05:hover	{ background-position:-450px -35px; }

a.navi06		{ background-position:-562px 0px; width: 112px; }
a.navi06:hover	{ background-position:-562px -35px; }

a.navi07		{ background-position:-674px 0px; width: 112px; }
a.navi07:hover	{ background-position:-674px -35px; }

a.navi08		{ background-position:-786px 0px; width: 114px; }
a.navi08:hover	{ background-position:-786px -35px; }






/* 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 #999999;
	padding: 3px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}

.imgbox { 
	border: 1px solid #999999;
	padding: 1px;
}

.imgBm05 { 
	border: 1px solid #999999;
	padding: 1px;
	margin-bottom: 5px;
}

.bs05 {	margin-bottom: 5px;}
.bs10 {	margin-bottom: 10px;}
.bs20 {	margin-bottom: 20px;}
.bs30 {	margin-bottom: 30px;}


/* 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: 380px;
	font-size: 12px;
	color: #333333;
	padding: 5px;
	line-height: 120%;
}

.hidden {
	display: none;
}

.boxBtn {
	text-align: center;
	margin-bottom: 20px;
	clear: both;
}

.boxBtn input {
	width: 122px;
	height: 34px;
	background-image: url(/_share/bg_btn.png);
	font-weight: bold;
}


/* table */
.tableB {
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}

.tableB th {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
	background-color: #F2F2F2;
	font-weight: normal;
	text-align: left;
	line-height: 140%;
	width: 160px;
}

.tableB td {
	background-image: url(/_share/dotline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 5px;
	font-size: 120%;
	line-height: 140%;
}

.ulsample {
	margin-bottom: 20px;
}

.ulsample li {
	float: left;
	background-image: url(/_share/bg_sample.png);
	background-repeat: no-repeat;
	height: 200px;
	width: 200px;
	margin-bottom: 10px;
}

.ulsample li p {
	margin-top: 3px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 8px;
	color: #666666;
	line-height: 120%;
	font-size: 90%;

}

.ulsample li img {
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;

}

.textRed {
	color: #FF2D2D;
}

.textRedB {
	font-weight: bold;
	color: #FF2D2D;
}

ul.dotList {
	margin-bottom: 30px;
	margin-left: 10px;
}
ul.dotList li {
	list-style-type: none;
	margin-bottom: 8px;
	background-image: url(/_share/liDot.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 8px;
	line-height: 150%;
	font-size: 90%;
}



/* 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;
}
