@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: #fff;
	line-height: 1.6;
	color: #252525;
	font-size: 90%;
	-webkit-text-size-adjust: 100%;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
}
body.home {
	background-image: url(../img/bg_top.jpg);
}

.wrap {
	margin: 0 auto;
	width: 910px;
}
#contents {
	padding: 30px 0px;
}

/* =リンク文字設定
------------------------------------------------------------------------------ */

a {
	color: #1594cc;
	text-decoration: none;
}
a:hover {
	color: #2dace3;
	text-decoration: underline;
}

/* =ヘッダー
------------------------------------------------------------------------------ */

header#top {
	height: 80px;
	position: relative;
}

header#top h1 {
	font-size: 80%;
	font-weight: normal;
	position: absolute;
	top: 5px;
	right: 0;
	color: #fff;

}
header#top h2 {
	position: absolute;
	top: 8px;
	left: 0;
    text-align: center;
}
header#top h2 a {
    display: inline-block;
}
header#top h2 a:last-child {
    margin-left: 1em;
}
header#top p#tel {
	position: absolute;
	top: 30px;
	right: 0px;
}

header#top ul {
	list-style: none;
	position: absolute;
	top: 2px;
	right: 0;
}
header#top ul li {
	float: left;
	margin: 0px 0px 0px 20px;
	font-size: 80%;
}
header#top ul li a {
	background-position: left center;
	padding: 0px 0px 0px 10px;
	color: #fff;
}
header#top ul li a:hover {
	color: #fff;	
}


/* =ナビ
------------------------------------------------------------------------------ */
nav {
	clear: both;
	height: 46px;
	margin: 15px 0;
}
  
nav ul {
	list-style: none;
}
nav ul li {
	float:left;
	list-style: none;
	text-align: center;
	line-height: 1.2;
	font-size: 90%;
}

nav ul li a {
	display: block;
	width: 152px;
	height: 41px;
	color: #333;
	padding: 5px 0px 0px 0px;
	background-image: url(../img/nav.png);
	background-repeat: no-repeat;
}
nav ul li#menu-item-11 a {background-position: 0 0;}
nav ul li#menu-item-13 a {background-position: -152px 0; width: 151px;}
nav ul li#menu-item-14 a {background-position: -303px 0;}
nav ul li#menu-item-15 a {background-position: -455px 0;}
nav ul li#menu-item-2913 a {background-position: -607px 0; width: 151px;}
nav ul li#menu-item-12 a {background-position: -758px 0;}

nav ul li#menu-item-11 a:hover,
nav ul li#menu-item-11.current-menu-item a,
nav ul li#menu-item-11.current-menu-parent a,
nav ul li#menu-item-11.current-post-ancestor a {
	background-position: 0px -46px;
	text-decoration: none;
	color: #666666;
}

nav ul li#menu-item-13 a:hover,
nav ul li#menu-item-13.current-menu-item a,
nav ul li#menu-item-13.current-menu-parent a,
nav ul li#menu-item-13.current-post-ancestor a {
	background-position: -152px -46px;
	text-decoration: none;
	color: #666666;
}
nav ul li#menu-item-14 a:hover,
nav ul li#menu-item-14.current-menu-item a,
nav ul li#menu-item-14.current-menu-parent a,
nav ul li#menu-item-14.current-post-ancestor a {
	background-position: -303px -46px;
	text-decoration: none;
	color: #666666;
}
nav ul li#menu-item-15 a:hover,
nav ul li#menu-item-15.current-menu-item a,
nav ul li#menu-item-15.current-menu-parent a,
nav ul li#menu-item-15.current-post-ancestor a {
	background-position: -455px -46px;
	text-decoration: none;
	color: #666666;
}
nav ul li#menu-item-2913 a:hover,
nav ul li#menu-item-2913.current-menu-item a,
nav ul li#menu-item-2913.current-menu-parent a,
nav ul li#menu-item-2913.current-post-ancestor a {
	background-position: -607px -46px;
	text-decoration: none;
	color: #666666;
}
nav ul li#menu-item-12 a:hover,
nav ul li#menu-item-12.current-menu-item a,
nav ul li#menu-item-12.current-menu-parent a,
nav ul li#menu-item-12.current-post-ancestor a {
	background-position: -758px -46px;
	text-decoration: none;
	color: #666666;
}

nav ul li span {
	display: block;
	color: #666666;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}

nav ul li a:hover span,
nav ul li.current-menu-item a span,
nav ul li.current-menu-parent a span,
nav ul li.current-post-ancestor a span {


}


/* =看板
------------------------------------------------------------------------------ */
#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: right;
	width: 618px;
}

#main article {
	clear: both;
	padding: 60px 10px 10px;
	margin: 0px 0px 20px 0px;
	width: 598px;
	overflow: hidden;
	position: relative;
}
#main article header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

#main article header h1 {
	padding: 0px 0px 0px 22px;
	margin: 0px;
	line-height: 40px;
	width: 100%;
	background:url(../img/heading.png) no-repeat 0 0;
	font-size: 100%;
	font-weight: normal;
	color: #252525;
}
#main article header h1 a {
	color: #252525;
}
#main article header h1 a:hover {
	color: #1594cc;
}

#main h2 {
	clear: both;
	padding: 0px 0px 0px 0px;
	margin: 0 0 20px 0;
	font-size: 100%;
	font-weight: bold;
	color: #1594cc;
	border-bottom: 1px solid #dddddd;
	line-height: 30px;
}

#main h3 {
	clear: both;
	padding: 0px;
	margin: 0 0px 10px 0px;
	font-size: 100%;
	font-weight: bold;
}

#main p {
	margin: 0px 0px 40px 0px;
}

#main p.postdate {
	text-align: right;
	color: #666;
}
#main aside.banner {
}

#main aside.meta {
	clear: both;
	background-color: #f2f2f2;
	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;
}


/* =サイド
------------------------------------------------------------------------------ */

#side {
	float: left;
	width: 265px;
	line-height: 1.4;
}

#side section {
	clear: both;
	padding: 50px 5px 0 5px;
	margin: 0px 0px 20px 0px;
	width: 255px;
	overflow: hidden;
	position: relative;
}

#side section h2 {
	padding: 0px 0px 0px 20px;
	margin: 0px;
	line-height: 40px;
	width: 100%;
	background: url(../img/heading2.png) no-repeat 0 0;
	font-size: 100%;
	font-weight: normal;
	color: #252525;
	position: absolute;
	top: 0px;
	left: 0px;
}

#side ul {
	list-style: none;
	padding: 0px;
	margin: 0px 5px 10px 5px;
}
#side ul li {
	padding: 3px 0px;
	margin: 0px 0px 5px 0px;
	border-bottom: 1px dotted #dcdcdc;
}
#side ul li:last-child {
	border-bottom: none;
}
#side ul li a {
	background-image: url(../img/list.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 16px;
}
#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 {
	list-style: none;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

#side aside ul li {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	border-bottom:none;
}
#side aside ul li img {
	vertical-align: bottom;
}

#side aside ul li a {
	background-image: none;
	padding: 0px;
}

/* =ページトップ
------------------------------------------------------------------------------ */

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 {
}


/* =フッター
------------------------------------------------------------------------------ */

footer {
	clear: both;
	padding: 20px 0;
	border-top: 1px solid #ccc;
	overflow: hidden;
}

footer p#logo {
	float: left;
}

footer ul {
	list-style: none;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	float: right;
	width: 600px;
}
footer ul li {
	float: left;
}

footer ul li a {
	display: block;
	width: 180px;
	margin: 0px;
	background-image: url(../img/list.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0px 0px 0px 16px;
}

footer ul li a:hover {
	background-position: 1px center;
}

footer p#copyright {
	clear: both;
	text-align: center;
}
footer p#copyright a {
	color: #333;
}
footer p#copyright a:hover {
}
