@charset "utf-8";
/* CSS Document */

/*---------------------------------------------------------------------

Reset Setting

---------------------------------------------------------------------*/

html,body,div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre,
form, fieldset, input, textarea,
p, blockquote,
th, td {  
	margin: 0;
	padding: 0;
}
fieldset,img {  
    border:0; 
} 
address,caption,cite,code,dfn,em,strong,th,var { 
    font-style:normal; 
    font-weight:normal; 
} 
ul { 
    list-style:none; 
} 
caption,th { 
    text-align:left; 
} 
h1,h2,h3,h4,h5,h6 { 
    font-size:100%; 
    font-weight:normal; 
} 
q:before,q:after { 
    content:''; 
} 
abbr,acronym { border:0; 
}


/* body100% 

html,body {
  height: 100%;
	width: 100%;
}

#container {
  height: 100%;
  min-height: 100%
}

body > #container {
  height: auto;
}

/* clear fix */

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 1px;
}
.clearfix { display: inline-block; }
/* \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* */


/* table setting? */

table {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
}
caption {
	text-align: left;
}
th {
	vertical-align: top;
	font-weight: normal;
	text-align: left;
}
td {
	vertical-align: top;
}

/* form setting */

fieldset {
	border: 0;
}

input {
	_margin: -1px 0;
}

sup,
sub {
	vertical-align: baseline;
	position: relative;
}

sup {
	top: -4px
}

sub {
	top: 4px
}

/* image-space */

div img { vertical-align: text-bottom; }


/* font-setting 10px; */

body {
  font-size: 63%;
  font-family:'lr oSVbN',sans-serif,'qMmpS Pro W3','Hiragino Kaku Gothic Pro';
}
html>/**/body {
  font-size: 10px;
}


/*---------------------------------------------------------------------

Common Setting

---------------------------------------------------------------------*/

body {
	background: url(../images/common/bg.jpg) repeat-x top left;
	color: #6c6c6c;
	line-height: 150%;
}
a {
	color: #3557A6;
}
a:visited {
	color: #933;
}
a:hover {
	color: #393;
}
body div#container {
	width: 800px;
	margin: 0 auto;
}

body div#container div#wrapper {
	background: #fcfcfc;
	width: 800px;
	margin: 0 auto;
	padding: 2px 14px 10px;
	font-size: 1.2em;
}


/*---------------------------------------------------------------------

MAIN_CONTENTS

---------------------------------------------------------------------*/

body #contents {
	width: 800px;
	margin: 20px auto 0 auto;
	font-size: 1.2em;
}


h1 {
	margin-bottom: 20px;

}

#main div.guideline_box {
	clear: both;
	width: 726px;
	margin: 0 auto 10px auto;
}

#main div.guideline_box table {
	width: 726px;
	margin: 0;
	border-left: 1px solid #167CC8;
	border-top: 1px solid #167CC8;
}

#main div.guideline_box table caption {
	width: 727px;
	height: 33px;
	line-height: 33px;
	margin: 0 0 0 -1px;
	text-align: center;
	font-size: 140%;
	color: #fff;
	background: url(../images/caption.gif) left bottom no-repeat;
	letter-spacing: 0.6em;
	font-weight: bold;
}


#main div.guideline_box table th,
#main div.guideline_box table td {
	padding: 7px 7px 0px 7px;
	border-right: 1px solid #167CC8;
	border-bottom: 1px solid #167CC8;
}

#main div.guideline_box table th {
	width: 20%;
	text-align: center;
	background: #98D3F3 url(../images/th.gif) left top no-repeat;
	color: #10598F;
	color: #fff;
	font-size: 120%;
	line-height: 1.6;
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
}

#main div.guideline_box h4 {
	margin-bottom: 20px;
}

#main div.guideline_box p {
	line-height: 21px;
	margin-bottom: 5px;
}


/*---------------------------------------------------------------------

FOOTER

---------------------------------------------------------------------*/

body div#footer {
	width: 100%;
	border-top: 3px solid #338c00;
	font-size: 1.2em;
}

body div#footer div.center {
	width: 800px;
	margin: 0 auto;
}

body div#footer address {
		color: #338c00;
		text-align: center;
		padding: 10px 0 40px;
}






/* cat_list */
			body div.cat {
				width: 620px;
			}

			body div.content {
				background: url(../../images/common/content_bg.gif) repeat-y left;
				margin: 0 auto 30px;
			}
				body div.content h2 {
					width: 570px;
					height: 24px;
					background: url(../../images/common/content_top.gif) no-repeat 0 0;
					color: #fff;
					font-weight: bold;
					padding: 14px 10px 0 40px;
					font-size: 1.2em;
				}
				body div.content h2 {
					height: 27px;
					background: url(../../images/common/content_top2.gif) no-repeat 0 0;
				}
				body div.content span.btm {
					display: block;
					width: 620px;
					height: 5px;
					background: url(../../images/common/content_btm.gif) no-repeat 0 0;
					font-size: 1px;
				}

				body div.content div.box {
					width: 594px;
					margin: 10px auto;
					background: url(../../images/common/cat_bg.gif) repeat-y left;
				}
						body div.content div.box div h3 {
							font-weight: bold;
							color: #338c00;
							width: 158px;
							border-bottom: 1px dotted #ccc;
							background: url(../../images/common/cat_h3_arrow.gif) no-repeat 0 5px;
							padding: 5px 0 5px 20px;
							margin: 0 auto 6px;
						}
							body div.content div.box div h3 a {
								font-weight: bold;
								color: #338c00;
								text-decoration: none;
							}
							body div.content div.box div h3 a:hover {
								color: #06c;
								text-decoration: underline;
							}
						body div.content div.box div div.img {
							padding: 0 0 5px 7px;
							width: 56px;
							float: left;
						}
						body div.content div.box div p {
							padding: 2px 7px 5px 0;
							width: 114px;
							float: right;
						}
					body div.content div.box span.top {
						display: block;
						width: 594px;
						height: 5px;
						background: url(../../images/common/cat_top.gif) no-repeat 0 0;
						font-size: 1px;
					}
					body div.content div.box span.bottom {
						display: block;
						width: 594px;
						height: 4px;
						background: url(../../images/common/cat_btm.gif) no-repeat 0 0;
						clear: both;
						font-size: 1px;
					}
				body div.content span.line {
					display: block;
					width: 594px;
					height: 1px;
					margin: 10px auto;
					border-bottom: 1px dotted #ccc;
					font-size: 1px;
				}
div.box div.b01,div.box div.b02,div.box div.b03 {
	width: 192px;
	float: left;
}
div.box div.b01 {
	padding: 0 0 0 2px;
}
div.box div.b02,div.box div.b03 {
	padding: 0 0 0 8px;
}
