@charset "UTF-8";
@import url(common.css);
@import url(textsettings.css);

/* float clear
------------------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/* 背景設定 */
body.top {
	background-color: #fff;
	background-image: url(../image/bg-top.png);
	background-repeat: repeat-x;
}

body {
	background-color: #fff;
	background-image: url(../image/bg.png);
	background-repeat: no-repeat;
	background-position: center 0px;
}

/* ヘッダ */
#header {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	height: 66px;
}
#header .logo { margin-top: 15px; float: left; }
#header .menu { margin-top: 24px; margin-right: -140px; float: right; }
#header .menu li { float: left; margin-right: 10px; }
#header .menu li:last-child { margin-right:0; }


/* 全体コンテナ */
#container {
	background-color: #fff;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}



/* メニュ */
.navi {
	float: left;
	width: 200px;
	position: relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-top: -1px;
}

.navi .menu li.first a {
	width: 199px;
	display: block;
	background-repeat: no-repeat;
	height: 0px;
	padding-top: 40px;
	overflow: hidden;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #CCC;
	}


/* メニュボタン */
.navi .mm01 a { background-image: url(../image/menu-bg1.png); }
.navi .mm02 a { background-image: url(../image/menu-bg2.png); }
.navi .mm03 a { background-image: url(../image/menu-bg3.png); }
.navi .mm04 a { background-image: url(../image/menu-bg4.png); }
.navi .mm05 a { background-image: url(../image/menu-bg5.png); }
.navi .mm06 a { background-image: url(../image/menu-bg6.png); }
.navi .mm07 a { background-image: url(../image/menu-bg7.png); }

/* 現在ページ */
.navi li.active a { background-position: -460px 0; }

/* ロールオーバ */
.navi li a:hover { background-position: -230px 0; }



.navi ul.second li a {
	font-size: 85%;
/*	width: 182px;*/
	display: block;
	background-image: url(../image/icon-list-blue.png);
	background-repeat: no-repeat;
	line-height: 1.5em;
	padding-left: 17px;
	padding-top: 10px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	background-position: 7px 13px;
/*	height: 20px;*/
/*	overflow: visible;*/
}
.navi ul.second li:last-child a {
	border-bottom-style: solid;
	padding-bottom: 10px;
}

.navi .tel {
	margin-bottom: 20px;
	color: #005BAC;
	line-height: 1.0;
	font-size: 1.5em;
	font-weight: 700;
}
.navi .tel span { font-size: 0.7em;}


/* コンテンツ */
#main {
	float: right;
	width: 720px;
	position: relative;
	text-align: left;
	margin-top: 40px;
}

.img-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-top: 5px;
	position: relative;
}

.img-left {
	float: left;
	margin-bottom: 10px;
	margin-right: 18px;
	margin-top: 5px;
	position: relative;
}

.top-c2-l {
	width: 600px;
	float: left;
	position: relative;
	height: 130px;
	padding-top: 60px;
}

.top-c2-r {
	width: 260px;
	float: right;
	position: relative;
}

.c2-l {
	width: 300px;
	float: left;
	position: relative;
}

.c2-r {
	width: 300px;
	float: right;
	position: relative;
}

.c3-l {
	width: 275px;
	float: left;
	margin-right: 25px;
	position: relative;
}

.c3-r {
	width: 275px;
	float: right;
	position: relative;
}

.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.underline-dot {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

#visit {
    background-color: #fff;
    border: 5px solid #cccccc;
    border-radius: 4px;
    margin: 30px 0;
    padding: 20px 30px 5px;
}
#visit p {
    margin-bottom: 1em;
}
#visit dl {
    margin-bottom: 0.5em;
}
#visit dl dt {
    margin-bottom: 0.5em;
}
#visit dl dd {
    margin-bottom: 0.5em;
}
#visit dl dd ul {
    margin-left: 1em;
}
#visit dl dd ul li {
    float: left;
    margin-right: 1em;
}

.btn a {
	padding: 0 1em;
	display: inline-block;
	line-height: 2.5em;
	color: #fff;
	background-color: #005BAC;
	font-weight: 700;
	border-radius: 5px;
}


/* ---------------------------------------------------------------- *
	フッタ
 * ---------------------------------------------------------------- */

#footer {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	font-size: 90%;
	line-height: 1.6;
	margin-top: 30px;
	padding-bottom: 10px;
}

#footer a:hover {
	color: #F60;
	text-decoration: none;
}

