@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.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_o.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;
}
/*--------------------------
　コンテンツ部分
---------------------------*/
#greeting{
	width:550px;
	min-height:400px;
	height:auto !important;
	height:100%;
	padding-top:0px;
	padding-bottom:20px;
	margin-top:10px;
	overflow:hidden;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho","Hiragino Mincho Pro", serif , "ヒラギノ明朝 Pro W3";
}
#greeting_photo{
	width:550px;
	margin:0px 0 0 0px;
}
#greeting p{
	width:550px;
	overflow:hidden;
	letter-spacing:0.1em;
	margin:10px 20px 0 0;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho","Hiragino Mincho Pro", serif , "ヒラギノ明朝 Pro W3";
}
#greeting p.text_greeting{
	margin:25px 20px 0 0;
}
#greeting .text_greeting a{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif , "ヒラギノ明朝 Pro W3";
	text-decoration:underline;
}
#greeting .text_greeting a:hover{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif , "ヒラギノ明朝 Pro W3";
	text-decoration:underline;
}
# a:visited{
	color:#96C;
}
	
#list li a img{
	position:relative;
	top:3px;
	left:10px;
}
	
	
	
