/*  Typo
----------------------------------------------- */

a:link, a:visited
{
    text-decoration: underline;
    color:#EC4413;
}
a:active { text-decoration: underline; }
a:hover { text-decoration:none; }


h1 { font:bold 18px/140% "Trebuchet MS", Verdana, sans-serif; }
h2 { font:bold 14px/140% "Trebuchet MS", Verdana, sans-serif; }

p {	font: 11px/140% Verdana, Geneva, Arial, Helvetica, sans-serif;}


/*-----------------font----------------------*/


body, p, table, td
{
    font:normal 14px/160% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ","Mayryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    color:#531300;
}

input, textarea
{
    font:normal 14px/160% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ","Mayryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

h1
{
    font:normal normal bold 18px/140% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ","Mayryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    color:#666666;
    
}


h2
{
    font:normal normal normal 16px/140% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ","Mayryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    color:#666666;
    
}



h3
{
    font:normal normal normal 16px/140% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ","Mayryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    color:#666666;
    
}

h4
{
    font:normal normal bold 16px/140% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ","Mayryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    color:#666666;
    
}

a:link,
a:visited
{
    text-decoration: underline; /* fix */
    color:#1B74FF;
}

a:active,
a:hover
{
    text-decoration:none; /* fix */
    color: #1B74FF;
}

div.hr
{
    border-bottom-style:dotted;
    border-bottom-width:1px; /* fix */
    border-color: #999999;
    height: 1px;
}


/*-----------------fontここまで----------------------*/



/*  Layout
----------------------------------------------- */

body {
    background-color:  rgb(252,255,230)  ;
background-image:url(img-body-bg.gif) !important;
    padding:35px 0 0 0;
    margin:0;
    font: 11px/140% Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#container
{
    margin:0 auto;
    width:950px;

   background-color:white;
}

/*-------上部タイトル　電話番号----------*/

#title1{
padding:30px;
}

#container #title1 h2{
float:left;
width:45%;
height:40px;
color:#666;
font-size:26px;
font-weight:bold;
orverflow:hidden;
}

#container #title1 h2 img{
width:36px;
height:55px;
padding-right:6px;
position:relative;
top:-16px;
float:left;
}

#container #title1 p{
float:right;
width:45%
text-align:right;
color:#666;
font-size:22px;
font-weight:bold;
}


/*  グローバルナビゲーション
----------------------------------------------- */

#groval{
clear:both;
margin:5px auto 0 auto;
padding:0;
background-color:#FDC815;
	width: 900px;
}

#nav {
	clear: both;
	margin: 0 auto;
	overflow: hidden;
}


#nav .mainNav1 {
	margin: 0;

	list-style-type: none;
}
#nav .mainNav1 li {
	float: left;
	margin: 0 0 0 0;
	font-size: 30px;
width:150px;
}
#nav .mainNav1 li span {
	padding: 0 0 0 0;
	background: url(nav.png) no-repeat left center;
}
#nav .mainNav1 li a {
	display: block;
	padding: 5px 10px 0 20px;
	color: #333;
	line-height: 26px !important;
height:30px;
	background: url(nav-border.jpg) no-repeat right top;
border-bottom:none;
	text-decoration: block;
text-align:center;
}

#nav .mainNav1 li a:hover {
	background: #DDD url(nav-border.jpg) no-repeat right top;
}

#nav .mainNav2 {
	display: none;
}


/*  ヘッダー画像
----------------------------------------------- */

#header
{
margin:0 auto;
width:900px !important;
    padding:0;
position:relative;
}

#header img{
width:100%;
}




/*  サイドバー
----------------------------------------------- */

#navigation
{
    float:left;
    width:210px;
    padding:17px 10px 0 24px;

}

#sidebar
{
   padding:0;
}


#sidebar h2{
margin:0 !important;
background-color:#FDC815;
padding:5px 0 5px 0;
border-bottom:solid 1px #888;
color:#333 !important;
text-align:center;
font-size:14px !important;
font-weight:bold;
}

#sidebar h3{
margin:5px 5px 0 5px;
color:#333;
font-size:14px;
}

#navigation p{
line-height:1.4;
background-color:transparent !important;
background-image:none;
margin:0 5px;
font-size:13px;
color:#333;
}

#navigation p.move{
margin-left:19px;
text-align:center;
}


#navigation p.banner{
margin-left:14px;
text-align:center;
}


/*  メインコンテンツ
----------------------------------------------- */

#content
{
    float:right;
    width:670px;
    padding:17px;
}

#content h1 {
background: #FDC815;
margin-bottom:5px;
padding:5px;
color: #333;
font-size:15px;
font-weight:bold;
line-height:1.3;
text-align:center;
}

#content h2{
color:#333;
font-size:14px;
font-weight:bold;
line-height:1.6;
border-left:solid #008030 10px;
border-bottom:solid #008030 1px;
padding-left:3px;
}

#content h3{
margin-left:10px;
padding-left:3px;
color:#106030;
font-size:14px;
font-weight:bold;
line-height:1.3;
border-left:solid #008030 6px;

}

#content h4{
padding:2px;
padding-left:6px;
background:-webkit-linear-gradient(top,#fca090,#fcc0b0);
border-radius:3px;
box-shadow:2px 1px 2px #ccc;

}

#content p{
background-color:transparent !important;
background-image:none;
color:#333;
}

#content form{
color:#666;
font-size:14px;
}


/*  フッター
----------------------------------------------- */
#footer{
    clear:both;
    margin-top:10px;
    background:url(https://u.jimcdn.com/cms/o/s4f4cf2cfef7e784f/userlayout/img/footer-bg.gif?t=1419036191) repeat-x top;
    height:65px;
}

#footer .gutter 
{
    height:30px;
    padding:35px 15px 0 90px;
}

/*  Navigation
----------------------------------------------- */

ul.mainNav1,
ul.mainNav2
{
    margin:0;
    padding: 0;
}

ul.mainNav1 li,
ul.mainNav2 li
{
    display: inline;
    margin: 0;	
    padding: 0;

}


ul.mainNav1 li a,
ul.mainNav2 li a
{
    font:normal 14px/140% Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-decoration: none;
    display: block;
  line-height:2;
color:#e39ca9;
    border-bottom:1px solid #3090f0;
background: url(http://u.jimdo.com/www41/o/layout/l3c61acd5a0d0f4ee/img/img-nav-li-bg.gif) no-repeat 6px 11px;
}


ul.mainNav1 li a { padding:4px 4px 4px 24px; }
ul.mainNav2 li a { padding:4px 4px 4px 24px; }
ul.mainNav3 li a { padding:4px 4px 4px 24px; }


ul.mainNav1 a:hover
{
font-weight:bold;
}

ul.mainNav1 a.current { font-weight:bold; }

.side{ font-size:11px;}

/*-------レフトナビのレイアウト(レフトナビは非表示）----------*/
/*
#navigation ul{
border:solid 3px #51B11D;
background-color:#ffffff;
padding:0 5px;
}

#navigation ul li{
border-bottom:2px solid #51B11D;
}


#navigation ul li a{
line-height:2;
color:#51B11D;
}

#navigation h1,#navigation h2,#navigation h3{
padding: 5px 6px 5px 12px;
background: url(http://u.jimdo.com/www41/o/layout/l3c61acd5a0d0f4ee/img/img-side-hx-bg.gif) repeat-y 0 0;
color: #555555;
margin: 0 0 6px;
border: none;
box-shadow: rgba(30, 30, 30, .25) 0px 1px 2px;
}Nav1 a.current { font-weight:bold; }