@charset "Shift_JIS";

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+　ページ共有のスタイル
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* --------------------------------------------------------------------------------------
 基本設定
--------------------------------------------------------------------------------------- */

/* 基本フォント ------------------------------ */

body {
	color: #000000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 1.5;
}


input,textarea,select {
	font-family: Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

/*\*/
* html body {
	font-size: 75%;
}
* html table {
	font-size: 100%;
	line-height: 1.5;
}
*:first-child+html body {
	font-size: 75%;
}
/**/


/* 基本タグ ------------------------------ */

body,div,
h1,h2,h3,h4,h5,h6,
dl,dt,dd,ul,ol,li,
p,blockquote,pre,cite,code,caption,
form,fieldset,legend,input,textarea,select,option,label {
	margin: 0;
	padding: 0;
}

body {
	background: #DFF275 url(../img/index/bg.gif) 0 0 repeat-x;
	text-align: center;
}

img,table {
	border: none;
}

table {
	border-collapse: collapse;
}

ul {
	list-style: none;
}

li img,
dt img {
	vertical-align: bottom;
}

address,em,cite {
	font-style: normal;
}

.red{
	color: #FF0000;
}

.redB{
	color: #FF0000;
	font-weight:bold;
}

.yellow{
	color: #FFFF00;
	font-weight:bold;
}
.txtC {
	text-align:center;
}
.flL li {
	float:left;
}
.mb5 {
	margin-bottom:5px;
}
.mb10 {
	margin-bottom:10px;
}
.mb15 {
	margin-bottom:15px;
}
.mb20 {
	margin-bottom:20px;
}
.mb30 {
	margin-bottom:30px;
}
.mb40 {
	margin-bottom:40px;
}
.ml11 {
	margin-left:11px;
}
.ml5 {
	margin-left:5px;
}
.ml15 {
	margin-left:15px;
}
.ml20 {
	margin-left:20px;
}
.ml60 {
	margin-left:60px;
}
.pb10 {
	padding-bottom:10px;
}
.pb20 {
	padding-bottom:20px;
}
.pb25 {
	padding-bottom:25px;
}
.pb30 {
	padding-bottom:30px;
}
.pt30 {
	padding-top:30px;
}
.mb0 {
	margin-bottom:0 !important;
}

/* 基本テキストリンク ------------------------------ */

a:link {
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	color: #FF0000;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}


/* --------------------------------------------------------------------------------------
 レイアウト枠
--------------------------------------------------------------------------------------- */

div#wrapper {
	width: 860px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
}


/* --------------------------------------------------------------------------------------
 ヘッダー
--------------------------------------------------------------------------------------- */

#header {
	position:relative;
	width: 900px;
	height: 244px;
}

#header #logo {
	position:absolute;
	top:8px;
	left:11px;
}

#header #joy {
	position:absolute;
	top:0;
	right:0;
}


/* --------------------------------------------------------------------------------------
 ナビ
--------------------------------------------------------------------------------------- */

ul#navi {
	margin: 0 0 20px 20px;
	height:74px;
}

ul#navi li {
	float: left;
	padding:0 2px 0 0;
}
/* --------------------------------------------------------------------------------------
 コンテンツ
--------------------------------------------------------------------------------------- */

/* ボックス ------------------------------ */

.ctBox {
	width: 860px;
	margin-left: 20px;
	background: #FFFFFF url(../img/common/bg_ctbox_bt.gif) no-repeat left bottom;
}

.ctBoxBg {
	padding: 0 0 20px;
}
.ctBoxBgs {
	padding: 0 0 20px;
	background: url(../img/common/bg_ctbox_tp.gif) no-repeat;
}


/* ページトップ ------------------------------ */


.pageTop a:link,
.pageTop a:visited {
	color: #666;
	text-decoration: none;
}
.pageTop a:hover,
.pageTop a:active {
	color: #000;
	text-decoration: underline;
}

.pageTop {
	display:inline-block;
	
}
.pageTop:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.pageTop { display:inline-block; }
/*\*/
* html .pageTop { height:1%; }
.pageTop { display:block; }
/**/

.pageTop a{
	background-image:url(../img/index/pagetop.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	display:block;
	float:right;
	padding:8px 22px 30px 18px;
}



/* --------------------------------------------------------------------------------------
 float解除
--------------------------------------------------------------------------------------- */

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-block; }
/*\*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/**/

/* --------------------------------------------------------------------------------------
 PNGFIX
--------------------------------------------------------------------------------------- */

* html img.pngfix{ /* IE-expression (fix png alpha) */
behavior: expression(
this.style.filter = this.src.match(/\.png$/) ? "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "')" : this.style.filter,
this.src = this.src.match(/\.png$/) ? this.src.slice(0, this.src.lastIndexOf("/")+1) + "ie6png.gif" : this.src,
this.style.behavior = "none"
);
}






ul.txtNavi li {
	display: inline;
	padding: 0 10px;
	font-size: 117%;
	border-right: 1px solid #336600;

}
ul.txtNavi {
	padding:30px 0;
	text-align:center;
}
ul.txtNavi  li.first {
	border-left: 1px solid #336600;
}


ul.txtNavi  a:link,
ul.txtNavi  a:visited {
	color: #336600;
	text-decoration: none;
}
ul.txtNavi  a:hover,
ul.txtNavi  a:active {
	color: #336600;
	text-decoration: underline;
}
/* --------------------------------------------------------------------------------------
 フッター
--------------------------------------------------------------------------------------- */

#footer {
	margin-top: 30px;
	background: #EFF9BA url(../img/common/line_footer_bt.gif) no-repeat left bottom;
}

#footer ul {
	padding: 27px 0;
	background: url(../img/common/line_footer_tp.gif) no-repeat;
}

#footer li {
	display: inline;
	padding: 0 25px;
	font-size: 117%;
	border-right: 1px solid #360F00;
}
#footer li.first {
	border-left: 1px solid #360F00;
}

#footer a:link,
#footer a:visited {
	color: #360F00;
	text-decoration: none;
}
#footer a:hover,
#footer a:active {
	color: #360F00;
	text-decoration: underline;
}

