@charset "utf-8";
/* CSS Document */
/*--------------------------
　グローバルナビ部分
---------------------------*/
li.member a{
	background-image:url(../img/common/button_tuca2.jpg);
	background-repeat:no-repeat;
	width:240px;
	height:77px;
	display:block;
}
li.member a:hover{
	background-image:url(../img/common/button_tuca2_o.jpg);
	background-repeat:no-repeat;
}
li.notmember a{
	background-image:url(../img/common/button_mi2.jpg);
	background-repeat:no-repeat;
	width:240px;
	height:77px;
	display:block;
}
li.notmember a:hover{
	background-image:url(../img/common/button_mi2_o.jpg);
	background-repeat:no-repeat;
}
li.unformation a{
	background-image:url(../img/common/button_mik2.jpg);
	background-repeat:no-repeat;
	width:240px;
	height:77px;
	display:block;
}
li.unformation a:hover{
	background-image:url(../img/common/button_mik2_o.jpg);
	background-repeat:no-repeat;
}
/*--------------------------
　サブナビ部分
---------------------------*/
a.subnav1{
	background-image:url(../img/common/subnav1_o.jpg);
	background-repeat:no-repeat;
	width:220px;
	height:45px;
	display:block;
}
a.subnav1:hover{
	background-image:url(../img/common/subnav1_o.jpg);
	background-repeat:no-repeat;
	width:220px;
	height:45px;
	display:block;
}
a.subnav2{
	background-image:url(../img/common/subnav2.jpg);
	background-repeat:no-repeat;
	width:220px;
	height:45px;
	display:block;
}
a.subnav2:hover{
	background-image:url(../img/common/subnav2_o.jpg);
	background-repeat:no-repeat;
	width:220px;
	height:45px;
	display:block;
}
a.subnav3{
	background-image:url(../img/common/subnav3.jpg);
	background-repeat:no-repeat;
	width:220px;
	height:45px;
	display:block;
}
a.subnav3:hover{
	background-image:url(../img/common/subnav3_o.jpg);
	background-repeat:no-repeat;
	width:220px;
	height:45px;
	display:block;
}
a.subnav4{
	background-image:url(../img/common/subnav4.jpg);
	background-repeat:no-repeat;
	width:220px;
	height:45px;
	display:block;
}
a.subnav4:hover{
	background-image:url(../img/common/subnav4_o.jpg);
	background-repeat:no-repeat;
	width:220px;
	height:45px;
	display:block;
}
a.subnav5{
	background-image:url(../img/common/subnav5.jpg);
	background-repeat:no-repeat;
	width:220px;
	height:45px;
	display:block;
}
a.subnav5:hover{
	background-image:url(../img/common/subnav5_o.jpg);
	background-repeat:no-repeat;
	width:220px;
	height:45px;
	display:block;
}
a.subnav6{
	background-image:url(../img/common/subnav6.jpg);
	background-repeat:no-repeat;
	width:220px;
	height:45px;
	display:block;
}
a.subnav6:hover{
	background-image:url(../img/common/subnav6_o.jpg);
	background-repeat:no-repeat;
	width:220px;
	height:45px;
	display:block;
}
/*--------------------------
　コンテンツ部分
---------------------------*/
#co-left p{
}
#greeting{
	width:550px;
	min-height:400px;
	height:auto !important;
	height:100%;
	padding-top:0px;
	padding-bottom:20px;
	margin-top:10px;
	overflow:hidden;
}
#greeting_photo{
	width:550px;
	margin:20px 0 0 0px;
}
#greeting .text_greeting{
	width:550px;
	overflow:hidden;
	letter-spacing:0.1em;
	margin:20px 20px 0 0;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","Hiragino Mincho Pro", serif, "ヒラギノ明朝 Pro W3";
}
br { letter-spacing : normal; }
h5{
	background-color:#CAF4D3;
	border:solid 1px #ccc;
	padding:2px 0 2px 10px;
	margin:20px 0 0px 0;
	width:550px;
}
	
	
	
	
