@charset "utf-8";
/* common.css */

html {
	font-size: 62.5%;
}

body {
	font-size: 1.2em;
}

* {
	margin: 0;
	padding: 0;
	color: #666666;
	font-size: 100%;
	line-height: 200%;
	font-family: "メイリオ",Osaka,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",sans-serif;
	list-style-type: none;
}

img {
	border: none;
	vertical-align: bottom;
}

/*clear fix
////////////////////////////////////////////////////*/
.clear:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clear{
	display:inline-block;
}

/*Hides from IE-mac \*/
*html .clear{
	height:1%;
}

.clear{
	display:block;
}
/*End hide from IE-mac*/

/* 透過PNG設定
////////////////////////////////////////////////////*/

* html .pngfix {
	behavior: expression(IEPNGFIX.fix(this));
} 


/* デフォルトリンクカラー
////////////////////////////////////////////////////*/
a:link {
	color: #336699;
}

a:hover {
	color: #FF3366;
}

a:visited {
	color: #996699;
}

/* 透過PNG設定
////////////////////////////////////////////////////*/

* html .pngfix {
	behavior: expression(IEPNGFIX.fix(this));
} 



/* レイアウト
////////////////////////////////////////////////////*/

body {
	text-align: center;
}

#wrapperTop {
	clea: both;
	overflow: hidden;
	background: url(../img/bg_img_wrapper_top.jpg) repeat-x;
	background-color: #ecebe4;
	text-align: center;
}

#wrapperBottom {
	clea: both;
	overflow: hidden;
	background: url(../img/bg_img_wrapper_bottom.jpg) repeat-x;	
	background-color: #ecebe4; 
	text-align: center;
}

#mainBox {
	width: 910px;
	margin: 0 auto;
}

#subBox {
	width: 910px;
	margin: 0 auto;
	background-color: #ECEBE4;
}

/*/////////////
headerのレイアウト設定
/////////////*/

#header {
	margin: 0px 0 20px 0;
}

/*詳細設定*/

#header h1 {
	float: left;
	margin-top: 59px;
	width: 221px;
	height: 52px;
}

#header h1 a {
	display: block;
	margin-left: 8px;
}

#headerTxtBox {
	float: right;
	margin-top: 54px;
}
#headerTxtBox2 {
	float: right;
}
#headerTxtBox3 {
	float: right;
	margin-right: 150px;
}

#header h2 {
	margin-bottom: 17px;
	width: 319px;
	height: 15px;
}

#header p {
	/*width: 158px;*/
	width: 319px;
	height: 25px;
	text-align:right;
}

/*/////////////
グローバルナビのレイアウト設定
/////////////*/

#globalNavi {
	clear: both;
	margin-right: 25px;
	float: left;
	width: 213px;
	text-align: left;
}

#globalNavi ul{
	margin-bottom: 7px;
}

#globalNavi li {
	/*float: left;*/
	width: 208px;
	/*height: 84px;*/
}

/*
詳細はnavi.cssに記載
/////////////*/

/*/////////////
トップナビのレイアウト設定
/////////////*/

#topNavi {
	float: left;
	margin-bottom: 10px;
	width: 672px;
	height:23px;
	background-image: url(../img/bg_img_top_navi_bar.jpg);
}

#topNavi li {
	float: left;
}

#topNavi li a {
	text-align: left;
}

/*/////////////
トピックパスのレイアウト設定
/////////////*/

#topicPath {
	float: right;
	margin-bottom: 2px;
}

#topicPath li {
	display: inline;
}

/*/////////////
コンテンツのレイアウト設定
/////////////*/

#contents {
	float: right;
	width: 672px;
	text-align: left;
}

#contentsBox {
	margin: 0 12px;
	width: 647px;
}

/*/////////////
フッターのレイアウト設定
/////////////*/
#footer {
	clear: both;
	margin: 40px 0 70px 0;
	border-top: solid 1px #d0d0d0;
}

#footer ul {
	float: left;
	margin-top: 2px;	
}

#footer ul li {
	float: left;
}

#footer ul li a {
	/*display: block;
	width: 83px;
	margin-left: 69px;*/
	margin-right: 30px;
}

#footer ul li a img {
	vertical-align: middle;
}

li.footerNaviSitePolicy {
	width: 175px;
	background: url(../img/bg_img_footer_bar.gif) right no-repeat;
}

li.footerNaviSitePolicy a {
	margin-left: 69px;
}

li.footerNaviSiteMap {
	width: 140px;
	background: url(../img/bg_img_footer_bar.gif) right no-repeat;
}

li.footerNaviSiteMap a {
	margin-left: 35px;
}

li.footerNaviPrivacy {
	width: 101px;
}

li.footerNaviPrivacy {
	margin-left: 35px;
}

address {
	float: right;
}

/* 見出しの共通設定 */

h2 {
	margin-bottom:40px;
}

h3 {
	margin-bottom: 30px;
}

/* コンテンツの共通設定 */

/* ページトップボタン設定 */

p#pageTop {
	clear: both;
	margin: 50px 0 40px 0;
	text-align: right;
}






















