@charset "utf-8";

/* リセットここから */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
}

/* clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* for Dreamweaver */
.clearfix {overflow:hidden;}
/* end Dreamweaver */

/* ボディ全体 */
body {
	color: #00a0e9;
	font-size: 13px ;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	*font-size: 13px;
	*font: x-small;
	line-height: 161.6%;
}

/*イメージ下スペース削除*/
img { vertical-align:bottom; }

/*文字サイズ・装飾*/
strong { font-size: 100%; font-weight: bold;}
small {font-size: 93%;}
.red { color: #C33; }
.green { color: #22AC1F; }
.navy { color:#00186c; }

.lineH18 { line-height: 138.5%; }
.lineH24 { line-height: 182%; }

.txtCenter { text-align: center; }
.txtRight { text-align: right; }
.txtLeft { text-align: left; }
.txtSmall { font-size: 93%; line-height:123.1%; }
.txtKome { margin-left: 1em; text-indent: -1em; }
.txtIndent1 { text-indent: 1em; }
.txtBig { font-size: 116%; }
.txtStrong { font-weight: bold; }

.clear-type {
	-webkit-transform-origin: 0 0;
	-webkit-transform: scale(1, 1.01);
	 -moz-transform-origin: 0 0;
	 -moz-transform: scale(1, 1.01);
	  -ms-transform-origin: 0 0;
	  -ms-transform: scale(1, 1.02); /* IE9だけ1.02 */
	   -o-transform-origin: 0 0;
	   -o-transform: scale(1, 1.01);
}

.capt { font-size: 90%; line-height: 1.4em; color: #666666; }
/*リスト*/
ul.square{ list-style: square; }
ul.decimal { list-style: decimal;}
ul.disc { list-style: disc;}
ul.circle { list-style: circle; }
ul.lower-alpha { list-style: lower-alpha; }
ul.decimal li,ul.disc li,ul.circle li,ul.lower-alpha li { margin-bottom: 7px; margin-left:2em; }

/* リスト ３分割 */
ul.column3 li {
    float: left;
    width: 209px;
    margin: 0 0 0.5em 30px;
    padding: 0;
}

/*テキストリンク*/
a { color: #2966ff; text-decoration: none;}
a:hover { color:#936ba9; text-decoration: underline; }

/*画像枠線リンク*/
img.btnImg { border: 1px solid #DDD; padding:1px; background:#FFF; }
img:hover.btnImg {
	border: 1px solid #F90;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}
img.bdrB { border-color: #0e2b7b; }
img:hover.bdrB { border-color: #0593bf; }

/*テーブル基本*/
table {
	line-height: 138.5%;
	border-collapse: collapse;
}
th,td {
	padding: 5px;
	vertical-align: top;
	border: #cccccc solid 1px;
}

thead th, thead td {
	border: #4f81bb solid 1px;
}
thead th {
	text-align: center;
	color: #fff;
	background-color: #689ee6;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#93b9e9', endColorstr = '#689ee6');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#93b9e9', endColorstr = '#689ee6')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #93b9e9, #689ee6);
	background-image: -ms-linear-gradient(top, #93b9e9, #689ee6);
	background-image: -o-linear-gradient(top, #93b9e9, #689ee6);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#93b9e9), to(#689ee66));
	background-image: -webkit-linear-gradient(top, #93b9e9, #689ee6);
	background-image: linear-gradient(top, #93b9e9, #689ee6);
	/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
	behavior: url("./pie/PIE.htc");/*CSS3 PIE*/
}
tbody th {
/*	text-align: left;	*/
	background-color: #edf1f8;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#edf1f8', endColorstr = '#ffffff');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#edf1f8', endColorstr = '#ffffff')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #edf1f8, #ffffff);
	background-image: -ms-linear-gradient(top, #edf1f8, #ffffff);
	background-image: -o-linear-gradient(top, #edf1f8, #ffffff);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#edf1f8), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #edf1f8, #ffffff);
	background-image: linear-gradient(top, #edf1f8, #ffffff);
	/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
	behavior: url("./pie/PIE.htc");/*CSS3 PIE*/
}
/*
caption {
	background: url(../images/common/icon_03.gif) no-repeat left top;
	text-align: left;
	font-size: 108%;
	font-weight: bold;
	line-height:18px;
	margin-bottom: 5px;
	padding-left: 8px;
}
*/
.verticalM { vertical-align: middle; }
.nowrap { white-space: nowrap; }

/*その他*/
.clearBoth { clear: both;}
.anchor { display: block; }
.pngIE6 {}
.photoBox {}

.fL { float:left; display: inline; }
.fR { float: right; display: inline; }

/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */

html {
	margin: 0;
	padding: 0;
	background-color: white;
}

body {
	margin: 20px auto;
	padding: 0;
	width: 1000px;
	text-align: center;
}


/* ---------------------------------------------------------------- */
/* header --------------------------------------------------------- */
#header {
	margin: 0 0 20px 0;
	padding: 0;

}

#header h1 {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 700px;
	height: 60px;
	background-image: url(../images/h1_webmaru.net.png);
	background-repeat: no-repeat;
	text-indent: -99999px;
	text-align: left;
	overflow: hidden;
	color: transparent;
}

/* --------------------------------------------------------- header */
/* ---------------------------------------------------------------- */


/* ---------------------------------------------------------------- */
/* footer --------------------------------------------------------- */
#footer {
	clear: both;
	margin: 20px 0 0 0;
	padding: 0;
}

#footer address {
	margin: 0 auto;
	padding: 0;
	width: 660px;
	height: 30px;
	background-image: url(../images/txt_address.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	font-style: normal;
	text-indent: -99999px;
	text-align: left;
	overflow: hidden;
	color: transparent;
}
/* --------------------------------------------------------- footer */
/* ---------------------------------------------------------------- */


/* ---------------------------------------------------------------- */
/* mainarea ------------------------------------------------------- */
#mainarea {
	margin: 0;
	padding: 0;
}

/* mainimage ------------------- */
#imagearea {
	margin: 0;
	padding: 0;
}

/* ------------------------------------------------------- mainarea */
/* ---------------------------------------------------------------- */


/* ---------------------------------------------------------------- */
/* etc ------------------------------------------------------------ */

/* button ---------------------- */
.btn_fordetail a {
	display: block;
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 140px;
	height: 30px;
	background: url(../images/common/btn_for_detail.png) no-repeat left top;
	text-indent: -99999px;
	text-align: left;
	overflow: hidden;
	color: transparent;
}
.btn_fordetail a:hover {
	background-position: left bottom;
}

.btn_foralllist a {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 120px;
	height: 26px;
	margin: 0;
	padding: 0;
	background: url(../images/common/btn_for_alllist.png) no-repeat left top;
	text-indent: -99999px;
	text-align: left;
	overflow: hidden;
	color: transparent;
}
.btn_foralllist a:hover {
	background-position: left bottom;
}


a.btn_01 {
	display: inline-block;
	margin: 0 4px;
	padding: 6px 12px;
	color: #000000;
	font-size: 93%;
	font-weight: bold;
	line-height: 1em;
	border: #999999 1px solid;
	text-decoration: none;
	text-shadow: 1px 1px 0px #c3c3c3;
	
	-webkit-box-shadow: #999 0px 1px 0px;
	   -moz-box-shadow: #999 0px 1px 0px;
	        box-shadow: #999 0px 1px 0px;
	
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#c3c3c3');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#c3c3c3')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #ffffff, #c3c3c3);
	background-image: -ms-linear-gradient(top, #ffffff, #c3c3c3);
	background-image: -o-linear-gradient(top, #ffffff, #c3c3c3);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#c3c3c3));
	background-image: -webkit-linear-gradient(top, #ffffff, #c3c3c3);
	background-image: linear-gradient(top, #ffffff, #c3c3c3);
	/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/

}

a:hover.btn_01 {
	text-decoration: none;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#c3c3c3', endColorstr = '#ffffff');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#c3c3c3', endColorstr = '#ffffff')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #c3c3c3, #ffffff);
	background-image: -ms-linear-gradient(top, #c3c3c3, #ffffff);
	background-image: -o-linear-gradient(top, #c3c3c3, #ffffff);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#c3c3c3), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #c3c3c3, #ffffff);
	background-image: linear-gradient(top, #c3c3c3, #ffffff);
	/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/

}


/* caption --------------------- */
.icon_aomaru, caption {
	margin: 0 0 4px 0;
	padding: 0;
	background-image: url(../images/common/icon_aomaru.png);
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 110%;
	text-align: left;
	font-weight: bold;
}


/* ----------------------------- */

/*パンくず*/

#pankuzu {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0 10px 0 0;
	padding: 0;
	color: #999999;
	font-size: 80%;
	text-align: left;
}
#pankuzu a			{ color:#999999; text-decoration: none; }
#pankuzu a:hover	{ color:#999999; text-decoration: underline; }

/* ------------------------------------------------------------ etc */
/* ---------------------------------------------------------------- */


/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */

/*マージン*/
.m_n { margin: 0px !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }

.mr5 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.ml10 { margin-left: 10px !important;}
.ml20 { margin-left: 20px !important;}
.mt10 { margin-top: 10px !important;}
.mt20 { margin-top: 20px !important;}

.mRLauto { margin-left: auto; margin-right:auto !important;}

/*横幅*/
.w10 {width:10px;}.w20 {width:20px;}.w30 {width:30px;}.w40 {width:40px;}
.w50 {width:50px;}.w60 {width:60px;}.w70 {width:70px;}.w80 {width:80px;}.w90 {width:90px;}
.w100 {width:100px;}.w110 {width:110px;}.w120 {width:120px;}.w130 {width:130px;}.w140 {width:140px;}
.w150 {width:150px;}.w160 {width:160px;}.w170 {width:170px;}.w180 {width:180px;}.w190 {width:190px;}
.w200 {width:200px;}.w210 {width:210px;}.w220 {width:220px;}.w230 {width:230px;}.w240 {width:240px;}
.w250 {width:250px;}.w260 {width:260px;}.w270 {width:270px;}.w280 {width:280px;}.w290 {width:290px;}
.w300 {width:300px;}.w310 {width:310px;}.w320 {width:320px;}.w330 {width:330px;}.w340 {width:340px;}
.w350 {width:350px;}.w360 {width:360px;}.w370 {width:370px;}.w380 {width:380px;}.w390 {width:390px;}
.w400 {width:400px;}.w410 {width:410px;}.w420 {width:420px;}.w430 {width:430px;}.w440 {width:440px;}
.w450 {width:450px;}.w460 {width:460px;}.w470 {width:470px;}.w480 {width:480px;}.w490 {width:490px;}
.w500 {width:500px;}.w510 {width:510px;}.w520 {width:520px;}.w530 {width:530px;}.w540 {width:540px;}
.w550 {width:550px;}.w560 {width:560px;}.w570 {width:570px;}.w580 {width:580px;}.w590 {width:590px;}
.w600 {width:600px;}.w610 {width:610px;}.w620 {width:620px;}.w630 {width:630px;}.w640 {width:640px;}
.w650 {width:650px;}.w660 {width:660px;}.w670 {width:670px;}.w680 {width:680px;}.w690 {width:690px;}

.w700 { width: 700px; margin-left: auto; margin-right: auto; }
.w720 { width: 720px; margin-left: auto; margin-right: auto; }
.w740 { width: 740px; margin-left: auto; margin-right: auto; }
.w760 { width: 760px; margin-left: auto; margin-right: auto; }
.w980 { width: 980px; margin-left: auto; margin-right: auto; }
.w1000 { width: 1000px; margin-left: auto; margin-right: auto; }
