@charset "utf-8";


body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 0px;
	font-size: 0.85em;
	line-height: 1.8em;
	color: #333;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

p {
	padding-bottom: 10px;
}

hr {
	display: none;
}
img {
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;
}

.floatRight {
	float: right;
}
.floatleft {
	float: left;
}
.clear {
	clear: both;
	margin-bottom: 0px;
}

/*clearfix----------------------*/
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix{
	display: inline-block;
}
 
/* Hides from IE-mac ¥*/  
* html .clearfix{
	    height: 1%;
}

.clearfix { 
	display: block; 
}  



/*link style
------------------------------------*/
a img {
	border-style: none;
	transition: 0.5s;
}
a img:hover { opacity: 0.75; }

a:link {
	color: #5399A3;
	text-decoration: none;
}
a:visited {
	color: #5399A3;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: none;
}
a:focus { outline:none;}



/*ヘッダー
------------------------------------*/
header {
	padding: 0px;
	width: 1000px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
}
h1 {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 70px;
	width: 240px;
}

#head_menu {
	float: right;
	padding: 0px;
	width: 660px;
	margin: 0px;
	overflow: hidden;
}
#head_menu ul {
	margin: 0px;
	padding: 0px;
}
#head_menu ul li {
	float: left;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	vertical-align: middle;
}
#head_menu #head_tel {
	overflow: hidden;
	height: 90px;
	width: 280px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#head_menu #head_toi {
	width: 163px;
	text-align: center;
	color: #FFF;
	margin-left: 5px;
	margin-right: 5px;
	/* border-radius */
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding-top: 12px;
	height: 34px;
	background-image: url(../images/menu/shiryo_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 15px;
	padding-left: 15px;
}
#head_menu #head_yoyaku {
	width: 160px;
	text-align: center;
	color: #FFF;
	margin-right: 5px;
	margin-left: 5px;
	/* border-radius */
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	height: 34px;
	padding-top: 12px;
	background-image: url(../images/menu/taiken_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 15px;
	padding-left: 18px;
}
#head_menu a:link {
	color: #FFF;
	text-decoration: none;
}
#head_menu a:visited {
	color: #FFF;
}
#head_menu a:hover {
	color: #CCCCCC;
}



/*グローバルメニュー
------------------------------------*/
#g_menu {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	font-size: 0.85em;
	color: #333;
	padding: 0px;
	margin-bottom: 20px;
	clear: both;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	letter-spacing: 0.1em;
	height: 36px;
}
#g_menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#g_menu ul li {
	float: left;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	text-align: center;
	width: 198px;
	padding: 0px;
}
#g_menu ul li.line {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;	
}
#g_menu a:link {
	color: #666;
	text-decoration: none;
}
#g_menu a:visited {
	color: #666;
	text-decoration: none;
}
#g_menu a:hover {
	color: #CCCCCC;
}


/*フッター
------------------------------------*/
footer {
	background-color: #F5F9FF;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#bottom {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
}
#bottom #info {
	padding: 0px;
	width: 1000px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
}

#bottom #info {
	float: right;
	padding: 0px;
	width: 660px;
	margin: 0px;
	overflow: hidden;
}
#bottom #info ul {
	margin: 0px;
	padding: 0px;
}
#bottom #info ul li {
	float: left;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	vertical-align: middle;
}
#bottom #info #footer_tel {
	overflow: hidden;
	height: 90px;
	width: 280px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#bottom #info #footer_toi {
	background-color: #E98FA6;
	width: 100px;
	text-align: center;
	color: #FFF;
	margin-left: 5px;
	margin-right: 5px;
	padding-right: 40px;
	padding-left: 40px;
	/* border-radius */
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding-top: 20px;
	height: 45px;
}
#bottom #info #footer_yoyaku {
	background-color: #E98FA6;
	width: 120px;
	text-align: center;
	color: #FFF;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 30px;
	padding-left: 30px;
	/* border-radius */
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	height: 45px;
	padding-top: 20px;
}
#bottom #info a:link {
	color: #FFF;
	text-decoration: none;
}
#bottom #info a:visited {
	color: #FFF;
}
#bottom #info a:hover {
	color: #CCC;
}



#bottom #menu {
	padding: 0px;
	clear: both;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: hidden;
}
#bottom #menu a:link {
	color: #666666;
	text-decoration: none;
}
#bottom #menu a:visited {
	color: #666666;
	text-decoration: none;
}
#bottom #menu a:hover {
	color: #CCC;
	text-decoration: none;
}
#bottom #menu dl {
	float: left;
	width: 230px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#bottom #menu dl dt {
	background-color: #FFF;
	text-align: center;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	/* border-radius */
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#bottom #menu dl dd {
	font-size: 0.9em;
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}



#copy {
	background-color: #F5F9FF;
	padding-top: 50px;
	padding-bottom: 30px;
	font-size: 0.9em;
	clear: both;
	text-align: center;
}
 


/*基本共通
------------------------------------*/
.wrap {
	width: 1000px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 80px;
	margin-left: auto;
}

.txt {
	padding: 5px;
}
.color_song{
	color: #5399A3;
}
.color_song_b{
	color: #5399A3;
	font-weight: bold;
}

/*見出し
------------------------------------*/
h2 {
	font-size: 2em;
	line-height: 1.6em;
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: normal;
	letter-spacing: 0.1em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	color: #60A1AB;
}
h2.bk {
	font-size: 2em;
	line-height: 1.6em;
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: normal;
	letter-spacing: 0.1em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	color: #333;
}
h3 {
	font-size: 1.6em;
	line-height: 1.8em;
	color: #60A2AB;
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: normal;
	letter-spacing: 0.1em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
h5 {
	font-size: 1.1em;
	font-weight: bold;
}



/*基本のテーブル
------------------------------------*/
table {
	width: 100%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
	background-color: #FFF;
}
table tr td {
	padding: 15px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}
table tr td.bg_gray {
	background-color: #F7F3EE;
	width: 33%;
}
table tr td.bg_blue {
	background-color: #F9FCFF;
	width: 33%;
}
table tr td.bg_move {
	background-color: #FBFAFD;
	width: 33%;
}
table tr td.bg_pink {
	background-color: #FFF9FC;
	width: 33%;
}
.bikou {
	padding: 0px;
	font-size: 1.0em;
	line-height: 1.5em;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}
.bikou dl {
	margin: 0px;
	padding: 0px;
}
.bikou dl dt {
	margin: 0px;
	padding: 0px;
}
.bikou dl dd {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
.bikou_color {
	padding: 0px;
	font-size: 1em;
	line-height: 1.5em;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	color: #60A2AB;
}

/*各種ボタン
------------------------------------*/
.btn1 {
	background-image: url(../images/common/btn_bg1.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	height: 34px;
	width: 430px;
	padding-top: 10px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 1.3em;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.btn1 a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.btn1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.btn1 a:hover {
	color: #CCC;
	text-decoration: none;
}

.btn2 {
	background-image: url(../images/common/btn_bg2.png);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 55px;
	width: 360px;
	clear: both;
	padding-top: 25px;
	font-weight: bold;
	margin-bottom: 50px;
}
.btn2 a:link {
	color: #5399A3;
	text-decoration: none;
}
.btn2 a:visited {
	color: #5399A3;
	text-decoration: none;
}
.btn2 a:hover {
	color: #CCC;
	text-decoration: none;
}

.btn3 {
	background-image: url(../images/common/btn_bg3.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	height: 34px;
	width: 430px;
	padding-top: 10px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 1.2em;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.btn3 a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.btn3 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.btn3 a:hover {
	color: #CCC;
	text-decoration: none;
}

.btn4 {
	background-image: url(../images/common/btn_bg4.png);
	background-repeat: no-repeat;
	text-align: center;
	clear: both;
	font-size: 1.0em;
	width: 293px;
	background-position: center center;
	height: 33px;
	padding-top: 10px;
	margin-top: 10px;
}
.btn4 a:link {
	text-decoration: none;
	color: #333;
}
.btn4 a:visited {
	color: #333333;
	text-decoration: none;
}
.btn4 a:hover {
	color: #CCC;
	text-decoration: none;
}

.btn5 {
	background-image: url(../images/common/btn_bg5.png);
	background-repeat: no-repeat;
	text-align: center;
	clear: both;
	padding-top: 30px;
	height: 55px;
	width: 340px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 1.3em;
}
.btn5 a:link {
	color: #5399A3;
	text-decoration: none;
}
.btn5 a:visited {
	color: #5399A3;
	text-decoration: none;
}
.btn5 a:hover {
	color: #CCC;
	text-decoration: none;
}

.btn55 {
	background-image: url(../images/common/btn_bg5.png);
	background-repeat: no-repeat;
	text-align: center;
	clear: both;
	padding-top: 15px;
	height: 70px;
	width: 340px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 1.0em;
	letter-spacing: 0.1em;
}
.btn55 a:link {
	color: #5399A3;
	text-decoration: none;
}
.btn55 a:visited {
	color: #5399A3;
	text-decoration: none;
}
.btn55 a:hover {
	color: #CCC;
	text-decoration: none;
}


.btn6 {
	background-image: url(../top/btn_taiken_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	height: 54px;
	width: 412px;
	font-size: 1.3em;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding-top: 30px;
}
.btn6 a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.btn6 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.btn6 a:hover {
	color: #CCC;
	text-decoration: none;
}


.btn7 {
	background-image: url(../images/common/btn_bg7.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	height: 34px;
	width: 430px;
	padding-top: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.1em;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.btn7 a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.btn7 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.btn7 a:hover {
	color: #CCC;
	text-decoration: none;
}

