@charset "UTF-8";

/*
---------------------------------------------------- */
body {
	color: #666666;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif;
	background-color: #FFFFFF;
	font-size: 65%;
	line-height: 1.4em;
	text-align: center;
}

#wrapper {
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #d6d6d6;
	background: url(../img/back.gif) repeat-x left top;
}

#toppage #wrapper {
	background: url(none);
}

#content {
	clear: both;
	width: 800px;
	margin: 0px auto;
	padding-top: 25px!important;
	padding-top: 22px;
}
#cont_wrapper {
	/*padding: 0 50px;*/
}

#toppage #content {
	padding-top: 35px;
}

#footer {
	clear: both;
	text-align: center;
	width: 100%;
	height: 30px;
	margin: 5px auto 0px;
	background-color: #d6d6d6;
}

#toppage #footer {
	margin-top: 40px;
}
/* 100301更新追加css
---------------------------------------------------- */
#bnrArea {
clear: both;
width: 800px;
margin: 0px auto;
padding-top:0px;
overflow: hidden;
}
#bnrArea .bnr01 {
	float:left;
	padding-right:224px;
}
#bnrArea .bnr02 {
	float:left;
	padding-right:65px;
}
#bnrArea .qr {
	float:right;
}
#bnrArea .bnr{
	float:left;
}
.qr img, .bnr img{
	margin-bottom: 20px;
}
/* バナー
---------------------------------------------------- */
#Bnr {
	width: 700px;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#Bnr img {
	float: left;
}

/*#Bnr a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}*/


/* ナビゲーション
---------------------------------------------------- */

#globalNavigation {
	width: 800px;
	height: 39px;
	margin: 3px auto 0px!important;
	margin: 3px;
	text-align: left;
}

#globalNavigation li {
	float: left;
	height: 39px;
}

#globalNavigation #ac {
	margin-left: 26px;
}

#globalNavigation #ac090911 {
	margin-left: 129px;
}

#globalNavigation #ac091030 {
	margin-left: 81px;
}

#footerNavigation {
	clear: both;
	width: 800px;
	height: 30px;
	margin: 0px;
	text-align: left;
	margin: 0px auto;
	padding-top: 0px;
}
#footerNavigation li {
	float: left;
	height: 30px;
	margin-right: 12px;
}

#footerNavigation #copyright {
	margin: 0px 0px 0px 282px!important;
	margin: 0px 0px 0px 272px;
}

/* サブタイトル
---------------------------------------------------- */
#subtitle {
	clear: both;
	width: 748px;
	height: 16px;
	margin: 0px auto;
	padding-top: 1px;
	text-align: left;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 10px;
	border: 1px solid #e1e1e1;
}

/* ページトップ
---------------------------------------------------- */
.pagetop {
	clear: both;
	width: 750px;
	height: 30px;
	margin: 0px auto;
	text-align: right;
	background: url(../img/btm_w.gif) no-repeat left bottom;
}

/* リンク
---------------------------------------------------- */
a:link {
	color: #cc6699;
}
a:visited {
	color: #666666;
}
a:hover, a:focus {
	color: #cc6699;
}

/* 回り込み制御
---------------------------------------------------- */

.clear-fix {
	min-height: 1%; /* for winIE 7 */
	}
* html .clear-fix {
	/*\*/ height: 1%; /*/ /* for winIE 5-6 \*/ /*/
	display: inline-block; /* for macIE */
	}
.clear-fix:after { /* for modern browser */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	
/* 画像
---------------------------------------------------- */
img {
	vertical-align: bottom;
}


/* 制御クラス
---------------------------------------------------- */
.align_l {text-align: left!important;}
