@charset "utf-8";


body {
	-webkit-text-size-adjust: 100%;
	font-family: Verdana, Roboto, 'Droid Sans', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 12px;
	line-height: 160%;
	color: #333;
	background:#FFFFFF;
}
strong, b, th, h1, h2, h3, h4, h5, h6{
	font-weight: normal;
}
img {
	vertical-align: bottom;
	border: none;
}
a {
	color:#333333;
	text-decoration:underline;
}
a:visited {
}
a:hover {
	text-decoration:none;
}
a:active {
}
#wrapper{
	width: 100%;
	overflow: hidden;
}



/*------------------------------

			header

------------------------------*/
header{
	padding:10px 0;
	}
	
#logo_btn{
	padding:0 10px;
	overflow:hidden;
	zoom:1;
	}
h1{
	float:left;
	width:auto;
	display:inline;	
	}

#logo_btn p{
	float:right;
	width:100px;
	display:inline;
	padding:5px 0;	
	}



/*------------------------------

			nav

------------------------------*/

nav{	
 min-height:44px;
 font-size:16px;
 color:#EC5E8F;
	}


.g_nav ul{
	display:table;
	table-layout: fixed;
	width:100%;
	background: -webkit-linear-gradient(top,  #FFFFFF 0%,#DDDDDD 50%,#CCCCCC 52%); 
	background: linear-gradient(to bottom,  #FFFFFF 0%,#DDDDDD 50%,#CCCCCC 52%); 
	box-shadow:  0px 1px 4px 0px #cccccc;
}
.g_nav li{
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	height:44px;
	cursor:pointer;
}
.g_nav li:not(:last-child){
	border-right:1px solid #555555;
}
.g_nav li a{
	color:#555555;
}




/*------------------------------

			footer

------------------------------*/

#contact_btn{
	padding:15px 0px;
	}
#contact_btn ul{
	text-align:center;
	width:	300px;
	margin:0 auto;
	overflow:hidden;
	zoom:1;
	}

#contact_btn li{
	display:inline;
	float:left;
	width:140px;
	margin:0 5px;
	}



#footer_info dl{
	margin:0 0 20px;
	}

#footer_info dt{
	background: -webkit-linear-gradient(top, #A7DADE,#fff); 
	background: linear-gradient(to bottom, #A7DADE 0%,#fff 100%); 
	border-bottom:#006666 2px solid;
	padding:10px;
	color:#006666;
	margin:0 0 5px;
	font-size:18px;
	}
	
#footer_info dd{
	padding:10px;
	font-size:14px;
	}

#fb_pagetop{
	background:#B4E0E2;
	padding:10px;
	overflow:hidden;
	zoom:1;
	}

#fb_btn{
	display:inline;
	float:left;
	width:31px;	
	}

#pagetop{
	display:inline;
	float:right;
	width:	121px;
	}

address{
	text-align:center;
	font-style:normal;
	color:#fff;
	background:#006666;
	padding:10px;
	font-size:10px;
	}









