@charset "utf-8";

*{
	margin:0;
	padding: 0;
}

body{
	color:#C96;
	background: #fff;
	font-family: "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size: 14px;
	line-height: 1.5;
}

a{color:#a75b8a;text-decoration:none;}
a:hover{color:#d687b7;}
a:active, a:focus {outline: 0;}
img{border:0;}
.clear{clear:both;}


/*************
全体
*************/
#wrapper{
margin: 0 auto;
padding: 0 20px;
width: 910px;
}

/*************
/* ヘッダー
*************/
#header{
	background: url(images/header.png) no-repeat 100% 10px;
	height: 80px;
	position:relative;
	background-image: url(images/header.png);
}

#header h1 {
padding: 5px 0 0;
font-size: 12px;
font-weight: normal;
}

#header a{
position:absolute;
top:20px;
}


/*************
/* トップナビゲーション
*************/
ul#topnav{
margin: 10px 0 21px;
width: 910px;
height: 46px;
background:url(images/topnav.png) no-repeat 0 0;
}

ul#topnav li{float:left;list-style:none;width:130px;}

ul#topnav a{
text-indent: -9999px;
text-decoration: none;
display: block;
width: 130px;
height: 46px;
background:url(images/topnav.png) no-repeat;
}

ul#topnav a#home{background-position:0 0;}
ul#topnav a#about{background-position:-130px 0;}
ul#topnav a#menu{background-position:-260px 0;}
ul#topnav a#faq{background-position:-390px 0;}
ul#topnav a#map{background-position:-520px 0;}
ul#topnav a#blog{background-position:-650px 0;}
ul#topnav a#link{background-position:-780px 0;}

ul#topnav a#home:hover, ul#topnav li.active a#home{background-position:0 -46px;}
ul#topnav a#about:hover, ul#topnav li.active a#about{background-position:-130px -46px;}
ul#topnav a#menu:hover, ul#topnav li.active a#menu{background-position:-260px -46px;}
ul#topnav a#faq:hover, ul#topnav li.active a#faq{background-position:-390px -46px;}
ul#topnav a#map:hover, ul#topnav li.active a#map{background-position:-520px -46px;}
ul#topnav a#blog:hover, ul#topnav li.active a#blog{background-position:-650px -46px;}
ul#topnav a#link:hover, ul#topnav li.active a#link{background-position:-780px -46px;}

li.active a#home{background-position:0 -42px;}
li.active a#guide{background-position:-213px -42px;}
li.active a#faq{background-position:-429px -42px;}
li.active a#mp{background-position:-573px -42px;}


/*************
メイン（右側）コンテンツ
*************/
#main {
	float: right;
	width: 625px;
	display: inline;
	color: #000;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}

#main .bannerM img{
padding-right: 10px;
padding-bottom: 15px;
}
#main .bannerM img.last{padding-right:0;}

#main h2{
	margin-bottom: 10px;
	padding: 2px 10px 0px 50px;
	line-height: 38px;
	font-size: 14px;
	font-weight: normal;
	color: #252525;
	background: url(images/heading.png) no-repeat;
}

#main h3 {
font-size: 13px;
font-weight: normal;
line-height: 30px;
padding-left: 15px;
margin-top: 10px;
letter-spacing: 0.2em;
color: #a75b8a;
border-bottom: 1px solid #cccccc;
}

#main p {
	padding: 15px 15px 15px 20px;
	color: #000;
	background-color: #FFF;
	line-height: 20px;
}

/* 画像を右に回りこみ */
#main p.withImage{
	width: 598px;
	margin: 20px 0 0 10px;
	padding: 5px 0;
	color: #000;
}

#main p.withImage img{
float: right;
margin-left: .5em;
}

#date {
	background-color: #FFF;
	text-align: left;
	font-weight: bold;
	font-size: 15px;
	padding: 0;
	margin: 0;
	border-color: #06C;
	color: #D977AA;
}

#next {
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}

/* フッター共通 */
.box{
float: left;
width: 195px;
margin: 20px 16px 10px 0;
line-height: 1.2;
}

.box_img{
padding: 0px 0px 10px 0px;
}

.last{margin-right:0;}


/* ボタン */
p.button{
text-align: center;
padding: 10px 0;
}

p.button a{
display:block;
line-height: 32px;
background: #ffffff url(images/button.png) no-repeat;
margin: 0 -20px;
}

p.button a{color:#a75b8a;}
p.button a:hover{color:#ffffff;}

p.button a:hover{
cursor:pointer;
background-position: 0 -32px;
}

/* メインとフッターのリスト位置調節 */
#main ul, #footer ul{margin-left: 20px;}
#main li, #footer li{margin-bottom: 3px;}


/*************
サイド（左側）コンテンツ
*************/
#sidebar {
float: left;
width: 265px;
padding: 15px 0;
}

#sidebar p{margin-bottom: 20px;}

#sidebar h3 {
margin-top: 5px;
padding: 2px 10px 0 45px;
line-height: 38px;
font-size: 13px;
font-weight: normal;
color: #252525;
background: url(images/heading2.png) no-repeat;
}

#sidebar ul{
margin-left: 5px;
padding: 10px 0;
}

#sidebar li{
margin: 0 10px 10px 5px;
list-style: none;
border-bottom: 1px solid #efefef;
}

#sidebar li a{
background: url(images/list.png) no-repeat 0 5px;
display: block;
padding-left:13px;
}

#sidebar li a:hover{background-position: 3px 5px;}


/*************
/* フッター
*************/
#footer{
clear:both;
padding: 10px 0 10px;
border-top: 1px solid #cccccc;
}

#footer .inner{
overflow: hidden;
}

* html #footer .inner{height:1%;}

#footer li{
margin: 0 10px 10px 5px;
list-style: none;
}

#footer li a{
background: url(images/list2.png) no-repeat 0 3px;
display: block;
padding-left:15px;
}

#footer #logo{
float:left;
padding: 10px 0 5px;
width: 292px;
}

address{
padding: 20px 0 3px;
text-align: center;
font-style:normal;
font-size: 12px;
clear:both;
display:block;
}
#wrapper #container #main .kouza02 tr td {
	text-align: center;
	color: #000;

}
#wrapper #container #main .kouza02 tr th br {
	text-align: left;
}
#wrapper #container #main .kouza02 {
	font-weight: normal;
	color: #000;
	background-color: #999;
}

#c1{
	background-image:url(HK008_350A.jpg);
	width:auto;
	margin:0px 0px 15px 0px;
	padding:15px;
}

#c2{
	background-image:url(HK008_350A.jpg);
	width:auto;
	padding:15px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#c5{
background-image:url(images/karakusa-07.gif);
width:auto;
padding:5px;
}
.title-allhand {
	padding: 10px;
	height: 18px;
	width: 300px;
	text-align: center;
	background-color: #906;
	border: 1px dotted #FC9;
	vertical-align: sub;
	color: #FFF;
}


.title-teinei {
	padding: 10px;
	height: 18px;
	width: 350px;
	text-align: center;
	background-color: #906;
	border: 1px dotted #FC9;
	vertical-align: sub;
	color: #FFF;
}
.bold01 {
	font-weight: bold;
	color: #F69;
	font-size: 16px;
}
allhand-setumei {
	color: #906;
}
#allhand01 {
	font-weight: bold;
	color: #906;
	line-height: 25px;
}
#kanzenyoyaku {
	color: #F00;
	border: thin solid #F00;
	padding: 10px;
	font-size: 16px;
	margin: auto;
}
.setumei01 {
	color: #F96;
}
#setumei02 {
	font-size: 9px;
	font-weight: bold;
	color: #0C9;
}
#setumei03 {
	color: #F69;
	padding: 10px;
	border: thin dotted #F9F;
}
.kouza01-box1 {
	font-size: 14px;
	padding: 10px;
	color: #000;
	left: 1px;
	top: 1px;
	right: 1px;
	bottom: 1px;
	text-align:left;
	background-color:#FFFFFF;
}
.kouza01-box2 {
	font-size: 14px;
	padding: 10px;
	color: #666;
	text-align:left;
	margin: 10px;
	border: thin double #000;
	line-height: 25px;
}
#title-shikaku {
	color: #F3F;
}
.title-shikaku {
	color: #D185B3;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}
#watec-towa {
	color: #C66;
}
.title-watec1 {
	color: #D977AA;
	font-size: 15px;
}
.pink01 {
	font-size: 15px;
	color: #F9C;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}
#wrapper #container #main #main2 #date .kouza01-box tr td .kouza01-box2 tr td {
	font-weight: normal;
}
.bold01 {
	font-weight: bold;
}
#aisatu-waku01 {
	border: thin dotted #000;
	margin-bottom: 20px;
	margin-top: 15px;
}
#wrapper #container #main #main2 .kouza01-box2 tr td {
	text-align: left;
}
#title-sotugyousei {
	color: #C36;
}
.title-sotugyou {
	color: #F99;
	padding: 10px;
	border: thin solid #F99;
}

.link-title01 {
	padding:10px 0 10px 25px;
	height:14px;
	font-weight:bold;
	font-size:14px;
	background-image: url(images/title-link01.png);
	background-repeat: no-repeat;
}
.link-waku01 {
	padding: 5px;
	border: 1px solid #D1A7A8;
	margin: 10px;
}

.link-setumei {
	padding: 10px;
	border: 1px dotted #D1A7A8;
}

a img:hover {
         opacity: 0.7;
         filter: alpha(opacity=70);
}

.block01 {
	box-shadow: 0 0 50px #ddd inset;
	-moz-box-shadow: 0 0 50px #ddd inset;
	-webkit-box-shadow: 0 0 50px #ddd inset;
	color: #993266;
	font-size: 16px;
	font-weight: bold;
	border: 1px double #FFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(images/color01.png);
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.block02 {
	box-shadow: 0 0 50px #ffffff inset;
	-moz-box-shadow: 0 0 50px #ffffff inset;
	-webkit-box-shadow: 0 0 50px #ffffff inset;
	color: #993266;
	font-size: 16px;
	font-weight: bold;
	border: 1px double #FFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(images/color02.png);
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
}

.block03 {
	box-shadow: 0 0 50px #ffffff inset;
	-moz-box-shadow: 0 0 50px #ffffff inset;
	-webkit-box-shadow: 0 0 50px #ffffff inset;
	color: #993266;
	font-size: 16px;
	font-weight: bold;
	border: 1px double #FFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(images/color03.png);
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
}
.block04 {
	box-shadow: 0 0 50px #ffffff inset;
	-moz-box-shadow: 0 0 50px #ffffff inset;
	-webkit-box-shadow: 0 0 50px #ffffff inset;
	color: #993266;
	font-size: 16px;
	font-weight: bold;
	border: 1px double #FFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(images/color04.png);
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
}
.block05 {
	box-shadow: 0 0 50px #ffffff inset;
	-moz-box-shadow: 0 0 50px #ffffff inset;
	-webkit-box-shadow: 0 0 50px #ffffff inset;
	color: #993266;
	font-size: 16px;
	font-weight: bold;
	border: 1px double #FFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(images/color05.png);
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
}

.black-font01 {
	font-size: 13px;
	color: #000;
	font-weight: normal;
	border: thin dotted #993266;
	padding: 5px;
	margin: 10px;
	background-color: #FAF1F5;
}

.black-font02 {
	font-size: 13px;
	color: #000;
	font-weight: normal;
	border: thin dotted #993266;
	padding: 20px;
	margin: 5px;
	background-color: #FFF7EE;
}

.black-font03 {
	font-size: 13px;
	color: #000;
	font-weight: normal;
	border: thin dotted #993266;
	padding: 20px;
	margin: 5px;
	background-color: #FDF9FB;
}

.black-font04 {
	font-size: 13px;
	color: #000;
	font-weight: normal;
	border: thin dotted #993266;
	padding: 20px;
	margin: 5px;
	background-color: #FBFBF2;
}

.black-font05 {
	font-size: 13px;
	color: #000;
	font-weight: normal;
	border: thin dotted #993266;
	padding: 20px;
	margin: 5px;
	background-color: #FDF9FB;
}
.red {
	color: #F00;
}
