﻿@charset "utf-8";
/* CSS Document */

body{
	margin:0px auto;
	font-family:"Hiragino Kaku Gothic Pro", "メイリオ", "MS PGothic", sans-serif;
	color:#535353;
}

a:hover{
	color:#FD0206;
}


#header{
	margin-top: 0;
	margin-right:auto;
	margin-left: auto;
	margin-bottom: 5px;
	width:960px;
}

h1{
	margin:0px;
	padding:0px;
	text-indent:-9999px;
	/* background-image:url(../img/logo.gif); */
	background-image:url(../img/namelogo.gif);
	background-repeat:no-repeat;
	/*
	width:460px;
	height:80px;
	*/
	width:367px;
	height:80px;
	float:left;
}

#home_access_question_toiawase{
	float:right;
}

#home_access_question_toiawase ul{
	margin:0 auto;
	padding:0;
	width:330px;
	font-size:.8em;
}

#home_access_question_toiawase li{
	list-style-type:none;
	float:left;
	width:33%;
}
/*「よくある質問」が復活した時につかう
#home_access_question_toiawase ul{
	margin:0 auto;
	padding:0;
	width:450px;
	font-size:.8em;
}

#home_access_question_toiawase li{
	list-style-type:none;
	float:left;
	width:25%;
}
*/
#home_access_question_toiawase li a{
	display:block;
	padding:5px 0;
	text-align:left;
	text-decoration:none;
}

#home_access_question_toiawase li a:hover{
	color:#FD0206;
}

#home_access_question_toiawase i{
	font-size:1em;
	margin-right:10px;
	color:#000000;	
}

.tel{
	font-family:"Hiragino Kaku Gothic Pro", "メイリオ", "MS PGothic", sans-serif;
	font-size:1.5em;
	text-align:right;
	padding-right:10px;
	width:auto;
	clear:both;
}

.tel a{
	text-decoration:none;
	color:#535353;
}

#topimage{
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 960px;
	height: 250px;
	background-image: url(../img/topimage.jpg);
	background-position: left bottom;
	clear:both;
}

/*#topimage{
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	width: 1024px;
	height: 250px;
	background-image: url(../img/topimage.jpg);
	background-position: left bottom;
	clear:both;
}*/


/*ナビゲーション*/
#nav_header{
	font-size: 14px;
	font-family: "Hiragino Kaku Gothic Pro", "メイリオ", "MS PGothic", sans-serif;
	overflow: hidden;
	background-color: #1B4391;
	clear:both;
}

#nav{
	font-size: 14px;
	font-family: "Hiragino Kaku Gothic Pro", "メイリオ", "MS PGothic", sans-serif;
	margin:0 auto;
	padding:0;
	clear:both;
	width:960px;
}

#nav li{
	list-style-type:none;
}
	

#nav > li{
	background-color:#1B4391;
	position:relative;
	float:left;
	width:20%;
}

#nav > li > a {
	display:block;
	padding:5px 0;
	border-right:solid 1px #ffffff;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
}

#nav > li:first-child > a {
	border-left:solid 1px #ffffff;
}

#nav > li:hover > a {
	background-color:#63a2c6;
}

#container{
	width: 960px;
	margin:auto;
}



#content-inner img.nurse{
	margin:0px 65px;
}

#content{
	width:630px;
	float:left;
}

h2.news{
	width:auto;
	/* border-bottom:solid 3px #028B0E; */
	border-bottom:solid 6px #99cc33;
	font-size:1em;
}

#news_list li{
	list-style-type:none;
	margin-left:0;
	font-size:.8em;
	list-style-image:url(../images/news_arrow_right.gif);
	
	}

#news_list li a{
	list-style-type:none;
	
}

#news_list li a:hover{
	list-style-type:none;
	color:#FD0206;
	
}

#news_list li img{
	margin-left:10px;
	margin-right:10px;
	padding:0px;
	vertical-align:middle;
}



/*フッターナビゲーション*/
#nav_footer{
	font-size: 14px;
	font-family: "Hiragino Kaku Gothic Pro", "メイリオ", "MS PGothic", sans-serif;
	overflow: hidden;
	background-color: #1B4391;
	clear:both;
}

#nav_footer ul{
	margin:0 auto;
	padding:0;
	width:960px;
}

#nav_footer li{
	list-style-type:none;
	float:left;
	width:15%;
	}

#nav_footer li a{
	display:block;
	padding:5px 0;
	border-right:solid 1px #ffffff;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
}

#nav_footer li a:hover{
	background-color:#63a2c6;
}

#nav_footer ul li:first-child a{
	border-left:solid 1px #ffffff;
}

#footer_back{
	background-image:url(../img/footer_back.gif);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	width:auto;
}

#footer{
	overflow: hidden;
	background-image:url(../img/logo_footer.gif);
	background-repeat:no-repeat;
	margin:0px auto;
	padding:0px;
	width:960px;
}

p.footer{
	padding:0px;
	text-indent:-9999px;
	margin:0px;
	width:460px;
	height:80px;
	float:left;
}

p.footer_address{
	padding:0px;
	margin-top:20px;
	height:auto;
	float:right;
	text-align:right;	
}

p.footer_address a{
	text-decoration:none;
	color:#535353;
}

/*==========================================
 ページトップへボタンのスタイル
===========================================*/
a#pagetopBtn img{
	position:fixed;
	bottom:10px;
	right:1px;
}
