@charset 'Shift_JIS'; 


/*--------------------------------------
 clearfix
--------------------------------------*/
html{height:100%;}
body{
	margin:0 auto;
	padding:0;
	height:100%;
	font-family:'ＭＳ Ｐゴシック','メイリオ',Meiryo,sans-serif;
	/* font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','メイリオ',Meiryo,sans-serif; */
	font-size:75%;
	color:#666666;
}

body *,
body p{
	color:#666666;
    line-height:1.6; 
}

table {font-size:100%;}

h1, h2, h3, h4, h5, h6{
	margin:0; padding:0;
	font-weight:normal;
}

strong, em{
	font-weight:bold; font-style:normal;
}

p{margin:0; padding:0;}

ul, li, dl, dt, dd{
	margin:0; padding:0;
	list-style:none;
}

img{border:0;}

form{margin:0;padding:0;}
a{
	color:#09c3ce;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}

.fleft {float:left;}
.fright {float:right;}

.tleft {text-align:left;}
.tright {text-align:right;}
.tcenter {text-align:center;}

.mt10 {margin-top:10px;}
.mt20 {margin-top:20px;}
.mt30 {margin-top:30px;}
.mt40 {margin-top:40px;}
.mt200 {margin-top:200px;}
.mb5 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb20 {margin-bottom:20px;}
.mb30 {margin-bottom:30px;}
.mb40 {margin-bottom:40px;}
.mr10 {margin-right:10px;}
.mr20 {margin-right:20px;}
.ml10 {margin-left:10px;}
.ml_kizo15 {margin-left:15px;}
.ml_kizo_in {margin-left:25px;text-indent:-10px;}
.ml20 {margin-left:20px;}
.ml36 {margin-left:36px;}
.ml36t30 {margin-left:36px; margin-top:30px;}
.mtb10 {margin-top:10px; margin-bottom:10px;}
.ml20tb10 {margin-left:20px; margin-top:10px; margin-bottom:10px;}

.pb45 {padding-bottom:45px;}

.fnt10 {font-size:90%;}
.fnt14 {font-size:116%;}

.red1 { color:#990000; }
.red2 { color:#ff0014; }
.yel1 { color:#fbb25b; }

/*--------------------------------------
 header
--------------------------------------*/
#header {
	width:950px;
	height:72px;
}
#header h1,
#header p {
	float:left;
}
#header .fright {
	width:160px;
	padding-top:9px;
	text-align:right;
}
#header .fright p { float:none; margin:0 3px 8px 0;}
#header .fright ul { width:160px;position:relative; display:block;}
#header .fright ul li { position:absolute; display:block;}
#header .fright ul li#font_txt {
	width:59px;
	height:13px;
}

#header .fright ul li#font_txt { top:16px; left:0; }
#header .fright ul li#font_s,
#header .fright ul li#font_s_stay {
	width:24px;
	height:24px;
	top:5px;
	left:64px;
}
#header .fright ul li#font_s {
	visibility:visible;
}
#header .fright ul li#font_s_stay {
	visibility:hidden;
}

#header .fright ul li#font_m,
#header .fright ul li#font_m_stay {
	width:26px;
	height:26px;
	top:3px;
	left:95px;
}
#header .fright ul li#font_m {
	visibility:visible;
}
#header .fright ul li#font_m_stay {
	visibility:hidden;
}

#header .fright ul li#font_l,
#header .fright ul li#font_l_stay {
	width:29px;
	height:29px;
	top:0;
	left:128px;
}
#header .fright ul li#font_l {
	visibility:visible;
}
#header .fright ul li#font_l_stay {
	visibility:hidden;
}

/*--------------------------------------
 globalmenu
--------------------------------------*/
#gmenu {
	width:950px;
	height:95px;
	margin-bottom:13px;
}
#gmenu ul {margin-left:91px;}
#gmenu ul li {display:inline; margin-right:2px;}
#gmenucontact {
	width:950px;
	height:95px;
	margin-bottom:13px;
	text-align:center;
}
#gmenucontact h2 { padding-top:38px; }


/*--------------------------------------
 footer （※ 最下部対応）
--------------------------------------*/
#container {
	width: 100%;
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

#wrap {
	padding-bottom:102px;
}
#topmain {
	width:950px;
	margin:0 auto;
	background:transparent url(../images/bg_topmain.jpg) center top no-repeat;
}
#jasemain {
	width:950px;
	margin:0 auto;
	background:transparent url(../images/bg_jasemain.jpg) center top no-repeat;
}
#jasemain2 {
	width:950px;
	margin:0 auto;
	background:transparent url(../images/bg_jasemain2.jpg) center top no-repeat;
}
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 102px;
	background:transparent url(../images/bg_footer.gif) center bottom no-repeat;
}
#footer #jasefoot {
	position:relative;
	width:950px;
	height:102px;
	margin:0 auto;
	background:transparent url(../images/bg_footobi.gif) right bottom no-repeat;
}

#footer #jasefoot #footmain {
	width:950px;
	height:102px;
}
#footer #jasefoot #footmain ul {
	float:left;
	padding-top:80px;
}
#footer #jasefoot #footmain ul li {
	display:inline;
	margin-right:16px;
}
#footer #jasefoot #footmain p {
	float:right;
	padding-top:46px;
}


/*--------------------------------------
 clearfix
--------------------------------------*/
.clearfix:after,
#header:after,
#footer #jasefoot #footmain:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	font-size:0;
}
.clearfix,
#header,
#footer #jasefoot #footmain{display:inline-block;}

/* exclude MacIE5 \*/
* html .clearfix,
* html #header,
* html #footer #jasefoot #footmain{height:1%;}
.clearfix,
#header,
#footer #jasefoot #footmain{display:block;}
/* end MacIE5 */

