@charset "UTF-8";


/* -----------------------------------------------------------
CSS Information

 Style Info:     サイト全体のレイアウト設定
 File name:      global.css
 Last update:    2009.09.24
----------------------------------------------------------- */



/*----------------------------------------------------
	Global Layout
----------------------------------------------------*/



body{
	background: #190000;
	color: #000;
	font-size: 1em;
	font-family:
	"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height: 1.6;
}

#wrap {
	width: 1100px;
	margin: 0 auto;
}

/*  メインナビ
----------------------------------------------------*/
#Gnavi {
	margin-top: 10px;
}
#Gnavi li {
	float:left;
	padding-left: 3px;
}
#Gnavi li.Gnavi_home {
	padding-left: 0;
}
#Gnavi li a {
}
#Gnavi li a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}




/*  フッター
----------------------------------------------------*/

#footer {
	clear: both;
	width: 1010px;
	margin: 20px auto;
	padding: 40px 0 0;
	background: url(../images/cmn_KK_WonB_long.gif) no-repeat center top;
}
#footer ul {
	width: 700px;
	margin: 0 auto;
}
#footer ul li {
	float: left;
}
#footer ul li.cherry {
	padding: 0 20px;
}
#footer p#Fnavi {
	clear: both;
	margin: 30px 0 5px;
	color: #FFF;
	text-align: center;
}
#footer p#Fnavi a:link {
	color: #FFF;
}
#footer p#Fnavi a:hover {
	color: #FF0;
}
#footer address {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: center;
}

.kk {
	clear: both;
}

/*----------------------------------------------------
	テーブルの設定
----------------------------------------------------*/

table.tableA {
	width: 100%;
	font-size: 0.8em;
	line-height: 1.2;
}
table.tableA th {
	padding: 8px;
	background: #76a779;
	vertical-align: top;
	color: #FFF;
}
table.tableA td {
	padding: 8px;
	background: #FFF;
	border-bottom: 1px solid #76a779;
}



/*----------------------------------------------------
	オンマウスやリンクテキストのカラー設定
----------------------------------------------------*/

a:link {
	text-decoration: none;
	color: #005bac;
}

a:visited {
	text-decoration: none;
	color: #7D3C59;
}

a:hover {
}

a:active {
	text-decoration: none;
}


/*----------------------------------------------------
	general class
----------------------------------------------------*/

.pagetop {
	clear: both;
	width: 100%;
	margin: 15px 0 5px;
	padding-top: 3px;
	font-size: 0.7em;
	text-align: center;
}
.pagetop a {
	color: #041579;
}
.pagetop a:hover {
	color: #ff6a2b;
}
.img_c {
	display:block;
	margin:auto;
}
.img_l {
	float:left;
	margin-right:10px;
}
.img_r {
	float:right;
	margin-left:10px;
}
.nowrap {
	white-space: nowrap;
}

.bold {
	font-weight:bold;
}
.text_Red {
	color: #c00000;
}
.text_center{
	text-align:center;
}
.text_right{
	text-align:right;
}
.clear{
	clear:both;
}
