@charset "utf-8";
/* CSS Document */

/* ------------------------------------------- CSS Information
 Style Info:     ブラウザスタイルのリセットと基本設定
----------------------------------------------------------- */

/* ----------------------- Browser Default Initialization */
html {
	overflow-y:scroll;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, table, th, td	{
	margin: 0;	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var	{
	font-style: normal;
}

caption, th	{
	text-align: left;
}
q:before ,q:after	{
	content: '';
}
object, embed	{
	vertical-align:top;
}
hr, legend	{
	display: none;
}
h1, h2, h3, h4, h5, h6	{
	font-size: 100%;
}
img, abbr, acronym, fieldset	{
	border: 0;
}
li	{
	list-style-type: none;
}

/* ----------------------- Basic Style */
/* ------------ Font Style */
body {
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	background: #FFF;
	color: #333;
	font-size: 84%;
	line-height: 150%;
	text-align: center;
}
html>/**/body {
	font-size: 12px;
}

* + html body {
	font-family: "メイリオ","Meiryo";
}

/* ------------ A Style */
a:link	{
	text-decoration: none;
	color: #00F;
}

a:visited	{
	text-decoration: none;
	color: #00F;
}

a:hover	{
	text-decoration: underline;
	color: #00F;
}

a:active	{
	text-decoration: none;
	color: #00F;
}

/* ------------ クリア */
div:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}


/* ----------------------- レイアウト */

body {
text-align:center;
}



#wrap {
width:780px;
margin:0 auto;
background:url(../images/body_back.jpg) repeat-y;
}


#header {
width:760px;
margin:0 auto;
text-align:left;
}

#h1 {
height:40px;
background:url(../../common/images/head01_2.jpg) no-repeat;
font-size:12px;
color:#0E55A5;
padding-left:10px;
}


#contents {
width:760px;
background-color:#FFFFFF;
margin:0 auto;
padding-bottom:20px;
text-align:left;
}



.left_eria {
width:200px;
float:left;
margin:10px 0 10px 15px;
display:inline;
background:url(../images/left_eria_back.jpg);
}

.right_eria {
width:515px;
float:left;
margin:10px 0 10px 15px;
}



#footer {
height:85px;
width:760px;
margin:0 auto;
text-align:right;
background:url(../images/footer_back.jpg) no-repeat;
}

#footer p{
font-size:12px;
padding-top:15px;
padding-right:15px;
color:#ffffff;
}

.m_menu_list {
margin:8px 15px;
}

.m_menu_list li{
margin-bottom:5px;
}

.new_box {
background:url(../images/w_new_body.jpg) repeat-y;
margin:15px 0;
}
.new_box p{
margin:4px 20px 8px;
}

.coler_org {
color:#FF6600;
}
.coler_r_grn {
color:#66CC00;
}

.table_pad td{
padding:5px;
}

.pad_t5{
padding-top:5px;
}