@charset "UTF-8";
/* CSS Document */

.wrap {
	width: 900px;
	margin: 0px auto;
	padding: 0px;
}

/*ここからリンク設定*/
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #000086;
	text-decoration: none;
}
a:active {
	color: #000086;
	text-decoration: none;
}

a{
outline:none;
}

/*ここまでリンク設定*/

/*ここからヘッダー*/
.header{
	width:900px;
	height:60px;
	margin:0 auto 0 auto;
	background-image:url(../img/logo.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000086;
}

.header2{
	width:900px;
	height:60px;
	margin:0 auto 0 auto;
	background-image:url(../img/logo.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
}

.gototop{
width:221px;
height:60px;
display:block;
text-indent:-9999px;
}

#header_menu{
	height: 30px;
	width: 400px;
	float: right;
	margin-top: 20px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #999999;
	font-size: 12px;
}

#header_menu .box1{
	width: 100px;
	height: 16px;
	text-align: left;
	padding-top: 6px;
	float: right;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #444442;
	padding-left: 10px;
}
#header_menu .box2{
	width: 70px;
	height: 16px;
	text-align: left;
	vertical-align: middle;
	padding-top: 6px;
	float: right;
	padding-left: 10px;
}
/*ここまでヘッダー*/

/*ここからフラッシュ*/
.top_flash{
	height: 350px;
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/*ここまでフラッシュ*/
/*ここからメニュー*/

#menu{
	background-image: url(../img/menu_bar.jpg);
	height: 68px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	position:relative;
}

#menu .menu_01{
	height: 48px;
	width: 100px;
	position:absolute;
	top: 20px;
	left: 70px;
}

#menu .menu_02{
	height: 48px;
	width: 80px;
	position:absolute;
	left: 265px;
	top: 20px;
}

#menu .menu_03{
	height: 48px;
	width: 80px;
	position:absolute;
	top: 20px;
	left: 445px;
}

#menu .menu_04{
	height: 48px;
	width: 80px;
	position:absolute;
	top: 20px;
	left: 630px;
}

#menu .menu_05{
	height: 48px;
	width: 100px;
	position:absolute;
	left: 792px;
	top: 20px;
}
/*ここまでメニュー*/

/*ここからメイン*/

#main{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
}

#main #main_left{
    width: 185px;
	margin-top: 20px;
	float: left;
	overflow:hidden;
}

#main #main_left .tel{
	height: 103px;
	width: 185px;
	float: left;
}

#main #main_right{
	width: 700px;
	margin-top: 20px;
	float: left;
	overflow:hidden;
	margin-left: 15px;
}

#main #main_right .topix{
	height: 50px;
	width: 600px;
	margin-top: 10px;
	margin-left: 20px;
	float: left;
}

#main #main_right .info{
	background-image: url(../img/top_info.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 61px;
	width: 700px;
	margin-top: 10px;
}

.infobox1{
	height: 20px;
	width: 100px;
	margin-top: 23px;
	float: left;
	text-align: left;
	padding-top: 10px;
	margin-left: 30px;
}

.infobox2{
	height: 20px;
	width: 60px;
	margin-top: 23px;
	float: left;
	text-align: left;
	padding-top: 10px;
}

/*ここまでメイン*/

/*ここからフッター*/

#fotter{
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	height: 97px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 0px;
}

#fotter .fotter_menu1{
	height: 20px;
	width: 100px;
	margin-top: 45px;
	float: right;
}

#fotter .fotter_menu2{
	height: 20px;
	width: 140px;
	margin-top: 45px;
	float: right;
}

/*ここからサイドメニュー2*/
#sidearea{
	width: 185px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	color: #666666;
	float: left;
	background-image: url(../img/sidemenu/sidemenu01.jpg);
	background-repeat: repeat-y;
	line-height: 14px;
}

#sidearea div{
	background-image: url(../img/sidemenu/sidemenu02.jpg) no-repeat bottom left;
}

#sidearea div p{
	margin-left:10px;
}

#sidearea .under{
	background-image: url(../img/sidemenu/sidemenu02.jpg);
	height: 20px;
}

/*ここまでサイドメニュー2*/
