@charset "shift_jis";

/* ===================================================
	Common CSS
	
	1. 全体設定
	2. レイアウト
	3. ページ内
====================================================== */


/* 1.全体設定
--------------------------------------------------- */

* { margin: 0; padding: 0; font-style: normal;}

.clear{ clear: both;}

.clear:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}

/*\*/
* html div.clear { min-height: 1px; overflow: hidden; }
*+ html div.clear { min-height: 1px; overflow: hidden; }
/**/


p {
	line-height: 1.5;
	color: #000;
}

ul {
	line-height: 1.6;
	list-style: none;
}



/* -------------------------------- */

a {
	text-decoration: none;
	overflow: hidden;
}


a:link,a:visited { color: #000;}
a:hover,a:active{ color: #000; text-decoration: underline;}

a img {
	border-style: none; 
	border-width: 0px;
	text-decoration: none;
}
	
img {
	border: none;
	vertical-align: bottom;
}




/* 2.レイアウト
--------------------------------------------------- */


body {
	background: url(../img/common/all_bg.jpg) repeat-y left top;
}


div#all{
	width: 870px;
	font-family: Arial,"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,sans-serif;
}



/* 3.ページ内
--------------------------------------------------- */


/* ヘッダー */

div#header{
	height: 76px;
	/*background:url(../img/common/header_bg.jpg) no-repeat left top;*/
}

div#logo {
	width: 255px;
	height: 64px;
}

/*
h1 a{
	margin: 0 0 0 6px;
}
*/


/* メイン */

div#main{
	margin: 12px 0 0;
	width: 870px;
	background: url(../img/common/sidebar_bg.jpg) repeat-y left top;
}




/* サイドバー */

div#sidebar{
	float: left;
	width: 248px;
}




/*WinIE5.5CSS*/

div.sidebox {
	margin: 0 0 12px 20px;
	width: 208px;
}


/*NormalCSS*/

div.sidebox {
	margin: /**/0 auto 12px;
	width: /**/208px;
}


div.sidebox{
	padding-bottom: 7px;
	background: url(../img/common/sidebox_btm.jpg) no-repeat center bottom;
}



div.title {
	margin: 0;
	width: 208px;
}



/* ナビゲーション */


ul.navigation{
	width: 208px;
	background: url(../img/common/navi_bg.jpg) repeat-y center top; 
}


/*WinIE5.5CSS*/

ul.navigation li {
	margin-left: -10px;
}


/*NormalCSS*/

ul.navigation li {
	margin: /**/0 auto;
	width: /**/196px;
}

ul.japanese {
	margin-left: -10px;
}

div.japanese{
	margin: /**/0 auto;
	width: /**/196px;

}



/* コンテンツ */

div#contents{
	float: right;
	width: 604px;
}


div.section{
	clear: both;
	margin: 0 0 15px;
	width: 584px;
}


h2{
	margin: 10px 0 10px 0;
	padding: 0 15px 0 22px;
	line-height: 31px;
	font-size: 0.95em;
	color: #114f2b;
	background: url(../img/common/h2_bg.jpg) no-repeat left center;
}


div.section p{
	margin: 5px 0;
	font-size: 0.75em;
}


p.text_r{
	text-align: right;
}

.img_left{
	float: left;
	margin: 0 5px 10px 0;
}


div#backtop{
	clear: both;
	margin: 5px 10px 15px;
	line-height: 12px;
	font-size: 0.75em;
	text-align: right;
}




/* フッター */

div#footer{
	clear: both;
	padding: 5px 0 15px;
	border-top: 1px solid #c0c0c0;
	background: url(../img/common/fot_bg.jpg) repeat-x left bottom;
	text-align: center;
}


ul.fot_navi{
	line-height: 1.3;
}

ul.fot_navi li{
	display: inline;
	font-size: 0.75em;
	border-left: 1px solid #000;
}

ul.fot_navi li a {
	margin: 0 5px;
}

ul.fot_navi li.end{
	border-right: 1px solid #000;
}


p#copyright{
	margin: 5px 0;
	font-size: 0.75em;
}



