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

/*container and wrappers*/
	body {
		background:#002342 url(../images/bg.png);
		background-attachment: fixed;
	}
    #body_bg {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: -1;
    }
    #body_bg img {
        transition: all 0.1s ease;
    }
	#content {
		padding:0px 0;
        position: relative;
        z-index: 5;
		overflow:hidden;
	}
    #content .container {
		position:relative;
		z-index:3;
    }
	#wrapLeft {}
	#wrapRight {}
	#mainWrap {
        position: relative;
        z-index: 1;
	}
	.textBox02 {
        margin-bottom: 20px;
	}
	.imgRight img, .imgLeft img {
      	border-radius: 50%;
		padding: 5px;
		margin: 10px;
		background: #80B019;
    }
/*end container and wrappers*/

/*header*/
	#header {
        position: relative;
        z-index: 4;
        padding:40px 0;
	}
	#header .container {}
	.siteTitle {}
	.siteTitle a {
		display:inline-block;
		*display:inline;
		zoom:1;
		color: #80b019;
		text-transform: uppercase;
		text-shadow: 0 2px 0 #2175b3;
		font-size:48px;
		font-weight: 900;
		position: relative;
		letter-spacing: normal;
		line-height: 1.0;
		font-family:Kozuka Mincho Pr6N;
	}
    .siteTitle a span {
    }
	.siteTitle a img {
        vertical-align: middle;
        margin-right: 10px;
	}
/*end header*/

    #GNav {
        padding: 8px 0;
        position: relative;
        z-index: 6;
    }

/*Main visual*/
	#Mv {
		text-align: center;
		margin-bottom: 20px;
}
	.Mv {
		text-align:center;
		position:relative;
		z-index:1;
	}
	#Mv ul li{
		display: inline-block;
		margin: 10px;
		padding: 10px 10px 10px 10px;
		background: #80AF2B;
	}

	
/*end Main visual*/

/*headings*/
	h1 img, h2 img, h3 img {
		vertical-align:middle;
		margin-right:6px;
	}
	h1, h2, h3 {
		font-size:18px;
		color:#80B019;
		font-weight:bold;
		letter-spacing:0.05em;
		padding:0px 15px;
		line-height: 40px;
		*min-height:40px;
		position: relative;
		text-align: left;
		text-transform: uppercase;
		margin-bottom: 10px;
   font-family:Kozuka Mincho Pr6N;
		background:#002342;
		zoom:1;
	}
    h2 {
        margin: 10px 0;
        line-height: 40px;
        *min-height:40px;
        font-size: 16px;
    }
    h3 {
        margin-bottom: 20px;
    }
/*end headings*/

/*content*/
	.text01 {
        position: relative;
        margin-bottom: 20px;
	}
	.text01 p {
		font-size:16px;
		color:#fff;
		padding: 10px 5px;
    text-align: justify;
		font-family:Kozuka Mincho Pr6N;
	}
/*end content*/

/*backlinks*/
	.link01 {
        clear: both;
		padding:10px 0px;
	}
	.link01 li {
        position: relative;
        z-index: 1;
		margin-bottom:15px;
	}
	.link01 li:last-child {
		margin-bottom:0;
	}
	.link01 li a {
		display:inline-block;
		text-align: left;
		font-size:12px;
		color:#80B019;
		letter-spacing:0.05em;
		padding: 0 5px ;
		font-family:Kozuka Mincho Pr6N;
	}
	.link01 li a:hover {
		background: #fff;
		color: #002342;
	}
/*end backlinks*/

/*sitemap links*/
	.con-nav {
        clear: both;
		padding:10px 15px;
		margin-bottom:10px;
	}
	.con-nav li {
		margin-bottom:3px;
	}
	.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 8px;
        padding-left: 33px;
		border: 1px solid #ff2d50;
        background: url(../images/link.png) no-repeat 8px center;
        background-color: #e85255;
        box-shadow: inset 0 0 2px #fff;
	}
	.con-nav li a:hover {
		background-color: #32b7b9;
		border-color:#00aa91;
	}
/*end sitemap links*/

/*nav*/
    .nav {
        position: relative;
    }
    .nav ul {
		font-size:0;
		letter-spacing:0;
		text-align:right;
	}
    .nav ul li {
		display:inline-block;
		*display:inline;
		zoom:1;
        position: relative;
        margin: 0 20px;
    }
    .nav ul li:last-child {}
    .nav ul li a {
        display: block;
        font-size: 13px;
        font-weight: bold;
        color: #fff;
        letter-spacing: 0.1em;
        padding: 5px 15px;
        text-transform: uppercase;
        line-height: 1.6;
        transition: all 0.3s;
			border-radius: 3px;
			font-family:Kozuka Mincho Pr6N;
    }
    .nav ul li a:hover, .nav > ul > li:hover > a {
        background-color: #80B019;
    }
        .nav ul li > ul {
            position: absolute;
            z-index: 10;
            top: 100%;
            left: 50%;
            margin-left: -142px;
					 margin-top: 10px;
            background: #80B019;
            width: 264px;
            padding: 10px;
           text-align: center;
            border-radius: 2px;
            transition: all 0.2s ease-out;
            visibility: hidden;
            opacity: 0;
        }
        .nav ul li:hover > ul {
            visibility: visible;
            opacity: 1;
					
        }
        .nav ul li > ul li {
            display: block;
            margin: 0;
        }
        .nav ul li > ul li a {
            color: #333;
					padding: 10px 0;
            transition-duration: 0.1s;
        }
        .nav ul li > ul li a:hover {
            color: #fff;
					background: #002342;
        }
/*end nav*/

/*new*/
	.new {}
    .textBox02 .new {
        width: 370px;
        float: left;
    }
	.new ul {
        padding: 0 5px;
        font-size: 0;
        letter-spacing: 0;
        text-align: left;
	}
	.new ul li {
		display: block;
        margin-bottom: 10px;
	}
	.new ul li a span {
        display: block;
        font-weight: bold;
		font-size:12px;
		letter-spacing:normal;
        margin-right: 8px;
	}
    .new ul li a p {
        font-size: 13px;
    }
	.new ul li a {
		display:block;
	 	color:#fff;
		font-size:12px;
        padding: 9px;
        padding-left: 60px;
        background: url(../images/calendar.png) no-repeat 9px 9px;
		letter-spacing:0.1em;
		position:relative;
        border: 1px solid #fff;
		line-height:1.6;
        transition: all 0.1s ease-in;
	}
	.new ul li a:hover {
		background-color: #2e2e2e;
	}
/*end recommendation*/

/*blogpart*/
	.blogpart {	
        position: relative;
	}
    .textBox02 .blogpart {
        width: 300px;
        float: left;
			margin:  20px 15px;
    }
	.blogItem {
		text-align:center;
        letter-spacing: normal;
	}
	.blogpart .blogItem > div, .blogpart .blogItem > table {
		margin-left:auto !important;
		margin-right:auto !important;
	}
/*end blogpart*/

/*footer*/
	#footer {
        position: relative;
        z-index: 1;
	}
    #footer > .container {
        background: #333333;
        background: -moz-linear-gradient(top, #333333 0%, #1c1c1c 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#1c1c1c));
        background: -webkit-linear-gradient(top, #333333 0%,#1c1c1c 100%);
        background: -o-linear-gradient(top, #333333 0%,#1c1c1c 100%);
        background: -ms-linear-gradient(top, #333333 0%,#1c1c1c 100%);
        background: linear-gradient(to bottom, #333333 0%,#1c1c1c 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#1c1c1c',GradientType=0 );
    }
	.FNav {
		padding:10px 0;
	}
	.FNav ul {
		font-size:0;
		text-align:center;
	}
	.FNav ul li {
		display:inline-block;
		padding:0 5px 0px;
        margin-bottom: 10px;
        zoom:1;
        *display:inline;
	}
	.FNav ul li:last-child {
		border-right:0;
	}
	.FNav ul li a {
		display:block;
		color:#fff;
		font-size:12px;
		text-transform:uppercase;
		letter-spacing:0.1em;
		padding:5px 10px;
	}
	.FNav ul li a:hover {
        background-color:#ff412d;
        color: #fff;
	}
	.copy {
		color:#fff;
		font-size:13px;
		letter-spacing:normal;
		padding:10px 0;
		text-transform: capitalize;
		background-color: #002342;
		margin: 20px 0;
		text-align: center;
		font-family:Kozuka Mincho Pr6N;
	}
/*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*/
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
	}
	#slides .slidesjs-container {
		position:relative;
		background: url(../images/loading.gif) no-repeat center center ; 
	}
/*end slideshow styles*/