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

/* body 
-------------------------------------------------------------- */
body {
color:#333;
height:100%;
margin:0;
background-image:url(img/body-back.jpg);
background-position:top;
background-repeat:repeat-x;
}
body > #wrapper {
height:auto;
min-height:100%;
}

/* basic font
-------------------------------------------------------------- */
a:link {color:#23378E; text-decoration: none}

a:visited {color:#23378E; text-decoration: none}

a:hover {color:#E84D9B; text-decoration: none} 

a:active {color:#E84D9B; text-decoration: none}

/* entry-content　font
-------------------------------------------------------------- */
#content .entry-content a {
color: #E84D9B;
text-decoration:none;
}

#content .entry-content a:hover {
color: #E84D9B;
text-decoration:underline;
}

/* footer-bottom　font
-------------------------------------------------------------- */
#footer .footer-inner {
color:#fff;
}
#footer .footer-inner a {
color:#fff;
}
#footer .footer-inner a:hover {
color:#23378E;
}

/* サイトマップ　font
-------------------------------------------------------------- */
#sitemap_list a {
color:#23378E!important;
}
#sitemap_list a:hover {
color:#E84D9B!important;
}

/* グローバル　レイアウト
-------------------------------------------------------------- */
#wrapper {
width:900px;
margin:0px auto;
height:auto!important;
height:100%;
min-height:100%;
}

#header {
width:100%;
margin:0px auto;
background: #fff;
}

#main {
width:900px;
margin:10px auto 0px auto;
height:100%;
display:inline-block;
}

#container {
float: right;
width:660px;
margin: 0px auto 0px auto;
height:100%;
}

#content {
width:100%;
margin: 0px auto 0px auto;
height:100%;
text-align:left;
}

#primary,
#secondary {
float: left;
width: 220px;
height:100%;
margin-top:10px;
}

#pagetop {
width: 100%;
height:60px;
margin:0px auto 0px auto;
}

#footer {
clear:both;
position:relative;
width: 100%;
margin-top:-42px;
height:42px;
line-height:100%;
/*box-shadow: 0px 1px 1px rgba(0,0,0,0.2);*/
/*-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);*/
/*-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);*/
}

/* ヘッダ
-------------------------------------------------------------- */
.header-inner {
width:900px;
margin:0px auto;
height:90px;
position:relative;
}

.header-inner .logo-mark {
position:absolute;
top:5px;
left:0px;
}

.header-inner .logo {
position:absolute;
top:40px;
left:95px;
}

.header-inner .description {
position:absolute;
top:20px;
left:96px;
font-size:12px;
}

.header-inner .tel {
position:absolute;
top:30px;
right:0px;
}

.header-inner .font-s {
position:absolute;
top:65px;
right:0px;
}

.header-inner .request {
position:absolute;
top:30px;
right:15px;
}

.header-inner .header-banner {
position:absolute;
top:30px;
left:265px;
}

/* ページタイトル
-------------------------------------------------------------- */
.page-title {
margin:18px auto 18px auto;
width:100%;
background-color:#fff;
border: 2px solid #6c7fd0;
border-radius: 4px 4px 4px 4px; /* CSS3草案 */  
-webkit-border-radius: 4px 4px 4px 4px; /* Safari,Google Chrome用 */ 
-moz-border-radius: 4px 4px 4px 4px;  /* Firefox用 */
position:relative;
}

.page-title h2 {
margin:0px auto;
text-align:left;
padding-left:10px;
padding-right:10px;
padding-top:10px;
padding-bottom:10px;
font-size:18px;
font-weight:bold;
letter-spacing:0.2em;
text-shadow:0px 1px 1px #dcdcdc;
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
line-height:130%;
}

/* =メニュー（ページ）
--------------------------------------------------------------*/
#access {
width: 100%;
height:36px;
margin:0px auto;
z-index: 9999;
text-align:center;
background-color:#8E9FE8;
border-top:0px solid #AF715D;
box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.2);	
}

#access .menu {
font-size: 14px;
font-weight:normal;
margin-left:0px;
width: 900px;
height:36px;
z-index: 9999;
}
#access .menu {
list-style: none;
margin: 0 auto;
padding-left:0px;
}
#access li,
.menu li {
float: left;
position:relative;
z-index: 9999;
list-style: none;
}
#access a {
color:#fff;
display: block;
height: 36px;
line-height:36px;
padding: 0 20px;
}
#access ul ul {
box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
display: none;
position: absolute;
top: 36px;
left: 0;
float: left;
width: 180px;
text-align:left;
text-indent:10px;
background-color:#8E9FE8;
}
#access ul ul li {
min-width: 180px;
}
#access ul ul ul {
left: 100%;
top: 0;
text-align:left;
text-indent:10px;
background-color:#8E9FE8;
}
#access ul ul a {
line-height: 1em;
padding: 10px;
width: 160px;
height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
color:#fff;
display: block;
background-color:#4867CC;
}
#access ul li:hover > ul {
display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
color:#fff;
background-color:#4867CC;
display: block;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
color:#fff;
background-color:#4867CC;
display: block;
}

/* フッターインナー
-------------------------------------------------------------- */
#footer .footer-inner-box {
width:100%;
height:42px;
margin:0px;
border-top:1px solid #ccc;
/*background-image:url(img/global_menu_back.jpg);
background-position:center;
background-repeat:repeat-x;*/
background-color:#8E9FE8;
line-height:100%;
padding:0px;
}

#footer .footer-inner {
width:900px;
margin:0px auto;
line-height:100%;
}

#footer .footer-inner .footer-left {
float:left;
width:220px;
}

#footer .footer-inner .footer-right {
float:right;
width:680px;
}

#footer .footer-inner .footer-left p {
font-size:11px;
text-align:left;
}
#footer .footer-inner .footer-right p {
font-size:11px;
text-align:right;
}

/* ページトップ-上部
-------------------------------------------------------------- */
#pagetop .pagetop-1 {
height:40px ;
width:900px;
margin:0px auto;
}
#pagetop .pagetop-1 .pagetop-left {
float:left;
width:220px;
margin:0px;
}

#pagetop .pagetop-1 .pagetop-right {
float:right;
width:680px;
margin:0px;
text-align:right;
}

/* ページトップ
-------------------------------------------------------------- */
#pagetop .pagetop-2 {
height:20px ;
width:900px;
margin:0px auto;
font-size:11px;
}
#pagetop .pagetop-2 .pagetop-left {
float:left;
width:220px;
margin:0px;
}
#pagetop .pagetop-2 .pagetop-left p {
font-size:11px;
text-align:left;
}

#pagetop .pagetop-2 .pagetop-right {
float:right;
width:680px;
margin:0px;
}

#pagetop .pagetop-2 .pagetop-right p {
font-size:11px;
text-align:right;
}

/* カテゴリー　タイトル
-------------------------------------------------------------- */
#content .cate-title,
#content .entry-title {
width:98%;
margin:0px auto 12px auto;
}

#content .cate-title h1,
#content .entry-title h1 {
padding:8px 0px 8px 15px;
border-left: solid 6px #666;
border-bottom:1px dotted #666;
font-size:105%;
line-height:130%;
background-image:url(img/white.png);
background-position:center;
background-repeat:repeat;
}

/* エントリーコンテント
-------------------------------------------------------------- */
#content .entry-content,
#content .entry-search {
clear:both;
width:100%;
margin:20px auto 25px auto;
padding:0px 0px 0px 0px;
font-size:13px;
text-align:left;
line-height:160%;
font-weight:normal;
}

#content .entry-summary {
width:100%;
margin:0px auto 5px auto;
padding:0px 0px 5px 0px;
font-size:13px;
line-height:160%;
font-weight:normal;
}

/* GoogleMap*/
#content small a {
font-size: 130%;
color:#ed619a!important;
line-height: 180%;
}

/* エントリーコンテント　イメージ*/
#content  .entry-content img  {
border:1px solid #e1e1e1;
}