@charset "shift_jis";

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


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

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

p {line-height: 1.5;}

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

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



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

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

a img { border: none; text-decoration: none;}
img { border: none; vertical-align: top;}


em { font-weight: bolder;}
strong { color: #000;}

ins { color: #666666; text-decoration: underline;}
del { color: #999999; text-decoration: line-through;}



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


body {
	text-align: center;
	color: #3f3b38;
	background: #fff;
}


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

div#back_series{
	margin: 0 auto;
	width: 580px;
	font-family: Verdana,"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,sans-serif;
    text-align: right;
	font-size: 0.7em;
}

div.inner{
	margin: 0 auto;
	width: 730px;
	text-align: left;
}

div.inner:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

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



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


/* ヘッダー */

div#header{
	padding: 15px 0 0;
}

div#logo {
	width: 220px;
	float: left;
}

div#logo a img{
}


div#language{
	margin: 10px 0 0 0;
	width: 500px;
	float: right;
	text-align: right;
}


div#language a:link,
div#language a:visited {
	padding: 0 2px;
	color: #3f3b38;
	border-bottom: 1px dashed #3f3b38;
}

div#language a:hover,
div#language a:active{
	color: #3f3b38;
	border-bottom: 1px dashed #fff;
	text-decoration: none;
}




/* ナビゲーション */

#navigation{
	margin: 20px 0;
	width: 860px;
	height: 30px;
}

#navigation ul{
	margin:10px 30px;
}

#navigation li {
	display: inline;
}

#navigation li a{
	display: block;
	line-height: 30px;
	float: left;
}

.space_left{
	float:left;
	width:30px;
}

.space_right{
	float:right;
	width:30px;
}




/* メイン */

div#main{
	text-align: left;
}





/* フッター */


div#footer{
	clear: both;
	margin: 5px 0;
	text-align: left;
}


p#copyright {
	color: #736a64;
	font-size: 0.7em;
	line-height: 2;
}

div.privacy{
	float:right;
}

