@charset "UTF-8";

/* 全体設定 */

*{
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4,p,ul,ol,li,dt,dl,dd {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

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

/* ボディ */
body {
	font-size: 100%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Tahoma,'MS UI Gothic',sans-serif;
	color: #333333;
	background-color: #ffffff;
	background-image: url(images/body.png);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
/* 画像ボーダ */
img {
border-style: none;
}
/* 強調 */
strong {
	color: #a4a91e;
	background-color: #ffffff;
}
/* 非表示 */
.none{
	display: none;
}
/* 区切り */
hr {
	display: none;
}

/* コンテナ */
#container {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Tahoma,'MS UI Gothic',sans-serif;
	background-image: url(images/container.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-align: left;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 770px;
}
/* ヘッダ */
#header img {
	border-style: none;
}
#header .pad {
	padding-top: 0px;
	padding-left: 30px;
}

#header h1 {
	position: absolute;
	left: -9999px;
}

#header p {
	font-size: 75%;
	padding-top:0px;
	padding-bottom: 10px;
}

/* ロゴエリア */
#banner {
/*	background-image:url(images/header_bg.jpg);
	background-position: center;
	background-repeat: no-repeat; */
	width: 770px;
	float: left;
}

/* 上部ナビゲーションバー */
#navi {
	background-image: url(images/navibg.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	font-size: 75%;
	width: 760px;
	float: left;
	clear: both;

}
/* 上部ナビゲーションバー余白 */
#navi .pad {
	padding-left: 10px;
	padding-right: 0;
	
}
/* 上部ナビゲーションバー リスト */
#navi ul {
	margin: 0;
	padding: 0;
}
#navi ul li {
	display: inline;
}


/* 上部ナビゲーションバーリンク設定 */
#navi ul li a {
	text-decoration: none;
	color: #ffffff;
	background-color: #0066CC;
	background-image: url(images/navi0.png);
	background-position: right bottom;
	background-repeat: repeat-x;
	padding-top: .7em;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: .6em;
	float: left;
	border-right: 1px solid #555555;
}
/* 上部ナビゲーションバー マウスオーバー時 */
#navi ul li a:hover {
	color: #ffffff;
	background-color: #666666;
	background-image: url(images/navi.png);
	background-position: right bottom;
	background-repeat: repeat-x;
}

/* イメージ */
#image {
	background-image: url(images/image1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-left: 10px;
	padding-left: 0px;
	margin-right: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	height: 250px;
	clear: both;
}


/* イメージ */
#image2 {
	background-image: url(images/image2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-left: 10px;
	padding-left: 0px;
	margin-right: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top:10px;
	height: 95px;
	clear: both;
}




/* メイン */
#main {
	font-size: 80%;
	line-height: 1.8;
/*	letter-spacing: 0.05em; */
	margin-bottom: 20px;
	width: 540px;
	float: left;
}
/* メイン余白 */
#main .pad {
	padding-top: 20px;
	padding-left: 29px;
	padding-right: 12px;
}
#main .pad2 {
	padding-top: 0;
	padding-left: 29px;
	padding-right: 12px;
}

/* メインリンク設定 */
#main a {
	text-decoration: none;
	color: #4b1b10;
	background-color: #ffffff;
}
#main a:link {
	text-decoration: none;
	color: #4b1b10;
	background-color: #ffffff;
}
#main a:link:hover {
	text-decoration: underline;
	color: #a4a91e;
	background-color: #ffffff;
}
#main a:link:active {
	text-decoration: underline;
	color: #a4a91e;
	background-color: #ffffff;
}
#main a:visited {
	text-decoration: none;
	color: #336699;
	background-color: #ffffff;
}
#main a:visited:hover {
	text-decoration: underline;
	color: #a4a91e;
	background-color: #ffffff;
}
#main a:visited:active {
	text-decoration: underline;
	color: #a4a91e;
	background-color: #ffffff;
}

/* メインh2 */
#main h2 {
	font-size: 115%;
	font-weight: bold;
	color: #333333;
	background-color: #ffffff;
	background-image: url(images/h2.png);
	background-position: left center;
	background-repeat: no-repeat;
	margin-top: 0px;
	padding-top: 13px;
	padding-left: 10px;
	padding-right: 20px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	clear: both;
}
/* メインh3 */
#main h3 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 10px;
	padding-top: 0px;
	margin-left: 5px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 3px;
	clear: both;
}
/* メインh4 */
#main h4 {
	font-size: 100%;
	margin-top: 10px;
	padding-top: 0px;
	margin-left: 5px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 3px;
	clear: both;
}

#main fieldset {
	padding: 10px;
}

.bmesse {
	font-size: 75%;
 	font-weight: bolder;
}


/* 引用元情報 */
cite {
	font-style: italic;
}
/* 引用 */
blockquote {
	color: #666666;
	background-color: #EfEfEf;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 5px;
}
/* 整形済みテキスト */
pre {
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 5px;
	height: 100px;
	overflow: scroll;
}
/* 箇条書き */
#main dt {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	font-weight: bold;
	color: #4b1b10;
	background-color: #ffffff;
}

#main dd {
	padding-left: 5px;
}
/* 概要用 */
.info {
	margin-top: 10px;
	margin-bottom: 25px;
}
.info dt {
	padding-top: 0;
	padding-left: 5px;
	padding-right: 0;
	padding-bottom: 0;
	margin-left: 20px;
}
.info dd {
	line-height: 160%;
	margin-top: -1.9em;
	margin-left: 9em;
	margin-right: 0;
	margin-bottom: .8em;
	border-bottom: 1px dotted #666666;
}
/* お問い合わせ用 */
.form {
	line-height: 160%;
	margin: 0;
}
.form dt {
	padding-top: 0;
	padding-left: 0.3em;
	padding-right: 0 ;
	padding-bottom: 0;
}
.form dd {
	line-height: 160%;
	margin-top: -1.9em;
	margin-left: 10em;
	margin-right: 0;
	margin-bottom: .8em;
}
/* 新着情報 */
.boxarea {
	color: #333333;
	background-color: #ffffff;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 20px;
} 

.rentory {
	padding-left: 0px;
}

.rentory dt {
        padding: 0;
}
.rentory dd {
	line-height: 140%;
	margin-top: -1.8em;
	margin-left: 6em;
	margin-right: 0px;
	margin-bottom: .4em;
}
/* サイトマップ用 */
.archives {
	margin-top: 0px;
	margin-bottom: 25px;
}
.archives dt {
        padding: 0;
}
.archives dd {
	line-height: 140%;
	margin-top: -1.9em;
	margin-left: 13em;
	margin-right: 0;
	margin-bottom: 0.4em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
/* 順不同リスト（箇条書き）*/
#main ul {
	padding-left: 20px;
}
#main ul ol {
	padding-left: 30px;
}

/* メイン段落 */
#main p {
	margin-top: 8px;
	margin-left: 5px;
	margin-bottom: 8px;
}

/* 画像配置 */
#main .imageleft{
	padding-right: 10px;
	padding-bottom: 10px;
	float: left;
}
#main .imageright{
	padding-left: 10px;
	padding-bottom: 10px;
	float: right;
}
#main .imagecenter{
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

/* サイドバー */
#sub {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Tahoma,'MS UI Gothic',sans-serif;
	font-size: 80%;
	width: 225px;
	margin-bottom: 20px;
	float: right;
}
/* サイドバー余白 */
#sub .pad {
	padding-top: 20px;
	padding-left: 5px;
	padding-right: 25px;
}

/* サイドバーリンク設定 */
#sub a {
	text-decoration: none;
	color: #4b1b10;
	background-color: #ffffff;
}
#sub a:link {
	text-decoration: none;
	color: #4b1b10;
	background-color: #ffffff;
}
#sub a:link:hover {
	text-decoration: none;
	color: #a4a91e;
	background-color: #ffffff;
}
#sub a:link:active {
	text-decoration: none;
	color: #a4a91e;
	background-color: #ffffff;
}
#sub a:visited {
	text-decoration: none;
	color: #4b1b10;
	background-color: #ffffff;
}
#sub a:visited:hover {
	text-decoration: none;
	color: #a4a91e;
	background-color: #ffffff;
}
#sub a:visited:active {
	text-decoration: none;
	color: #a4a91e;
	background-color: #ffffff;
}

/* サイドバーh2 */
#sub h2 {
	font-size: 110%;
	font-weight: bold;
	color: #333333;
	background-color: #ffffff;
	background-image: url(images/sideh2.png);
	background-position: left center;
	background-repeat: no-repeat;
	margin-top: 0px;
	padding-top: 11px;
	padding-left: 10px;
	padding-right: 15px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	clear: both;
}
/* サイドバーh3 */
#sub h3 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 10px;
	padding-top: 0px;
	margin-left: 5px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 3px;
	clear: both;
}
/* サイドバー段落 */
#sub p {
	font-size: 100%;
	margin-top: 3px;
	margin-left:5px;
	margin-bottom: 0px;
	padding-bottom: 0px;
} 

/* カテゴリー */
#sub ul {
	margin-left: 5px;
	list-style-type: none;
}

#sub li {
	list-style-type: none;	

}
#categories {
	color: #333333;
	line-height:1.5;
	background-color: #fff;
	margin-left: 0px;
}

#categories ul {
	padding: 0;
	margin-left: 0px;

	list-style: none;
}
/* カテゴリーリスト */
#categories ul li {
	padding-top: 1px;
	padding-bottom: 1px;
}
/* カテゴリーリスト リンク */
#categories ul li a {
	background-image: url(images/menu.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-indent: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}
#categories ul li a:hover {
	color: #a4a91e;
	background-color: #ffffff;
	background-image: url(images/menu.png);
	background-position: 0px -300px;
	background-repeat: no-repeat;
}
/* サブカテゴリー */
#categories ul ul {
	margin: 0;
	padding: 0;
}
/* サブカテゴリーリスト */
#categories ul ul li {
	background-image: none;
	padding-top: 2px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
}
/* サブカテゴリーリスト リンク */
#categories ul ul li a {
	background-image: url(images/submenu.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-indent: 30px;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
	border-left: none;
}
#categories ul ul li a:hover {
	color: #a4a91e;
	background-color: #ffffff;
	background-image: url(images/submenu.png);
	background-position: 0px -300px;
	background-repeat: no-repeat;
	text-indent: 30px;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
	border-left: none;
}

/* サイドバーフリースペース */
.note{
	padding-left: 5px;
	padding-right: 5px;
}
/* サイドバーフリースペース段落 */
.note p {
	line-height: 130%;
	padding-bottom: 2px;
}

/* サイドバー画像 */
#sub img {
	margin-top: 3px;
	border-style: none;
	margin-bottom: 3px;
}
/* サイドバーリンク */
.link-note {
	font-size: 80%;
	color: #333333;
	background-color: #ffffff;
	text-align: left;
	line-height: 150%;
	margin-top: 10px;
	padding: 2px;
}
#side_banner {
	font-size: 80%;
	color: #666666;
	background-color: #ffffff;
	line-height: 150%;
	margin-top: 40px;
	margin-bottom: 20px;
}

/* フッターナビ */
#footernavi {
	font-size: 72%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Tahoma,'MS UI Gothic',sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#footernavi ul {
	margin: 0;
	padding: 0;
}

#footernavi ul li {
	display: inline;
}
#footernavi ul li a {
	text-decoration: none;
	color: #4b1b10;
	background-color: #ffffff;
	padding: 0 .5em;
}
#footernavi ul li a:hover {
	text-decoration: none;
	color: #a4a91e;
	background-color: #ffffff;
}

#footer {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Tahoma,'MS UI Gothic',sans-serif;
	font-size: 75%;
	font-weight: normal;
	background-image: url(images/footer.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	clear: both;
}

address {
	font-weight: normal;
	font-style: normal;
	padding-top: 20px;
	padding-bottom: 20px;
}
