@charset "shift_jis";

/*全体の設定
-------------------------------------------------------------------------------------*/
body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	line-height: 2;
	color: #000000;
	margin: 0px;
	padding-top: 0px;
	background: #eeeeee url(images/bg_m.png) repeat-x;
}

/*細々の設定
-------------------------------------------------------------------------------------*/

h1,h2,h3,p,ul,li,span{
	margin: 0px;
	padding-left: 20px;
	padding-right: 10px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
	vertical-align: bottom;
}

.look {
	color: #FF0000;
	background: #333333;
}

.look2 {
	color: #000000;
	background: #666666;
}

.redbox {
	color: #A90310;
}


/*コンテナー
-------------------------------------------------------------------------------------*/
#container {
	background: url(images/btn_bg.gif) repeat-x center;
	width: 700px;
	background: #FFFFFF;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}



/*ヘッダー
-------------------------------------------------------------------------------------*/
#header {
	background: url(images/head.png) #ffefbf;
	padding-top: 10px;
	width: 690px;
	text-align: right;
	height: 69px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding-right:10px;
}
/*メニュー
-------------------------------------------------------------------------------------*/
#menu {
	background: url(images/btn_bg.gif) #FFFFFF;
	height: 55px;
	font-size: 13px;
}

/*コンテンツ枠
-------------------------------------------------------------------------------------*/
#contents {
	background: #FFFFFF;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	vertical-align:top;
	padding-bottom: 30px;
	width: 700px;
}

/*フッター
-------------------------------------------------------------------------------------*/
#footer {
	color: #ffffff;
	width: 700px;
	background: #1C2A56;
	border: 1px solid #000000;
	height: 40px;
	font-size: 12px;
	text-align: center;
}