@charset "utf-8";

/* YUI Reset CSS
------------------------------------- */
html {
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquout,th,td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
li {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,textarea,select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input,textarea,select {
	*font-size:100%;
}
legend {
	color:#000000;
}

address,caption,cite,code,dfn,em,strong,th,var {
    font-style: normal;
    font-weight: normal;}
ol,ul {list-style: none;}
a {cursor: pointer;}
fieldset,img {border: 0;}

/* フォントファミリー
------------------------------------- */
html {color:#444444;}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Verdana, Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;
}
/* Opera 9 */
;;body {
	font-family:"メイリオ", Meiryo, san-serif;
}
/* IE 7 */
*:first-child+html body {
	font-family:"メイリオ", Meiryo, san-serif;
}
/* IE 6 or sooner*/
* html body {
	font-family:"メイリオ", Meiryo, san-serif;
}

/* フォントサイズ
------------------------------------- */
body {
	font-size:0.8em;
	line-height:1.8em;
}
/* IE 6 or sooner*/
* html body {
	font-size: 75%;
}

table {
	font-size:inherit;
	font:100%;
}

/* YUI font CSS より
------------------------------------- */
pre,code,kbd,samp,tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}

/* フォント装飾
------------------------------------- */

.fw {font-weight:bold;}
.f50 {font-size:0.5em;line-height:1.2em;}
.f80 {font-size:0.8em;line-height:1.8em;}
.f120 {font-size:1.2em;line-height:1.8em;}
.f120_b {font-size:1.2em;font-weight:bold;line-height:1.8em;color:#333333;}
.f140_b_red {font-size:1.4em;font-weight:bold;color:#FF0000;}
.glay {color:#999999;}
.red {color:#CC0000;}

/* ＨＴＭＬタグ 
---------------------------------------------------------------------- */

html, body {
    scrollbar-base-color: #CCCCCC;
    scrollbar-track-color: #FFFFFF;
    scrollbar-face-color: #FFFFFF;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-darkshadow-color: #CCCCCC;
    scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #CCCCCC;
    scrollbar-arrow-color: #CCCCCC;
	}

body {
	text-align:center;
	background:url(../images/base/pageback.gif) repeat-x top center;
	}

h1 {
	margin:0;
	padding:0;
	font-size:0.8em;
	line-height:35px;
	letter-spacing:0.1em;
	color:#FFF;
	clear:both;
	}

strong {font-weight:normal;}
h1 a:link, h1 a:visited {color:#FFF;text-decoration:none;}
h1 a:hover, h1 a:active {color:#FFF;text-decoration:underline;}
a:link, a:visited {text-decoration:underline;color:#789B00;}
a:hover, a:active {text-decoration:underline;color:#96BA18;}

.mt5 {
	margin-top:5px;
}
.mt10 {
	margin-top:10px;
}
.mt15 {
	margin-top:15px;
}
.mt20 {
	margin-top:20px;
}


/* 基本レイアウト
---------------------------------------------------------------------- */

div#top {
	margin:0 auto;
	padding:120px 0 0 0;
	text-align:left;
	width:800px;
	}

div#content {
	margin:0;
	padding:0;
	background:#FFF;
	}

div#content_inner {
	margin:0;
	padding:15px;
	background:url(../images/base/content_top.gif) no-repeat top center;
	}


/* ヘッダー
---------------------------------------------------------------------- */

div#header {
	margin:0;
	padding:0;
	font-size:0;
	line-height:0;
	text-align:center;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	}

div#header_body {
	margin:0 auto;
	padding:0;
	font-size:0;
	line-height:0;
	background:#FFF;
	width:800px;
	}

.logo {float:left;}

ul.head_navi {
	padding:5px 10px;
	text-align:right;
	width:300px;
	float:right;
	}

ul.head_navi li {
	display:inline;
	}

ul#navigation {
	margin:0;
	padding:0;
	font-size:0;
	line-height:0;
	clear:both;
	}

ul#navigation li {
	margin:0;
	padding:0;
	font-size:0;
	line-height:0;
	display:inline;
	}

.pankuzu ul {
	margin: 0;
}

.pankuzu > ul > li {
    margin: 0;
    padding: 0;
    font-size: 0.8em;
    line-height: 35px;
    letter-spacing: 0.1em;
    color: #fff;
    display: inline;
    clear: both;
}

.pankuzu > ul > li a {
	text-decoration: none;
	color: #fff;
}

.pankuzu > ul > li a:hover {
	text-decoration: underline;
}

/* ビジュアル及び左カラム 
---------------------------------------------------------------------- */

div.pagetitle h2 {
	margin:0 0 20px 0;
	padding:0 0 3px 0;
	font-size:0.8em;
	line-height:1.6em;
	color:#999999;
	letter-spacing:0.1em;
	border-bottom:dotted 1px #999999;
	}

p.visual {
	margin:0;
	font-size:0;
	line-height:0;
	}

div#left {
	margin:0;
	padding:0;
	width:540px;
	float:left;
	}

div#greeting {
	margin:0;
	}

div#greeting h2 {
	margin:0 0 20px 0;
	padding:0;
	font-size:0.8em;
	line-height:2.5em;
	color:#999999;
	letter-spacing:0.1em;
	border-bottom:dotted 1px #999999;
	}

div#greeting p {
	margin:0 0 10px 0;
	}

div.greeting_text {
	width:370px;
	float:left;
	}

div.greeting_photo {
	margin:0;
	padding:0;
	font-size:0.8em;
	line-height:1.4em;
	text-align:right;
	color:#666666;
	width:150px;
	float:right;
	}

div.greeting_photo img {
	margin:7px 0 5px 0;
	}

div#blog_new_list {
	margin:0 0 20px 0;
	}

div#blog_new_list iframe {
	width:540px;
	height:180px;
	}

.banner_box {
    margin-bottom: 20px;
    a {
        display: block;
        border: 1px solid #ccc;
    }
}
/* 右カラム
---------------------------------------------------------------------- */

div#right {
	margin:0;
	padding:0;
	width:205px;
	float:right;
	}

div#inq_box {
	margin:0 0 20px 0;
	padding:0;
	font-size:0.8em;
	line-height:1.4em;
	background:url(../images/base/inq_box_back.gif) no-repeat top center;
	}

div#inq_box p {
	padding:10px 0 0 0;
	}

div.inq_box_inner {
	margin:0;
	padding:20px 20px 10px 20px;
	background:url(../images/base/inq_box_btm.gif) no-repeat bottom center;
	}

span.tel_no {
	margin:0;
	padding:10px 0 0 0;
	font-size:1.9em;
	line-height:1.4em;
	font-weight:bold;
	color:#06A3DD;
	}

div#info_box {
	margin:0 0 20px 0;
	padding:0;
	text-align:center;
	color:#FFFFFF;
	background:url(../images/base/info_box_back.gif) no-repeat top center;
	}

div.info_box_inner {
	margin:0;
	padding:20px 10px;
	background:url(../images/base/info_box_btm.gif) no-repeat bottom center;
	}

div#info_box h2 {
	margin:0;
	font-weight:bold;
	}

div#info_box p {
	font-size:0.8em;
	line-height:1.4em;
	}

div#ins_comp {
	margin:0 0 20px 0;
	}

div#ins_comp li {
	margin:0 0 2px 0;
	}


/* フッター 
---------------------------------------------------------------------- */

p.pagetop {
	margin:0;
	padding:0;
	text-align:right;
	clear:both;
	}

div#footer {
	margin:0;
	padding:0;
	font-size:0.8em;
	line-height:1.6em;
	clear:both;
	}

div#footer h2 {
	margin:0;
	padding:0;
	font-size:10px;
	line-height:2.5em;
	letter-spacing:0.1em;
	text-align:left;
	color:#999999;
	border-bottom:solid 3px #06AAE7;
	}

div#footer h2 a {
	text-decoration:none;
	color:#999999;
	}

div#footer h2 a:hover {
	text-decoration:underline;
	color:#777777;
	}

div#footer ul {
	margin:0;
	padding:10px 0;
	text-align:center;
	border-bottom:dotted 1px #666666;
	width:770px;
	}

div#footer li {
	line-height:2em;
	letter-spacing:0.1em;
	display:inline;
	}

p.copy {
	padding:15px 0 0 0;
	color:#999999;
	}

p.copy img {
	margin:0;
	float:right;
	}

p.copy a {
	color: #999;
	text-decoration: none;
}

p.copy a:hover {
	color: #999;
	text-decoration: underline;
}


/* Style etc
---------------------------------------------------------------------- */

.clr1 {clear:both;width:540px;}
.tl {text-align:left;}
.tc {text-align:center;}
.tr {text-align:right;}
.fl {float:left;}
.fr {float:right;}