@charset "utf-8";

html {
	overflow-y: scroll;
}

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 62.5%;
	line-height: 160%;
	color: #666666;
	text-align: center;
	scrollbar-base-color: #cccccc;
	scrollbar-3dlight-color:#cccccc;
	scrollbar-arrow-color:#666666;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-face-color:#f9f9f9;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:#999999;
	scrollbar-track-color:#ffffff;
}

div, p, ul, ol, li, dl, dt, dd,
h1, h2, h3, h4, h5, h6,
form, input, table, tr, th, td,
object, param, embed {
	margin: 0;
	padding: 0;
}

img {
	margin: 0;
	padding: 0;
	border: none 0 #ffffff;
	vertical-align: top !important;
	color: #ffffff;
	background: #eeeeee;
}

a:link, a:visited {
	color: #000000;
	text-decoration: none;
	/* \*/ overflow: hidden; /* */
	outline: none;
}
a:hover, a:active {
	color: #666666; 
	text-decoration: underline;
}

#page {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}


/* header----------------------------------------------------- */
#header {
	clear: both;
	width: 900px;
	height: 60px;
	background: url("/img/header_bg.gif") repeat-x;
}

#header ul {
	padding: 10px;
	list-style-type: none;
}

#header li h1 {
	float: left;
	margin-top: 6px;
	width: 365px;
	height: 40px;
	overflow: hidden;
	font-size: 1em;
	line-height: 140%;
	font-weight: normal;
	color: #cccccc;
	display: inline;
}

#header li.logoMark a {
	float: left;
	margin: 0 20px 0 0;
	width: 165px;
	height: 40px;
	text-indent: -9999px;
	text-decoration: none;
	background: url("/img/logomark.gif") no-repeat;
	display: inline;
}

#header li.logoType {
	float: left;
	margin: 0 20px;
	width: 170px;
	height: 40px;
	text-indent: -9999px;
	text-decoration: none;
	background: url("/img/logotype.gif") no-repeat;
	display: inline;
}

#header li.btnHead a {
	float: left;
	width: 110px;
	height: 40px;
	text-indent: -9999px;
	text-decoration: none;
	background: url("/img/btn_header.gif") no-repeat;
	display: inline;
}

#header li.btnHead a {background-position: -110px 0px;}
#header li.btnHead a:hover {background-position: 0px 0px;}

/* for IE7 */
*+html body div#header li.logoType,
*+html body div#header li.btnHead a {
	margin-top: -32px !important;
}
*+html body div#header li h1 {
	margin-top: -10px !important;
}

/* for IE6 */
*html body div#header li.logoType,
*html body div#header li.btnHead a {
	margin-top: -32px !important;
}
*html body div#header li h1 {
	margin-top: -10px !important;
}
*html body div#header ul {
	margin-bottom: -10px !important;
}


/* footer----------------------------------------------------- */
#footer {
	clear: both;
	display: block;
	width: 900px;
	height: 80px;
	background: url("/img/footer_bg.gif") repeat-x; 
}

#footerBtn {
	float: left;
	padding: 10px 0 0 20px;
	color: #666666;
	overflow: hidden;
}

#copyright {
	float: right;
	padding: 50px 20px 0 0;
	font-family: Gill Sans,Arial,Helvetica;
	letter-spacing: 0.1em;
	color: #666666;
	text-align: right;
	overflow: hidden;
}


/* visual----------------------------------------------------- */
#topImg {
	float: left;
	width: 900px;
	height: 120px;
}


/* p_list----------------------------------------------------- */
#p_list {
	clear: both;
	float: left;
	margin: 10px 0 14px 200px;
	width: 700px;
	height: 16px;
	overflow: hidden;
}
/* for IE6 */
*html #p_list {
	margin: 10px 0 14px 100px !important;
}

#p_list ul {
	list-style-type: none;
}

#p_list li {
	display: inline;
}

#p_list li a {
	padding-right: 14px;
	background: url("/img/arrow1o.gif") right center no-repeat;
}


/* container----------------------------------------------------- */
#container {
	clear: both;
	width: 900px;
	display: block;
}

#contents {
	float: right;
	width: 700px;
}

#contents_top {
	float: right;
	width: 715px;
}

#mainNaviBlock {
	float: left;
	width: 160px;
	overflow: hidden;
}

/* for IE6 */
*html #contents {
	padding-left: 20px !important;
}


/* title----------------------------------------------------- */
.pageTitle {
	clear: both;
	float: left;
	padding: 6px 0 0 10px;
	margin-bottom: 10px;
	width: 700px;
	height: 20px;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #000000;
	background: url("/img/title_bg.gif") no-repeat;
	overflow: hidden;
}
/* for IE6 */
*html .pageTitle {
	height: 26px;
}

.subTitle1 {
	clear: both;
	float: left;
	padding: 6px 0 0 10px;
	margin-bottom: 10px;
	width: 700px;
	height: 20px;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #000000;
	background: url("/img/title_bg1.gif") no-repeat;
	overflow: hidden;
}
/* for IE6 */
*html .subTitle1 {
	height: 26px;
}

.subTitle2 {
	clear: both;
	float: left;
	padding: 6px 0 0 10px;
	margin-bottom: 10px;
	width: 700px;
	height: 20px;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #000000;
	background: url("/img/title_bg2.gif") no-repeat;
	overflow: hidden;
}
/* for IE6 */
*html .subTitle2 {
	height: 26px;
}

.subTitle3 {
	clear: both;
	float: left;
	padding: 6px 0 0 10px;
	margin-bottom: 10px;
	width: 700px;
	height: 20px;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #000000;
	background: url("/img/title_bg3.gif") no-repeat;
	overflow: hidden;
}
/* for IE6 */
*html .subTitle3 {
	height: 26px;
}

.indexTxt {
	clear: both;
	float: left;
	padding: 6px 0 0 10px;
	width: 664px;
	height: 20px;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #000000;
	background: url("/img/title_bg1.gif") no-repeat;
	overflow: hidden;
}
/* for IE6 */
*html .indexTxt {
	width: 674px;
	height: 26px;
}


/* contact----------------------------------------------------- */
#contactBtn a {
	clear: both;
	float: left;
	margin-top: 30px;
	width: 170px;
	height: 20px;
	text-indent: -9999px;
	text-decoration: none;
	background: url("/img/btn_contact.gif") no-repeat;
}

#contactTel {
	float: left;
	margin: 31px 0 0 20px;
	font-size: 1.2em;
	line-height: 160%;
	color: #000000;
	display: inline;
}


/* pagetop----------------------------------------------------- */
#pagetopBtn a {
	clear: both;
	float: right;
	margin: 20px 0;
	width: 100px;
	height: 20px;
	text-indent: -9999px;
	text-decoration: none;
	background: url("/img/btn_pagetop.gif") no-repeat;
}

.pagetopBtn2 a {
	float: left;
	width: 26px;
	height: 26px;
	text-indent: -9999px;
	background: url("/img/btn_pagetop2.gif") no-repeat;
}


/* mainNavi----------------------------------------------------- */
.mainNavi {
	clear: both;
	width: 160px;
}

.mainNavi li{
	display: inline;
}

.mainNavi li a {
	padding-bottom: 4px;
	width: 160px;
	height: 36px;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
}
/* for IE6 */
*html .mainNavi li a {
	height: 40px;
}

.mainNavi li.btn0 a {background: url("/img/navibtn0.gif") no-repeat 0px 0px;}
.mainNavi li.btn1 a {background: url("/img/navibtn1.gif") no-repeat 0px 0px; padding-bottom: 0px !important;}
.mainNavi li.btn2 a {background: url("/img/navibtn2.gif") no-repeat 0px 0px;}
.mainNavi li.btn3 a {background: url("/img/navibtn3.gif") no-repeat 0px 0px;}
.mainNavi li.btn4 a {background: url("/img/navibtn4.gif") no-repeat 0px 0px;}
.mainNavi li.btn5 a {background: url("/img/navibtn5.gif") no-repeat 0px 0px;}
.mainNavi li.btn6 a {background: url("/img/navibtn6.gif") no-repeat 0px 0px;}
.mainNavi li.btn7 a {background: url("/img/navibtn7.gif") no-repeat 0px 0px;}

.mainNavi li.btn0 a:hover {background: url("/img/navibtn0.gif") no-repeat -160px 0px;}
.mainNavi li.btn2 a:hover {background: url("/img/navibtn2.gif") no-repeat -160px 0px;}
.mainNavi li.btn3 a:hover {background: url("/img/navibtn3.gif") no-repeat -160px 0px;}
.mainNavi li.btn4 a:hover {background: url("/img/navibtn4.gif") no-repeat -160px 0px;}
.mainNavi li.btn5 a:hover {background: url("/img/navibtn5.gif") no-repeat -160px 0px;}
.mainNavi li.btn6 a:hover {background: url("/img/navibtn6.gif") no-repeat -160px 0px;}
.mainNavi li.btn7 a:hover {background: url("/img/navibtn7.gif") no-repeat -160px 0px;}

#mainNavi2 {
	clear: both;
	float: left;
	margin-bottom: 4px;
	width: 160px;
	border-bottom: solid 1px #cccccc;
}

#mainNavi2 dl {
	display: block;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	border-bottom: dotted 1px #cccccc;
}

#mainNavi2 dl.btn1_4 {
	border-bottom: hidden !important;
}

#mainNavi2 dt a {
	display: block;
	padding: 4px 2px 3px 15px;
	background: url("/img/arrow3.gif") 5px 0.8em no-repeat;
	text-decoration: none;
	color: #000000;
	overflow: hidden;
	cursor: pointer;
}

#mainNavi2 dt a:hover, #mainNavi2 dt a:focus{
	background: url("/img/arrow3o.gif") 5px 0.8em no-repeat;
	color: #666666;
}

#mainNavi2 dd {
	top: 0;
	width: 158px;
	overflow: hidden;
	display: none;
	background: #ffffff;
	opacity: 0;
}

#mainNavi2 ul{
	list-style-type: none;
}

#mainNavi2 li{
	display: inline;
}

#mainNavi2 li a {
	display: block;
	padding: 2px 2px 3px 22px;
	width: 158px;
	height: 16px;
	background: url("/img/arrow1.gif") 12px 0.6em no-repeat;
	text-decoration: none;
	color: #000000;
	overflow: hidden;
}

#mainNavi2 li a:hover, #mainNavi2 li a:focus{
	background: url("/img/arrow1o.gif") 12px 0.6em no-repeat;
	color: #666666;
}

#mainNavi2: after{
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}


/* subNavi----------------------------------------------------- */
#subNavi {
	clear: both;
	margin: 10px 0;
	width: 160px;
}

.subNaviTitle {
	display: block;
	padding: 6px 2px 0 12px;
	height: 20px;
	text-decoration: none;
	font-size: 1.1em;
	letter-spacing: 0.1em;
	color: #ffffff;
	background: url("/img/subnavi.gif") no-repeat;
	overflow: hidden;
}
/* for IE6 */
*html .subNaviTitle {
	height: 26px;
}

#subNavi ul{
	list-style-type: none;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
}

#subNavi li{
	display: inline;
}

#subNavi li a{
	display: block;
	padding: 4px 2px 3px 20px;
	background: url("/img/arrow1.gif") 10px 0.8em no-repeat;
	text-decoration: none;
	color: #000000;
	border-bottom: dotted 1px #cccccc;
	overflow: hidden;
}

#subNavi li.last a{
	border-bottom: 0px !important;
}

#subNavi li a:hover, #subNavi li a:focus{
	background: url("/img/arrow1o.gif") 10px 0.8em no-repeat;
	color: #666666;
}

.blog_summery {
	clear: both;
	border: solid 1px #cccccc;
}
