@charset "utf-8";

/* よく登場する要素のリセット */
body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img,
form{
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	list-style-type: none;
}

/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
input,
textarea,
select {
	padding: 0px;
	margin: 0px;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	list-style-type: none;
}

strong {
	color: #333333;
}

/* 画像の下にできる隙間をなくす */
img {
	vertical-align: bottom;
}

/* hr 要素は不可視で使う */
/*
hr {
	font-size: 1px;
	color:#339900;
	line-height: 1px;
	height: 1px;
	width: 810px;
	margin-left: 20px;
	border-top: 1px dotted #339900;
	border-right: 0px dotted #339900;
	border-bottom: 0px dotted #339900;
	border-left: 0px dotted #339900;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 10px;
}
*/


body {
	font-size:75%;
	color: #666666;
	text-align: left;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	line-height: 130%;
	height: 100%;
	background: url(../img/body_bg.jpg) repeat-x 0 0;
}



p {
	text-align: justify;
	text-justify: inter-ideograph;
	/*line-height: 130%;*/
}

a img {
	cursor: pointer;
}
a img.png {
	cursor: pointer;
}
img {
	border: none;
}
ul,li {
	list-style: none;
}


.noscript {

}
.red {
	color: #CC0000;
}

.white {
	color:#ffffff;
}

/*******************************
 *     テキストリンクカラー
 *******************************/
 
a:link {
	color: #666666;
	text-decoration:underline;
}
a:visited {
	color: #666666;
}
a:active {
	color: #666666;
	text-decoration:none;
}
a:hover {
	color: #0066FF;
	text-decoration:none;
}

/*******************************
 *     共通レイアウト
 *******************************/
/*背景*/
#bgImage1 {
	background: url(../img/contetns_bg.jpg) repeat-x 0 0;
}

#bgImage2 {
	background: url(../img/pagetitle_bg.jpg)  no-repeat center 0;
}

 
/*------コンテナ-----*/
#container {
	width: 912px;
	margin: 0 auto;
	background: url(../img/contents_shadow_footer.jpg) no-repeat 0 bottom;
	padding-bottom: 12px;
}

/*------ヘッダー-----*/
#header {
	height: 80px;
	width: 900px;
	margin: 0 auto;
	position: relative;
	background: url(../img/header_bg.jpg) no-repeat 0 0;
}

#header #logo {
	position: absolute;
	top: 23px;
	left: 0px;
}

#header #headerLink {
	position: absolute;
	width: 146px;
	height: 33px;
	background: url(../img/headerlink_bg.jpg) no-repeat 0 0;
	top:0;
	left: 750px;
}

#header #headerLink li {float: left; display: inline;}
#header #headerLink li#link1 {margin: 3px 0 0 8px;}
#header #headerLink li#link2 {margin: 3px 0 0 7px;}

#header #globalNavigation {
	position: absolute;
	top: 40px;
	left: 144px;
	height: 36px;
}

#header #globalNavigation li {
	float: left;
}

/*------ページタイトル-----*/
#pageTitle {
	width: 900px;
	height: 166px;
	margin: 0 auto;
	padding: 0 6px;
	background: url(../img/pagetitle_bg_footer.jpg) no-repeat 0 bottom;
}

/*------コンテンツ-----*/
#contentsLayout {
	background: url(../img/contents_shadow.jpg) repeat-y 0 0;
}

/*------パンくず-----*/
#contentsLayout #pageList {
	background:url(../img/page_list_bg.jpg) no-repeat center bottom;
	width: 870px;
	margin: 0 16px 5px 16px;
	padding: 0 6px 20px 6px;
}

#contentsLayout #pageList li {
	float: left;
	background: url(../img/arrow_01.gif) no-repeat 0 4px;
	margin-left: 14px;
	padding-left: 14px;
	display: inline;
}

#contentsLayout #pageList li.topPage {
	background: none;
	margin: 0;
	padding: 0;
}

/*------メインンテンツ-----*/
#contentsLayout #mainContents {
	float: right;
	display: inline;
	width: 671px;
	margin: 0 11px 0 0;
	line-height: 1.6em;

}

#contentsLayout #mainContents .textLayout {
	margin-left: 20px;
	margin-right: 10px;
}

/*------サイドコンテンツ-----*/
#contentsLayout #sideContetns {
	float: left;
	display: inline;
	width: 209px;
	margin: 0 0 0 11px;
}

#contentsLayout #sideContetns .sideLinkList {
	margin: 4px 0 0 9px;
}

#contentsLayout #sideContetns .sideLinkList li {
	margin-bottom: 2px;
}

#contentsLayout #sideContetns #thanksBanner {
	margin: 10px 0 0 4px;
}


/*------フッター-----*/
#footer {
	background: url(../img/footer_bg.jpg) repeat-x 0 bottom;
	height: 200px;
	margin: 20px 0 0 0;
}

#footer #footerInner {
	width: 900px;
	margin: 0 auto;
	position:relative;
}

/*IE6*/
*html #footer #footerInner {height: 200px;}

#footer #footerInner ul {
	margin-bottom: 20px;
	height: 40px;
}

#footer #footerInner ul li {
	float: left;
	margin-left: 10px;
}

#footer #footerInner ul li.first {
	margin-left: 0;
}

#footer #footerInner #footerInfo {
	position: absolute;
	top: 110px;
	left: 0;
	border-left: solid 4px #B7D288;
	padding-left: 8px;
	color: #ffffff;
}

#footer #footerInner #footerLogo {
	position: absolute;
	top: 95px;
	left: 400px;
}


#footer #footerInner #copyRight {
	position: absolute;
	top: 155px;
	left: 620px;
}

#footer #mailto a {color: #ffffff;}
#footer #mailto a:visited {color: #ffffff;}
#footer #mailto a:hover {color: #ffffff;}

/*******************************
 *     リストスタイル
 *******************************/
.localNavi1 {background: url(../img/local_navi1_header_bg.jpg) no-repeat 0 0; margin-top: 10px;}
.localNavi1 ul {
	background: url(../img/local_navi1_footer_bg.jpg) no-repeat 0 bottom;
	padding: 20px 0 30px 20px;
}

.localNavi1 ul li {
	background: url(../img/arrow_02.gif) no-repeat 0 7px;
	padding: 0 0 0 10px;
	line-height: 1.8em;
}

.localNavi1 ul li a {color: #ffffff;}
.localNavi1 ul li a:visited {color: #ffffff;}
.localNavi1 ul li a:hover {color: #FF9900;}

.listStyle1 li {
	background: url(../img/arrow_05.jpg) no-repeat 0 4px;
	padding: 0 0 0 14px;
	line-height: 1.6em;
}

.numberList {
	margin: 0 0 0 15px;
}

.numberList li {
	list-style: decimal;
	line-height: 1.6em;
}


/*******************************
 *     テーブルスタイル
 *******************************/

.tableStyle1 {
	border: solid 1px #cccccc;
	border-collapse: collapse;
	margin-top: 5px;
	width: 100%;
}

.tableStyle1 th{
	border: solid 1px #cccccc;
	border-collapse: collapse;
	padding: 5px;
	text-align: center;
	background: #5F792E;
	color: #ffffff;
}
.tableStyle1 td{
	border: solid 1px #cccccc;
	border-collapse: collapse;
	padding: 5px;
	background: url(../img/table_bg_01.jpg) no-repeat 0 0;
	color: #333333;
}


/*******************************
 *     テキスト
 *******************************/
.anchorLink,
#pageTop {
	font-size: 1px;
	visibility: hidden;
}

.center {
	text-align: center;
}

.bold {
	font-weight: 600;
}
 
#contents #mainContents .checkPoint {
	background: url(../img/checkpoint_bg.jpg) no-repeat 0 0;
	width: 215px;
	height: 75px;
	font-size: 16px;
	color: #000000;
	padding: 30px 0 0 92px;
	margin: 20px 0 20px 110px;
}

.checkPoint p {	font-weight: bold;}
 
.backPageTop {	
	background: url(../img/arrow_04.gif) no-repeat 0 5px;
	padding-left: 10px;
	float: right;
	font-size: 12px;
	margin: 20px 6px 20px 0;
	clear: both;
}

/*
.backPageTop a:link {color:#0066FF;	text-decoration:underline;}
.backPageTop a:visited {color:#0066FF;}
.backPageTop a:active {	color:#0066FF;text-decoration:none;}
.backPageTop a:hover {color: #666666;text-decoration:none;}
*/

.nextPageLink {
	background: url(../img/nextlink_bg.jpg) 0 0 no-repeat;
	width: 450px;
	height: 30px;
	padding: 6px 0 0 0;
	color: #ffffff;
	text-align: center;
	margin: 10px auto;
	clear: both;
}

.nextPageLink a:link {color:#ffffff;text-decoration:underline;}
.nextPageLink a:visited {color:#ffffff;}
.nextPageLink a:active {	color:ffffff;text-decoration:none;}
.nextPageLink a:hover {color: #ffffff;text-decoration:none;}

.caption1 {
	background: url(../img/caption_01.jpg)  no-repeat 0 1px;
	font-size: 16px;
	padding: 26px 0 0 20px;
	height: 29px;
	font-weight: 600;
	clear: both;
	color: #ffffff;
}

.caption2 {
	background: url(../img/caption_02.jpg)  no-repeat 0 1px;
	font-size: 16px;
	padding: 23px 0 0 20px;
	height: 32px;
	font-weight: 600;
	clear: both;
	color: #000000;
}

.emphasis1 {
	font-size: 12px;
	font-weight: bold;
	color: #3F5735;
}

.emphasis2 {
	font-size: 14px;
	font-weight: bold;
	color: #3F5735;
}

.emphasis3 {
	font-size: 14px;
	font-weight: bold;
	color: #0099FF;
}

.rightPict {
	float: right;
	border: solid 1px #cccccc;
	padding: 2px;
	margin-left: 10px;
}

.rightPictNoBorder {
	float: right;
	margin-left: 10px;
}

.leftPict  {
	float: left;
	border: solid 1px #cccccc;
	padding: 2px;
	margin-right: 10px;
}

.leftPictNoBorder  {
	float: left;
	margin-right: 10px;
}

.pictBorder {
	border: solid 1px #cccccc;
	padding: 2px;
}

.floatCler {
	clear: both;
}

.t12 {font-size: 12px;line-height: 1.4em;}
.t10 {font-size: 10px;line-height: 1.2em;}

.textIndent {
	text-indent: -1em;
	padding-left: 1em;
}

.mrT1 {	margin-top: 1em;}
.mrT2 {	margin-top: 2em;}
.mrT3 {	margin-top: 3em;}
.mrT4 {	margin-top: 4em;}
.mrT5 {	margin-top: 5em;}
.mrT10px { margin-top: 10px;}
.mrT5px { margin-top: 5px;}

.mrR1 {	margin-right: 1em;}
.mrR2 {	margin-right: 2em;}
.mrR3 {	margin-right: 3em;}
.mrR4 {	margin-right: 4em;}
.mrR5 {	margin-right: 5em;}

.mrL1 {	margin-left: 1em;}
.mrL2 {	margin-left: 2em;}
.mrL3 {	margin-left: 3em;}
.mrL4 {	margin-left: 4em;}
.mrL5 {	margin-left: 5em;}
.mrL10px { margin-left: 10px;}

.mrB1 { margin-bottom: 1em;}
.mrB2 { margin-bottom: 2em;}
.mrB3 { margin-bottom: 3em;}
.mrB4 { margin-bottom: 4em;}
.mrB5 { margin-bottom: 5em;}

/*******************************
 *     クリアーフィックス
 *******************************/
/* モダンブラウザ（Firefox Opera Safari）対策 */
.cf:after,
.icons:after,
.section:after,
.inner:after,
.btn:after,
.snavi:after,
#contentsLayout:after,
#pageList:after,
#footer:after,
#contents:after{
   content:".";
   display:block;
   height:0px;
   clear:both;
   visibility:hidden;
}

/* Win版IE7とMac版IE5対策 */
.cf,
.icons,
.section,
.inner,
.btn,
.snavi,
#contentsLayout,
#pageList,
#footer,
#contents {
   display:inline-block;
}

/* Win版IE5および6対策 */
/* Hides from IE-mac \*/
* html .cf,
* html .icons,
* html .section,
* html .inner,
* html .btn,
* html .snavi,
* html #contentsLayout,
* html #pageList,
* html #footer,
* html #contents {
	height:1px;
}

.cf,
.icons,
.section,
.inner,
.btn,
.snavi,
#contentsLayout,
#pageList,
#footer,
#contents {
   display:block;
}
/* End hide from IE-mac */
