@charset "utf-8";

/* ===========================================

CommonCSS

============================================== */


/* html
============================================== */

html {
	background-color: #FFC;
	height:100%;
}

/* body
============================================== */

body {
	background-color: #FFC;
	min-height:100%;
	color: #333;
	line-height: 1.5;
	background:url(../img/bg_base.jpg) left top repeat;
}


/* hypertext
============================================== */

a {
	color:#004F00;
	text-decoration:underline;
}

a:visited {
	color:#555;
	text-decoration:underline;
}

a:hover {
	color:#555;
	text-decoration:none;
}


/* wrapper
============================================== */

#wrapperOuter {
	width:100%;
	background:url(../img/bg_header_rp.jpg) left top repeat-x;
}

#wrapper {
	width:880px;
	margin:0 auto;
	overflow:hidden;
}


/* header
============================================== */

#header {
	width:880px;
	height:182px;
	padding:0;
	margin:0 auto;
	background:url(../img/bg_header.jpg) left top no-repeat;
	position:relative;
}

	#header h1 {
		float:left;
		margin-top:45px;
	}
	
	#header p.author {
		float:right;
		margin-top:45px;
		margin-right:10px;
	}

	#header p.hpLink {
		position:absolute;
		right:10px;
		top:105px;
	}

	#header ul.menu {
		position:absolute;
		right:20px;
		bottom:3px;
	}
	
	#header ul.menu li {
		display:inline;
		margin-left:20px;
		padding-left:12px;
		background:url(../img/icon_arrow.gif) left center no-repeat;
		zoom:1;
		font-size:80%;
	}



/* container
============================================== */

#container {
	clear:both;
	width:860px;
	margin:0 auto;
	padding:0 10px;
	background:url(../img/bg_container.jpg) left top repeat-y;
}


/* titleBox
============================================== */
#container #titleBox {
	position:relative;
	margin-bottom:20px;
}

	#container #titleBox h2 {
	}

	#container #titleBox p.title {
		position:absolute;
		top:10px;
		left:200px;
		font-weight:bold;
		font-size:120%;
	}


/* mainConts
============================================== */
#container #mainConts {
	width:820px;
	margin:0 auto;
}
	
	/* h3
	============================================== */
	#container #mainConts h3 {
		clear:both;
		font-size:135%;
		font-weight:bold;
		color:#fff;
		line-height:1.3;
		padding-top:15px;
		padding-left:130px;
		padding-bottom:15px;
		background:#007200 url(../img/bg_h3.gif) left top no-repeat;
		margin-bottom:20px;
	}

	/* h4
	============================================== */
	#container #mainConts h4 {
		clear:both;
		font-size:120%;
		font-weight:bold;
		line-height:1.3;
		padding-top:5px;
		padding-left:50px;
		padding-bottom:5px;
		background:url(../img/bg_h4.gif) left top no-repeat;
		border:#999 1px solid;
		margin-bottom:10px;
	}
		
	/* h5
	============================================== */
	#container #mainConts h5 {
		clear:both;
		font-weight:bold;
		line-height:1.3;
		padding-top:5px;
		padding-left:30px;
		padding-bottom:5px;
		background:url(../img/bg_h5.gif) left top no-repeat;
		border:#999 1px dotted;
		margin-left:1em;
		margin-top:20px;
		margin-bottom:10px;
	}

	/* title additional
	============================================== */
	#container #mainConts .add {
		text-align:right;
		font-size:90%;
		font-weight:bold;
		margin-top:-5px;
		margin-bottom:2em;
	}


	/* ImgSet
	============================================== */
	#container #mainConts div.centerImg,
	#container #mainConts div.leftImg,
	#container #mainConts div.rightImg {
		text-align:center;
		font-size:90%;
		margin-bottom:20px;
		line-height:120%;
	}
	
	#container #mainConts div.centerImg img,
	#container #mainConts div.leftImg img,
	#container #mainConts div.rightImg img {
		margin-bottom:2px;
		border:#666 1px solid;
	}

	#container #mainConts div.centerImg {
		clear:both;
	}
	
	#container #mainConts div.leftImg {
		display:inline;
		float:left;
		margin-right:1em;
	}

	#container #mainConts div.leftImg img {
	}

	#container #mainConts div.rightImg {
		display:inline;
		float:right;
		margin-left:1em;
	}
	
	#container #mainConts div.rightImg img {
	}


	/* OuterBox
	============================================== */
	#container #mainConts div.outerBox {
		width:800px;
		margin:0 auto 20px;
	}


	/* ContsBox
	============================================== */
	#container #mainConts div.contsBox {
		margin-left:1em;
		margin-bottom:2em;
	}


	/* ColumnBox
	============================================== */
	/* basic */
	#container #mainConts div.columnBox {
		width:80%;
		margin:3em auto;
		border:#007200 1px solid;
		padding:20px;
		background-color:#FFC;
		overflow:hidden;
	}
	
	#container #mainConts div.columnBox p.tit {
		font-weight:bold;
		margin-bottom:10px;
	}
	
	#container #mainConts div.columnBox h4 {
		font-weight:bold;
		padding-left:0px;
		text-align:center;
		margin-bottom:1.5em;
		background:none;
		background-color:#fff;
	}
	
	/* dotted */
	#container #mainConts div.columnDotBox {
		width:80%;
		margin:3em auto;
		border:#007200 1px dotted;
		padding:20px;
		background-color:#FFF;
		overflow:hidden;
	}

	#container #mainConts div.columnDotBox p.tit {
		font-weight:bold;
		margin-bottom:10px;
	}

	#container #mainConts div.columnDotBox h4 {
		font-weight:bold;
		padding-left:0px;
		text-align:center;
		margin-bottom:1.5em;
		background:none;
		background-color:#FFC;
	}
	/* ListSet
	============================================== */
	/* ol */
	#container #mainConts  ol.numList {
		margin-top:10px;
		margin-left:2.1em;
		margin-bottom:10px;
	}
	
	#container #mainConts  ol.numList li {
		margin-bottom:5px;
	}


	/* NoMark */
	#container #mainConts  ul.noMark {
		margin-top:10px;
		margin-left:1em;
		margin-bottom:10px;
	}
	
	#container #mainConts  ul.noMark li {
		margin-bottom:5px;
	}


	/* ★ */
	#container #mainConts ul.starList {
		margin-top:10px;
		margin-left:1em;
		margin-bottom:10px;
	}
	
	#container #mainConts ul.starList li {
		padding-left:25px;
		margin-bottom:5px;
		background:url(../img/icon_star.gif) left 3px no-repeat;
		zoom:1;
	}


	/* ◆ */
	#container #mainConts ul.lozList {
		margin-top:10px;
		margin-left:1em;
		margin-bottom:10px;
	}
	
	#container #mainConts ul.lozList li {
		padding-left:25px;
		margin-bottom:5px;
		background:url(../img/icon_lozgreen.gif) left 3px no-repeat;
		zoom:1;
	}

	/* ◇ */
	#container #mainConts ul.lozLList {
		margin-top:10px;
		margin-left:1em;
		margin-bottom:10px;
	}
	
	#container #mainConts ul.lozLList li {
		padding-left:25px;
		margin-bottom:5px;
		background:url(../img/icon_lozgreen.gif) left 3px no-repeat;
		zoom:1;
	}


	/* ○ */
	#container #mainConts  ul.cirList {
		margin-top:10px;
		margin-left:1em;
		margin-bottom:10px;
	}
	
	#container #mainConts  ul.cirList li {
		padding-left:15px;
		margin-bottom:5px;
		background:url(../img/icon_circle.gif) left 5px no-repeat;
		zoom:1;
	}

	/* △ */
	#container #mainConts ul.triList {
		margin-top:10px;
		margin-left:1em;
		margin-bottom:10px;
	}
	
	#container #mainConts ul.triList li {
		padding-left:15px;
		margin-bottom:5px;
		background:url(../img/icon_arrow.gif) left 8px no-repeat;
		zoom:1;
	}

	/* ■ */
	#container #mainConts ul.squList {
		margin-top:10px;
		margin-left:1em;
		margin-bottom:10px;
	}
	
	#container #mainConts ul.squList li {
		padding-left:20px;
		margin-bottom:5px;
		background:url(../img/icon_squgreen.gif) left 5px no-repeat;
		zoom:1;
	}

	/* □ */
	#container #mainConts ul.squLList {
		margin-top:10px;
		margin-left:1em;
		margin-bottom:10px;
	}
	
	#container #mainConts ul.squLList li {
		padding-left:20px;
		margin-bottom:5px;
		background:url(../img/icon_squcream.gif) left 5px no-repeat;
		zoom:1;
	}


	/* NoMark（dl） */
	#container #mainConts dl.noMark {
		margin-top:10px;
		margin-left:1em;
		margin-bottom:1.5em;
	}
	
	#container #mainConts dl.noMark dt {
		margin-bottom:5px;
		font-weight:bold;
	}
	
	#container #mainConts dl.noMark dd {
		margin-left:1em;
		margin-bottom:2.5em;
	}


	/* ★（dl） */
	#container #mainConts dl.starDl {
		margin-top:10px;
		margin-left:1em;
		margin-bottom:1.5em;
	}
	
	#container #mainConts dl.starDl dt {
		padding-left:25px;
		margin-bottom:5px;
		background:url(../img/icon_star.gif) left 3px no-repeat;
		font-weight:bold;
		zoom:1;
	}
	
	#container #mainConts dl.starDl dd {
		margin-left:1em;
		margin-bottom:2.5em;
	}
	

	/* ◆（dl） */
	#container #mainConts dl.lozDl {
		margin-top:10px;
		margin-left:1em;
		margin-bottom:1.5em;
	}
	
	#container #mainConts dl.lozDl dt {
		padding-left:25px;
		margin-bottom:5px;
		background:url(../img/icon_lozgreen.gif) left 3px no-repeat;
		font-weight:bold;
		zoom:1;
	}
	
	#container #mainConts dl.lozDl dd {
		margin-left:1em;
		margin-bottom:2.5em;
	}

	/* ◇（dl） */
	#container #mainConts dl.lozLDl {
		margin-top:10px;
		margin-left:1em;
		margin-bottom:1.5em;
	}
	
	#container #mainConts dl.lozLDl dt {
		padding-left:25px;
		margin-bottom:5px;
		background:url(../img/icon_lozcream.gif) left 3px no-repeat;
		font-weight:bold;
		zoom:1;
	}
	
	#container #mainConts dl.lozLDl dd {
		margin-left:1em;
		margin-bottom:2.5em;
	}

	/* ○（dl） */
	#container #mainConts dl.cirDl {
		margin-top:10px;
		margin-left:1em;
		margin-bottom:1.5em;
	}
	
	#container #mainConts dl.cirDl dt {
		padding-left:15px;
		margin-bottom:5px;
		background:url(../img/icon_circle.gif) left 5px no-repeat;
		font-weight:bold;
		zoom:1;
	}
	
	#container #mainConts dl.cirDl dd {
		margin-left:1em;
		margin-bottom:2.5em;
	}


	/* △（dl） */
	#container #mainConts dl.triDl {
		margin-top:10px;
		margin-left:1em;
		margin-bottom:1.5em;
	}
	
	#container #mainConts dl.triDl dt {
		padding-left:15px;
		margin-bottom:5px;
		background:url(../img/icon_arrow.gif) left 8px no-repeat;
		font-weight:bold;
		zoom:1;
	}
	
	#container #mainConts dl.triDl dd {
		margin-left:1em;
		margin-bottom:2.5em;
	}

	/* ■（dl） */
	#container #mainConts dl.squDl {
		margin-top:10px;
		margin-left:1em;
		margin-bottom:1.5em;
	}
	
	#container #mainConts dl.squDl dt {
		padding-left:20px;
		margin-bottom:5px;
		background:url(../img/icon_squgreen.gif) left 5px no-repeat;
		font-weight:bold;
		zoom:1;
	}
	
	#container #mainConts dl.squDl dd {
		margin-left:1em;
		margin-bottom:2.5em;
	}
	

	/* □（dl） */
	#container #mainConts dl.squLDl {
		margin-top:10px;
		margin-left:1em;
		margin-bottom:1.5em;
	}
	
	#container #mainConts dl.squLDl dt {
		padding-left:20px;
		margin-bottom:5px;
		background:url(../img/icon_squcream.gif) left 5px no-repeat;
		font-weight:bold;
		zoom:1;
	}
	
	#container #mainConts dl.squLDl dd {
		margin-left:1em;
		margin-bottom:2.5em;
	}

	/* ×（dl） */
	#container #mainConts dl.noDl {
		margin-top:10px;
		margin-left:1em;
		margin-bottom:1.5em;
	}
	
	#container #mainConts dl.noDl dt {
		margin-left:1em;
		margin-bottom:5px;
		font-weight:bold;
		zoom:1;
	}
	
	#container #mainConts dl.noDl dd {
		margin-left:1em;
		margin-bottom:2.5em;
	}


	/* TableSet
	============================================== */
	td {
		vertical-align: middle;
	}
	/* basic */
	#container #mainConts table.basic {
		margin-bottom:30px;
		border-collapse:collapse;
		border:#007200 2px solid;
		margin-top:1.5em;
		font-size:95%;
	}
	
	#container #mainConts table.basic caption {
		text-align:left;
		background:url(../img/icon_caption.gif) left 3px no-repeat;
		padding-left:25px;
		padding-bottom:5px;
		font-weight:bold;
	}
	
	#container #mainConts table.basic th,
	#container #mainConts table.basic td {
		padding:5px;
	}
	
	#container #mainConts table.basic th {
		background-color:#E3FFAA;
		color:#333;
		font-weight:bold;
		text-align:center;
		border:#007200 1px solid;
		vertical-align:middle;
	}
	
	#container #mainConts table.basic td {
		border:#007200 1px solid;
	}
	
	#container #mainConts table.basic tr.color {
		background-color:#FFC;
	}
	
	#container #mainConts table.basic td.color {
		background-color:#FFC;
		border:#007200 1px solid;
	}

	#container #mainConts table.basic td.t-c {
		text-align:center;
	}


	/* noBorder */
	#container #mainConts table.noBorder {
		border-collapse:collapse;
		border:none;
		margin-top:1em;
	}

	#container #mainConts table.noBorder th,
	#container #mainConts table.noBorder td {
		padding:10px;
	}
	
	/* Nishi_Navi */
	#container #mainConts table.nishi_navi {
		border-collapse:collapse;
		border:none;
		margin-top:1em;
		margin-left:3em;
	}

	#container #mainConts table.nishi_navi th,
	#container #mainConts table.nishi_navi td {
		vertical-align:top;
		padding-bottom:8px;
	}

	/* Note
	============================================== */
	#container #mainConts p.note {
		margin-top:0.25em;
		margin-left:2em;
		text-indent:-1em;
		margin-bottom:20px;
		font-size:90%;
	}

	#container #mainConts p.note_n {
		margin-left:2em;
		text-indent:-1em;
		font-size:90%;
	}


	#container #mainConts p.item {
		margin-top:-20px;
		margin-bottom:30px;
		font-size:85%;
		text-align:right;
	}

	#container #mainConts p.h4item {
		margin-top:-5px;
		margin-bottom:30px;
		font-size:85%;
		text-align:right;
	}

	
/* ============================================== */


/* indexBox
============================================== */
#container #indexBox {
	position:relative;
}

	#container #indexBox h2 {
	}

	#container #indexBox p.title {
		position:absolute;
		top:10px;
		left:200px;
		font-weight:bold;
		font-size:120%;
	}
	
	#container #indexBox ul.indexList {
		margin-top:20px;
		margin-left:2em;
	}
	
	#container #indexBox ul.indexList li {
		padding-left:15px;
		margin-right:15px;
		margin-bottom:5px;
		background:url(../img/icon_arrow.gif) left 8px no-repeat;
		zoom:1;
	}
	
	#container #indexBox ul.indexList li strong {
		background-color:#FF9;
	}

	#container #indexBox p.pageTop {
		margin-right:20px;
	}


/* footer
============================================== */
#container #footer {
	clear:both;
	width:860px;
	margin:0 auto;
	background:url(../img/bg_footer.gif) left top no-repeat;
	padding-bottom:30px;
}

	#container #footer p.inq {
		padding-top:10px;
		text-align:center;
		font-size:90%;
		background-color:#007200;
		color:#FFF;
		margin-bottom:30px;
	}

	#container #footer address {
		padding-top:10px;
		text-align:center;
		font-size:90%;
	}


/* PageTop
============================================== */
#container p.pageTop {
	clear:both;
	text-align:right;
	margin-top:3em;
	margin-bottom:10px;
}

#container p.pageTop_bottom {
	clear:both;
	text-align:right;
	margin-top:6em;
	margin-bottom:10px;
}

#container p.pageTop_end {
	clear:both;
	text-align:right;
	margin-top:30px;
	margin-bottom:10px;
	margin-right:20px;
}


/* OtherStyle
============================================== */
hr {
	border:#007200 1px solid;
	width:95%;
	margin-bottom:2em;
}

.bold {
	font-weight:bold;
}

strong {
	font-weight:bold;
}

.clear {
	clear:both;
}

br.clear {
	height:1px;
}

.no_mt {
	margin-top:0px;
}

.no_mb {
	margin-bottom:0px;
}

.mb10 {
	margin-bottom:10px;
}

.mb20 {
	margin-bottom:20px;
}

.mt1 {
	margin-top:1em;
}

.mt2 {
	margin-top:2em;
}

.mt3 {
	margin-top:3em;
}

.mt4 {
	margin-top:4em;
}

.mb1 {
	margin-bottom:1em;
}

.mb2 {
	margin-bottom:2em;
}

.mb3 {
	margin-bottom:3em;
}

.mb4 {
	margin-bottom:4em;
}


/* clearfix */

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

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
} 

