﻿@charset "utf-8";

body{
	font-size: 62.5%;
	text-align:140%;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	min-width:1040px;
}


#wrapper {
	background:#FFF;
}


/* header */

#header{
	width:100%;
	min-height:118px;
}

#header #header-contents{
	width:1000px;
	margin:0 auto;
	position:relative;
	border-top:#00A0E9 3px solid;
}

#header #header-contents-second{
	width:1000px;
	margin:0 auto;
	position:relative;
}

#header h1{
	width:503px;
	height:86px;
	position:absolute;
	top:15px;
	left:0;
}




#header #top-sub-navi{
	width:310px;
	position:absolute;
	top:15px;
	right:0;
}

#header #top-sub-navi ul li{
	float:left;
}

#header #top-sub-navi ul li.01{
}

#header #top-sub-navi ul li.01{
}


#header #navi{
	width:1000px;
	padding:20px 0 0 0;
	position:absolute;
	top:71px;
	left:0;
}

#topnavi-box{
	width:100%;
	height:92px;
	border-bottom:#00A0E9 3px solid;
	margin-bottom:15px;
}

#topnavi{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

#top-main-v{
	width:100%;
	background:#EBEDE5;
	padding:12px 0;
	text-align:center;
}


#gnavi-box{
	width:100%;
	height:63px;
	background:url(../images/gnav_bg.jpg) repeat-x;
	margin-bottom:10px;
}

#gnavi{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

#second-main-v{
	width:100%;
	background:#EBEDE5;
	padding:20px 0;
	text-align:center;
	margin-bottom:15px;
}

/* contents */

#contents{
	width:100%;
	margin:0 auto;
	padding:10px 0 0 0;
}

.box1000{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

.left-box{
	width:780px;
	float:left;
	margin-right:20px;
}

.left-box p{
	font-size:1.3em;
	letter-spacing:0.1em;
	line-height:1.8;
}

.box01{
	background:url(../images/boxbg01.png) right bottom no-repeat;
}




.right-box{
	width:200px;
	text-align:right;
	float:left;
}

.left-box h2{
	background:#00A0E9;
	color:#FFF;
	padding:10px 0 8px 20px;
	margin-bottom:20px;
    border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;
}

.left-box h2 .title{
	font-size:16px;
	letter-spacing:0.1em;
}

.left-box h2 .sub-title{
	font-size:13px;
	letter-spacing:0.1em;
}

.left-box h3{
	background:url(../images/h3_icon.png) no-repeat;
	padding:5px 20px 10px 42px;
	color:#00A0E9;
	font-size:16px;
	letter-spacing:0.1em;
	margin-bottom:10px;
	margin-left:2px;
}

/* footer */

#footer-line{
	width:100%;
	height:178px;
	margin:50px 0 0 0;
	text-align:center;
	background:url(../images/footer_bg.png) repeat-x;
}

#footer{
	width:100%;
	min-height:213px;
	padding:20px 0 0 0;
	margin:0 0 0 0;
	color:#666;
	font-size:1.1em;
	text-align:center;
}

#footer #footer-contents{
	width:1000px;
	margin:0 auto;
}

#footer #auther{
	width:300px;
	margin:0 auto;
	text-align:left;
	line-height:200%;
	letter-spacing:0.1em;
}


#footer #footer-info{
	width:274px;
	line-height:240%;
	padding:10px 10px 0 10px;
	letter-spacing:0.1em;
	border:#CCC dotted thin;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px
}

#footer #copyright{
	text-align:center;
	font-size:1.1em;
	letter-spacing:0.1em;
	margin-bottom:15px;
}




#page-top {
    position: fixed;
    bottom: 50px;
    right: 30px;
    font-size: 110%;
	letter-spacing:0.1em;
}
#page-top a {
    text-decoration: none;
    color: #fff;
    width: 69px;
    text-align: center;
    display: block;
    border-radius: 5px;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#page-top a:hover {
    text-decoration: none;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}


/* clearfix */

.clearfix:after {
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
	line-height:0%;
}

.clearfix {
	display: inline-block;
	min-height: 1%;
}
/* For Except Mac IE \*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* */

.clear {
	clear: both;
}

/* link */

a:link{
	color:#09F;
}

a:visited{
	color:#09F;
}

a:hover{
	color:#F90;
}

/* other */
.half-box{
	width:50%;
	float:left;
}

table{
	font-size:1.0em;
}

strong{
	font-weight:bold;
}

.text-pink{
	color:#EE86B4;
}

.text-red{
	color:#C00;
}

.text-orange{
	color:#F90;
}

.text-ttl{
	font-size:1.1em;
	font-weight:bold;
}

.text-small{
	font-size:0.8em;
	color:#333;
}

.line-dot{
	width:100%;
	margin:0 0 18px 0;
	padding-bottom:16px;
	border-bottom:#CCC dotted thin;
}

.line-dot40{
	width:100%;
	margin:0 0 40px 0;
	padding-bottom:16px;
	border-bottom:#CCC dotted thin;
}

.line-dot-s{
	width:100%;
	margin:0 0 8px 0;
	padding-bottom:8px;
	border-bottom:#CCC dotted thin;
}

.line-dot-s2{
	width:100%;
	margin:0 0 8px 0;
	padding-bottom:2px;
	border-bottom:#CCC dotted thin;
}

.line-dot-l{
	width:100%;
	margin:0 0 23px 0;
	padding-bottom:23px;
	border-bottom:#CCC dotted thin;
}

.line-dot-blog{
	width:100%;
	margin:0 0 18px 0;
	padding-bottom:0;
	border-bottom:#CCC dotted thin;
}


#smiley-test{
	padding:0;
	margin:0;
	background:#FFF;
	background:url(../img_cmn/smiley_bg.jpg) repeat-x;
}

.center{
	text-align:center;
}

.lh18{
	line-height:1.8;
}

.ls1{
	letter-spacing:0.1em;
}

.nextpage{
}

.nextpage a:link{
		font-size:1.1em;
		text-decoration:none;
}

.nextpage a:visited{
		text-decoration:none;
}

.nextpage a:hover{
	text-decoration:underline;
}


.border-infobox{
	width:85%;
	padding:15px 15px;
	border:#F90 thin dotted;
	font-size:1.3em;
	line-height:1.6;
	letter-spacing:0.1em;
	margin:10px 0;
}

.column-border{
	width:100%;
	height:10px;
	border-bottom:#CCC dotted 1px;
	margin:15px 0 30px 0;
	padding:15px 0 0 0;
}
	