@charset "shift_jis";

/*

	*01 リセット
	*02 link
	*03 base
	*04 ヘッダー
	*05 ナビゲーション
	*06 レイアウト
	*07 左メニュー
	*08 Top
	*09 フッター
	*00 clearfix

*/



/*-------------------------------------------------------------------------

	　*01 リセット
	
---------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	clear:both;
}

p, hr, blockquote, address, noscript {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
	border: none;
}

ul, li , ol, dl, dt, dd , pre, table, form {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

img {
	border: none;
}

em, strong, q, dfn, code, samp, kbd, var, cite, abbr, acronym {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
}

hr {
	height: 0px;
	border: none;
	margin: 0.5em auto 0.5em auto;
	-moz-float-edge: margin-box;
	-moz-box-sizing: border-box;
	clear: both;
	display: none;
}

ul img, dl img, ol img, object, embed {
	vertical-align: bottom;
}


/*-------------------------------------------------------------------------

	*02 link
	
---------------------------------------------------------------------------*/

a:link,
a:visited {
	color: #bd0e0e;
	text-decoration: underline;
	outline:none;
}

a:hover,
a:active {
	color: #bd0e0e;
	text-decoration: none;
	outline:none;
}


/*-------------------------------------------------------------------------

	　*03 base

---------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

body {
	font-size: 12px;
	_font-size: 75%;
	line-height: 1.5em;
	color: #333333;
	font-family:'ＭＳ Ｐゴシック','MS Pゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	margin: 0px;
}

body {
	scrollbar-face-color: #cbccda;
	scrollbar-track-color: #f7f7f9;
	scrollbar-arrow-color: #3f3d3d;
	scrollbar-highlight-color: #fff8dc;
	scrollbar-shadow-color: #ffffff;
	scrollbar-3dlight-color: #9495a2;
	scrollbar-darkshadow-color: #9495a2;
}

/*--for IE6--*/
* html body { font-size:75%; }
/*--for IE7--*/
*:first-child+html body { font-size:75%; }


/*
body#Error {
	background: url(../img/common/line-top.gif) repeat-x left top;
}
*/

p { 
	margin-bottom:1em; 
}

.path { font-size:12px; padding-left:10px;}

.bb { font-weight:bold;}

.pagetop {
	text-align:right;
	clear:both;
	padding-top: 20px;
}

/*-------------------------------------------------------------------------

	　*04 ヘッダー

---------------------------------------------------------------------------*/

#header { 
	background: url(../img/header-bk.jpg) repeat-x left top;
	position:relative;
	margin:0 auto;
	text-align:center;
	height:119px;	}




/*-------------------------------------------------------------------------

	　*05 ナビゲーション

---------------------------------------------------------------------------*/
#menu-box {
	float:right;
	width: 200px;
	text-align:left;
}


#gnavi {
	margin:0 auto;
	text-align:left;
	position:relative;
}


ul#gnavi {
	width:200px;
	margin:0 auto 15px auto;
}

ul#gnavi li {
	list-style-type: none;
}

ul#gnavi li a {
	display: block;
	text-indent: -5000px;
	height: 80px;
	background-repeat: no-repeat;
	margin-bottom:10px;
}

ul#gnavi li.blog a { background: url(../img/m-blog.gif) no-repeat left top;}
ul#gnavi li.ring a { background: url(../img/m-ring.gif) no-repeat left top;}
ul#gnavi li.sche a { background: url(../img/m-sche.gif) no-repeat left top;}

ul#gnavi li.blog a:hover,ul#gnavi li.blog a.selected { background: url(../img/m-blog_on.gif) no-repeat left top;}
ul#gnavi li.ring a:hover,ul#gnavi li.ring a.selected { background: url(../img/m-ring_on.gif) no-repeat left top;}
ul#gnavi li.sche a:hover,ul#gnavi li.sche a.selected { background: url(../img/m-sche_on.gif) no-repeat left top;}




/*-------------------------------------------------------------------------

	　*06 レイアウト

---------------------------------------------------------------------------*/
#wrap { 
	width:842px;
	margin:0 auto;
	text-align:left;
	padding-top:20px;
	padding-left:0px;
	clear:both;}

#contents { 
	float:left;
	clear:left;
	text-align:left;
	width:625px;
	margin-left:0px;
	position:relative;
}


#Error #contents { 
	letter-spacing:0.06em;
	text-align:left;
	width:900px;
	margin-left:8px;
	padding-left:0;
	padding-top:0px;
	}


p.clear { clear:both;}

h2 { margin-bottom:0px; margin-top:0px; font-size:160%; line-height:180%;}
h3 { margin-bottom:12px; margin-top:20px; font-size:120%;}
h4 { margin-bottom:10px; margin-top:0px; color:#535353; font-size:100%;}
h5 { color:#535353;}


/*-------------------------------------------------------------------------

	　*08 Top

---------------------------------------------------------------------------*/

/* インフォメーション */
.box-info,.box-activity {
	border:1px solid #d8d8d8;
	border-top:none;
	width:603px; /* 625 */
	padding:10px 10px 10px 10px;
	margin:0;
	overflow:hidden;}
	

.info-p { float:left; margin-right:10px;}

.box-info dl { float:right;
	background-color:#f3f3f3;
	width:360px;
	padding:10px;
	height:230px;
	overflow:auto;}

.box-info dl dt {
	background:#f3f3f3 url(../img/icon-reds.gif) no-repeat left 3px;
	padding:0 0 3px 15px;
	text-align:left;
	font-weight:bold;
	border-bottom: 1px solid #525252;
	margin-bottom:10px;
	}

.box-info dl dt span { float:right; width:77px; font-weight:normal; margin:0 10px 0 0; padding:0; text-align:right;}

.box-info dl dd { margin-bottom:15px;}

/* .link-d { text-align:right; display:block; background: url(../img/icon-arrow.gif) no-repeat 255px 5px; margin-top:5px; padding-right:10px; padding-left:0;}
 */
.link-d {
	width:155px;
	text-align:right;
	padding:0px 0px 0px 0px;
	line-height:120%;
	vertical-align:bottom;
	background: url(../img/icon-arrow.gif) no-repeat 70px 5px;
	display:block;
	margin:5px 0 5px 185px;
	text-align:right;
	font-size:12px;
}

/* .activity-tx .link-d {
	width:200px;
	padding:0px 0px 0px 50px;
	line-height:120%;
	vertical-align:bottom;
	background: url(../img/icon-arrow.gif) no-repeat 257px 5px;
	display:block;
	margin-bottom:7px;
	text-align:right;
} */

.activity-tx { float:right; width:345px; margin-right:20px; _margin-right:10px; position:relative; bottom:20px;}

.box-activity h3 span { display:block; font-weight:normal; font-size:95%; line-height:110%;}

.box-activity h3 { border-bottom: 1px solid #525252; padding-bottom:0px; font-size:100%;}

.privacy { margin-top:30px;}

.btn-jiggy { margin-top:30px; display:block; clear:both;}

/*トップレイアウト変更に伴う追加20130819ここから*/
.main_img {
	position:relative;
	margin-bottom:20px;
}
.main_img_i {
	position:absolute;
	bottom:0;
	height:80px;
	padding:10px 0;
	width:100%;
	color:#fff;
	background:#000;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
	}
.main_img_i:hover {
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
	}
.main_img_i dl {
	height:80px;		
	overflow:auto;
}
.main_img_i dl dt {
	clear:both;
	width:80px;
	float:left;
	padding-left:20px;
}
.main_img_i dl dd {
	float:left;
	width:480px;
	padding-right:20px;
}
.main_img_i dl dd a {
	color:inherit;
}
.main_img_i dl dd a:hover {
	color:inherit;
}


#slider {
	margin:0; }
#slider ul, #slider li,
#slider2 ul, #slider2 li{
		margin:0; padding:0; list-style:none; }
#slider li, #slider2 li{
		width:625px; height:386px; overflow:hidden; }
		
		
.wheelchair_box_img {
	margin-right:10px;
}

.mb20 {
	margin-bottom:20px;
}

/*トップレイアウト変更に伴う追加20130819ここまで*/

/*-------------------------------------------------------------------------

	　*09 フッター

---------------------------------------------------------------------------*/
#footer {
	background-color: #525252;
	padding:0px 0 10px 0;
	margin:0px 0 0 0;
	clear:both;
	border-top:4px solid #e7e7e7;
}

#footer p {
	width:850px;
	text-align:right;
	margin: 0 auto;
	padding-bottom:50px;
}

/*-------------------------------------------------------------------------

	* ClearFix
	
---------------------------------------------------------------------------*/
#wrap:after,
.box-info:after,
.box-activity:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#wrap,
.box-info,
.box-activity {
  display: inline-table;
  min-height: 1%;
}

/* Hides from IE-mac \*/
* html #wrap,
.box-info,
.box-activity { height: 1%; }

#wrap,
.box-info,
.box-activity { display: block; }
/* End hide from IE-mac */
