@charset "utf-8";
/* CSS Document */

	* {
		margin: 0px;
		padding: 0px;
	}
	h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form {
		margin: 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: 1300px;
		margin:0 auto;
		padding-left:0 !important;
		padding-right:0 !important;
	}
	
#top{
	height:350px;
	width:100%;
	background:url(../images/mv.png);
	position:absolute;
	z-index:-1;
}

#wrapper{
	margin:auto;
	width:1300px;
	position: relative;
top:40px;
	background: #333232;
	border-radius: 5px;
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
	z-index: 3;
}
	
	.container {
		width: 1300px;
		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 {
		float:right;
	}
	#wrapRight {
		float:left;
	}
/*frame style end*/

/*container and wrappers*/
	body {
		background-color:#565555;
	}
	#content {
		padding:0px 0;
        position: relative;
        z-index: 5;
		overflow:hidden;
		margin: 20px 0 0 ;
	}
    #content .container {
		position:relative;
		z-index:3;
    }
	#wrapLeft {
		width:230px;
	}
	#wrapRight {
		width:3000px;
	}
	#mainWrap {
		width:1280px;
        position: relative;
        z-index: 1;
		margin: 10px;
	}
	.textBox02 {
		width:100%;
        background-color: #1f1f1f;
        background-image: url(../images/bg.png);
		clear:both;
		font-size:0;
		letter-spacing:0;
		text-align:center;
		margin-bottom:15px;
	}
	.imgRight img, .imgLeft img {
     margin: 10px;
		padding: 10px;
		background: #770101;
		border-radius: 5px;
	}
/*end container and wrappers*/

/*header*/
	#header {
        position: relative;
        z-index: 4;
        padding: 33px 0;
	
	}
	#header .container {
	}
	.siteTitle {
		padding: 0 20px;
	}
	.siteTitle a {
        display:inline-block;
		*display:inline;
		zoom:1;
		color:#fff;
		text-transform: uppercase;
		font-size:40px;
        font-weight: bold;
        position: relative;
        letter-spacing: normal;
        line-height: 1.0;
	}
    .siteTitle a span {
    }
	.siteTitle a img {
        vertical-align: middle;
        margin-right: 10px;
	}
/*end header*/

    #GNav {
        position: relative;
        z-index: 6;
    }

/*Main visual*/
	#Mv {}
	.Mv {
		text-align:center;
		position:relative;
		z-index:1;
		text-align: center;
	}
    
   .Mv ul{
  display: table-cell;
  vertical-align: middle;

}
.Mv ul li{
  padding: 20px;
  margin: 20px 40px;
display:inline-block;
  border-radius: 50em;
  position: relative;
  z-index: 1;
}
.Mv img
{
	border-radius: 50%;
	border: 15px solid #fff;
}

/*end Main visual*/

/*headings*/
	#content h1 img, #content h3 img {
		vertical-align:middle;
		margin-right:6px;
	}
	#mainWrap h1, h2 {
		font-size:18px;
		color:#fff;
		font-weight:bold;
		letter-spacing:0.05em;
		padding:10px 15px;
        line-height: 40px;
        *min-height:40px;
        position: relative;
        text-transform: uppercase;
		z-index: 2;
		border-radius: 3px;
		display: block;
        margin: 10px;
       background: #FE826A;
	}
    h2 {
        margin: 10px 0;
        line-height: 40px;
        *min-height:40px;
        font-size: 16px;
    }
	.blogpart h3 {
		font-size:15px;
		color:#4b4b4b;
		font-weight:bold;
		letter-spacing:0.05em;
		padding:0px 15px;
        line-height: 46px;
        *min-height:46px;
        position: relative;
        text-align: right;
        text-transform: uppercase;
	}
/*end headings*/

/*content*/
	.text01 {
		margin-top: -40px;
        position: relative;
        margin-bottom: 20px;
		padding:40px 10px 10px 10px ;
		border-radius: 5px;
	}
	.text01 p {
		font-size:16px;
		color:#fff;
		padding: 10px 10px;
        border: 1px solid #501eac
        text-align: justify;
		letter-spacing: 0.03em;
	}
/*end content*/

/*backlinks*/
	.link01 {
        clear: both;
		padding:10px 10px;
   
		margin: 10px;
	}
	.link01 li {
		margin-bottom:8px;
		display: block;
	}
	.link01 li:last-child {
		margin-bottom:0;
	}
	.link01 li a {
		display:block;
		font-size:14px;
		color:#fff;
		letter-spacing:0.05em;
		padding:7px 8px;
        padding-right: 35px;
        background: 
        background-color: #565555;
        text-align: left;
	}
	.link01 li a:hover {
        background-color: #565555;
	}
/*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;
			  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a90329+0,ff7905+44,6d0019+100 */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fd746c+0,ff9068+100 */
background: rgb(253,116,108); /* Old browsers */
background: -moz-linear-gradient(top, rgba(253,116,108,1) 0%, rgba(255,144,104,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(253,116,108,1) 0%,rgba(255,144,104,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(253,116,108,1) 0%,rgba(255,144,104,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd746c', endColorstr='#ff9068',GradientType=0 ); /* IE6-9 */
		text-align:right;
	}
    .nav ul li {
		display:inline-block;
		*display:inline;
		zoom:1;
        position: relative;
    }
    .nav ul li:last-child {}
    .nav ul li a {
        display: block;
        font-size: 13px;
        color: #fff;
        letter-spacing: 0.1em;
        padding: 15px 35px;
        text-transform: uppercase;
        line-height: 1.6;
        transition: all 0.3s;
		
    }
    .nav ul li a:hover, .nav > ul > li:hover > a {
     background:#333232;
color: #fff;
    }
        .nav ul li > ul {
            position: absolute;
            z-index: 10;
            top: 100%;
            left: -34%;
						padding: 10px 0;
            margin-left: -142px;

            width: 450px;
            padding: 5px 15px;
            transition: all 0.2s ease-out;
            visibility: hidden;
            opacity:0;
        }
        .nav ul li:hover > ul {
            visibility: visible;
            opacity: 1;
					padding: 10px ;
        }
        .nav ul li > ul li {
            display: block;
        }
        .nav ul li > ul li:last-child {
            border-bottom: 0;
        }
        .nav ul li > ul li a {
            color: #fff;
					text-align: center;
            transition-duration: 0.1s;
        }
        .nav ul li > ul li a:hover {
            color: #fff;
            box-shadow: none;
        }
/*end nav*/

/*new*/
	.new {
        float: right;
	}
	.new ul {
        font-size: 0;
        letter-spacing: 0;
        text-align: left;
	}
	.new ul li {
		display: inline-block;
        *display:inline;
        zoom:1;
	}
    .new ul li a span, .new ul li a p {
        display: inline-block;
        *display:inline;
        zoom:1;
    }
	.new ul li a span {
        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: 10px 0px;
		letter-spacing:0.1em;
		position:relative;
		line-height:1.6;
        transition: all 0.1s ease-in;
	}
	.new ul li a:hover {
		background-color: #501eac;
        box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.75);
	}
/*end recommendation*/

/*blogpart*/
	.blogparts {	
        position: relative;
        margin-bottom: 20px;
		text-align: center;
		
	}
.blogparts center {
	display: inline-block;
	margin: 0 50px;
	
	
}

.blogparts img {
	border-radius: 3px;
	
	
}
.blogparts h3{
	font-size: 19px;
color: #FFF;
font-weight: 900;
letter-spacing: 0.05em;
padding: 10px 15px;
line-height: 40px;
position: relative;
	font-family:Kozuka Mincho Pr6N;
text-transform: uppercase;
z-index: 2;
border-radius: 3px;
display: block;
margin: 10px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fd746c+0,ff9068+100 */
background: rgb(253,116,108); /* Old browsers */
background: -moz-linear-gradient(top, rgba(253,116,108,1) 0%, rgba(255,144,104,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(253,116,108,1) 0%,rgba(255,144,104,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(253,116,108,1) 0%,rgba(255,144,104,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd746c', endColorstr='#ff9068',GradientType=0 ); /* IE6-9 */
}
	.blogItem {
		padding:20px ;
		padding-top: 30px;
		text-align:center;
        letter-spacing: normal;
		border-radius: 5px;
		margin-top: -30px;
		height: 270px;
	}
/*end blogpart*/

    hr.divider {
        background: url(../images/divider.png) no-repeat center center;
        border: 0;
        padding-top: 1px;
        margin: 10px 0;
    }

/*footer*/
	#footer {
        position: relative;
        z-index: 1;
		padding: 30px;
		background: #333232;
		box-shadow:inset 0px 2px 5px -4px rgba(0,0,0,0.75);
	}
	.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:25px 0 0 0;
		margin-top: 15px;
		text-align: center;
        text-transform: uppercase;
	}
/*end footer*/
