@charset "UTF-8";
/* CSS Document */

/*
########################################################
	Common
########################################################
*/

#container {
	width: 100%;
}

/*
########################################################
	Header
########################################################
*/

#header {
	width: 100%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #284F7A;
	padding-top: 25px;
}

#header_inner h1 {
	width: 550px;
	float: right;
	text-align: right;
	font-size: 80%;
	line-height: 150%;
	font-weight: normal;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h1 .tel {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	font-size: 160%;
	letter-spacing: 0.1em;
	color: #34649B;
	line-height: 120%;
}

#header_inner {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.header_logo {
	float: left;
	padding-bottom: 20px;
}


/*
########################################################
	Gloval Navi
########################################################
*/

#global_navi {
	float: left;
}

.global_navi_button {
	width: 1020px;
	overflow: hidden;
	_zoom: 1;
	margin-top: 0;
	margin-right: -10px;
	margin-bottom: 0;
	margin-left: 0;
}

.global_navi_button li {
	float: left;
	height: 60px;
	width: 170px;
}

/*
########################################################
	Layout
########################################################
*/

#contents_index {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}


#contents {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

#main_pages {
	float: left;
	width: 670px;
	background-color: #FFF;
	border-radius: 5px;
	line-height: 180%;
	padding: 30px;
	box-shadow: 0px 0px 3px 3px #E5E5E5;
}

#main_pages_title {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

#main_pages h3 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 120%;
	
	background: rgb(242,245,246); /* Old browsers */

background: -moz-linear-gradient(top,  rgba(242,245,246,1) 0%, rgba(227,234,237,1) 37%, rgba(200,215,220,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,245,246,1)), color-stop(37%,rgba(227,234,237,1)), color-stop(100%,rgba(200,215,220,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=0 ); /* IE6-9 */


	
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: normal;
	color: #00273A;
	line-height: 120%;
	padding: 8px;
	border-radius: 5px;
	border: 1px solid #CDD8DA;
}

#main_pages .sub {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 113%;
	margin-top: 20px;
	color: #EDF7FF;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 20px;
	border-top-right-radius: 120px 120px;
	border-left-color: #CDD8DA;
	border-right-color: #CDD8DA;
	border-top-color: #CDD8DA;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	width: 40%;
	background-image: url(../images/sankaku.png), -webkit-linear-gradient(270deg,rgba(52,112,156,1.00) 0%,rgba(48,92,121,1.00) 68.23%,rgba(255,255,255,1.00) 100%);
	background-image: url(../images/sankaku.png), -moz-linear-gradient(270deg,rgba(52,112,156,1.00) 0%,rgba(48,92,121,1.00) 68.23%,rgba(255,255,255,1.00) 100%);
	background-image: url(../images/sankaku.png), -o-linear-gradient(270deg,rgba(52,112,156,1.00) 0%,rgba(48,92,121,1.00) 68.23%,rgba(255,255,255,1.00) 100%);
	background-image: url(../images/sankaku.png), linear-gradient(180deg,rgba(52,112,156,1.00) 0%,rgba(48,92,121,1.00) 68.23%,rgba(255,255,255,1.00) 100%);
	text-shadow: 0px 0px 1.5px #2C2C2C;
	text-align: left;
	margin-bottom: 20px;
	border-top-left-radius: 10px 10px;
	letter-spacing: 0.2em;
	background-repeat: no-repeat;
	background-position: left top;
}

#main_pages h4 {
	font-size: 100%;
	padding-top: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	color: #333;
}

#main_pages h5 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 90%;
	background: rgb(242,245,246); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(242,245,246,1) 0%, rgba(227,234,237,1) 37%, rgba(200,215,220,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,245,246,1)), color-stop(37%,rgba(227,234,237,1)), color-stop(100%,rgba(200,215,220,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=0 ); /* IE6-9 */
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: normal;
	color: #00273A;
	line-height: 120%;
	padding-top: 4px;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	border-radius: 5px;
	border: 1px solid #CDD8DA;
}

#main_pages p {
	font-size: 90%;
	line-height: 180%;
	padding-bottom: 5px;
	margin: 10px;
}
#main_table {
	width: 670px;
	border: 1px solid #CCC;
	border-collapse: collapse;
	float: left;
}
#main_table tr th {
	color: #333;
	font-size: 90%;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #CCC;
}
#main_table tr td {
	font-size: 90%;
	line-height: 150%;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border: 1px solid #CCC;
}


#right_contents {
	float: right;
	width: 270px;
}

.right_bnr {
	margin-bottom: 10px;
}


/*
########################################################
	Footer
########################################################
*/

#footer {
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #284F7A;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 110%;
} 

#footer_inner {
	margin-right: auto;
	margin-left: auto;
	width: 1020px;
	background-image: url(../images/foter_logo.png);
	background-repeat: no-repeat;
	background-position: right 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#footer_inner h2 {
	font-size: 80%;
	font-weight: normal;
}
#footer_inner h2 strong {
	font-size: 130%;
	font-weight: bold;
	padding-right: 0.5em;
}

#footer_inner address {
	font-size: 70%;
	text-transform: none;
	color: #000;
	margin-top: 0.5em;
}
#footer_inner .footer_nav {
	font-size: 80%;
	display: block;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#footer_inner .footer_nav a {
	color: #333;
	background-image: url(../images/footer_nav.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	padding-right: 10px;
}

.copyright {
	color: #666;
	font-size: 60%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	width: 100%;
}


/*
########################################################
	Other
########################################################
*/
.sitemap li {
	background-image: url(../images/footer_nav.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.sitemap li a {
	color: #333;
	text-decoration: underline;
}


#news {
	float: left;
	width: 670px;
	background-color: #FFF;
	border-radius: 5px;
	line-height: 180%;
	padding: 30px;
	box-shadow: 0px 0px 3px 3px #E5E5E5;
}


#news h3 {
	margin-bottom: 20px;
}
#news dl dt {
	float: left;
	padding-right: 15px;
	font-size: 70%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 110px;
	color: #999;
}
#news dl dd {
	float: left;
	width: 540px;
	font-size: 80%;
}
#news dl {
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.fade_img {
	margin-bottom: 20px;
}
.form {
	width: 650px;
	height: 700px;
    overflow-x: hidden; 
}
.pic {
	float: left;
	width: 300px;
	font-size: 70%;
	padding: 5px;
	margin: 5px;
}
.achi_unit {
	width: 200px;
	float: left;
	padding: 10px;
	font-size: 80%;
	line-height: 130%;
	height: 240px;
	overflow: hidden;
	margin: 1px;
}
.achi_unit img {
	border: 1px solid #CCC;
	margin-bottom: 5px;
}
.info  {
	margin-bottom: 20px;
	padding-bottom: 20px;
	margin-top: 10px;
	padding-top: 10px;
	border-bottom: thin dotted #CCCCCC;
}
.info dt {
	color: #999999;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: small;
}
.ach_thumb {
	width: 100%;
}
.ach_thumb img {
	width: 320px;
	float: left;
	border: thin solid #D5D5D5;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
