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

/*↓↓↓↓COMMON STYLE↓↓↓↓*/
html,body {
	height:100%;
}

body {
	text-align:center;
	font-size:75%;/*12px*/
	font-weight:400;
	font-family:'Quattrocento','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック','sans-serif';
	line-height:150%;
	color:#FFFFFF;
	background-color:#000;
	background-image:url(../images/blog/blog_bg0.jpg);
	background-position:center;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:cover;
}
/*↓CLEARFIX↓*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear: both;
	visibility:hidden;
}
.clearfix {/* for IE<8 */
	zoom:1;
}

/*↓FLOAT↓*/
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.floatnone {
	float:none;
}

/*↓LINK↓*/
a {
	white-space:nowrap;
}
a:link {
	color:#FFF;
	text-decoration: none;
	outline: none;
}
a:visited {
	color:#FFF;
	text-decoration:none;
}
a:hover {
	color:#8CCAD3;
	text-decoration: none;
}
a:active, a:focus{
	outline:none;
}
.alphaover a:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
}
.none{
	opacity:0.4;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
}
.white {
	color:#fff;
}
.black {
	color:#000;
}
.blue {
	color:#8CCAD3;
}
.green {
	color:#354B4E;
}
.yellow {
	color:#B5B0A5;
}
.text_bg {
	background-color:#354B4E;
}
.bold {
	font-family:'Quattrocento';
	font-weight:700;
}

#container {
	width:100%;
	min-width:960px;
	min-height:100%;
	margin:0 auto;
	position:relative;
	top:0;
	left:0;
}
.overlay {
	width:100%;
	min-width:960px;
	min-height:100%;
	background-image: url(../images/overlays/02.png);
	background-repeat:repeat;
	position:absolute;
	z-index:-1;
}
#header {
	width:100%;
	min-width:960px;
	margin:0 auto;
	height:50px;
	background-color:#000;
	font-size:140%;
	border-bottom:5px solid #8CCAD3;
	position:fixed;
	_position: absolute; /*IE6 doesn't support fixed positioning*/
	top:0;
	left:0;
	z-index:9999;
	font-family:'Quattrocento';
}
#logo {
	margin-top:5px;
	padding-left:20px;
	float:left;
}
#logo a {
	width:40px;
	height:40px;
	display:block;
	background-image:url(../images/top/logo_s.png);
	background-repeat:no-repeat;
	background-position:center;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transition-duration: 1s;
}
#logo a:hover {
	width:40px;
	height:40px;
	background-image:url(../images/top/logo_s_on.png);
	background-repeat:no-repeat;
	background-position:center;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transition-duration: 1s;
}
#nav {
	float:right;
	text-align:right;
}
#nav li a{
	width:108px;
	padding-top:15px;
	height:35px;
	margin-right:20px;
	display:block;
	text-align:right;
	font-family:'Quattrocento';
}
#contact {
	width:160px;
	height:40px;
	position:fixed;
	_position: absolute; /*IE6 doesn't support fixed positioning*/
	bottom:10px;
	left:15px;
	z-index:1000;
	font-family:'Quattrocento';
}
#contact li {
	float:left;
	width:40px;
	height:40px;
}
#contact li a {
	width:30px;
	height:30px;
	display:block;
	padding-top:10px;
	padding-left:5px;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}
#contact li a:hover {
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}
.twitter a{
	background-image:url(../images/common/twitter_w.png);
	background-repeat:no-repeat;
	background-position:center;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transition-duration: 1s;
}
.twitter a:hover {
	background-image:url(../images/common/twitter.png);
	background-repeat:no-repeat;
	background-position:center;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transition-duration: 1s;
}
.facebook a{
	background-image:url(../images/common/facebook_w.png);
	background-repeat:no-repeat;
	background-position:center;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transition-duration: 1s;
}
.facebook a:hover {
	background-image:url(../images/common/facebook.png);
	background-repeat:no-repeat;
	background-position:center;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transition-duration: 1s;
}
#main {
	width:960px;
	height:100%;
	margin:0 auto;
	overflow:auto;
	font-family:'Quattrocento','メイリオ','Meiryo';
	text-align:left;
	overflow:hidden;
	padding-top:70px;
	padding-bottom:30px;
}
#main h2 {
	font-size:1150%;
	line-height:100%;
	font-family:'Quattrocento';
	margin-bottom:30px;
	padding-left:6%;
}
.explain {
	font-size:130%;
	font-family:'メイリオ','Meiryo';
	padding-left:6%;
}

form {
	padding-left:6%;
	overflow:hidden;
	font-size:130%;
	margin-top:30px;
	font-family:'メイリオ','Meiryo';
}
form div{
	padding:10px 20px;
}
.text, textarea {
    padding:5px;
    color:#000;
	font-family:'メイリオ','Meiryo';
    border:none; 
    outline:none;
}
.text {
	background-image:url(../images/contact/text_bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-color:transparent;
	width:282px;
	height:28px;
	padding-left:10px;
	padding-right:10px;
}
textarea {
	background-image:url(../images/contact/textarea_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:transparent;
	padding:10px;
	width:791px;
	height:260px;
}
.submit, .reset{
    padding:4px 10px;
    color:#fff;
    cursor:pointer;
    border-radius:5px;
	font-family:'メイリオ','Meiryo';
	border:none;
	outline:none;
     
    /* Webkit */
    background:-webkit-gradient(linear,left top,left bottom,from(#8CCAD3),to(#428ec9));
    -webkit-border-radius:5px;
         
    /* Firefox */
    background:-moz-linear-gradient(top,#8CCAD3,#428ec9);
    -moz-border-radius:5px;
     
    /* IE */
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff8CCAD3,endColorstr=#ff428ec9);
    zoom:1;
	margin-bottom:50px;
}
#footer {
	width:100%;
	min-width:960px;
	height:30px;
	padding-top:25px;
	background-color:#000;
	font-family:'Quattrocento';
	line-height:110%;
	border-top:5px solid #8CCAD3;
	position:fixed;
	_position: absolute; /*IE6 doesn't support fixed positioning*/
	bottom:0;
	left:0;
}