@charset "Shift_JIS";

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+　ページ共有のスタイル
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* --------------------------------------------------------------------------------------
 基本設定
--------------------------------------------------------------------------------------- */

/* 基本フォント ------------------------------ */

body {
	color: #000000;
	font-family: Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	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: #CDE84B url(../img/common/bg_body.jpg) 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;
}
.flL {
	float:left;
}
.flR {
	float:right;
}
.txtC {
	text-align:center;
	clear: both;
}
.txtR {
	text-align:right;
}
.mb5 {
	margin-bottom:5px;
}
.mb8 {
	margin-bottom:8px !important;
}
.mb10 {
	margin-bottom:10px !important;
}
.mb15 {
	margin-bottom:15px;
}
.mb20 {
	margin-bottom:20px;
}
.mb25 {
	margin-bottom:25px;
}
.mb30 {
	margin-bottom:30px;
}
.ml11 {
	margin-left:11px;
}
.ml15 {
	margin-left:15px;
}
.ml20 {
	margin-left:20px;
}
.ml25 {
	margin-left:25px;
}
.pb10 {
	padding-bottom:10px;
}
.pb25 {
	padding-bottom:25px;
}
.pb30 {
	padding-bottom:30px;
}
.pt30 {
	padding-top:30px;
}
.mt25 {
	margin-top:25px;
}
.mt66 {
	margin-top:66px;
}
/* 基本テキストリンク ------------------------------ */

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:active {
	color: #000;
	text-decoration: none;
}


/* --------------------------------------------------------------------------------------
 レイアウト枠
--------------------------------------------------------------------------------------- */

div#wrapper {
	width: 900px;
	margin: 0 auto;
	padding-bottom: 30px;
	text-align: left;
	background-color:#fff;
}


/* --------------------------------------------------------------------------------------
 ヘッダー
--------------------------------------------------------------------------------------- */

#header {
	position:relative;
	width: 900px;
	height: 244px;
}

#header #logo {
	position:absolute;
	top:8px;
	left:11px;
}

#header #joy {
	position:absolute;
	top:0;
	right:0;
}
#header #access {
	position:absolute;
	top:208px;
	right:3px;
}

/* --------------------------------------------------------------------------------------
 ナビ
--------------------------------------------------------------------------------------- */

ul#navi {
	margin: 0 0 0 32px;
	height:62px;
}

ul#navi li {
	float: left;
}
/* --------------------------------------------------------------------------------------
 コンテンツ
--------------------------------------------------------------------------------------- */

/* ページトップ ------------------------------ */

.pageTop {
	margin-top:10px;
	margin-bottom:10px;
	margin-right: 20px;
	text-align: right;
}

.pageTop a:link,
.pageTop a:visited,
.pageTop a:hover,
.pageTop a:active {
	color: #663300;
}



/* --------------------------------------------------------------------------------------
 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"
);
}


/* --------------------------------------------------------------------------------------
 フッター
--------------------------------------------------------------------------------------- */

div#footer {
	margin-top: 30px;
	text-align: center;
}

div#footer ul#footerNavi li {
	display: inline;
	padding: 0 10px;
	font-size: 117%;
	border-right: 1px solid #6699CC;
}
div#footer ul#footerNavi{
	padding:30px 0;
	border-bottom:1px solid #6699CC;
	border-top:1px solid #6699CC;	
}
div#footer ul#footerNavi li.first {
	border-left: 1px solid #6699CC;
}


div#footer ul#footerNavi a:link,
div#footer ul#footerNavi a:visited {
	color: #6699CC;
}
div#footer ul#footerNavi a:hover,
div#footer ul#footerNavi a:active {
	color: #6699CC;
	text-decoration: underline;
}
div#footer ul#footerNaviF a:link,
div#footer ul#footerNaviF a:visited {
	color: #6699CC;
}
div#footer ul#footerNaviF a:hover,
div#footer ul#footerNaviF a:active {
	color: #6699CC;
}

div#footer .lineBox {
	margin-top: 30px;
	background: #FFFFFF url(../img/common/line_footer_bt.gif) no-repeat left bottom;
}

div#footer .lineBox ul {
	padding: 27px 0;
	background: url(../img/common/line_footer_tp.gif) no-repeat;
}

div#footer .lineBox li {
	display: inline;
	padding: 0 25px;
	font-size: 117%;
	border-right: 1px solid #360F00;
}
div#footer .lineBox li.first {
	border-left: 1px solid #360F00;
}

div#footer .lineBox a:link,
div#footer .lineBox a:visited {
	color: #360F00;
	text-decoration: none;
}
div#footer .lineBox a:hover,
div#footer .lineBox a:active {
	color: #360F00;
	text-decoration: underline;
}

