@charset "utf-8";
/*基本設定*/
* {
	padding: 0px;
	margin: 0px;
}
img {
	border: 0px;
	vertical-align: bottom;
}
body,input,textarea,select,pre {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 90%;
}
/* HTML5の新要素でブロックボックスとしてレンダリングさせる要素に「display: block」を指定する */
footer, main, header {
    display: block;
    margin: 0 auto;
}
/*imeのオンオフ*/
.cs_ime {
    ime-mode: active;
}
.cs_off {
    ime-mode:disabled
}
/*フロートのクリア*/
.cs_float_clear{
	content: "";
	display: block;
	clear: both;
}
/*リンク色指定*/
a:link{
	color: #0000ff;
}
/*リンク訪問済みの色を変えない*/
a:visited{
	color: #0000ff;
}
body {
	background-color: #ffffff;
}
address {
	font-style: normal;
}
html, body{
	height: 100%;
	width: 100%;
}
/*--------------------------------------------------------------------------------------------*/
/*ヘッダー                                                                                    */
/*--------------------------------------------------------------------------------------------*/
/*ヘッダー上部*/
#id_header1 {
	background-color: #39599b;
}
#id_header1 p{
	color: #ffffff;
	width: 960px;
	margin: 0 auto;
	font-size: small;
}
/*ヘッダー下部*/
#id_header2{
	width: 960px;
	margin: 0 auto;
	font-size: small;
	padding-top: 20px;
	padding-bottom: 20px;
}
#id_header2_title{
	float: left;
	padding-top: 20px;
}
#id_header2_title h1{
	letter-spacing: 5px;
}
#id_header2_title h1 a{
	text-decoration: none;
}
#id_header2_title h1 a:link{
	color: #000000;
}
#id_header2_title h1 a:visited{
	color: #000000;
}
#id_header2_icon{
	float: left;
	padding-top: 50px;
	padding-left: 100px;
}
#id_header2_icon div{
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}
#id_header2_address{
	float: right;
	background-color: #e1e6f0;
    border-radius: 3px;         /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px;    /* Firefox用 */
	padding: 10px;
	font-size: small;
}
#id_header2_address p, #id_header2_address address {
	padding-top: 3px;
	padding-bottom: 3px;
}
#id_header2_address_title{
	color: #ffffff;
	background-color: #39599b;
    border-radius: 3px;         /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px;    /* Firefox用 */
	font-size: large;
	padding-top: 1px;
	padding-bottom: 0;
	padding-left: 15px;
	padding-right: 15px;
}
#id_header2_address_tel{
	color: #39599b;
	font-weight: bold;
	font-size: large;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 3px;
}
#id_header2_address_content{
	text-align: right;
}
#id_header2_address_content_txt{
	padding-left: 10px;
}
#id_header3{
	width: 960px;
	margin: 0 auto;
}
#id_header3 p {
	padding-top: 20px;
	padding-bottom: 20px;
}
#id_header3 p a:link{
	color: #000000;
}
#id_header3 p a:visited{
	color: #000000;
}
/*--------------------------------------------------------------------------------------------*/
/*メイン                                                                                      */
/*--------------------------------------------------------------------------------------------*/
main a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.cs_main{
	width: 960px;
	margin: 0 auto;
}
/*--------------------------------------------------------------------------------------------*/
/*フッター                                                                                    */
/*--------------------------------------------------------------------------------------------*/
/*フッタースペース*/
.cs_space{
	padding: 10px;
}
/*ボタン*/
.cs_footer1{
	border-top: 2px solid #39599b;
	border-bottom: 2px solid #39599b;
	padding-top: 40px;
	margin-top: 200px;
	width: 960px;
	margin: 0 auto;
}
#id_button {
    margin-left: 20px;
    margin-bottom: 40px;
}
#id_button a{
	display: block;
	float: left;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
}
/*お問い合せ*/
.cs_footer2{
	width: 850px;
	margin: 0 auto;
	padding-bottom: 50px;
}
.cs_footer2 h2 {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: x-large;
}
#id_address {
	float: left;
	width: 406px;
}
#id_address h3{
	font-size: x-large;
	color: #4267b2;
	padding-bottom: 20px;
}
#id_address_tel{
	background-image: url(../images/icon_tel.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 35px;
	padding-left: 50px;
	margin-bottom: 20px;
	font-size: x-large;
	color: #4267b2;
}
#id_address_fax{
	background-image: url(../images/icon_fax.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 35px;
	padding-left: 50px;
	margin-bottom: 20px;
	font-size: x-large;
	color: #4267b2;
}
#id_address_no{
	background-image: url(../images/icon_address.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 35px;
	padding-left: 50px;
	font-size: large;
}
#id_address address{
	padding-right: 80px;
	font-size: large;
	text-align: right;
}
#id_address div{
	margin-top: 40px;
	padding-left: 20px;
}
.cs_footer2 table{
	float: left;
	width: 440px;
}
.cs_footer2 table td{
	text-align: right;
}
#map_canvas{
	width: 440px;
	height: 300px;
}
.cs_footer2 a:link{
	color: #000000;
}
.cs_footer2 a:visited{
	color: #000000;
}
/*ページトップへもどる*/
#id_page_top{
    position: fixed;
    bottom: 160px;
    right: 50px;
}
footer {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 50px;
	background-color: #39599b;
	color: #ffffff;
}
#id_footer_name{
	font-size: x-large;
	font-weight: bold;
	letter-spacing: 5px;
}
