@charset "UTF-8";

/* -----------------------------------------------------------
CSS Information

 Style Info:     トップページのスタイル設定
 File name:      home.css
 Last update:    2009.12.12
----------------------------------------------------------- */

h2{
	margin-bottom:17px;
}

/*----------------------------------------------------
理事長挨拶
----------------------------------------------------*/

#greeting{
	margin-bottom:30px;
	clear:both;
}
#greeting p{
	font-size:88%;
}
#greeting #greeting_text{
	float:left;
	width:720px;
}
#greeting #greeting_ph{
	width:145px;
	float:right;
	text-align:center;
}

/*----------------------------------------------------
グループ一覧
----------------------------------------------------*/

#group{
	clear:both;
	margin-bottom:15px;
}
#group .group_list{
	width:296px;
	float:left;
	margin-right:6px;
	background-color:#ccc;
	/*height:1390px;*/
}
#group .group_list_end{
	margin-right:0px;
}
#group .list_medical_end{
	height:165px;
}
#group .list_fukushi_end{
	height:63px;
}
#group .list_box{
	background-color:#FFF;
	width:282px;
	margin:auto;
}
#group .list_body{
	background-color:#FFF;
	width:264px;
	margin:auto;
	clear:both;
	border-bottom:1px dotted #000;
	margin-bottom:10px;
}
#group .eyetop .list_body{
	border:none;
}
#group .list_body_end{
	border:none;
	margin-bottom:0px;
}
#group h4{
	font-size:88%;
	color:#294b8b;
	font-weight:bold;
	line-height:1.4em;
	margin-bottom:8px;
}
#group .group_list_end h4{
	margin-bottom:3px;
}
#group h5{
	font-size:69%;
	line-height:1.3em;
	margin-bottom:5px;
}
#group h6{
	font-size:75%;
	font-weight:bold;
}

#group p.list_text{
	font-size:75%;
	line-height:1.4em;
}
#group p.list_text_ph{
	float:left;
	width:160px;
}
#group p.list_ph{
	float:right;
	width:100px;
}
p.box_head{
	margin-bottom:0px;
	height:9px;
}
p.box_head img{
	vertical-align:bottom;
	height:9px;
	display:block;
}
p.box_bottom{
	margin-bottom:5px;
	height:9px;
}
p.box_bottom img{
	vertical-align:top;
	height:9px;
	display:block;
}
p.list_bottom{
	margin-bottom:0px;
	height:22px;
}
p.list_bottom img{
	vertical-align:top;
	height:22px;
	display:block;
}
