/* CSS Document */
/*----- 顔倍澄2・-----*/
* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-family: 'MS UI Gothic', Osaka, sans-serif;
}

body {
    margin: 0px;
    padding: 0px;
	background:url(../img/bg.jpg) top repeat-x #FFFFFF;
    font-size: 14px;
    color: #3B3B3B;
	text-align: center;
}

img{
	border: none;
	vertical-align: bottom;
}

.floatend {
    clear:both;
}

a:link {
	color: #3B3B3B;
	text-decoration:underline;
}

a:visited {
	color: #3B3B3B;
	text-decoration:underline;
}

a:hover {
	color: #3B3B3B;
	text-decoration:none;
}

strong{
	color:#336699;
}

em{
	color:#FF9900;
	font-style:normal;
	font-weight:bold;
}
.float_right{
    float: right;
}
.gazouL{
	float:left;
	margin-bottom:10px;
	margin-right:10px;
}
/*-------------ロールオーバー澄2・-------------*/
.imgover {}

/*---------------------------------------
main
----------------------------------------*/
#main{
	width:851px;
	margin: auto;
}

/*---------------------------------------
header
----------------------------------------*/
#header{
	width:851px;
	height: 124px;
	background:url(../img/bg_header.jpg) top center no-repeat;
	text-align:left;

}
h1{
	font-size:10px;
	height: auto!important;
	height: 20px;
	min-height: 17px;
	font-weight:normal;
	color: #999999;
	padding-top:3px;
	margin-left:15px;
}
#header_btn{
	height: 81px;
	list-style:none;
	padding-top:41px;
	padding-left:541px;
}
#header_btn li{
	float: left;
}
/*---------------------------------------
right_con
----------------------------------------*/
/*-------------right_con--------------*/
#right_con{
	width:610px;
	padding-bottom:10px;
	float: right;
}

#img_main{
	width:610px;
	height: 280px;
	background:url(../img/img_main.jpg) top center no-repeat;
	text-align:left;
	margin-bottom:7px;
}

.main_text1{
	line-height: 130%;
	letter-spacing: .1em;
	word-spacing: .1em;
	font-size:12px;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 88px;
}
.main_text2{
	line-height: 130%;
	padding:10px 0px 0px 88px;
	letter-spacing: .1em;
	word-spacing: .1em;
	font-size:12px;
}
/*---------------------------------------
left_con
----------------------------------------*/
#left_con{
	width:232px;
	float: left;
}

#left_con ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#left_con dl {
	width: 232px;
	text-align:center;
	margin: 0 0 0px;
}

/*-------------menu_con--------------*/
.menu_con{
	background:url(../img/menu_bg.gif) repeat-y;
}

.menu_footer{
	width: 232px;
	text-align:center;
	background:url(../img/footer_menu.jpg) bottom no-repeat;
	margin: 0px 0px 0px 0px;

}

.menu_con a {
	display: block;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: normal;
}
.cate1{ padding: 0px 6px 17px;}
.cate1 li { text-align:left; 	padding-top: 0px;}
.cate1 a{
	width: auto!important;
	width: 220px;
	min-width: 202px;
	height: auto!important;
	height: 27px;
	min-height: 21px;
	padding: 6px 0px 0px 18px;
	font-size:13px;
}

.cate1 a{ color: #006699; background: url(../img/menu_line.jpg) no-repeat; text-decoration:none}	
.cate1 a:visited { color: #006699; text-decoration:none;}
.cate1 a:hover { color: #FFFFFF; background-position: -220px 0; text-decoration:none;}


/*-------------banner--------------*/
#banner li{
	padding-bottom: 15px;
}

/*---------------------------------------
footer
----------------------------------------*/
#footer{
	width:100%;
	clear:both;
	background:url(../img/bg_footer.jpg) top repeat-x;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	padding-bottom: 20px;
}
#footer dl{
	width:851px;
	margin: auto;
}
#footer dt{
	font-size:12px;
	margin-bottom:41px;
	text-align:right
}
#footer dd{
	margin-left: 241px;
	text-align:left;
}

/*------------------------------
ページ噛奄枢次2・
-------------------------------*/
.content{
	background:url(../img/bg_contents.gif) top repeat-y;
	text-align:center;
}
.content_in{
	width:553px;
	margin: auto;
	text-align:left;
}
.content h2{
	background:url(../img/title_content1.jpg) top no-repeat;
	font-size:18px;
	color:#006699;
	text-align:left;
	padding: 11px 0px 0px 40px;
	margin: 0px auto 0px auto;
	height: auto!important;
	height:42px;
	min-height:31px;
}

.content h3{
	width:553px;
	background:url(../img/line_contents.jpg) bottom no-repeat;
	font-size:16px;
	color:#006699;
	text-align:left;
	padding: 10px 0px 0px 0px;
	margin: 0px auto 20px auto;
	height: auto!important;
	height:37px;
	min-height:27px;
}

.text1{
	line-height: 150%;
	margin-bottom:10px;
	padding-bottom:10px;
	letter-spacing: .1em;
	word-spacing: .1em;
}

 /* ↓フォントのスタイル↓ */
 
.red {
	color: #FF0000;
	font-weight: bold;
}

/* ↓テーブルのスタイル↓ */

.tb {
	border: 1px solid #999999;
	border-collapse: collapse;
	font-size: 12px;
} 

.tb td {
	border: 1px #999999 solid;
	border-collapse: collapse;
	padding: 4px;
}