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

*{
font-size:12px;
margin:0;
padding:0;
}

#wrapper
{
background-color:#B31F51;
width:800px;
margin:0 auto;
text-align:center;
}

#container
{
width:800px;
background-color:#B31F51;
text-align:left;
}

#header
{
width:791px;
height:46px;
background-image: url(../image/menu/header.jpg);
}

.clear
{
clear:both;
display: block;
}

body
{
background-color:#B31F51;
text-align:center;
}


#g_menu
{
width:791px;
height:66px;
}

#g_menu ul li {
	float: left;
	list-style: none;
	height: 66px;
}

#g_menu ul li a {
	display: block;
	/*width: 100%;*/
	height: 100%;
	overflow: hidden;
	text-indent: -9999px;
}

#navi1 {
	background: url(../image/menu/menu1.jpg) no-repeat;
	width: 182px;
	height: 66px;
}

#navi2 {
	background: url(../image/menu/menu2.jpg) no-repeat;
	width: 182px;
	height: 66px;
}

#navi3 {
	background: url(../image/menu/menu3.jpg) no-repeat;
	width: 182px;
	height: 66px;
}

#navi4 {
	background: url(../image/menu/menu4.jpg) no-repeat;
	width: 113px;
	height: 66px;
}

#navi5 {
	background: url(../image/menu/menu5.jpg) no-repeat;
	width: 132px;
	height: 66px;
}



#navi1 a:hover {
	background: url(../image/menu/menu1_2.jpg) no-repeat;
}

#navi2 a:hover {
	background: url(../image/menu/menu2_2.jpg) no-repeat;
}

#navi3 a:hover {
	background: url(../image/menu/menu3_2.jpg) no-repeat;
}

#navi4 a:hover {
	background: url(../image/menu/menu4_2.jpg) no-repeat;
}

#navi5 a:hover {
	background: url(../image/menu/menu5_2.jpg) no-repeat;
}



#haikei
{
width:791px;
background: url(../image/back.jpg);
margin-top:5px;
text-align:center;
padding-bottom:10px;
}

h1
{
background:url(../image/oomidashi/title_member.jpg);
height:42px;
width:791px;
text-indent: -9999px;
}

#hako1
{
width:640px;
margin:0 auto;
text-align:left;
}

.corp_img
{
width:75px;
height:75px;
float:left;
}

.corp_box1
{
background-color:#FFFFFF;
border:1px solid #cccccc;
width:290px;
height:100px;
margin:0px 0px 5px 0px;
padding:10px;
float:left;
}

.corp_box2
{
background-color:#FFFFFF;
border:1px solid #cccccc;
width:290px;
height:100px;
margin:0px 0px 5px 15px;
padding:10px;
float:left;
}

.corp_text
{
float:left;
margin-left:5px;
}

.corp_name
{
font-size:12px;
text-align:left;
font-weight:bold;
}

.corp_name a
{
text-decoration:none;
}


.box_line
{
border-top:2pt dotted #666666;
width:150px;
height:0px;
}

.gyoushu
{
font-size:10px;
text-align:left;
margin-top:5px;
}

#footer
{
width:791px;
height:25px;
background-color:#B31F51;
margin-top:3px;
color:#FFFFFF;
font-family:"メイリオ";
text-align:center;
}


