
/************************************************

株式会社アンダムル
第二階層・共通ベース

***************************************************/

body {
	margin: 0px;
    padding: 0px;
	background: #d9d6c8 url(../index_img/bg02.jpg) repeat-x;
	font-size: 80%;
	color:#4e4e4e;
	letter-spacing: 0.1em;
	line-height: 120%;
	}
	
h1,h2,h3,h4,h5,h6{
	margin: 0px;
    padding: 0px;
	font-size: 100%;
	font-weight: normal;
	line-height: 140%;
	letter-spacing: 0.15em;
	}
	
/* テキストリンク
---------------------------------------------*/
a:link { text-decoration:none; color:#4e4e4e; }
a:visited { text-decoration:none; color:#4e4e4e; }
a:active { text-decoration:none; color:#4e4e4e; }
a:hover { text-decoration:underline; color:#2873e5; }


/* テキスト装飾
---------------------------------------------*/
.bold { color:#4e4e4e; font-weight: bold;}
.bold_blue { color:#1858b9; font-weight: bold;}
.blue { color:#1858b9;}


/* IE6バグ用クリア
---------------------------------------------*/
div.clear_ie6 {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}






/***************************************************************************************************/


/* 基礎枠
---------------------------------------------*/
#basics {
	width: 800px;
	margin: 0px auto;
	position: relative;
	}
	
	
/* ヘッダー
---------------------------------------------*/
#header {
	width: 800px;
	height:62px;
	background: url(../index_img/head_bg.jpg) left top no-repeat;
	}
	
/* ロゴ
---------------------------------------------*/
#logo{
    margin:0;
	height: 36px;
	width: 205px;
	float: left;
	padding-left:23px;
	padding-top: 16px;
	}
	
#logo:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}


/* ランゲージ
---------------------------------------------*/
#language {
    margin: 0;
	padding: 0;
	
	}

#language ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#language li{
    float:right;
	list-style-type:none;
	width:72px;
	height:37px;
	padding-right: 13px;
	padding-top: 25px;
	}
	
#language:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
	


/* コンテンツ枠
---------------------------------------------*/
#contents {
    float:left;
    width:740px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	background-color:#fff;
	}
	
#contents:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

/* フッターリンク
---------------------------------------------*/
#f_link {
    float:left;
	width: 800px;
	height:30px;
	text-align: center;
	padding-top: 15px;
	background-color:#fff;
	}
	



/* フッター
---------------------------------------------*/
#footer {
    float:left;
	width: 800px;
	height:33px;
	padding-bottom:10px;
	}
	
	
#footer:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}


/* パンくずリスト
---------------------------------------------*/
#pan {
	width: 521px;
	height: 30px;
	text-align:right;
	font-size: 80%;
	}
	
#pan a:link { text-decoration:underline; color:#2873e5; }
#pan a:visited { text-decoration:underline; color:#2873e5; }
#pan a:active { text-decoration:underline; color:#2873e5; }
#pan a:hover { text-decoration:none; color:#4e4e4e; }