@charset "utf-8";

/* =初期設定
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}


table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: collapse;
	border-spacing: 0;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
	margin: 0;
	padding: 0;
}


/* =全体
------------------------------------------------------------------------------ */

html {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body {
	background-color: #e4e4d1;
	line-height: 1.6;
	color: #333;
	font-size: 90%;
	-webkit-text-size-adjust: 100%;
}
body.home {
}

.wrap {
	margin: 0 auto;
	width: 960px;
}
#contents {
	padding: 20px 0px;
}

/* =リンク文字設定
------------------------------------------------------------------------------ */

a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: underline;
}

/* =ヘッダー
------------------------------------------------------------------------------ */

header#top {
	height: 120px;
	position: relative;
}

header#top h1 {
	font-size: 80%;
	font-weight: normal;
	position: absolute;
	top: 5px;
	right: 0;
	color: #252525;

}
header#top h2 {
	position: absolute;
	top: 8px;
	left: 20px;
}

header#top p#tel {
}

header#top ul {
	list-style: none;
	position: absolute;
	top: 50px;
	right: 0;
}
header#top ul li {
	float: left;
	margin: 0px 0px 0px 5px;
	font-size: 70%;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	letter-spacing: 2px;
}
header#top ul li a {
	display: block;
	padding: 0px 10px;
	color: #fff;
	background-color: #000;
	line-height: 30px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

}
header#top ul li a:hover {
	background-color: #575757;
	text-decoration: none;
}

/* =ナビ
------------------------------------------------------------------------------ */
nav {
	clear: both;
	height: 50px;
	margin: 10px 0;
}
  
nav ul {
	list-style: none;
}
nav ul li {
	float: left;
	list-style: none;
	text-align: center;
	font-size: 90%;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	border-left: 1px dotted #a6a698;
	width: 159px;
	text-shadow: 1px 1px 1px #fff;
}


nav ul li#menu-item-21 {
	border-left: none;
	width: 160px;
}

nav ul li a {
	display: block;
	width: 149px;
	height: 36px;
	padding: 14px 0 0;
	margin: 0 5px;
	color: #000;
}

nav ul li a:hover,
nav ul li.current-menu-item a,
nav ul li.current-menu-parent a,
nav ul li.current-post-ancestor a {
	background-image: url(../img/nav_hover.png);
	background-repeat: repeat-x;
	text-decoration: none;
	height: 37px;
	padding: 13px 0 0;
	text-shadow: none;
}

nav ul li a span {
	background-image: url(../img/nav_arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 18px;
}


/* =看板
------------------------------------------------------------------------------ */
#eyecach {
	clear: both;
}
#eyecach img {
	vertical-align: bottom;
}
#eyecach p {
	padding: 0;
	margin: 0;
}

/* =パンくず
------------------------------------------------------------------------------ */

p#pankz {
	font-size: 80%;
	margin: 10px 0px 0px 0px;
}
p#pankz a {
}

/* =メイン
------------------------------------------------------------------------------ */
#main {
	float: left;
	width: 715px;
}

#main article {
	clear: both;
	padding: 52px 10px 10px;
	margin: 0px 0px 20px 0px;
	width: 695px;
	overflow: hidden;
	position: relative;
}
#main article header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

#main article header h1 {
	padding: 0px 0px 0px 10px;
	margin: 0px;
	line-height: 37px;
	width: 100%;
	background:url(../img/h2Bg.png) no-repeat 0 0;
	font-size: 110%;
	font-weight: bold;
	color: #000;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	letter-spacing: 2px;
}
#main article header h1 a {
	color: #000;
}
#main article header h1 a:hover {
	color: #1594cc;
}


#main h2 {
	clear: both;
	padding: 0px 0px 3px 0px;
	margin: 0 0 20px 0;
	font-size: 100%;
	font-weight: normal;
	color: #000;
	border-bottom: 1px dotted #1c1b18;
}

#main h3 {
	clear: both;
	padding: 0px;
	margin: 0 0px 20px 0px;
	font-size: 100%;
	font-weight: bold;
}

#main p {
	margin: 0px 0px 30px 0px;
}

#main aside.meta {
	clear: both;
	border: 1px dotted #1c1b18;
	margin: 20px 0 0;
	padding: 5px 10px;
	line-height: 1.4;
	font-size: 80%;
	overflow: auto;
}
#main aside.meta p {
	float: right;
	margin: 0px;
}

#main article section {
	margin-bottom: 2em;
}

#main aside ul.kodawari {
	list-style: none;
	padding: 0;
	margin: 0 10px 20px;
	text-align: center;
}
#main aside ul.kodawari li {
	display: inline;
	padding: 0;
	margin: 0 10px;
}


/* =サイド
------------------------------------------------------------------------------ */

#side {
	float: right;
	width: 225px;
	line-height: 1.4;
}

#side section {
	clear: both;
	padding: 0px 5px;
	margin: 0px 0px 20px 0px;
	width: 205px;
	overflow: hidden;
}

#side section h2 {
	padding: 0;
	margin: 0 0 10px;
	line-height: 37px;
	border-bottom: 1px dotted #1c1b18;
	font-size: 100%;
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	letter-spacing: 2px;
}

#side ul {
	list-style: none;
	padding: 0px;
	margin: 0px 5px 10px 5px;
}
#side ul li {
	padding: 3px 0px;
	margin: 0px 0px 5px 0px;
}
#side ul li:last-child {
	border-bottom: none;
}
#side ul li a {
	background-image: url(../img/bgGray.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 10px;
}
#side ul li a:hover {
	background-position: 1px center;

}

#side p {
	font-size: 90%;
	margin: 0px 0px 10px 0px;
}
#side aside {
}

#side aside p {
	margin: 0px 0px 5px 0px;
}

#side aside ul.btn {
	list-style: none;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

#side aside ul.btn li {
	padding: 0px;
	margin: 0px 0px 5px 0px;
	border-bottom: none;
	font-size: 120%;
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	letter-spacing: 2px;
}
#side aside ul.btn li a {
	display: block;
	background-image: url(../img/btn.png);
	background-repeat: no-repeat;
	line-height: 60px;
	width: 193px;
	padding: 0 0 0 32px;
}
#side aside ul.btn li a:hover {
	display: block;
	background-image: url(../img/btn_on.png);
	background-repeat: no-repeat;
	text-decoration: none;
}

#side #searchform {
	padding: 0;
	margin: 0 0 20px;
	overflow: hidden;
}
#side #searchform #s {
	float: left;
	line-height: 30px;
	border: 1px solid #000;
	margin: 0;
	padding: 0;
	width: 165px;
	font-size: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

}
#side #searchform #searchsubmit {
	float: right;
	padding: 0px 10px;
	color: #fff;
	background-color: #000;
	line-height: 30px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	cursor: pointer;	
}
#side #searchform #searchsubmit:hover {
	background-color: #575757;
	text-decoration: none;
}



/* =ページトップ
------------------------------------------------------------------------------ */

p#pagetop {
	clear: both;
	float: right;
	margin: 0 0 20px;
}
p#pagetop a {
	background-image: url(../img/pagetop.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 10px;
	font-size: 90%;
}
p#pagetop a:hover {
}


/* =フッター
------------------------------------------------------------------------------ */

#footerWrap {
	clear: both;
	background-color: #000;	
}

footer {
	clear: both;
	padding: 20px 0;
	margin: 0 auto;
	width: 960px;
	overflow: hidden;
}

footer p#logo {
	float: left;
}

footer ul {
	list-style: none;
	padding: 0px;
	margin: 0px 20px 20px 20px;
	overflow: hidden;

}
footer ul li {
	float: left;
	font-size: 90%;
}

footer ul li a {
	display: block;
	width: 220px;
	margin: 0px;
	background-image: url(../img/bgGray.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 10px;
	margin: 0 0 5px;
	color: #fff;
}

footer ul li a:hover {
	color: #bfbfbf;
}

footer p#copyright {
	clear: both;
	text-align: center;
	color: #fff;
}
footer p#copyright a {
	color: #fff;
}
footer p#copyright a:hover {
}



footer p#themes_switch {
	text-align: center;
	padding: 0;
	margin: 0 auto 20px;
}

footer p#themes_switch a {
	display: inline-block;
	margin: 0 auto;
	padding: 5px 20px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #ccc;
	color: #fff;
}
footer p#themes_switch a:hover {
	text-decoration: none;
	
}

