@charset "Shift_JIS";
/* フォントサイズはfont_xxx.cssに記述。 */

a { color:#0E1FA2; text-decoration:underline; }
a:hover { color:#F70; text-decoration:underline; }
img { border:none; text-decoration:none; }
h1,h1 a:hover, h2, h3, h4, h5, h6 {margin:0;text-decoration:none; }
h6,hr{ display: none; }
.center { text-align:center;}
.right { text-align:right;}
.clear {clear:both;}

.floatR { float:right;}
.floatL { float:left;}

/* LAYOUT
---------------------------------------------------- */
html {
	min-width:780px;
}
body{
	font:normal small/1.5em Osaka,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	margin: 0;
	padding: 0px;
	color: #191919;
	background: #333 url(../_common/bg.gif) repeat-y left top;
	}
#wrap { 
	width:780px;
	margin-left:10px;
}

#header { 
	background: url(../_common/header_bg.jpg) no-repeat; 
	width:780px; 
	height:74px; 
}
h1 a { 
	width: 366px; 
	height: 70px; 
	display: block; 
	background: url("../_common/header_logo.jpg") left no-repeat; 
	text-indent: -9999px;
	text-decoration:none;
}
/* パンクズナビ 
#pankuzu {
	padding:8px 0 6px;
	font-size:90%;
	border-bottom:1px dotted #999;
	color:#666;
}
#pankuzu a {
	text-decoration:underline;
	color:#666;
}
#pankuzu a:hover {
	text-decoration: underline;
	color:#0E1FA2;
}*/

/* コンテンツ */
#content {
 	width:780px;
}
#left { 
	float:left; 
	width:170px;
	font-size:0;
	line-height:1em;
}
#main {
	width:540px;
	margin-left:207px;
	padding-top:25px;
}
#footer { 
	float:right;
	width:610px;
	border-top:1px solid #333;
	margin-top: 30px;
}
address {
	font-style: normal;
	padding:10px 40px
}



/* LEFTNAVI
---------------------------------------------------- */
#left ul {
	list-style-type:none;
	line-height:1em;
	margin:0;
	padding:0;
}
#left li.naviBottom {
	border-bottom:1px solid #FFF;
}

#left li.navi10 { border-bottom:1px solid #FFF;}

/* MAIN
---------------------------------------------------- */
#title  { height:30px; margin-bottom:20px;}
#subtitle { font-size:16px; font-weight:bold; margin-bottom:10px;  }

.floatl { float:left}
.floatr { float:right }
.arrow a { text-decoration:none;  }
.arrow a:hover{ text-decoration:none; }

.textlinkr { width:540px; text-align:right} /*右寄せテキストリンク*/

/***** 見出し ****/
.midashi1{ 
	background:url(../_common/midashi_bg.jpg) repeat-y left; 
	padding:3px 13px 4px; 
	margin:20px auto 15px;
}
.midashi2{ 
	background:url(../_common/dot_aqua.gif) no-repeat left;
	font-weight:bold;
	margin-bottom:15px; 
	padding-left:14px;
 }


/***** PAGETOP *****/
.pagetop {
	width:747px;
	clear:both;
	margin-top:30px;
	text-align: right;
}



/********************** その他 **********************/
.date { width:540px; color:#666; text-align:right; }
.marginB0 { margin-bottom:0;}
.marginB5 { padding-bottom:55; margin: auto 5px;}



