@charset "utf-8";

/*============================== 初期化 ==============================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size:small;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height:1.5em;
}

html{
overflow-y: scroll;
}

body {
	line-height: 1;
}

ul, ol{
	list-style:none;
}

input, textarea, select, option{
	margin:1px;
	padding:2px 5px;
	line-height:1.0em;
}

table, pre, code, select, input, textarea, kbd, var, ins, del, samp {
	font-size:100%;
}

img{
	border:none;
	vertical-align: top;
	line-height:1.0em;
}

iframe{
	border:solid 1px #CCCCCC;
}

/*============================== 全般 ==============================*/
body{
	background:url(../data/img/bg.gif) repeat-x #FFFFFF;
	color:#333333;
}

a {
	color: #679902;
	text-decoration: underline;
}

a:hover { 
	color:#9fe138;
}

small{
	font-size:0.8em;
	color:#93a9b5;
}

em{
	font-size:1.1em;
	font-weight:bold;
	color:#de87a1;
}

strong{
	font-size:1.2em;
	font-weight:bold;
	color:#cf304c;
}

ins{}
del{}

.clear{
	clear:both;
	height:0px;
	line-height:0px;
}


/*----- ヘッダ -----*/
#header_rect #cell1{
	height:35px;
}
#header_rect #cell2{
	height:70px;
}
#header_rect #cell3{
	height:240px;
}
h1{
	font-weight:normal;
	font-size:1.0em;
	line-height:1.0em;
}

/*----- 左ナビ -----*/
#menu_rect5 a{
	font-size:8pt;
}

#map{
	width:178px;
	height:135px;
	margin:10px;
	background:#EEEEEE;
	border:#999999 solid 1px;
}
#map span{
	font-size:10px;
}

#map a{
	font-size:10px;
}

/*----- フッタ -----*/
ul.sitemap li{
	display:inline;
	border-right: solid 1px #679902;
}
ul.sitemap li.right{
	border:none;
}
#footer_rect #cell2, #footer_rect #cell3, #footer_rect #cell3 a{
	color:#666666;
	text-decoration:none;
}
#footer_rect #cell1{
	padding-left:220px;
	
}
#footer_rect #cell2{
	padding-top:10px;
}

#footer_rect #cell3{
	padding:3px 0 15px;
}

.nm_style2{
	width:7.5em;
}
