﻿@charset "utf-8";

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------
 * 
* Base Style
 * 
 * サイト全体的に使われる基本的なスタイルを定義します
 *
 * <ul>
 * <li>base tag</li>
 * <li>base area</li>
 * <li>common elements</li>
 * <li>page unique</li>
 * </ul>
 *
 * @version	0.1
 * @see
 ----
 --------------------------------------------------------------------------------------------------------------------------------------------------------------*/

body {
	font:13px/1.231; 	
	font-family:'HiraKakuProN-W3','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','Lucida Grande',Verdana,sans-serif;
	*font-size:small; /* for IE */
	*font:x-small; /* for IE in quirks mode */
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select,
input,
button,
textarea {
	font:99% arial,helvetica,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	font:100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}


/*共通要素＆サイトトップ*/
body {
	color: #333333;
	/* [disabled]line-height: 0; */
	font-size: 12px;
	min-height: 416px;
	-webkit-text-size-adjust: none;
	
}

body,html{
	background-image: url(../images/page_bg.gif);
	}

a:link { color: #007dc6; text-decoration:underline;}
a:visited { color: #007dc6; text-decoration:underline;}
a:hover { color: #007dc6; text-decoration:underline;}


strong{ font-weight: bold;}
section, nav, aside { display: block;}
.hidden {
	visibility:hidden;
}

.clear {
	clear:both;
}

.mt10 {
	margin-top:10px;
}
.mb05 {
	margin-bottom:5px;
}
.mb10 {
	margin-bottom:10px;
}

.mb20 {
	margin-bottom:20px;
}

.pt10 {
	padding-top:10px;
}

.pt15 {
	padding-top:15px;
}

.pt25 {
	padding-top:25px;
}


.pb05 {
	padding-bottom:5px;
}
.pb10 {
	padding-bottom:10px;
}

.pb15 {
	padding-bottom:15px;
}

.pb20 {
	padding-bottom:20px;
}

.pb90 {
	padding-bottom:90px;
}

.pb110 {
	padding-bottom:110px;
}

.shadow {
	-moz-box-shadow: 2px 2px 2px #333;
	-khtml-box-shadow: 2px 2px 2px #333;
	-webkit-box-shadow: 2px 2px 2px #333;
}

.space {
	height:15px;
}

.red {
	color:#a71515;
}

.ocher {
	color:#a57f3c;
}

.ocher2 {
	color:#a57f3c;
}


.clr:after { visibility: hidden; clear: both; height: 0; font-size: 0; line-height: 0%; display: block; content: "";}


/*-------------------------------
header
-------------------------------*/
#header {
	position: relative;
	
}
#header h1 {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
}



/*-------------------------------
gnavi
-------------------------------*/

#gnavi ul li {
	float: left;
	margin-right: 2px;
}
#gnavi {
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	position: relative;
	height: 42px;
	width: 315px;
}
#gnavi ul .none {
	margin-right: 0px;
}

#gnavi ul .mn_last {
	margin-right: 4px;
}

/*-------------------------------
conts
-------------------------------*/

#conts {
	margin-right: auto;
	margin-left: auto;
	line-height: 1.5;
	width: 98%;
}

#conts h2 {
	margin-bottom: 10px;
	text-align: center;
}
#conts .maincopy {
	text-align: center;
	margin-bottom: 20px;
}

/*-------------------------------
pickup
-------------------------------*/

#pickup_area ul {
	margin-right: 10px;
	margin-left: 10px;
}
#pickup_area {
	background-image: url(../images/bg_building.png);
	-webkit-background-size: 100% 50%;
	background-size: 100% 50%;
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 70px;
	margin-top: 40px;
}

/*-------------------------------
footer
-------------------------------*/


#footer {
	background-color: #ffffff;
	position: relative;
}
#footer ul li {
	margin-left: 3%;
	float: left;
	width: 47%;
}
footer ul {
	padding: 10px 10px 2px 0;
	overflow: hidden;border-bottom: 1px solid #aeb100;
}
#page_top {
	position: absolute;
	top: -15px;
	right: 20px;
}
#cpright {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#conts .h3title {
	background-image: url(../images/bg_line.png);
	background-position: center;
	background-repeat: repeat-x;
	margin-bottom: 20px;
}
.imgbox {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.box01 {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
#conts .h2title {
	
	text-align: left;
	background-image: url(../images/bg_line.png);
	background-position: center;
	background-repeat: repeat-x;
	margin-bottom: 20px;
}.main_img img {
	vertical-align: bottom;
}
