@charset "shift_jis";

/*---------- 全ての要素 ----------*/
* {
  padding: 0;
  margin: 0;
}

img {
	border: none;
}

/*---------- 初期設定 ----------*/
body {
	font-family: "ＭＳ Ｐゴシック",serif,"ＭＳ Ｐ明朝",HG丸ｺﾞｼｯｸM-PRO,キャパニトＭ-教漢,ARゴシック体M;
	color: #333;
	text-align: center;
	font-size: 0.8em;
}

/*---------- 見出し・段落 ----------*/
h1 {
	color: #ffffff;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	padding: 2px 0 2px 10px;
	background-color: #047AFF;
}

h2 {
	width:570px;
	font-size: 13px;
	color: #333333;
	padding: 5px 0 5px 15px;
	background : url(image/ttl_bg.gif) no-repeat;
	margin-top: 10px;
	margin-bottom: 5px;
}

p {
	line-height: 1.5em;
	padding: 0 5px 0 5px;
}

/*---------- ページ全体の指定 ----------*/
#group {
	width: 788px;
	text-align: center;
	background-image : url(bg1.gif);
	padding-left: 6px;
	padding-right: 6px;
	margin: auto;
}

/*---------- ヘッダー ----------*/
#header {
	text-align: left;
	margin-bottom: 10px;
}


#header #logo {
	padding-top: 15px;
	padding-left: 15px;
}

#header_text {
	text-align: right;
	padding-right: 10px;
	padding-bottom: 3px;
	border-bottom: 10px solid #047AFF;
}

/*---------- コンテンツ ----------*/
#contents {
	text-align: left;
}

#contents #left {
	float: left;
	width: 180px;
	padding-bottom: 10px;
}

#contents #right {
	margin: 0 0 0 193px;
	vertical-align: top;
	padding-bottom: 10px;
}

#contents .floatClear {
	clear: left;
	display: block;
}

/*---------- コンテンツ左詳細 ----------*/
#menu {
	width: 180px;
	text-align: left;
	padding-bottom: 10px;
}

#menu ul {
	list-style: none;
}

#menu ul li a {
	display: block;
	text-decoration: none;
	width: 160px;
	height: 31px;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	background : url(image/menu_bg1.gif);
	padding-top: 15px;
	padding-left: 20px;
}

#menu li a:hover{width: 160px;background : url(image/menu_bg2.gif);}

#contact_box {
	width: 155px;
	height: 95px;
	background-color: #FFF;
	border: 5px solid #CCC;
	padding: 5px;
	margin-top:10px;
	margin-left: 5px;
}
	
#contact_box h3 {
	text-align: center;
	border-bottom: 1px dotted #999;
	margin-bottom: 3px;
}

/*---------- コンテンツ右詳細 ----------*/
#main_image {
	width: 485px;
	height: 100px;
	text-align: left;
	background-image : url(../ホームページ/top_image1.jpg);
	padding: 100px 50px 50px 50px;
	font-size: 1.2em;
	color: #FFF;
	font-weight: bold;
	line-height: 1.3em;
}

.infobox {
	/*縦高さ変更可*/
	height: 150px;
	overflow: auto;
	background-color:#ffffff;
	color: #333333;
	line-height: 1.5em;
	border: #cccccc 1px solid;
	padding: 5px 10px 5px 10px;
	margin-right: 10px;
	margin-bottom: 5px;
}

#frames {
	border: 1px solid #CCC;
	padding: 10px;
	margin-right: 10px;
}

#frames ul {
	list-style:none;
	margin-bottom: 15px;
}

#frames ul li {
	line-height: 1.5em
;}

/*---------- 検索ボックス ----------*/

#QSearch{
border:#A9A9A9 1px solid;
padding:5px;
font-size:14px;
background: -moz-linear-gradient(top, #eeeeee, #ffffff);
background: -webkit-gradient(linear, center top, center bottom, from(#eeeeee), to(#ffffff));
}

#QSearch_css3{
border:#A9A9A9 1px solid;
padding:8px 10px 7px 10px;
font-weight:bold;
color:#ffffff;
font-size:12px;
text-shadow:0 1px 3px #696969;
cursor:pointer;
background: -webkit-gradient(linear, left top, left bottom, from(#A9A9A9), to(#696969));
background: -moz-linear-gradient(top, #A9A9A9, #696969);
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
} 

/*---------- 検索ボタン ----------*/

#search_button{
background:url(search.gif)no-repeat;
border:0px;
width:52px;
height:24px;
color:#660000;
font-weight:bold;
text-align:center;
} 

/*---------- 下層ページ ----------*/

#base_tbl td {
	line-height:1.5em;
}

/*---------- フォント ----------*/

.text_color1 {
	color: #F66;
}

.text_color2 {
	color: #333;
}

/*---------- フッターメニュー ----------*/
#footer_menu {
	width: 788px;
	color: #333333;
	text-align: center;
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/*---------- フッター ----------*/
#footer {
	width: 788px;
	height: 32px;
	background-color: #047AFF;
	text-align: center;
	font-size: small;
	color: #FFF;
	font-weight: bold;
	padding-top: 15px;
}

/* ---------- 著作表示（削除・改変禁止）----------*/
.writing {
	font-size: 13px;
	color: #999999;
	padding-top: 25px;
	padding-bottom: 30px;
}
.writing a {color: #00F;text-decoration: none;}
.writing a:link {color: #00F;text-decoration: none;}
.writing a:hover {color: #F00;text-decoration: underline;}
