@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: #e02020;
        font-weight: bold;
    }
/*frame style*/
	body {
		font-family: "メイリオ", "Meiryo UI", "ヒラギノ丸ゴ Pro W4", "小塚ゴシック Pro R", sans-serif;
		letter-spacing: 0.2em;
	}
	#header, #content, #footer, #Mv{
		width:100%;
        min-width: 1000px;
		margin:0 auto;
		padding-left:0 !important;
		padding-right:0 !important;
	}
	.container {
		width: 1000px;
		margin:0 auto;
	}
	.imgRight {
		float:right;
        padding: 10px !important;
	}
	.imgLeft {
		float:left;
        padding: 10px !important;
	}
	.imgRight {
		float:right;
        padding: 10px !important;
	}
	#mainWrap{
		float:left;
	}
	#wrapLeft {
		float:right;
	}
	#wrapRight {
		float:right;
	}
/*frame style end*/

/*container and wrappers*/
	body {
		background: url(../images/body.jpg);
	}
	#content{
		padding: 94px 0 0 0;
	}
	#content  > .container{
		background:rgba(0,0,0,0.2);
	}
	#wrapLeft {
		width:250px;
	}
	#wrapRight {
		width:250px;
	}
	#mainWrap {
		width:733px;
	}
	.textBox02 {
		width:100%;
        font-size: 0;
        letter-spacing: 0;
		margin-bottom: 20px;
	}
	.imgRight img, .imgLeft img {
		padding: 5px;
		border: solid 2px #fff;
        box-shadow: 2px 3px 10px -5px #000;
	}
/*end container and wrappers*/

/*header*/
	#header {
	}
	#header{
		padding: 10px 0 10px 0;
		position: fixed;
		top: 0px;
		right: 0px;
		left: 0px;
		z-index: 1030;
		background: #fc9e32; /* Old browsers */
		background: -moz-linear-gradient(top,  #fc9e32 0%, #fcc52f 80%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fc9e32), color-stop(80%,#fcc52f)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #fc9e32 0%,#fcc52f 80%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #fc9e32 0%,#fcc52f 80%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #fc9e32 0%,#fcc52f 80%); /* IE10+ */
		background: linear-gradient(to bottom,  #fc9e32 0%,#fcc52f 80%); /* W3C */
		filter:inherit progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc9e32', endColorstr='#fcc52f',GradientType=0 ); /* IE6-9 */

		border-top: solid 5px #FCC52F;
	}
	.siteTitle {
		display: inline-block;
	}
	.siteTitle a {
		font-size:33px;
		color:#fff;
        font-weight: bold;
		letter-spacing:0.05em;
	}
	.siteTitle a img {
        vertical-align:middle;
		margin-right:10px;
	}
/*end header*/

/*Main visual*/
	#Mv {
        min-width: inherit;
        *min-width: auto;
        margin-bottom: 15px;
	}
	.Mv {
		text-align:center;
        position: relative;
	}
	.Mv img {
	}
/*end Main visual*/

/*headings*/
	#content h1 img, #content h3 img, .textBox02 h3 img, #Mv h3 img {
		vertical-align:middle;
		margin-right:7px;
	}
	#content h1, h2 {
		font-size:22px;
		color:#FCA731;
		font-weight:bold;
		letter-spacing:0.05em;
		padding:0px 15px;
    line-height: 50px;
    *min-height:50px;
     margin-bottom: 5px;
		background: url(../images/border.png) repeat-x center bottom;
	}
    h2 {
        margin: 10px;
        line-height: 40px;
        *min-height:40px;
        font-size: 18px;
    }
	.blogpart h3 {
		font-size:16px;
		color:#000;
		font-weight:bold;
		letter-spacing:normal;
		padding:5px 8px;
    line-height: 42px;
    *min-height:42px;
		background:#fff url(../images/border.png) repeat-x center bottom;
	}
    .nav h3 {
        font-size:16px;
				color:#000;
				font-weight:bold;
				letter-spacing:normal;
				padding:5px 10px;
        line-height: 42px;
        *min-height:42px;
        margin-bottom: 5px;
				background:#fff url(../images/border.png) repeat-x center bottom;
    }
    .new h3 {
        font-size:16px;
				color:#333;
				font-weight:bold;
				letter-spacing:normal;
				padding:5px 8px;
				line-height: 42px;
				*min-height:42px;
        margin-bottom: 10px;
				border-bottom: dotted 1px #AF0A1C;
    }
/*end headings*/

/*content*/
	.text01 {
        padding: 8px;
        margin-bottom: 20px;
    }
	.text01 p {
		font-size:13px;
		color:#fff;
		line-height: 1.5;
    letter-spacing: 0.05em;
		padding:10px 5px;
	}
/*end content*/

/*backlinks*/
	.link01 {
        clear: both;
		padding:10px 5px;
	}
	.link01 li {
		margin-bottom:5px;
	}
	.link01 li:last-child {
		margin-bottom:0;
	}
	.link01 li a {
		display:block;
		font-size:14px;
		color:#000;
		letter-spacing:0.05em;
		padding:10px 10px;
		border-bottom-left-radius:15px;
		border-top-right-radius:15px;
    padding-left: 40px;
     background:#EADD71 url(../images/link.png) no-repeat 15px center;
		border: 1px solid #EADD71;
	}
	.link01 li a:hover {
			color: #fff;
		 background:url(../images/link.png) no-repeat 15px center;
		border:1px solid #FCA731;
	}
/*end backlinks*/

/*sitemap links*/
	.con-nav {
        clear: both;
        margin-bottom:5px;
		padding:10px 5px;
	}
	.con-nav li {
		margin-bottom:5px;
	}
	.con-nav li:last-child {
		margin-bottom:0;
	}
	.con-nav li a {
		display:block;
		font-size:14px;
		color:#000;
		letter-spacing:0.05em;
		padding:10px 10px;
    padding-left: 40px;
		border-bottom-left-radius:15px;
		border-top-right-radius:15px;
    background:#EADD71 url(../images/link.png) no-repeat 15px center;
		border: 1px solid #EADD71;
	}
	.con-nav li a:hover {
		color: #fff;
		background:url(../images/link.png) no-repeat 15px center;
	}
/*end sitemap links*/

/*nav*/
    .nav {
        padding:0 6px;
        margin-bottom: 20px;
    }
    .nav ul {}
    .nav ul li {
				margin-bottom: 5px;
    }
    .nav ul li:last-child {
        margin-bottom: 0;
    }
    .nav ul li a {
        display: block;
        color: #000;
        font-size: 13px;
        border: 1px solid #fff;
        padding: 8px 5px;
        padding-left: 38px;
        letter-spacing: 0.05em;
        background:#FCC52F url(../images/arrow01.png) no-repeat 5px center;
        transition: all 0.1s linear;
    }
    .nav ul li a:hover {
				color: #FCA432;
        background-color: #000;
        background-position: 10px center;
    }
/*end nav*/

/*new*/
	.new {
		float: right;
		
	}
	.new ul {
	}
	.new ul li {
		margin-bottom:5px;
		display: inline-block;
		*display: inline;
		zoom:1;
		
	}
	.new ul li:last-child {
		margin-bottom:4px;
		
	}
	.new ul li a span {
		display:block;
        text-transform: uppercase;
        font-weight: bold;
				color:#FCA432;
				font-size:11px;
				letter-spacing:normal;
        line-height: 19px;
        padding-left: 5px;
        transition: all 0.2s ease;

	}
    .new ul li a p {
        font-size: 12px;
        padding-left: 5px;
    }
	.new ul li a {
		display:block;
		color:#FCA432;
		font-size:12px;
		letter-spacing:normal;
		padding:9px 8px;		
		border-top-left-radius:10px;
		border-bottom-right-radius:10px;
        padding-left: 40px;
		    position:relative;
        line-height: 2.0;
        text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
        border: 1px solid #000;
        background:#eadd71 url(../images/calendar.png) no-repeat 7px center;
        transition: all 0.2s ease;
				-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
				-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
				box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	}
	.new ul li a:hover {
				background-color: #000;
	}
/*end new*/

/*blogpart*/
	.blogpart {	
        padding:6px;
        margin-bottom: 20px;
	}
	.textBox02 .blogpart {
				width:322px;
				margin: 0 5px;
        display: inline-block;
        vertical-align: top;
        zoom:1;
        *display:inline;
	}
	.blogItem {
		padding:15px 0 10px;
		text-align:center;
        letter-spacing: normal;
	}
	.blogpart .blogItem > div, .blogpart .blogItem > table {
		margin-left:auto !important;
		margin-right:auto !important;
		vertical-align:middle;
	}
/*end blogpart*/

/*footer*/
	#footer {
		background: #fc9e32; /* Old browsers */
background: -moz-linear-gradient(top,  #fc9e32 0%, #fcc52f 80%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fc9e32), color-stop(80%,#fcc52f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fc9e32 0%,#fcc52f 80%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fc9e32 0%,#fcc52f 80%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fc9e32 0%,#fcc52f 80%); /* IE10+ */
background: linear-gradient(to bottom,  #fc9e32 0%,#fcc52f 80%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc9e32', endColorstr='#fcc52f',GradientType=0 ); /* IE6-9 */
		height:70px;

	}
	.FNav {
		padding:10px 0 5px;
	}
	.FNav ul {
		font-size:0;
		text-align:center;
	}
	.FNav ul li {
		display:inline-block;
		padding:0 15px;
        zoom:1;
        *display:inline;
        margin-bottom: 10px;
	}
	.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;
        border-bottom: 1px solid #114B5F;
        border-bottom: 1px solid transparent;
	}
	.FNav ul li a:hover {
		color:#999;
        border-color: #999;
	}
    .FNav ul li a:before {
        content:"\203A\00a0"; 
        font-size: larger;
    }
	.copy {
		color:#000;
		font-size:12px;
		text-transform:uppercase;
		letter-spacing:normal;
		text-align:center;
		padding:30px 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*/
		-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
		-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
		box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	}
	#slides > .slidesjs-container {
		position:relative;
		background: url(../images/loading.gif) no-repeat center center #fff; 
	}
    #slides > .slidesjs-container:before {
        content: "";
        position: absolute;
        height: 100%;
        width:100%;
        top:0;
        left: 0;
        z-index: 11;
        box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.75);
    }
	/*Slider navigation*/
	#slides > .slidesjs-navigation {
		position:absolute;
		font-size:0;
		z-index:11;
	}
	#slides .slidesjs-stop, #slides .slidesjs-play{
		top:0;
		right:0;
	}
	#slides .slidesjs-stop:after {
		content:"\25a0";
		font-size: 20px;
		color:#f95060;
	}
	#slides .slidesjs-play:after {
		content:"\25b6";
		font-size: 20px;
		color:#f95060;
	}
	#slides .slidesjs-stop:hover:after, #slides .slidesjs-stop:hover:after {
		color:#84e0d2;
	}
	
	#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: 11;
		bottom:6px;
        left: 0;
		display: block;
		text-align: left;
	}
	.slidesjs-pagination li {
		margin:0 1px;
		list-style:none;
		display:inline-block;
	}
	.slidesjs-pagination li:first-child {
		margin-left:8px;
	}
	.slidesjs-pagination li a {
		display:block;
		width:9px;
		height:0;
		padding-top:9px;
        border-radius: 10px;
		background-color: #4F5D73;
        border: 1px solid #fff;
		float:left;
		overflow:hidden;
	}
	.slidesjs-pagination li a:hover {
		background-color: #A8B7AB;
	}
	.slidesjs-pagination li a.active {
		background-color: #A8B7AB;
	}
/*end slideshow styles*/