@charset "utf-8";

html {
	scrollbar-3dlight-color: #f4f9fe;
	scrollbar-highlight-color: #449ef4;
	scrollbar-face-color: #81adda;
	scrollbar-arrow-color: #ffffff;
	scrollbar-shadow-color: #449ef4;
	scrollbar-darkshadow-color: #f4f9fe;
	scrollbar-track-color: #f4f9fe;
}
body {
	font-family: "ＭＳ Ｐゴシック", "メイリオ", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	line-height: 2;
	color: #666666;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #a1cef9 url(./images/bg.gif) repeat-x top;
}
h1,h2,h3,p {
	margin: 0px;
	padding: 0px;
}
ul,li {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #FA4E12;
}


/*ヘッダー（写真とサイトロゴが入っているところ）
------------------------------------------------------------------*/
#header {
	width: 1024px;
	margin: 10px auto 0 auto;
	background: #f4f9fe;
}


/*ロゴ
------------------------------------------------------------------*/
#logo {
	font-size: 0;
}


/*ヘッダーナビメニュー
------------------------------------------------------------------*/
#topmenu {
	height: 75px;
	background: url(./images/menu_bg.gif) repeat-x;
	width: 1024px;
	margin: 0 auto;
	overflow: hidden;
}
#topmenu > ul {
	width: 200%;
}
#topmenu > ul > li {
	float: left;
	margin-left: 0px;
	list-style: none;
}
#topmenu img {
	vertical-align: bottom;
	list-style: none;
}


/* search 
-----------------------------------*/
#search {
	width: 250px;
	height: 20px;
	margin: 0px 10px 10px 0px;
	float: right;
}
#search_title {
	font-size: 10px;
	color: #444444;
	vertical-align: top;
}
#search input {
	float: right;
}
.inputbox {
	height: 14px;
	width: 135px;
	border: 1;
}
#inputbtn {
	height: 20px;
}


/*コンテナー
------------------------------------------------------------------*/
#container {
	text-align: left;
	overflow:hidden;
	width: 1024px;
	margin: 0px auto 0 auto;
	background: #cccccc url(./images/r_bg.gif) repeat-x left top;
}
#wrapper1 {
	clear:left;
	float:left;
	width: 794px;
	left: 0px;
	background: #ffffff;
}
#wrapper2 {
	float:left;
	width: 230px;
	left: 0px;
	background: #cccccc url(./images/r_bg.gif) repeat-x left top;
}

#left p,#right p {
	padding: 0.5em 5px 0.5em;
	line-height: 1.5;
	font-size: 90%;
}
#pagination {
/*	padding: 0px 0px 0px 200px;*/
	text-align: center;

}
#pagination span.current, span.pacurrent {
	padding: 2px 2px 2px 2px;
	border: 1px solid #449EF4;
	font-weight: bold;
	background-color: #449EF4;
	color: #FFF;
}
#pagination a {
	padding-left: 0.18em;
	padding-right: 0.18em;
}
#pagination span.pacurrent {
	padding-left: 0.6em;
	padding-right: 0.6em;
}

.look {
	color: #FA4E12;
}
.midashi1 {
	background: url(./images/midashi3.gif);
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
}
.arrow1 a {
	background: url(./images/arrow2.gif) no-repeat 10px center;
	display: block;
	padding-left: 25px;
	border-bottom: 1px dotted #449EF4;
	padding-right: 10px;
}
.arrow1 a:hover {
	background: #dcedfd url(./images/arrow1.gif) no-repeat 11px center;
}
.arrowcurrent {
	background: #dcedfd url(./images/arrow1.gif) no-repeat 11px center;
	display: block;
	padding-left: 25px;
	border-bottom: 1px dotted #449EF4;
	padding-right: 10px;
}
.arrowcurrent a:hover {
	background: #dcedfd url(./images/arrow1.gif) no-repeat 11px center;
}
.whatsnew {
	background: url(./images/midashi2.gif);
	color: #FFff00;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
}
.whatsnew a {
	color: #FFff00;
}
.whatsnew a:hover {
	color: #f00;
}
.new {
	background: #005faf;
	margin-left: 10px;
	color: #97e3ff;
}
.new > p {
	border-top: 1px solid #00bfbf;
}
.new a {
	color: #97e3ff;
	text-decoration: none;
}
.new a:hover {
	color: #97e3ff;
	text-decoration: underline;
}
.bnr1 a {
	display: block;
	border-bottom: 1px dotted #449EF4;
	padding: 10px 0;
	width: 100%;
	text-align: center;
}
.bnr1 a:hover {
	background: #dcedfd;
}


/*左側コンテンツ
------------------------------------------------------------------*/
#left {
	width: 230px;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 20px;
	float: left;
	overflow:hidden;
	margin-left:-794px;
	position: relative;
	z-index: 3;
}


/*右側コンテンツ
------------------------------------------------------------------*/
#right {
	width: 230px;
	vertical-align: top;
	padding-top: 10px;
	float: left;
	overflow:hidden;
	margin-left: -794px;
	margin-right: -794px;
	padding-left: 794px;
	position: relative;
	z-index: 1;
}


/*中央コンテンツ
------------------------------------------------------------------*/
#center {
	width: 544px;
	vertical-align: top;
	padding: 10px;
	line-height: 130%;
	float: left;
	overflow:hidden;
	margin-left: 230px;
	position: relative;
	z-index: 2;
}
#center p {
	padding: 10px 0px 0px 10px;
}
#center .topimg {
	padding-left: 0px;
}
#center h1 {
	width: 520px;
	font-size: 100%;
	border: 3px double #449EF4;
	letter-spacing: 0.2em;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	line-height: 24px;
	background: #FFFFFF url(./images/h1_bg.gif) repeat-x bottom;
}
#center h2 {
	height: 20px;
	width:95%;
	font-size: 95%;
	color: #ffffff;
	letter-spacing: 0.2em;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	margin-left: 10px;
	line-height: 24px;
	background: #FFFFFF url(./images/h2_bg.gif) repeat-x bottom;
}

.link {
	text-align: right;
	margin-right: 30px;
}
ul.list {
	list-style-type: disk;
	margin-left: 30px;
	margin-top: 3px;
}
ul.list2 {
	list-style-type: disk;
	padding-left: 30px;
	margin-top: 3px;
}
ul.list3 {
	list-style-type: disk;
	padding-left: 50px;
	margin-top: 15px;
	width: 460px;
}
ul.list3 li {
	margin-bottom: 10px;
	vertical-align: top;
	width: 460px;
}
ol.plink li {
	font-weight: bold;
	color: #449EF4;
	list-style-type: disk;
	margin-left: 20px;
}
.plink a {
	color: #449EF4;
}
.plink a:hover {
	color: #ce4636;
}
.bnr_img {
	text-align: center;
}
.description {
	color: #616161;
	text-align: left;
/*	width: 510px; */
	line-height: 150%;
	margin-left: 18px;
	margin-top: 2px;
}
.description2 {
	color: #616161;
	text-align: left;
/*	width: 280px; */
	line-height: 150%;
	margin-left: 18px;
	margin-top: 2px;
}
.description3 {
	color: #616161;
	text-align: left;
/*	width: 520px; */
	line-height: 180%;
	margin-left: 18px;
	margin-top: 2px;
}
.description4 {
	font-weight: bold;
	color: #616161;
	text-align: right;
/*	width: 520px; */
	line-height: 18px;
	margin-right: 20px;
	margin-top: 2px;
}
.description5 {
	color: #616161;
	text-align: left;
/*	width: 520px; */
	line-height: 18px;
	margin-left: 12px;
	margin-top: 2px;
}
.description6 {
	color: #616161;
	text-align: left;
/*	width: 460px; */
	line-height: 18px;
	margin-left: 32px;
	margin-top: 2px;
}
.description7 {
	color: #616161;
	text-align: left;
/*	width: 460px; */
	line-height: 15px;
	margin-left: 32px;
	margin-top: 2px;
}
.description8 {
	font-weight: bold;
	color: #005faf;
	text-align: left;
/*	width: 520px; */
	line-height: 18px;
	margin-top: 2px;
	margin-left: 0;
}
.description9 {
	color: #616161;
	text-align: left;
/*	width: 460px; */
	line-height: 15px;
	margin-left: 12px;
	margin-top: 2px;
}
.title1 {
	font-weight: bold;
	font-size: 10pt;
	color: #616161;
}
.title2 {
	font-size: 10pt;
	font-weight: bold;
	color: #535353;
	margin-top: 10px;
	margin-left: 12px;
}
.title3 {
	font-weight: normal;
	font-size: 10pt;
	color: #616161;
	margin-left: 16px;
}
.img {
	margin-top: 20px;
	margin-left: 20px;
}
.img2 {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 50px;
}
.pagetop {
	margin-top: 10px;
}

/* GoogleMaps */
#gmapAccess {
	width: 480px;
	height: 140px;
	margin-left: 30px;
}

/* ブログ用 */
#blog .blogtitle {
	width: 100%;
	margin: 0px auto 5px auto;
	text-align: center;
	padding: 0;
	line-height:110%;
	background: none !important;
	border: none !important;
}

#blog .posttime {
	padding-top: 5px;
	padding-right: 10px;
	text-align: right;
	color:#d8a568;
	font-weight:bold;
/*	font-family:'ＭＳ Ｐゴシック',sans-serif; */
}
#blog .blogbody {
	margin: 10px;
}
#blog h2 {
	width: 100%;
	margin: 0px 10px 5px 10px;
	padding: 0;
	background: none !important;
	font-size: 100% !important;
}

/* 線 */
.line{
	background:url("./images/back_cloud_border.gif") no-repeat 10px 0;
	height:10px;
}

/* コメント */
#blog form.comment {
	margin:10px; padding: 0 5px;
	border: 1px solid #b7cfff; 
	background-color: #eefcff; 
}
#blog form.comment label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
#blog form.comment textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
#blog form.comment input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #88ac0b;
}
#blog form.comment .hide{
	display:none;
}
/*フッター
------------------------------------------------------------------*/
#footer {
	clear: both;
}

#copyright {
	text-align: center;
	color: #ffffff;
	width: 1024px;
	height: 30px;
	background: url(./images/f_bg.gif) repeat-x bottom;
	margin-right: auto;
	margin-left: auto;
}
#inquiry_form > img {
	margin: 10px 10px 0 10px;
}
#inquiry_form > table {
	margin: 10px;
	width: 95%;
}
#inquiry_form th {
	font-size: 8pt;
	font-weight: normal;
	color: #616161;
	text-align: left;
	line-height: 16px;
	margin-left: 0px;
	margin-top: 2px;
	margin-bottom: 50px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #eee;
	font-weight: normal;
	white-space: nowrap;
	width: 120px;
}
#inquiry_form th.indispensable {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background: #ddd;
	font-weight: bold;
}
#inquiry_form td {
	font-size: 8pt;
	font-weight: normal;
	color: #616161;
	text-align: left;
	line-height: 16px;
	margin-left: 0px;
	margin-top: 2px;border-bottom: 1px solid #ccc;
	margin-bottom: 50px;
	border-right: 1px solid #ccc;
}

.ime_ja {
	ime-mode: active;
}
.ime_en {
	ime-mode: inactive;
}
.ex {
	margin: 0;
	padding: 0 0 5px 0px;
	color: #999;
}
.red {
	color: red;
	font-weight: normal;
	font-size: 80%;
}


