@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 {
		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:#ECB2B2;
        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, #Nav {
		width:100%;
		margin:0 auto;
		padding-left:0 !important;
		padding-right:0 !important;
		min-width: 1000px;
	}
	.container {
		width: 1000px;
		margin:0 auto;
		position: relative;
	}
	.imgRight {
		float:right;
		padding:10px !important;
	}
	.imgLeft {
		float:left;
		padding:10px !important;
	}
	#wrapLeft {
		float:left;
	}
    #mainWrap {
		float:right;
	}
	#wrapRight {
		float:right;
	}
/*frame style end*/

/*container and wrappers*/
	body {
		background: url(../images/body.png) no-repeat center center;
		background-size: cover;	
		background-color: #170E0D;
	}
	#content {
		 padding: 10px 0;
	}
#content .container {
	background:rgba(59, 20, 17, 0.4);
   
}
	#wrapLeft {
		width:260px;
	}
	#wrapRight {
		width:240px;
	}
	#mainWrap {
		width:710px;
        position: relative;
        z-index: 1;
	}
	.textBox02 {
		padding-top:25px;
		border-top:1px dashed #c0b580;
	}
	.imgRight img, .imgLeft img {
        
        border: 3px solid #fff;
		border-radius: 50%;
	}
/*end container and wrappers*/

/*header*/
    .word_drop {
        width: 1px;/*width at least 1px to prevent letters from climbing up*/
		word-break: break-all;
		word-wrap: break-word;
		overflow-wrap: break-word;
		display: block;
    }
    .header_border {
        width: 100%;
        height: 3px;
        background-color: #fe8392;
        position: relative;
        z-index: 1;
    }
	#header {
		padding:20px 0;
		text-align: center;
	

	}
	.siteTitle {
		text-align: center;
		padding: 10px 0;
       
	}
	.siteTitle a {
		display: inline-block;
		color:#F1DDFB;
		text-transform: uppercase;
		font-size: 40px;
		font-weight: bold;
		letter-spacing: normal;
		font-family: Kozuka Mincho pro;
		position: relative;
		line-height: 0.9;
		
	}
    .siteTitle a span {
    }
	.siteTitle a img {
        vertical-align: middle;
        margin-right: 10px;
	}
/*end header*/

#Mv{
	padding: 30px 0;

}
.mv ul{
	text-align: center;
	font-size: 0;
	letter-spacing: 0;

}
.mv li{
	display: inline-block;
	margin:0px 5px;
}
.mv li img{
      background:rgba(54, 10, 3, 0.9);
	padding: 10px;
	transition: all 0.3s ease;
	opacity: 0.8;
}
.mv li img:hover{
		opacity: 10;
}
	.desc {
		position:absolute;
		top:25px;
		left:80px;
        z-index: 2;
		width:380px;
		color: #fff;
        text-shadow: 0px 0px 5px #050505;
        text-align: justify;
	}
    .desc h3 {
        font-size: 21px;
        font-weight: normal;
        text-transform: uppercase;
        letter-spacing: 0.05em;
    }
	.desc p {
        text-transform: uppercase;
		font-size:12px;
        font-style: italic;
		line-height:16px;
		letter-spacing:0.05em;
	}
/*end Main visual*/

/*headings*/
	#content h1 img, #content h3 img {
		vertical-align:middle;
		margin-right:10px;
	}
	#content h1, h2 {
		font-size: 20px;
color:#F9C4BF;
font-weight: bold;
letter-spacing: 0.05em;
padding:5px 15px;
line-height: 40px;
text-shadow: 0px 1px 0px #2D2D2D;
position: relative;
		margin-top: 20px;
		
	}
    h2 {
        margin: 10px 0;
        padding: 0px 15px;
        line-height: 40px;
        *min-height:40px;
        font-size: 18px;
    }
	.blogpart h3 {
		font-size: 18px;
color: #fff;
font-weight: bold;
letter-spacing: normal;
padding: 3px 8px;
line-height: 44px;
background:#453709;
border-bottom-left-radius: 10px;
border-top-right-radius: 10px;
margin-top: 20px;
		margin-bottom: 5px;
	}
    .nav h3 {
		    font-size: 16px;
    color: #fff;
    font-weight: bold;
    letter-spacing: normal;
    padding: 3px 8px;
    line-height: 44px;
    background:#453709;
border-bottom-left-radius: 10px;
border-top-right-radius: 10px;
margin-top: 20px;
		margin-bottom: 5px;
}
    .new h3 {
		font-size: 16px;
		color: #FFF;
		font-weight: bold;
		letter-spacing: normal;
		padding: 0px 8px;
		line-height: 44px;
		text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.75);
		box-shadow: 0px 0px 0px 2px #8989BA inset;
		border: 2px solid #8989BA;
		background-color: #4F4FD2;
		margin-bottom: 13px;
	}
/*end headings*/

/*content*/
	.text01 {
position: relative;
		padding: 10px;

	}
	.text01 p {
		font-size: 13px;
line-height: 1.8;
letter-spacing: 0.05em;
color:#C8C8C8;
padding: 15px 15px;
text-align: justify;
	}
/*end content*/

/*backlinks*/
	.link01 {
		padding:10px 6px;
	}
	.link01 li {
		margin-bottom:5px;
	}
	.link01 li:last-child {
		margin-bottom:0;
	}
	.link01 li a {
		display: block;
		font-size: 14px;
		color: #C2BB75;
		letter-spacing: 0.05em;
		padding: 7px 15px;
		padding-left: 15px;
		border-bottom:2px solid #56533E;
		border-left: 8px solid transparent;
		box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
		transition: all 0.3s ease-in 0s;
	}
	.link01 li a:hover {
		color: #1E110B; 
	border-bottom: 2px solid #56533E;
	border-left: 8px solid #F9C4BF;
	background:#C2BB75;
	}
/*end backlinks*/

/*sitemap links*/
	.con-nav {
		padding:10px 15px;
		margin-bottom:10px;
	}
	.con-nav li {
		margin-bottom:5px;
	}
	.con-nav li:last-child {
		margin-bottom:0;
	}
	.con-nav li a {
		display: block;
		font-size: 14px;
		color: #fff;
		letter-spacing: 0.05em;
		padding: 7px 15px;
		padding-left: 15px;
		border-bottom:2px solid #56533E;
		border-left: 8px solid transparent;
		box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
		transition: all 0.3s ease-in 0s;
	}
	.con-nav li a:hover {
		color: #1E110B; 
	border-bottom: 2px solid #56533E;
	border-left: 8px solid #F9C4BF;
	background:#C2BB75;
	}
	
/*end sitemap links*/

/*nav*/
   #Nav {
		 background:rgba(59, 20, 17, 0.8);

    }
   .nav {

			
    }
    .nav ul {
			display:block;
	padding: 10px 0;
	text-align:center;
		font-size: 0;
		letter-spacing: 0;
		
		}
    .nav ul li {
			display:inline-block;
	margin:0px 2px;
			

    }
    .nav ul li:last-child {}
    .nav ul li a {
        display:block;
        font-size: 12px;
        color:#B9B9B9;
        letter-spacing: 0.1em;
        padding: 10px 5px;
        padding-left: 5px;
			transition: all 0.3s ease-in 0s;
			z-index:1;
			position: relative;
    }
    .nav ul li a:hover {
	color: #fff; 
       
    }
.nav ul li a:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0%;
        height: 100%;
background: #BE90D4;
        z-index: -1;
        transform: translateX(-50%);
        transition: width 0.3s linear;
        transition: width 0.3s cubic-bezier(0.7, 0.19, 0.15, 1.01);
    }
    .nav ul li a:hover:after { width: 100%; }
/*end nav*/

/*news*/
#News{
	background-color: #f8f2da;
	padding: 20px 0;
}
#New .container{
	margin-top: -60px;
	
}
.new {
}
.new > ul {
	font-size: 0; 
	letter-spacing: 0;
	text-align: center;
}
.new li:first-child{
	border-left: 0;
}
.new li:last-child{
	border-right: 0;
}
.new > ul > li {
	position: relative;
	display:inline-block;
	*display: inline;
	zoom:1;
	text-align:center;
	margin: 0 40px;
	width: 250px;
}

.new > ul > li > a > span {
	display:block;
	font-size: 17px;
	color:#000;
	margin-bottom: 5px;
	padding: 2px 5px;
	letter-spacing:normal;
}
.new > ul > li > a {
	display:block;
	font-size: 13px;
	color:#000;
	padding: 80px 21px;
	background:#DBCC8D;
	-webkit-transition:all .30s ease-in;
	-moz-transition:all .30s ease-in;
	-o-transition:all .30s ease-in;
	-ms-transition:all .30s ease-in;
	transition:all .30s ease-in;
}
.new > ul > li > a:hover {
	background:#D3C071;
	border-radius:50%;
}
.new > ul > li > a:hover span{
}
        
	}
/*end recommendation*/

/*blogpart*/
	.blogpart1 {	
		float:right;
		width: 250px;
	}
	.blogpart {	
        margin-top: 20px;
		margin-bottom: 20px;
	}
	.blogItem1 {
		padding: 10px 0px;
		text-align: center;
		letter-spacing: normal;
		background-color:#D3C071;
		border-bottom-left-radius: 20px;
border-top-right-radius: 20px;
	}
	.blogpart .blogItem > div, .blogpart .blogItem > table {
		margin-left:auto !important;
		margin-right:auto !important;
	}
/*end blogpart*/

/*footer*/
	#footer {
		background:rgba(59, 20, 17, 0.5);
		margin-top: 20px;
		padding:10px 0;
	}
#footer > .container {
	
}
	.FNav {
	}
	.FNav ul {
		font-size:0;
		text-align:center;
	}
	.FNav ul li {
		display:inline-block;
        zoom:1;
        *display:inline;
	}
	.FNav ul li:last-child {
		border-right:0;
	}
	.FNav ul li a {
		
		color:#fff;
		font-size:12px;
		text-transform:uppercase;
		letter-spacing:0.1em;
		text-decoration:underline;
	}
	.FNav ul li a:hover {
        color:#fff;
		text-decoration:none;
	}
    .FNav ul li a:before {
        content: "\27a4\00a0";
        font-size: 8px;
        vertical-align: middle;
    }
	.copy {
		color:#DEA4A4;
		font-size:14px;
		text-transform:uppercase;
		letter-spacing:normal;
		text-align:center;
		padding:10px 0;
	}
/*end footer*/

/*slide show styles*/
	#slides {
		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 ; 
	}
    #slides > .slidesjs-container:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: 11;
        width:100%;
        height: 100%;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
    }
	/*Slider navigation*/
	#slides > .slidesjs-navigation {
		position:absolute;
		font-size:0;
		z-index:12;
	}
	#slides .slidesjs-stop, #slides .slidesjs-play{
		top:0;
		right:5px;
	}
	#slides .slidesjs-stop:after {
		content:"\25a0";
		font-size: 20px;
		color:#24b5fa;
	}
	#slides .slidesjs-play:after {
		content:"\25b6";
		font-size: 20px;
		color:#24b5fa;
	}
	#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:12px;
		z-index: 12;
		bottom:5px;
		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:11px;
		height:0;
		padding-top:11px;
		background-color:#8989BA;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.75);
		float:left;
		overflow:hidden;
	}
	.slidesjs-pagination li a:hover {
		background-color:#8989BA;
	}
	.slidesjs-pagination li a.active {
		background-color:#1616FC;
	}
/*end slideshow styles*/