@charset "utf-8";
/* CSS Document */

@import "charactor.css";

/*-------------------------------------------------
Reset
-------------------------------------------------*/
html,div,img,h1,h2,h3,h4,h5,h6,ul,li,ol,dl,dd,dt,p{
	margin: 0px;
	padding: 0px;
	font-size:100%;
	font-weight:normal;
	border:0px;
	list-style:none;
}


/*-------------------------------------------------
Common
-------------------------------------------------*/

/* Body */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	margin:0px;
	padding:0px;
	background-color:#FFF1EE;
	background:url(../img/common/main_bg.gif) #FFF1EE;
	color:#000;
	text-align:center;
	font-size:62.5%;
}

/* Link */
a {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: underline;}

/*-------------------------------------------------
Wrapper
-------------------------------------------------*/

#wrapper {
	width:900px;
	margin:0px auto;
	padding:0px;
	text-align:left;
	line-height:180%;
}


/*-------------------------------------------------
Header
-------------------------------------------------*/

#headerwrap {
	height:95px;
	background:url(../img/common/header_bg.jpg) repeat-x;
}

#header {
	height:95px;
	width:900px;
	background:url(../img/common/header.jpg) no-repeat;
	text-indent:-1000em;
	position:relative;
	margin:0px auto;
	padding:0px;
	text-align:left;
}

#header h1 a {
	position:absolute;
	background:url(../img/common/title.jpg) no-repeat;
	width:374px;
	height:70px;
	text-indent:-1000em;
	outline:none;
	top:10px;
	left:0px;
}

/*-------------------------------------------------
Navigation
-------------------------------------------------*/
/*トップページ用*/
#navigationwrap {
	height:442px;
	background:url(../img/toppage/menu_bg.jpg) no-repeat;
	width:272px;
	position:relative;
	float:left;
}

#navigationwrap2 {
	height:455px;
	background:url(../img/toppage/menu_bg2.jpg) no-repeat;
	width:272px;
	position:relative;
	float:left;
}

#navigation {
	height:420px;
	width:250px;
	position:absolute;
	top:10px;
	left:10px;
}

#navigation ul {
	position:relative;
	background:url(../img/toppage/menu.jpg) no-repeat;
	height:420px;
	width:250px;
}

#navigation li {
	display:inline;
}

#navigation li a {
	position:absolute;
	display:block;
	text-decoration:none;
	text-align:center;
	text-indent:-1000em;
	outline:none;
	width:250px;
}

#navigation li.menu0 a {
	height:40px;
	top:0px;
	background:url(../img/toppage/menu.jpg) no-repeat -0px -0px;
}

#navigation li.menu0 a:hover {
	background:url(../img/toppage/menu.jpg) no-repeat -250px -0px;
}

#navigation li.menu1 a {
	height:40px;
	top:60px;
	background:url(../img/toppage/menu.jpg) no-repeat -0px -60px;
}

#navigation li.menu1 a:hover {
	background:url(../img/toppage/menu.jpg) no-repeat -250px -60px;
}

#navigation li.menu2 a {
	height:40px;
	top:120px;
	background:url(../img/toppage/menu.jpg) no-repeat -0px -120px;
}

#navigation li.menu2 a:hover {
	background:url(../img/toppage/menu.jpg) no-repeat -250px -120px;
}

#navigation li.menu3 a {
	height:40px;
	top:180px;
	background:url(../img/toppage/menu.jpg) no-repeat -0px -180px;
}

#navigation li.menu3 a:hover {
	background:url(../img/toppage/menu.jpg) no-repeat -250px -180px;
}

#navigation li.menu4 a {
	height:20px;
	top:240px;
	background:url(../img/toppage/menu.jpg) no-repeat -0px -240px;	
}

#navigation li.menu4 a:hover {
	background:url(../img/toppage/menu.jpg) no-repeat -250px -240px;
}

#navigation li.menu5 a {
	height:20px;
	top:270px;
	background:url(../img/toppage/menu.jpg) no-repeat -0px -270px;	
}

#navigation li.menu5 a:hover {
	background:url(../img/toppage/menu.jpg) no-repeat -250px -270px;
}

#navigation li.menu6 a {
	height:40px;
	top:320px;
	background:url(../img/toppage/menu.jpg) no-repeat -0px -320px;	
}

#navigation li.menu6 a:hover {
	background:url(../img/toppage/menu.jpg) no-repeat -250px -320px;
}

#navigation li.menu7 a {
	height:40px;
	top:380px;
	background:url(../img/toppage/menu.jpg) no-repeat -0px -380px;	
}

#navigation li.menu7 a:hover {
	background:url(../img/toppage/menu.jpg) no-repeat -250px -380px;
}

/*下層ページ用*/
#naviwrap {
	height:610px;
	background:url(../img/common/t_menu.jpg) no-repeat;
	width:160px;
	position:relative;
	float:left;
}

#navi {
	height:610px;
	width:160px;
}

#navi ul {
	position:relative;
	background:url(../img/common/t_menu.jpg) no-repeat;
	height:610px;
	width:160px;
}

#navi li {
	display:inline;
}

#navi li a {
	position:absolute;
	display:block;
	text-decoration:none;
	text-align:center;
	text-indent:-1000em;
	outline:none;
	width:160px;
	height:50px;
}

#navi li.menu0 a {
	top:0px;
	background:url(../img/common/t_menu.jpg) no-repeat -0px -0px;
}

#navi li.menu0 a:hover {
	background:url(../img/common/t_menu.jpg) no-repeat -160px -0px;
}

#navi li.menu1 a {
	top:70px;
	background:url(../img/common/t_menu.jpg) no-repeat -0px -70px;
}

#navi li.menu1 a:hover {
	background:url(../img/common/t_menu.jpg) no-repeat -160px -70px;
}

#navi li.menu2 a {
	top:140px;
	background:url(../img/common/t_menu.jpg) no-repeat -0px -140px;
}

#navi li.menu2 a:hover {
	background:url(../img/common/t_menu.jpg) no-repeat -160px -140px;
}

#navi li.menu3 a {
	top:210px;
	background:url(../img/common/t_menu.jpg) no-repeat -0px -210px;
}

#navi li.menu3 a:hover {
	background:url(../img/common/t_menu.jpg) no-repeat -160px -210px;
}

#navi li.menu4 a {
	top:280px;
	background:url(../img/common/t_menu.jpg) no-repeat -0px -280px;	
}

#navi li.menu4 a:hover {
	background:url(../img/common/t_menu.jpg) no-repeat -160px -280px;
}

#navi li.menu5 a {
	top:350px;
	background:url(../img/common/t_menu.jpg) no-repeat -0px -350px;	
}

#navi li.menu5 a:hover {
	background:url(../img/common/t_menu.jpg) no-repeat -160px -350px;
}

#navi li.menu6 a {
	top:420px;
	background:url(../img/common/t_menu.jpg) no-repeat -0px -420px;	
}

#navi li.menu6 a:hover {
	background:url(../img/common/t_menu.jpg) no-repeat -160px -420px;
}

#navi li.menu7 a {
	top:490px;
	background:url(../img/common/t_menu.jpg) no-repeat -0px -490px;	
}

#navi li.menu7 a:hover {
	background:url(../img/common/t_menu.jpg) no-repeat -160px -490px;
}

#navi li.menu8 a {
	top:560px;
	background:url(../img/common/t_menu.jpg) no-repeat -0px -560px;	
}

#navi li.menu8 a:hover {
	background:url(../img/common/t_menu.jpg) no-repeat -160px -560px;
}

/*ブログページ用*/
#naviwrap2 {
	height:40px;
	background:url(../img/common/y_menu.jpg) no-repeat;
	width:840px;
	position:relative;
	float:left;
}

#navi2 {
	height:40px;
	width:840px;
}

#navi2 ul {
	position:relative;
	background:url(../img/common/y_menu.jpg) no-repeat;
	height:40px;
	width:840px;
}

#navi2 li {
	display:inline;
}

#navi2 li a {
	position:absolute;
	display:block;
	text-decoration:none;
	text-align:center;
	text-indent:-1000em;
	outline:none;
	width:140px;
	height:40px;
}

#navi2 li.menu0 a {
	left:0px;
	background:url(../img/common/y_menu.jpg) no-repeat -0px -0px;
}

#navi2 li.menu0 a:hover {
	background:url(../img/common/y_menu.jpg) no-repeat -0px -40px;
}

#navi2 li.menu1 a {
	left:140px;
	background:url(../img/common/y_menu.jpg) no-repeat -140px -0px;
}

#navi2 li.menu1 a:hover {
	background:url(../img/common/y_menu.jpg) no-repeat -140px -40px;
}

#navi2 li.menu2 a {
	left:280px;
	background:url(../img/common/y_menu.jpg) no-repeat -280px -0px;
}

#navi2 li.menu2 a:hover {
	background:url(../img/common/y_menu.jpg) no-repeat -280px -40px;
}

#navi2 li.menu3 a {
	left:420px;
	background:url(../img/common/y_menu.jpg) no-repeat -420px -0px;
}

#navi2 li.menu3 a:hover {
	background:url(../img/common/y_menu.jpg) no-repeat -420px -40px;
}

#navi2 li.menu4 a {
	left:560px;
	background:url(../img/common/y_menu.jpg) no-repeat -560px -0px;	
}

#navi2 li.menu4 a:hover {
	background:url(../img/common/y_menu.jpg) no-repeat -560px -40px;
}

#navi2 li.menu5 a {
	left:700px;
	background:url(../img/common/y_menu.jpg) no-repeat -700px -0px;	
}

#navi2 li.menu5 a:hover {
	background:url(../img/common/y_menu.jpg) no-repeat -700px -40px;
}

/*ブログページ用サイドメニュー*/
#naviwrap3 {
	width:200px;
	position:relative;
	float:left;
}

#navi3 {
	height:240px;
	width:200px;
}

#navi3 ul {
	position:relative;
	background:url(../img/common/sidemenu.jpg) no-repeat;
	height:240px;
	width:200px;
}

#navi3 li {
	display:inline;
}

#navi3 li a {
	position:absolute;
	display:block;
	text-decoration:none;
	text-align:center;
	outline:none;
	width:200px;
	color:#300;
	font-size:1.2em;
	font-weight:bold;
	vertical-align:middle;
	height:40px;
	padding-top:20px;
}

#navi3 li.menu0 a {
	top:0px;
	background:url(../img/common/sidemenu.jpg) no-repeat -0px -0px;
}

#navi3 li.menu0 a:hover {
	background:url(../img/common/sidemenu.jpg) no-repeat -200px -0px;
}

#navi3 li.menu1 a {
	height:50px;
	padding-top:10px;
	top:60px;
	background:url(../img/common/sidemenu.jpg) no-repeat -0px -60px;
}

#navi3 li.menu1 a span {
	font-size:80%;
}

#navi3 li.menu1 a:hover {
	background:url(../img/common/sidemenu.jpg) no-repeat -200px -60px;
}

#navi3 li.menu2 a {
	top:120px;
	background:url(../img/common/sidemenu.jpg) no-repeat -0px -120px;
}

#navi3 li.menu2 a:hover {
	background:url(../img/common/sidemenu.jpg) no-repeat -200px -120px;
}

#navi3 li.menu3 a {
	top:180px;
	background:url(../img/common/sidemenu.jpg) no-repeat -0px -180px;
}

#navi3 li.menu3 a:hover {
	background:url(../img/common/sidemenu.jpg) no-repeat -200px -180px;
}

#submenu {
	width:198px;
	border:1px solid #A1958A;
	background:#fff;
	margin:20px 0px 0px 0px;
}

#submenu p.subtitle {
	background:url(../img/common/side_bg.jpg) no-repeat;
	width:198px;
	height:27px;
	display:block;
	text-align:center;
	font-weight:bold;
	font-size:1.2em;
	color:#300;
	padding:7px 0px 0px 0px;
}

ul.sidelist {
	padding:10px;
}

ul.sidelist li a {
	color:#300;
}


/*-------------------------------------------------
Contents
-------------------------------------------------*/

#contents {
	width:900px;
	margin:0px auto;
	zoom:100%;
	font-size:1.3em;
	line-height:180%;
}

#contents-inner{
	padding:35px 30px 0px 30px;
	zoom:100%;
}

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

#contents-inner:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#contents h3 {
	display:block;
	font-size:1.2em;
	border-bottom:1px dotted #600;
	margin:20px 10px 15px 10px;
}

/*下層ページ右側コンテンツ*/

#rightcontents {
	width:640px;
	float:right;
}

#rightinner {
	width:600px;
	padding:20px;
	margin-top:20px;
	background:#FFF;
}

#rightinner p {
	margin:0px 10px 20px 10px;
}

#rightinner p.emphasis {
	font-size:1.2em;
}

/*ピンクで囲うスタイル*/
#rightinner p.box {
	padding:15px;
	background:#DED4D4;
	border:1px solid #BCA99E;
	margin:5px 0px 10px 10px;
}

#rightinner strong {
	font-size:1.2em;
}

#rightinner hr {
	border:1px solid #fff;
}

/*ブログページ右側コンテンツ*/

#blogcontents {
	width:620px;
	float:right;
}

div.entrybox {
	background:#fff;
	width:578px;
	border:1px solid #A1958A;
	padding:20px;
	margin:20px 0px 0px 0px;
	zoom:100%;
}

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

div.entrybox h2 {
	display:block;
	background:url(../img/common/title_bg.jpg) no-repeat;
	height:28px;
	width:535px;
	font-size:1.3em;
	padding:7px 0px 0px 45px;
	margin:0px 0px 10px 0px;
}

div.entrybox h2 a {
	color:#300;
}

.date {
	text-align:right;
	color:#300;
	font-size:90%;
	margin:0px 5px 10px 0px;
}

div.entrybox hr {
	border:1px dotted #CCC;
}

/*-------------------------------------------------
Footer
-------------------------------------------------*/

#footerwrap {
	height:228px;
	background:url(../img/common/footer_bg.jpg) repeat-x;
	clear:both;
}

#footer {
	height:228px;
	width:900px;
	clear:both;
	background:url(../img/common/footer.jpg) no-repeat;
	margin:0px auto;
	text-align:left;
	position:relative;
}

#footer ul{
	text-align:center;
	padding:110px 0px 10px 0px;
}

#footer li{
	font-size:1.5em;
	display:inline;
	color:#000;
}

#footer li a{
	color:#000;
}

#footer p{
	text-align:center;
	font-size:1.4em;
}

#footer img.copy{
	position:absolute;
	top:170px;
	left:170px;
}
