@charset "Shift_JIS";

/*base.css すべてのページに適用*/

/*------------------------------------------------------------リンクスタイル*/
a {}
a:link { color:#8F0000; text-decoration:underline;}
a:visited { color:#8F0000; text-decoration:underline;}
a:hover , a:active { color:#8F0000; text-decoration:none;}

/*------------------------------------------------------------汎用スタイル*/
.line01 {
	height: 2px;
	background: url(../img/parts/line01.gif) repeat-x;
}


/*------------------------------------------------------------ボディ*/
body {
	font-size: 100%; /*16px*/
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Verdana,"ＭＳ Ｐゴシック",sans-serif;
	color: #3F3F3F;
	background: #fff;
	line-height: 1.5;
}

/*------------------------------------------------------------w940px ヘッダー*/
#head_out {
	background: #000 url(../img/bg_head_out.gif) repeat-y center;
	border-top: 1px solid #FFC03A;
	width: 100%;
}
#head {
	width: 940px;
	margin: 0 auto;
}
/*------------------------------w670px 右 メニュー*/
#head_r {
	float: right;
	width: 670px;
}
/*ヘッダーのテキスト部分*/
#head_text {
	font-size: 88%; /*16px×88%＝14px*/
	color: #D2D2C7;
	margin: 15px 0 0 18px;
}
/*ボタン*/
#head_r ul {
	margin: 10px 0 0 10px;
}
#head_r li {
	display: inline;
}
/*------------------------------w270px 左 ロゴ*/
#head_l {
	float: left;
	width: 270px;
}
/*メインロゴ*/
#logo_main {
	margin: 15px 0 10px 10px;
}

/*------------------------------------------------------------w940px メインコンテナ*/
#container_out {
	background: #fff url(../img/bg_container_out.gif) repeat-y center;
	width: 100%;
}
#container {
	width: 940px;
	text-align: left;
	margin: 0 auto;
	font-size: 88%; /*16px×88%＝14px*/
}

/*------------------------------------------------------------w670px メインコンテンツ*/
#container_r {
	float: right;
	width: 670px;
}

/*------------------------------------------------------------w270px 左カラム*/
#container_l {
	float: left;
	width: 270px;
}
/*------------------------------ベーレンのロゴ部分*/
#box_beeren {
	background: #fff;
	width: 220px;
	margin: 40px 0 60px 10px;
}
#box_beeren .p01 {
	text-align: center;
	padding: 20px 0 5px 0;
}
#box_beeren .div01 {
	padding: 0 0 20px 20px;
}
#box_beeren .div01 img {
	margin: 0 0 3px 0;
}
/*------------------------------メニュー*/
#menu {
	margin: 0 0 60px 10px;
}
#menu h2 {
	margin: 0 0 7px 0;
}
#menu ul {
	margin: 0 10px 0 3px;
}
#menu li {
	margin: 0 0 3px 0;
	background: url(../img/parts/icon01.gif) no-repeat 0 50%;
	padding: 0 0 0 13px;
}
#menu li a {
}
.link01 a:link , .link01 a:visited { color:#000; text-decoration:underline;}
.link01 a:hover , .link01 a:active { color:#000; text-decoration:none;}

/*------------------------------othersite*/
#othersite {
	margin: 0 0 30px 10px;
}
#othersite h2 {
	margin: 0 0 7px 0;
}

/*------------------------------------------------------------w940px フッター*/
#foot_out {
	background: #000;
	font-size: 88%; /*16px×88%＝14px*/
}
#foot {
	width: 940px;
	margin: 0 auto;
	text-align: center;
}
/*コピーライト*/
#copy {
	font-size: 88%;/*16px×88%×88%＝12px*/
	color: #fff;
	padding: 30px 10px 10px 10px;
}