@charset "utf-8";

/*******************************************************************************
[1] 共通設定
********************************************************************************/
*{ margin: 0px; padding: 0px; }
body{ background: #EDEBF3 url(images/bg_kage.gif) repeat-y 50%; }
img{ border: none; vertical-align: bottom; }
  
strong { font-weight: bold; }

.hide{ display: none; }
.textclear { clear: both; margin: 0; }
.clearfix:after { content: ""; display: block; clear: both; }
.clearfix { width:100%; }	/* clearfix IE 6, 7 */

.txtc { text-align: center; }
.txtr,
.justifyright { text-align: right; }

a:link    { text-decoration: underline; color: #0033CC; }
a:visited { text-decoration: underline; color: #0033CC; }
a:active  { text-decoration: underline; color: #CC0000; }
a:hover   { text-decoration: underline; color: #CC0000; }

/*******************************************************************************
[2] レイアウト
********************************************************************************/
/*===============================================
 配置
=================================================*/
/* 全体包括用ボックス ---------------------------*/
#wrap {
	margin-right: auto;
	margin-left: auto;
	width: 950px;
}

/*===============================================
 ヘッダー
=================================================*/
#header {
	font-size:13px;
}

#header div#bk_etc {
	height: 130px;
	margin-bottom: 10px;
	padding: 10px;
	background: url(images/_template_header/page_header_spring.gif) no-repeat left top;
	font-size:13px;
}

/*----- 左 -------*/
/*<画像リンク>*/
div#top p {
	margin-bottom: 20px;
	margin-left: 10px;
}

/*<検索ボックス>*/
div#search_keyword_etc {
	margin-left: 10px;
}

div#search_keyword_etc input[type="text"],
div#search_keyword_etc input[type="submit"] {
	padding: 2px 5px;
	font-size: 12px;
}

div#search_keyword_etc input[type="text"] {
	width: 300px;
	height: 1.2em;
	color: #a1a1a1;
}

div#search_keyword_etc input[type="submit"] {
	width: 60px;
}

/*<文字リンク>*/
div#top_link {
	width: 930px;
	padding: 0 10px;
	text-align: right;
}

div#top_link h2 {
	display: inline-block;
	height: 22px;
	margin-right: 10px;
  line-height: 22px;
}

div#top_link ul {
	list-style-position: inside;
}

div#top_link ul#fontsize {
	display: inline-block;
	margin-right: 10px;
	list-style: none;
	vertical-align: middle;
}

div#top_link ul#fontsize li {
	display: inline-block;
	margin-left: 5px;
}

div#top_link ul#fontsize li:first-child { margin-left: 0; }

div#top_link ul {
	display: inline-block;
}

div#top_link ul#textlink li {
	display: inline-block;
	padding-left: 15px;
	background: url('images/header_triangle.gif') no-repeat left 50%;
}

div#google_translate_element div div {
  display: inline;
}

/*---------------グローバルナビ---------------*/
ul#gnavi {
	clear:both;
	width: 930px;
	padding: 10px;
	list-style: none;
}

ul#gnavi li {
	padding: 0;
	float: left;
	width: 178px;
	margin-left: 10px;
}

ul#gnavi li:first-child { margin-left: 0; }

/*---------------ボディ---------------*/
#lnavi{
	width: 180px;
	float: left;
}

#content{
	margin-left: 20px;
	width: 90%;
	float: left;
}

/*---------------フッター---------------*/

#footer{
	margin-top: 10px;
	clear: both;
	width: 950px;
}

/*===============================================
 書式設定・その他（上記レイアウト以外）
=================================================*/







/*---------------ボディ---------------*/
#pagebody{
	font-size: 93%;
}

#pagebody h1, #pagebody h2, #pagebody h3, #pagebody h4, #pagebody h5, #pagebody h6, #pagebody p, #pagebody span, #pagebody th, #pagebody td, 
#pagebody li, #pagebody blockquote, #pagebody q, #pagebody cite, #pagebody code, #pagebody pre, #pagebody addres { line-height: 1.4em; }

#pagebody #reference {
	width: 400px;
	float:right; 
	margin: 1em 10em 1em 1em;
	padding: 0.5em 0.5em;
	border: solid 1.5px #CCCCCC;
	background-color: #FDFEE0;
	line-height: 1.1em;
	display:inline;
}

/*---------------フッター---------------*/
div#editdate {
  clear: both;
  width: 900px;
  margin: 1em auto 0;
  font-size: 0.8em;
  text-align: right;
}

#pagetop {
	font-size: 0.8em;
	padding-top: 2em;
	padding-right: 1em;
	padding-bottom: 1em;
	font-style: normal;
	text-align: right;
}

#footer_reference {
	font-size: 0.8em;
	padding-top: 2em;
	padding-right: 1em;
	padding-bottom: 1em;
	font-style: normal;
	background-color: #FFFFFF;
	text-align: right;
}
div#footer_reference ul li { display: inline-block; list-style: none; }
div#footer_reference ul li:first-child:before,
div#footer_reference ul li:after { content: '｜'; }

#address{
	font-size: 0.8em;
	padding-top: 1em;
	font-style: normal;
	background: url(images/bar.gif) repeat-x;
	text-align: center;
}
#copyright{
	font-size: 0.8em;
	padding-top: 1em;
	background:#75CF27 url(images/bar.gif) repeat-x;
	text-align: center;
}

/*******************************************************************************
[3] 詳細デザイン
********************************************************************************/


/*---------------パンくずナビ---------------*/
.pankuzu {
	clear: both;
	width: 930px;
	margin: 0 10px 10px 10px;
}

/*---------------問い合わせ先---------------*/
#pagebody #reference h3{
	font-size:1.2em;
	padding-top:5px;
	color: #006600;
}

#pagebody #reference p{
	padding:5px;
}

#pagebody #reference li{
	padding-left:1em;
	padding-bottom:0.4em;
	font-size:0.9em;
	list-style:none;
}

/*---------------問い合わせ先ここまで---------------*/


