@charset "utf-8";
/* CSS Document */

	* {
		margin: 0px;
		padding: 0px;
	}
	h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form {
		margin: 0px;
		padding: 0px;
		font-size: 12px;
	}
	ul {
		list-style-type: none;
	}
	img {
		border: none;
	}
	input, textarea, select {
		font-size: 1em;
	}
	form {
		margin: 0px;
	}
	table {
		border-collapse:collapse;
		font-size: 100%;
		border-spacing: 0;
	}
	.clearfix:after, .imgRight:after, imgLeft:after, .new ul:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: "";
		clear: both;
		height: 0;
		}
	* html .clearfix             { zoom: 1; } /* IE6 */
	*:first-child+html .clearfix { zoom: 1; } /* IE7 */
	
	.mT20 {
		margin-top:20px;
	}
	.mB20 {
		margin-bottom:20px;
	}
	a { 
		color:#00F;
		text-decoration:none;
	}
    strong {
        color: #f82828;
        font-weight: bold;
    }
/*frame style*/
	body {
		font-family: "メイリオ", "Meiryo UI", "ヒラギノ丸ゴ Pro W4", "小塚ゴシック Pro R", sans-serif;
		letter-spacing: 0.2em;
	}
	#header, #content, #footer, #Mv, #GNav{
		width:100%;
    min-width: 1000px;
		padding-left:0 !important;
		padding-right:0 !important;
	}
	.container {
		width: 1000px;
		margin:0 auto;
	}
	.imgRight {
		float:right;
		padding:10px 20px 10px 10px !important;
	}
	.imgLeft {
		float:left;
		padding:10px 10px 10px 20px !important;
	}
	#wrapLeft, #mainWrap {
		float:left;
	}
	#wrapRight {
		float:right;
	}
/*frame style end*/

/*container and wrappers*/
	body {
		background: #f7ffdf;
        background: -moz-linear-gradient(top, #f7ffdf 0%, #ffffff 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7ffdf), color-stop(100%,#ffffff));
        background: -webkit-linear-gradient(top, #f7ffdf 0%,#ffffff 100%);
        background: -o-linear-gradient(top, #f7ffdf 0%,#ffffff 100%);
        background: -ms-linear-gradient(top, #f7ffdf 0%,#ffffff 100%);
        background: linear-gradient(to bottom, #f7ffdf 0%,#ffffff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7ffdf', endColorstr='#ffffff',GradientType=0 );
	}
	#content {
		padding:0px 0;
	}
	#wrapLeft {
		width:260px;
	}
	#wrapRight {
		width:260px;
	}
	#mainWrap {
		width:1000px;
	}
	.textBox02 {
		width: 100%;
        margin-bottom: 20px;
	}
	.imgRight img, .imgLeft img {
		border-radius: 5px;
        border: 5px solid #d1cfca;
        box-shadow: 0px 3px 10px -5px #000;
	}
/*end container and wrappers*/

/*header*/
	#header {
		padding:12px 0;
		box-shadow:0px 0px 4px rgba(61,60,57,0.75);
        border-top: 2px solid #b5bc9e;
		margin-bottom:10px;
        
        background: #efefef;
        background: -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#ffffff));
        background: -webkit-linear-gradient(top, #e5e5e5 0%,#ffffff 100%);
        background: -o-linear-gradient(top, #e5e5e5 0%,#ffffff 100%);
        background: -ms-linear-gradient(top, #e5e5e5 0%,#ffffff 100%);
        background: linear-gradient(to bottom, #e5e5e5 0%,#ffffff 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 );
	}
	.siteTitle {
		display:block;
		text-align:left;
        padding: 0 15px;
	}
	.siteTitle a {
		font-size: 30px;
		color: #4a4d41;
		font-weight: bold;
		letter-spacing: 0.1em;
        text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
	}
	.siteTitle a img {
        vertical-align: middle;
        margin-right: 10px;
	}
/*end header*/

/*Global navigation*/
	.GNavList {
        padding: 9px;
        background-color: #fff;
        border: 1px solid #BDC4A7;
		margin-bottom:20px;
	}
    #Mv .GNavList {
        margin-bottom: 12px;
        float: left;
        width: 370px;
    }
	.GNavList ul {
		font-size:0;
		text-align:left;
		letter-spacing:0;
	}
	.GNavList ul li {
		display: block;
        margin-bottom: 3px;
	}
	.GNavList ul li:last-child {
		margin-bottom:0;
	}
	.GNavList ul li a {
		display: block;
		color: #262626;
		text-transform: uppercase;
		font-size: 13px;
		padding: 6px 8px;
        padding-left: 42px;
        background: url(../images/arrow.png) no-repeat  10px center;
        background-color: #b3d3e0;
        box-shadow: inset 0 0px 2px #fff;
        border: 1px solid #95AFBA;
		letter-spacing:0.1em;
	}
	.GNavList ul li a:hover {
		background-color:#dfeba9;
	}
/*end Global navigation*/

/*Main visual*/
	#Mv {
		position:relative;
		margin-bottom:15px;
	}
	#Mv .container {
		position:relative;
	}
	.Mv {
		text-align:center;
		position:relative;
		z-index:1;
		border: 5px solid #6e777e;
        width: 580px;
        height: 495px;
        float: right;
        margin-bottom: 10px;
	}
	.Mv img {
	}
	.desc {
		position:absolute;
		top:30px;
		right:50px;
		padding:15px;
		width:460px;
		background-color:rgba(255,255,255,0.5);
		border-radius:5px;
	}
	.desc p {
		color:#0e0e0e;
		font-size:13px;
		line-height:16px;
		letter-spacing:0.1em;
	}
/*end Main visual*/

/*headings*/
	#content h1 img, #content h3 img, #Mv h3 img {
		vertical-align:middle;
		margin-right:8px;
	}
	#content h1, h2 {
		font-size:22px;
		color:#fff;
		font-weight:bold;
		letter-spacing:0.05em;
        border: 1px solid #2d2b1b;
        background: url(../images/pattern01.png) center;
        background-color: #2d2b1b;
        text-shadow: 1px 1px 0px rgba(13, 34, 36, 0.75);
        box-shadow: inset 0px 0px 3px #fff;
        line-height: 44px;
        *min-height: 44px;
        padding: 0px 13px;
        margin-bottom: 5px;
	}
    h2 {
        margin: 10px 0;
        font-size: 18px;
         line-height: 46px;
        *min-height: 46px;
    }
	.blogpart h3 {
		font-size: 18px;
		color: #403c3c;
		font-weight: bold;
		letter-spacing: normal;
		border: 1px solid #ccb58a;
		text-shadow: 1px 1px 0px #fff6e4;
		box-shadow: inset 0px 0px 3px #e3debe;
         line-height: 42px;
        *min-height: 42px;
		padding: 0px 8px;
        background-color: #DDDBCB;
	}
    .GNavList h3 {
		font-size: 18px;
		color: #403c3c;
		font-weight: bold;
		letter-spacing: normal;
		border: 1px solid #ccb58a;
		text-shadow: 1px 1px 0px #fff6e4;
		box-shadow: inset 0px 0px 3px #e3debe;
         line-height: 42px;
        *min-height: 42px;
		padding: 0px 8px;
        background-color: #DDDBCB;
        margin-bottom: 8px;
	}
    .new h3 {
		font-size: 18px;
		color: #403c3c;
		font-weight: bold;
		letter-spacing: normal;
		border: 1px solid #ccb58a;
		text-shadow: 1px 1px 0px #fff6e4;
		box-shadow: inset 0px 0px 3px #e3debe;
         line-height: 42px;
        *min-height: 42px;
		padding: 0px 8px;
        background-color: #DDDBCB;
        margin-bottom: 8px;
	}
/*end headings*/

/*content*/
	.text01 {
		margin-bottom:20px;
		position:relative;
	}
	.text01 p {
		font-size:13px;
		color:#242424;
		padding:10px 10px;
	}
/*end content*/

/*backlinks*/
	.link01 {
		padding:10px 10px;
        clear: both;
	}
	.link01 li {
		margin-bottom:5px;
	}
	.link01 li:last-child {
		margin-bottom:0;
	}
	.link01 li a {
		display:block;
		font-size:14px;
		color:#050505;
        background: url(../images/link.png) no-repeat 10px center;
		background-color:#eadf96;
		letter-spacing:0.1em;
		padding:8px 10px;
        padding-left: 30px;
		border-bottom: 1px solid #bcb68e;
	}
	.link01 li a:hover {
		text-decoration: underline;
	}
/*end backlinks*/

/*sitemap links*/
	.con-nav {
        clear: both;
		padding:10px 0;
        margin-bottom:15px;
	}
	.con-nav li {
		margin-bottom:3px;
	}
	.con-nav li:last-child {
		margin-bottom:0;
	}
	.con-nav li a {
		display:block;
		font-size:14px;
		color:#050505;
        background: url(../images/link.png) no-repeat 10px center;
		background-color:#eadf96;
		letter-spacing:0.1em;
		padding:8px 10px;
        padding-left: 30px;
		border-bottom: 1px solid #bcb68e;
	}
	.con-nav li a:hover {
		background-color:#d6d1ac;
	}
/*end sitemap links*/

/*new*/
	.new {
        padding: 9px;
        border: 1px solid #BDC4A7;
        background-color: #fff;
		margin-bottom:20px;
	}
    #Mv .new {
        margin: 0;
        width: 370px;
        float: left;
    }
	.new ul {
        font-size: 0;
        letter-spacing: 0;
        text-align: center;
        zoom:1;
    }
    .new ul li {
        display: block;
        margin-bottom: 5px;
    }
    .new ul li:last-child {
        margin-bottom: 0;
    }
    .new ul li a span {
        display: inline-block;
        *display:inline;
        font-size: 11px;
        letter-spacing: normal;
        font-weight: bold;
        zoom:1;
        min-width: 120px;
    }
    .new ul li a p {
        display: inline-block;
        *display:inline;
        font-size: 13px;
        zoom:1;
    }
    .new ul li a {
        display: block;
        padding: 6px;
        padding-left: 35px;
        line-height: 2.0;
        background: url(../images/arrow02.png) no-repeat 7px center;
        background-color: #eaf0a5;
        border: 1px solid #c0c48c;
        box-shadow: inset 0 0 2px #fff;
        color: #2f2f2f;
        letter-spacing: normal;
        text-align: left;
    }
    .new ul li a:hover {
        background-color: #beebfd;
    }
/*end new*/

/*blogpart*/
	.blogpart {
        padding: 9px;
        border: 1px solid #BDC4A7;
        background-color: #fff;
		margin-bottom:20px;	
	}
    .textBox02 .blogpart {
        margin: 0;
        float: right;
        width: 260px;
    }
	.blogItem {
		padding:10px 0 2px;
		text-align:center;
		letter-spacing:normal;
	}
	.blogpart .blogItem > div, .blogpart .blogItem > table {
		margin-left:auto !important;
		margin-right:auto !important;
	}
/*end blogpart*/

/*footer*/
	#footer {
		background-color:#484b3d;
		padding:20px 0;
	}
	.FNav {
		padding:0px 0;
	}
	.FNav ul {
		font-size:0;
		text-align:center;
	}
	.FNav ul li {
		display:inline-block;
		padding:0 10px;
        margin-bottom: 10px;
        zoom:1;
        *display:inline;
	}
	.FNav ul li:last-child {
	}
	.FNav ul li a {
		display:block;
		color:#fff;
		font-size:12px;
		text-transform:uppercase;
		letter-spacing:0.1em;
		padding:6px 13px;
	}
	.FNav ul li a:hover {
		color:#030303;
		background-color:#E2F89C;
	}
	.copy {
		color:#fff;
		font-size:12px;
		text-transform:uppercase;
		letter-spacing:normal;
		text-align:center;
		padding:10px 0 0;
	}
/*end footer*/

/*slide show styles*/
	#slides {
		margin:0 auto;
		text-align:center;
		position:relative;
		top:0px;
		z-index:1;
		width:100%;
		padding:0px 0px 0px;
		display:none;/*note:if slider is enabled, uncomment 'display:none' to prevent div from flashing*/
	}
	#slides > .slidesjs-container {
		position:relative;
		background: url(../images/loading.gif) no-repeat center center #fff; 
	}
    #slides > .slidesjs-container:before {
        content: "";
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 12;
        position: absolute;
        box-shadow: inset 0 0px 2px rgba(0, 0, 0, 0.75);
    }
	/*Slider navigation*/
	#slides > .slidesjs-navigation {
		position:absolute;
		font-size:0;
		z-index:10;
	}
	#slides .slidesjs-stop, #slides .slidesjs-play{
		top:0;
		right:0;
	}
	#slides .slidesjs-stop:after {
		content:"\25a0";
		font-size: 20px;
		color:#fa8c8c;
	}
	#slides .slidesjs-play:after {
		content:"\25b6";
		font-size: 20px;
		color:#fa8c8c;
	}
	#slides .slidesjs-stop:hover:after, #slides .slidesjs-play:hover:after {
		color:#fd5c5c;
	}
	#slides .slidesjs-previous:after, #slides .slidesjs-next:after {
	}
	#slides .slidesjs-previous{ left:0; }
	#slides .slidesjs-next{ right:50px; }
	#slides .slidesjs-previous:after {
		content: "\2039";
	}
	#slides .slidesjs-next:after {
		content:"\203A";
	}
	.slidesjs-pagination {
		position: absolute;
		margin: 0px auto;
		width: 100%;
		height:11px;
		z-index: 12;
        left: 0;
		bottom:9px;
		display: block;
		text-align: center;
	}
	.slidesjs-pagination li {
		margin:0 2px;
		list-style:none;
		display:inline-block;
        zoom:1;
        *display:inline;
	}
	.slidesjs-pagination li:first-child {
		
	}
	.slidesjs-pagination li a {
		display:block;
		width:12px;
		height:0;
		padding-top:12px;
		background-color:#fff9d3;
        box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.75);
		float:left;
		overflow:hidden;
	}
	.slidesjs-pagination li a:hover {
		background-color:#d0dda9;
	}
	.slidesjs-pagination li a.active {
		background-color:#daff64;
	}
/*end slideshow styles*/



.sitemap_navs {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.sitemap_navs li {
	font-size: 13px;
	line-height: 40px;
}

.sitemap_navs li a {
	color: #242424;
	text-decoration: underline;	
}