@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;
	font-size:90%;
}


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

a {
	color:#004F00;
}

a:visited {
	color:#555;
}

a:hover {
	color:#555;
}


/* 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:20px;
		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;
		font-size:80%;
	}

	#header div.fontSizeBtn {
		width:350px;
		float:right;
		height:25px;
		line-height:0;
		font-size:0;
		text-align:right;
		padding-right:15px;
	}

	#header a.btnA {
		margin-left:7px;
	}

/* NoScript Alert
============================================== */
.jsNote {
	text-align:center;
	padding:10px;
}


/* blockskip
============================================== */

#blockskip {
	font-size: 0;
	line-height: 0;
}
.show {
	display: block;
	font-size: medium;
	font-weight: bold;
	height: 1em;
	line-height: 120%;
	padding: 5px;
}


/* 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;
	}
	
	#container #mainConts h3.imageHead {
		background-image : none;
		background-color:#fff;
		text-align:center;
		padding-left:0;
		color:#000;
	}
	
.no_style {
		text-align:center;
	}

	/* 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;
	}

	/* h6
	============================================== */
	#container #mainConts h6 {
		clear:both;
		font-weight:bold;
		line-height:1.3;
		padding-top:5px;
		padding-left:5px;
		padding-bottom:5px;
		border:#999 1px solid;
		margin-left:2em;
		margin-top:20px;
		margin-bottom:10px;
	}
	/* h6SP
	============================================== */
	#container #mainConts h6.sp {
		clear:both;
		font-weight:bold;
		line-height:1.3;
		padding-top:5px;
		padding-left:5px;
		padding-bottom:5px;
		border-left:#393 15px solid;
		border-bottom:#393 1px solid;
		border-top:none;
		border-right:none;
		margin-left:2em;
		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 img.noBorder,
	#container #mainConts div.leftImg img.noBorder,
	#container #mainConts div.rightImg img.noBorder {
		border:none;
	}

	#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;
	}

	#container #mainConts div.addTmpBox {
	width:400px;
	}


	
	/* 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:#e3ffaa;
	}
	
	/* dotted */
	#container #mainConts div.columnNoteBox {
		width:50%;
		margin:3em auto;
		border:#007200 1px dotted;
		padding:20px;
		background-color:#FFF;
		overflow:hidden;
		font-size:100%;
	}

	#container #mainConts div.noteBox {
		margin:0.5em;
	}

	
	/* 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;
	}


	/* ◆ */
	#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;
	}

	/* ◇ */
	#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;
	}


	/* ○ */
	#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;
	}

	/* △ */
	#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;
	}

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

	/* ■ */
	#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;
	}

	/* □ */
	#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;
	}


	/* 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;
		border-bottom: 1px dotted #666666;
	}
	
	#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;
	}
	
	#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;
	}
	
	#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;
	}
	
	#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;
	}
	
	#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;
	}
	
	#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;
	}
	
	#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;
	}
	
	#container #mainConts dl.noDl dd {
		margin-left:1em;
		margin-bottom:2.5em;
	}

	#container #mainConts dl.starDl dt.noLine {
	    border-bottom: medium none;
	}
	
	/* 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.hoken {
		margin-top: 5px;
		width: 100%;
	}	
	
	#container #mainConts table.hokenTable {
		margin-left: auto;
		margin-right: auto;
		width: 80%;
    }
	
	#container #mainConts table.basicNavi {
		margin-left:4em;
	}
	
	#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 tbody th {
		background-color:#fff;
	}
	
	#container #mainConts table.basic tbody th.bcG {
		background-color:#E3FFAA;
	}
	
	#container #mainConts table.basic th.cellTAL {
		text-align:left;
	}
	
	#container #mainConts table.basic td.cellNoBorder {
		border:none;
		vertical-align:top;
	}
	
	#container #mainConts table.addNote {
		margin-bottom:0;
	}
	
	
	
	#container #mainConts table.basic td {
		border:#007200 1px solid;
	}
	
	#container #mainConts table.basic tr.color {
		background-color:#FFC;
	}
	
	#container #mainConts table.basic th.color {
		background-color:#FFC;
		border:#007200 1px solid;
	}

	#container #mainConts table.basic th.noStrong {
		font-weight:normal;
	}

	#container #mainConts table.basic td.color,
	#container #mainConts table.noBorder td.color {
		background-color:#FFC;
		border:#007200 1px solid;
	}

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

	#container #mainConts table.basic th.btLine, #container #mainConts table.basic td.btLine {
		border-bottom-width: 2px;
	}

	/* 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;
		padding-left:8px;
	}
	
	
	.addNowrap {
		white-space: nowrap;
	}
	
	.addTAR {
		text-align: right;
	}
	
	.addTAC {
		text-align: center;
	}
	
	.addTAL {
		text-align: left;
	}
	
	/* Note
	============================================== */
	#container #mainConts p.note {
		margin-top:0.25em;
		margin-left:2em;
		text-indent:-1em;
		margin-bottom:20px;
		font-size:90%;
	}

	#container #mainConts p.naviTable {
		margin-top:0.25em;
		margin-left:6em;
		text-indent:-1em;
		margin-bottom:20px;
		font-size:90%;
	}

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

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

	
	#container #mainConts p.note_s {
		text-indent:1em;
		margin-bottom:0.5em;
	}

	#container #mainConts p.note_t {
		margin-top:0.25em;
		margin-left:2em;
		text-indent:-1em;
		margin-bottom:20px;
		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;
	}
	
	#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;
}

.mt0 {
	margin-top:0;
}

.mt1 {
	margin-top:1em;
}

.mt2 {
	margin-top:2em;
}

.mt3 {
	margin-top:3em;
}

.mt4 {
	margin-top:4em;
}

.mb0 {
	margin-bottom:0;
}

.mb1 {
	margin-bottom:1em;
}

.mb2 {
	margin-bottom:2em;
}

.mb3 {
	margin-bottom:3em;
}

.mb4 {
	margin-bottom:4em;
}


.innerNavi {
	margin-left:4em;
	margin-right:25px;
}

.innerNaviHead {
	text-align:left;
	background-color:#E3FFAA;
}


/* clearfix */

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

.clearfix {
  min-height: 1px;
}

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

/* ORIGIN */

.fureaikotoba {
    font-size: 135%;
    font-weight: bold;
    margin-top: 2em;
    text-align: center;
}


#container #mainConts div.syouhiGuide {
	width: 60%;
	text-align:center;
}

.syouhiGuideTel {
	font-weight: bold;
	font-size: 125%;
}

.mCenter {
	margin-left:auto;
	margin-right:auto;
}

.addStrong {
	font-weight:bold;
	font-size:125%;
	background-color:#fff;
}

.addULine {
	border-bottom:1px solid #333;
}

.addMiniFont {
	font-size:80%;
}


#container #mainConts p.exNote0 {
	margin-top:0.25em;
	margin-left:4em;
	text-indent:-2em;
	margin-bottom:20px;
	font-size:90%;
}

#container #mainConts p.exNote {
	margin-top:0.25em;
	margin-left:4em;
	text-indent:-2.5em;
	margin-bottom:20px;
	font-size:90%;
}

.ex_width40 {
	width:40%;
}
.ex_width60 {
	width:60%;
}
.ex_width70 {
	width:70%;
}

.ex_width100 {
	width:100%;
}

.ex_rMargin20 {
	margin-right:20px;
}

#container #mainConts div.ex_width50 {
	width: 50%;
}

#container #mainConts div.ex_width62b {
	width: 60%;
}

