/*--------------------------------------------------
スタイルリセット
--------------------------------------------------*/

html, body, div, span, object, iframe, 
h1, h2, h3, h4, h5, h6, 
p, a, em, img, q, dl, dt, dd, ol, ul, li, 
form, label, 
table, caption, tr, th, td{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size:100%;
	list-style-type: none;
}

body{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3" , "MS UI Gothic", verdana, 'trebuchet ms', sans-serif;
	font-size:small;
	line-height:140%;
	background-color:#EEEEEE;
	color:#666666;
}

textarea{
	/*\*//*/
	font-family:Osaka,Verdana,Arial;
	/**/
}

hr { display:none;}

table th{
	font-weight:normal;
	text-align:left;
}


/* テキスト(リンク)関連 */
a{color: #990033;text-decoration: underline;}
a:link{color: #990033;text-decoration: underline;}
a:visited{color: #990033; text-decoration:underline;}
a:active{color: #990033;text-decoration: none;}
a:hover{color: #990033;text-decoration: none;}


/* フォント */
.min{font-size:x-small;}
.mid{font-size:90%;}
.fnt_n{font-weight:normal;}

p{line-height:130%;}


/* 画像関連 */
img , a img{ border: none;}
img{ vertical-align:top;}

.arrow{
	padding-left:16px;
	background-image:url(../images/arrow.gif);
	background-repeat:no-repeat;
	background-position:5px 6px;
}

.new{
	padding:0px 0px 0px 3px;
	vertical-align:middle;
}


/* フロート関連 */
.float_l{float:left;}
.float_r{float:right;}

.clr{
	clear: both;
	font-size:0px;
	line-height:0px;
	margin: 0px;
	padding: 0px;
}
.clear{
	clear: both;
}
/* マージン */
.mt_20{margin-top:20px}
.ml_20{margin-left:20px}
.mb_20{margin-bottom:20px}
.mr_20{margin-right:20px}
/*--------------------------------------------------
ベース
--------------------------------------------------*/

#container{
	width:800px;
	background-color:#FFFFFF;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	margin:0px auto 2px auto;
}

#container_in{
	width:740px;
	margin:0px auto 0px auto;
}

#copyright{
	width:305px;
	height:5px;
}


/*--------------------------------------------------
ヘッダー
--------------------------------------------------*/

#header{
	width:100%;
	height:128px;
	border-bottom:1px solid #EBEBEB;
}

#header #header_in{
	height:126px;
	border-bottom:1px solid #B3B3B3;
}

#header_in #head_area{
	width:740px;
	height:60px;
	margin:0px auto 0px auto;
	padding:10px 0px 0px 0px;
}

#head_area #site_menu{
	padding:20px 0px 0px 0px;
}

#site_menu li{
	display:inline;
	padding:0px 0px 0px 15px;
}
#site_menu img{
	vertical-align:bottom;
}

/*--------------------------------------------------
ナビゲーション
--------------------------------------------------*/

#main_navi{
	width:740px;
	margin:0px auto 0px auto;
	height:52px;
	background-image:url(../images/img_shadow.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

#main_navi li{
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}


/*--------------------------------------------------
フッター
--------------------------------------------------*/

#footer{
	width:740px;
	padding:0px 0px 20px 0px;
	background-image:url(../images/line_dot.gif);
	background-repeat:repeat-x;
	background-position:top;
}

#footer #footer_menu{
	width:740px;
	padding:10px 0px 10px 0px;
}

