@import url("reset.css");

body {
	background-color: #F2F2F2;
	margin: 0;
	text-align:center;
	font-size:0.8em;
	line-height:1.5;
	color:#5D5D5D;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

td,th {
	font-size:1.0em;
}

.clearfix{
	zoom:100%;
}

.clearfix:after{
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

.all-clear{
	clear:both;
}

/*-------------------------
	header
-------------------------*/
#header{
	width:100%;
	/*border-top:10px solid #60A0BF;*/
	background-image:url(../img/header-line.gif);
	background-position:center top;
	background-repeat:repeat-x;
	background-color:#F0F0F0;
}

#header .inner{
	width:762px;
	height:60px;
	position:relative;
	margin:0 auto;
	background-color:#FFFFFF;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #0A98ED;
}

#logo{
	position:absolute;
	height:39px;
	width:257px;
	top:50%;
	margin-top:-19px;
	left:5px;
	text-align:left;
}

#tel{
	height:35px;
	width:219px;
	position:absolute;
	top:50%;
	margin-top:-17px;
	right:5px;
	text-align:right;
}

/*-------------------------
	menu
-------------------------*/

#menu{
	background-image:url(../img/menu-back.gif);
	background-repeat:repeat-x;
	width:100%;
	height:31px;
}

#menu .inner{
	width:762px;
	background-image:url(../img/menu-inner-back2.gif);
	background-repeat:repeat-x;
	height:31px;
	border-left:1px solid #C8C8C8;
	border-right:1px solid #C8C8C8;
	margin:0 auto;
}

#menu li{
	width:126px;
	border-left:1px solid #C8C8C8;
	float:left;
	text-align:center;
	height:31px;
}

#menu li img{
	margin-top:7px;
}

#menu a{
	width:126px;
	height:31px;
	display:block;
}

#menu a:hover,
#menu .now{
	background-image:url(../img/menu-inner-back.gif);
	background-repeat:repeat-x;
	display:block;
}

#menu .now{
width:126px;
	height:31px;
}


/*-------------------------
	title
-------------------------*/

#title{
	width:100%;
	background-color:#CEDEEA;
	/*border-bottom:1px solid #ABB6BA;*/
	background-image:url(../img/title-back.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	margin:0 auto;
}

#title .inner img{
	width:762px;
	border-left:1px solid #F6F6F6;
	border-right:1px solid #F1F2F3;
	margin:0 auto;
}

/*-------------------------
	パンくず
-------------------------*/
#pan{
	text-align:right;
	font-size:8pt;
	font-weight:bold;
	margin-right:3px;
	margin-top:3px;
	color:#FFFFFF;
}

#pan a{
	color:#FFFFFF;
	text-decoration:none;
}

#pan a:hover{
	text-decoration: underline;	
}

/*-------------------------
	メイン
-------------------------*/
#main{
	width:100%;
	background-image:url(../img/main-back.gif);
	background-position:top;
	background-repeat:repeat-x;
}

#main-inner{
	width:762px;
	/*background-color:#F4F5F7;*/
	background-color:#F4F5F7;
	background-image:url(../img/main-inner-back2.gif);
	background-repeat:repeat-x;
	margin:0 auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #EBECED;
	border-left-color: #60A0BF;
}

#content #main-inner{
	background-image:url(../img/title-inner-back.gif);
}

#content #main-naiyou{
	padding: 20px;
}

#top-back{
	margin-top:15px;
	font-size:9pt;
	text-align:right
}

#top-back a{
	color:#295367;
	font-weight:bold;
	text-decoration: none;	
}

#top-back a:hover{
	color: #142832;
}

/*-------------------------
	fooder
-------------------------*/
#fooder{
	width:100%;
	background-color:#B4D1E0;
	text-align:center;
}

#fooder .inner{
	background-color:#6FAFD2;
	width:762px;
	margin:0 auto;
	padding:10px 0 3px 0;
	border-right: 1px solid #96B4CB;
	border-left: 1px solid #64869D;
}

#fooder .menu{
	text-align:center;
	color:#FFFFFF;
	font-size:8pt;
	margin-bottom:5px;
}

#fooder .menu a{
	color:#FFFFFF;
	margin:0 5px;
	text-decoration: none;
}

#fooder .menu a:hover{
	color:#1D3A49;
}

#fooder .menu p{
	margin-top:3px;
}

/*------------------------

	ルビ
	
--------------------------*/

ruby {
  display:inline-table !important;
  text-align:center !important;
  white-space:nowrap !important;
  text-indent:0 !important;
  margin:0 !important;
  vertical-align:100% !important;
  line-height:1 !important;
}

ruby>rb,ruby>rbc {
  display:table-row-group !important;
  line-height:1.2 !important;
}

ruby>rt,ruby>rbc+rtc {
  display:table-header-group !important;
  font-size:60% !important;
  line-height:1.2 !important;
  letter-spacing:0 !important;
}

ruby>rbc+rtc+rtc {
  display:table-footer-group !important;
  font-size:60% !important;
  line-height:1 !important;
  letter-spacing:0 !important;
}

rbc>rb,rtc>rt {
  display:table-cell !important;
  letter-spacing:0 !important;
}

rp {
  display:none !important;
}

/*------------------------

	フォント
	
--------------------------*/

a:link {
	color: #0A74B4;
}
a:visited {
	color: #0D9CF2;
}
a:hover {
	color: #00458A;
}

/*---------------------------------

	事務所からのお願い

---------------------------------*/

#asking{
	width:722px;
	margin:0 auto;
	margin-bottom:20px;
	background-color: #E3F4FD;
	border:2px solid #DDE7EC;
	padding:0 0 10px 0;
}

#asking .inner{
	width:702px;
	margin:0 auto;
	pading:20px 0 10px 0;
	text-align:left;
}

#asking .item-title{
	border-bottom:none;
	background-color:#83CEF9;
	padding:5px 0;
	margin-bottom:20px;
	text-align:left;

}

#asking ul{
	margin-left:24px;
	padding-left:18px;
	list-style-position: outside;
	list-style-type: square;	
}

#asking li{
	margin-bottom:8px;
	color:#353535;
	font-weight: bold;
}

#asking .soudan{
	width:702px;
	margin:20px auto 0 auto;
	text-align:right;
}

#asking .soudan img{
	margin-left:5px;
}
