@charset "UTF-8";

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

 Style Info:     共通スタイル設定
 File name:      home.css
 Last update:    2009.5.19
 
 
 
----------------------------------------------------------- */


body{
	background-image:url(/common/images/body_bg.gif);
	background-repeat:repeat-x;
	background-color:#336698;
}
div#wrapper{
	width:962px;
	margin:auto;
	background-image:url(/common/images/page_bg.png);
	background-repeat:repeat-y;
	margin-top:3px;
}
table {
	font-size:88%;
	border-collapse:collapse;
	margin-bottom:1em;
}
th{
	padding:5px;
	border-bottom:2px solid #036;
	text-align:left;
	vertical-align:top;
	white-space:nowrap;
}
td{
	padding:5px;
	border-bottom:1px solid #999;
	vertical-align:top;
}

p.pageTop{
	text-align:right;
	font-size:69%;
	margin-top:1em;
}
p.pageTop a{
	background-image:url(/common/images/link_arrow.gif);
	background-repeat:no-repeat;
	padding-left:7px;
	background-position:left center;
}
p.getAdobeReader{
	font-size:75%;
}
p.getAdobeReader img{
	float:left;
	margin-right:10px;
}
.txtR{
	text-align:right;
}
.breadcrumbNavi{
	font-size:75%;
	margin-top:5px;
}

/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/

div#header h1{
	margin-bottom:26px;
}
div#header{
	background-image:url(/common/images/page_top.png);
	background-repeat:no-repeat;
	background-position:top;
	padding:26px 31px 0 31px;
	width:900px;
	margin:auto;
	position:relative;
	margin-bottom:29px;
}
div#header ul li{
	float:left;
}
div#header ul#mainNavi{
	background-image:url(/common/images/head_navi_bg.gif);
	background-repeat:repeat-x;
}
/*.member div#header ul#mainNavi{
	margin-bottom:15px;
}*/

div#header ul#mainNavi li.memberBtn{
	float:right;
}
div#header ul#subNavi{
	clear:both;
	width:265px;
	position:absolute;
	left:666px;
	top:38px;
}


/*----------------------------------------------------
	コンテンツ領域
----------------------------------------------------*/

div#content{
	width:900px;
	margin:auto;
}
div#mainContent{
	width:669px;
	float:left;
	margin-bottom:30px;
}

/*----------------------------------------------------
	サイドバー
----------------------------------------------------*/

div#sideBar{
	width:207px;
	float:right;
}
div#sideBar ul#sideNavi{
	margin-bottom:14px;
}
div#sideBar a:hover img {
	opacity:0.7;
	filter: alpha(opacity=60);
}

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

div#footer{
	clear:both;
	background-image:url(/common/images/footer_bg.gif);
	background-repeat:no-repeat;
	width:900px;
	position:relative;
	height:112px;
}
div#footer div#address{
	width:294px;
	position:absolute;
	top:16px;
	left:13px;
	line-height:1.4;
}
div#footer div#address h2{
	font-size:88%;
}
div#footer div#address address{
	font-size:12px;
	color:#4c4c4c;
}
div#footer div#footerNavi{
	width:550px;
	position:absolute;
	top:33px;
	left:337px;
}
div#footer div#footerNavi ul{
	font-size:75%;
	line-height:1.4;
}
div#footer div#footerNavi ul li{
	display:inline;
	white-space:nowrap;
}
div#footer div#footerNavi address{
	font-size:63%;
	color:#727272;
}
p.pageBottom{
	width:962px;
	margin:0 auto 20px auto;
	vertical-align:top;
}

/*----------------------------------------------------
	news
----------------------------------------------------*/
div.news{
	margin-bottom:21px;
}
div.news h2{
	margin-bottom:17px;
}
div.news dl{
	font-size:81%;
	margin-bottom:3px;
	line-height:1.5;
}
div.news dl dt{
	padding:1px 0 1px 0px;
	position:absolute;
	width:10em;
}
div.news dl dd{
	border-bottom:1px dotted #777;
	padding:1px 0 1px 9.5em;
}
div.news p.showList{
	text-align:right;
	font-size:69%;
}
div.news p.showList a{
	background-image:url(/common/images/link_arrow.gif);
	background-repeat:no-repeat;
	padding-left:7px;
	background-position:left center;
}
