
@charset "UTF-8";


/*共通*/

/*	font-family:"DF宋楷書W7",cursive;*/
BODY {
	margin:0px;
	background-image: url(../images/);
}


A {
	color:#330000;
	text-decoration:none;
}
A:hover {
	color:red;
	text-decoration:underline;
}

/*ヘッダ*/
.header {
	padding-bottom:1px;
	background-color : #ffffff;
}
.header_seo {
	height:14px;
	overflow:hidden;
	line-height:100%;
}
.header_seo h1 {
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	margin-top:2px;
	margin-bottom:0px;
}
.header_image {
	position:relative;
	width:950px;
	height:75px;
	overflow:hidden;
}
.header_image_back {
	position:absolute;
	top:0px;
	left:0px;
	z-index:0;
}
.header_image_menu {
	position:absolute;
	top:51px;
	left:775px;
	font-size:14px;
	z-index:1;
}


/*メニュー*/
.menu_left{
	padding:0px 0px 5px 0px;
	width:180px;
	background-image: url(../images/menuback180x150.jpg);
}
.menu_back{
	width:180px;
}

.m_item1 {
	display: block;
	margin-bottom:10px;
	margin-left:18px;
}

.m_item2 {
	display: block;
	margin-bottom:10px;
	margin-left:10px;
}



/*本文トップページ*/

/*新着情報*/
div.new
{
	width:420px;
	margin:0 0 10px 0;
	padding:0;
}
div.new div.top
{
	background-image:url("../images/info420x45.jpg");
	background-repeat:no-repeat;
	height:45px;
}
div.new div.bottom
{
	background-image:url("../images/info420x15.jpg");
	background-repeat:no-repeat;
	height:15px;
}

div.new p
{
	margin:0;
	padding-left:20px;
	font-size:14px;
	line-height:140%;
	background-image:url("../images/info420x5.jpg");
	background-repeat:repeat-y;
}

/*枠あり背景*/
.wakubg
{
	margin:0;
	background-image:url("../images/r_bg_770x5.jpg");
	background-repeat:repeat-y;
}

.content_wakubody {
	line-height:150%;
	text-align: justify;
	text-justify: inter-ideograph;
	padding-left:40px;
	margin:0;
	font-size:85%;
}


/*横並びタブ*/
ul.uomasa_tab{
	margin:0px;
	padding-left:182px;
	background-image: url(../images/nav_950x25.jpg);
	position:relative;
	width:768px;
	height:25px;
	overflow:hidden;

}

ul.uomasa_tab li{
/*タブメニュー実現に必要なのはfloat:leftのみ。あとは体裁を整えているだけ*/
float:left;
width:117px;
height:25px;
	margin:0x;
padding:0;
list-style-type:none;

}


.content_base
{
	width:950px;
	padding:0px;
	margin:0px;
	background-color : #f6948b;
}
.content_body {
	line-height:140%;
	text-align: justify;
	text-justify: inter-ideograph;
	width:900px;
	padding-left:0px;
	margin:0 25px 0 25px;
	font-size:90%;
	color:#ffffff;
}



/*左*/
.content_left_base
{
	width:530px;
	padding:0px;
	background-color : #D87F74;
}
.content_left_title
{
	width:520px;
	margin-bottom:5px;
	margin-top:10px;

}
.content_left_body {
	line-height:140%;
	text-align: justify;
	text-justify: inter-ideograph;
	width:470px;
	padding-left:35px;
	font-size:90%;
	color:#666666;
}






/*フッタ*/
.footer {
	padding-top:2px;
	background-color:#ffffff;
	background-image: url(../images/footer950x75.jpg);
	height:70px;
}
.footer_text_a {
	padding:5px 3px 5px 3px;
	text-align:center;
	font-size:12px;
	color:#330000;
	line-height:140%;
}

.footer_text_b {
	border-width:0px 0px 0px 0px;
	border-color:#ffffff;
	border-style:solid;
	padding:5px 3px 5px 3px;
	text-align:center;
	font-size:12px;
	color:#330000;
	line-height:140%;
}

/* ページトップリンク */
.next{
	text-align:right;
	margin:10px 5px 10px 0px;
}
.page_top{
	color:#444444;
	font-size:80%;
	text-align:right;
	margin:10px 35px 10px 0px;
}




/*
	font-size:12px;
	font-weight:normal;
*/



