@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; }
/**/


ul { list-style: none; }

table{ border-collapse: collapse; }

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



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

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: 68px;
	background : url(header_bg.jpg) no-repeat left top;
}

div#logo {
float:left;
	padding: 10px 0 0 15px;
}


/* ナビゲーション */

div#navi{
	height: 19px;
}

ul#navigation li{
	display: inline;
	line-height: 19px;
}

ul#navigation li a{
	float: left;
	height: 19px;
}


/* メイン内レイアウト */

div#main{
	padding: 15px 20px 35px;
}

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

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


/* サイドバー内 */

ul.side_navi li{
	height: 23px;
	line-height: 23px;
}

ul.bn_list{
	margin: 13px 0 7px;
}

ul.bn_list li{
	height: auto;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
}

ul.side_list li{
	padding-left: 28px;
	line-height: 21px;
	height: 21px;
	font-size: 0.75em;
	background : url(side_list_bg.jpg) no-repeat left center;
}

li#title,
li#en{
	padding: 0;
	height: 23px;
	line-height: 23px;
	background: none;
}

li#en{
	margin: 7px 0;
	padding: 0;
}


/* コンテンツ内 */

div.section{
	clear: both;
	margin: 8px 0 12px;
}

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


.img_left{
	float: left;
	margin: 0 10px 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: 8px 0 15px;
	border-top: 1px solid #c0c0c0;
	background : url(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: 10px 0;
	font-size: 0.75em;
}


#head_link { float:right; width:350px; padding-top:6px;}
#head_link li { float:left; padding:0 4px 0 0px;}
