@charset "euc-jp";
/* 画像ボーダーなし、下揃え */
img{
	border : 0px;
	}
/* 文字の縦位置 */
.m{
	vertical-align : middle;
	}
.t{
	vertical-align : top;
	}
/* リンク下線なし */
a{
	text-decoration : none;
	}
/* フロートクリアー */
.cr{
	clear : both;
	}
.crr{
	clear : right;
	}
/* センター */
.ce{
	text-align : center;
	}
/* ライト */
.rt{
	text-align : right;
	}
/* トップ */
.vtop{
	vertical-align : top;
	}
/* トップ */
.vbottom{
	vertical-align : bottom;
	}

/* P　マージンなし */
p{
	margin : 0 auto;
	}
/* 赤文字 */
.red{
	color : red;
	}
.fff{
	color : #fff;
	}
.f10{
	font-size : 10px;
	}
.f12{
	font-size : 12px;
	}
/* h */
h1{
	color : #BE8791;
	font-size : 12px;
	padding-left : 5px;
	margin : 0;
	height : 20px;
	}
h2{
	font-size : 10px;
	font-weight : normal;
	margin : 0;
	}
h3{
	font-size : 12px;
	margin : 0;
	color : #515151;
	}
/* リンク */
a:link { color: #827274; } 
a:visited { color: #827274; } 
a:hover { color: #000000; } 
a:active { color: #827274; } 
/* テーブル */
table{
	font-size : 10px;
	line-height : 14px;
	}
/* ボディ全体 */
body{
	margin-top : 100px;
	margin-bottom : 0px;
	text-align : center;
	font-size : 10px;
	line-height : 16px;
	color : #000000;
	}
/* ページ全体 */
#all{
	width : 750px;
	text-align : left;
	margin : 0 auto;
	padding : 0 30px;
	}
#head{
	}
#menu{
	margin-left : 100px;
	}
	.navi_logo{
		float : left;
		}
#navi{
	background : url('img/navi_bar.jpg') no-repeat;
	height : 20px;
	margin-top : 15px;
	margin-left : 90px;
	padding-left : 20px;
	}
#content_t{
	background : url('img/content_tbg.jpg') no-repeat;
	clear : both;
	height : 28px;
	}
#content_m{
	background : url('img/content_mbg.jpg') repeat-y;
	height : 430px;
	}
#incontent{
	overflow : auto;
	width  : 660px;
	height : 430px;
	padding : 0 20px;
	scrollbar-arrow-color:#666666;
	scrollbar-face-color:#EFEFEF;
	scrollbar-highlight-color:#EFEFEF;
	scrollbar-3dlight-color:#666666;
	scrollbar-track-color:#EFEFEF;
	scrollbar-shadow-color:#EFEFEF;
	scrollbar-darkshadow-color:#666666;
	}
#content_b{
	background : url('img/content_bbg.jpg') no-repeat;
	height : 32px;
	}
	
/* indexページ */
#icontent_t{
	background : url('img/content_tbg.jpg') no-repeat;
	height : 28px;
	}
#icontent_m{
	background : url('img/content_mbg.jpg') repeat-y;
	}
#icontent_b{
	background : url('img/content_bbg.jpg') no-repeat;
	height : 32px;
	}
#foot{
	margin-top : 10px;
	text-align : center;
	margin-right : 50px;
	}
#index_logo{
	padding-top : 120px;
	padding-bottom : 100px;
	margin-right : 50px;
	text-align : center;
	}
#index_logo2{
	margin-right : 50px;
	text-align : center;
	}

/* whatsnewページ */
#whatsnew{
	padding : 40px 70px;
	font-size : 12px;
	}
.text{
		margin-top : 20px;
		}


