
@charset "UTF-8";
/* 
====================================================================================================
■ basic setting
 □ tag
 □ class
■ layout
 □ #site_header
 └  #gnav
 □ #page_area
  □ #main_area
  □ #sub_area
 □ #site_footer
 ├  #fnav
 └  #flink
■ additional
----------------------------------------------------------------------------------------------------
※ font-sizeに関しては、リセット後、#wrapperに12px相当で指定済。そこからの相対指定で行うこと。
　（親要素に既に%指定済の場合、子孫要素は基準が変わるので注意してください。）
==================================================================================================== */

/* 
====================================================================================================
■ basic setting
----------------------------------------------------------------------------------------------------
 □ tag
---------------------------------------------------------------------------------------------------- */
html, body {
	width: 100%;
	height: 100%;
}
body {
	font-size: 15px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
    color: #000;
    line-height: 1;
	
	/* このbodyのfont指定はブラウザ差異を埋めるためのものなので、上書きしない。どうしても変更を加える場合
	#wrapperに基準サイズを設定。その場合font-size用クラスも全て再計算が必要です。 */
}
/* 基本の行の高さ */
p, li, td, th, dt, dd { line-height:1.8; }

/* link */
a {
	-webkit-transition: color ease-out 0.3s; -moz-transition: color ease-out 0.3s; transition: color ease-out 0.3s;
	color: #ff0000;
}
a:link { text-decoration:underline;}
a:hover {
	color: #0044b8;
	text-decoration: none;
	transition: 0.5s ;
	opacity: 0.7;
}
a:visited {}
a:active {}
a img {	vertical-align: top;}





/* 上付き文字・下付き文字 */
sub, sup { font-size: 77%;} /* 10px */

/* 
----------------------------------------------------------------------------------------------------
 □ class
---------------------------------------------------------------------------------------------------- */
/* clearfix */
.clearfix {width: 100%;}
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
 }
.clearfix {overflow:hidden;}


.float_l { float:left; }
.float_r { float:right; }

/* 
--------------------------------------------------
 ▽ 文字装飾定義専用クラス
-------------------------------------------------- */
.txt_align_l { display:block; text-align:left; }
.txt_align_r { display:block; text-align:right; }
.txt_align_c { display:block; text-align:center; }

.txt_style_bold   { font-weight:bold; }
.txt_style_italic { font-style:italic; }
.txt_style_line   { text-decoration:underline; }

.txt_color_red    { color:#ff0000; }
.txt_color_blk    { color:#000; }
.txt_color_grey   { color:#999999; }
.txt_color_pink   { color:#FF1493; }
.txt_color_green  { color:#39B221; }
.txt_color_blue   { color:#3399FF; } /* このブルーはリンク色のブルーとは色味を若干変える事を推奨 */
.txt_color_yellow { color:#ffb400; }
.txt_color_white  { color:#F0F0F0; }


.lh0 { line-height:0 !important;}
.lh12 { line-height:1.2 !important;}
.lh13 { line-height:1.3 !important;}
.lh14 { line-height:1.4 !important;}
.lh16 { line-height:1.6 !important;}
.lh18 { line-height:1.8 !important;}
.lh2 { line-height:2 !important;}
.lh23 { line-height:2.3 !important;}

/* 
--------------------------------------------------
 ▽ font-size設定専用クラス
-------------------------------------------------- */
/* デフォルトでは#wrapperに12px相当の指定が設定済みのため、そこからの相対値になります。
※親要素に既に%指定済みの場合は子孫要素は基準が変わるのでこのクラスの使用は出来れば避けます。 */
.f10 { font-size: 55.6% !important; } /* 10px */    .f11 { font-size: 61.2% !important; } /* 11px */
.f12 { font-size: 66.7% !important; } /* 12px */    .f13 { font-size: 72.3% !important; } /* 13px */
.f14 { font-size: 72.3% !important; } /* 14px */    .f15 { font-size: 83.4% !important; } /* 15px */
.f16 { font-size: 88.9% !important; } /* 16px */    .f17 { font-size: 94.5% !important; } /* 17px */
.f18 { font-size:100.0% !important; } /* 18px */    .f19 { font-size:105.6% !important; } /* 19px */
.f20 { font-size:111.2% !important; } /* 20px */    .f21 { font-size:116.7% !important; } /* 21px */
.f22 { font-size:122.3% !important; } /* 22px */    .f23 { font-size:127.8% !important; } /* 23px */
.f24 { font-size:133.4% !important; } /* 24px */    .f25 { font-size:138.9% !important; } /* 25px */

/* 
--------------------------------------------------
 ▽ width設定専用クラス
-------------------------------------------------- */

.w50 { width:50px!important;}
.w100 { width:100px!important;}
.w120 { width:120px!important;}
.w160 { width:160px!important;}
.w180 { width:180px!important;}
.w200 { width:200px!important;}
.w209 { width:209px!important;}
.w210 { width:210px!important;}
.w220 { width:220px!important;}
.w230 { width:230px!important;}
.w240 { width:240px!important;}
.w250 { width:250px!important;}
.w270 { width:270px!important;}
.w280 { width:280px!important;}
.w285 { width:285px!important;}
.w290 { width:290px!important;}
.w300 { width:300px!important;}
.w310 { width:310px!important;}
.w340 { width:340px!important;}
.w350 { width:350px!important;}
.w323 { width:323px!important;}
.w390 { width:390px!important;}
.w400 { width:400px!important;}
.w410 { width:410px!important;}
.w430 { width:430px!important;}
.w450 { width:450px!important;}
.w451 { width:451px!important;}
.w470 { width:470px!important;}
.w482 { width:482px!important;}
.w500 { width:500px!important;}
.w530 { width:530px!important;}
.w540 { width:540px!important;}
.w550 { width:550px!important;}
.w590 { width:590px!important;}
.w600 { width:600px!important;}
.w640 { width:640px!important;}


/* 
--------------------------------------------------
 ▽ ボーダー設定専用クラス
-------------------------------------------------- */
.bo_gry { border:#eeeeee 1px solid;}
.bo_yel { border:#fff477 2px dashed;}
.bo_pur { border:#b37fdb 1px solid;}
.bo_b_gry { border-bottom:#ccc 1px dotted;}
.bo_wht { border:#fff 1px solid;}
.bo_r_gry { border-right:#bbbbbb 1px dotted;}

/* 
--------------------------------------------------
 ▽ margin設定専用クラス
-------------------------------------------------- */
.m00  { margin: 0px !important; }         .m05  { margin: 5px !important; }
.m10  { margin:10px !important; }         .m12  { margin:12px !important; }
.m15  { margin:15px !important; }
.m20  { margin:20px !important; }         .m25  { margin:25px !important; }
.m30  { margin:30px !important; }         .m35  { margin:35px !important; }
.m40  { margin:40px !important; }         .m45  { margin:45px !important; }

.mt00 { margin-top: 0px !important; }     .mt05 { margin-top: 5px !important; }
.mt10 { margin-top:10px !important; }     .mt12 { margin-top:12px !important; }
.mt15 { margin-top:15px !important; }
.mt20 { margin-top:20px !important; }     .mt25 { margin-top:25px !important; }
.mt30 { margin-top:30px !important; }     .mt35 { margin-top:35px !important; }
.mt40 { margin-top:30px !important; }     .mt45 { margin-top:35px !important; }

.mr00 { margin-right: 0px !important; }   .mr05 { margin-right: 5px !important; }
.mr10 { margin-right:10px !important; }   .mr13 { margin-right:13px !important; }
.mr15 { margin-right:15px !important; }   .mr18 { margin-right:18px !important; }
.mr20 { margin-right:20px !important; }   .mr25 { margin-right:25px !important; }
.mr30 { margin-right:30px !important; }   .mr35 { margin-right:35px !important; }
.mr40 { margin-right:40px !important; }   .mr45 { margin-right:45px !important; }
.mr60 { margin-right:60px !important; }

.mb00 { margin-bottom: 0px !important; }  .mb05 { margin-bottom: 5px !important; } 
.mb07 { margin-bottom: 7px !important; }
.mb10 { margin-bottom:10px !important; }  .mb15 { margin-bottom:15px !important; }
.mb20 { margin-bottom:20px !important; }  .mb25 { margin-bottom:25px !important; }
.mb30 { margin-bottom:30px !important; }  .mb35 { margin-bottom:35px !important; }
.mb40 { margin-bottom:40px !important; }  .mb45 { margin-bottom:45px !important; }
.mb50 { margin-bottom:50px !important; }  .mb55 { margin-bottom:55px !important; }
.mb80 { margin-bottom:80px !important; }  .mb150 { margin-bottom:130px !important; }

.ml00 { margin-left: 0px !important; }    .ml05 { margin-left: 5px !important; }
.ml10 { margin-left:10px !important; }    .ml15 { margin-left:15px !important; }
.ml20 { margin-left:20px !important; }    .ml25 { margin-left:25px !important; }
.ml30 { margin-left:30px !important; }    .ml35 { margin-left:35px !important; }
.ml40 { margin-left:40px !important; }    .ml45 { margin-left:45px !important; }
.ml60 { margin-left:60px !important; }
.mlr05 { margin:0px 5px !important; }
.mlr10 { margin:0px 10px !important; }
.mlr30 { margin:0px 30px !important; }

.mauto{margin:0px auto !important;}

/* 
--------------------------------------------------
 ▽ padding設定専用クラス
-------------------------------------------------- */
.p00 { padding: 0px !important; }     .p05 { padding: 5px !important; }
.p10 { padding:10px !important; }     .p15 { padding:15px !important; }
.p20 { padding:20px !important; }     .p25 { padding:25px !important; }
.p30 { padding:30px !important; }     .p35 { padding:35px !important; }
.p40 { padding:40px !important; }     .p45 { padding:45px !important; }

.pt00 { padding-top: 0px !important; }    .pt05 { padding-top: 5px !important; }
.pt10 { padding-top:10px !important; }    .pt15 { padding-top:15px !important; }
.pt20 { padding-top:20px !important; }    .pt25 { padding-top:25px !important; }
.pt30 { padding-top:30px !important; }    .pt35 { padding-top:35px !important; }
.pt40 { padding-top:40px !important; }    .pt45 { padding-top:45px !important; }

.pr00 { padding-right: 0px !important; }  .pr05 { padding-right: 5px !important; }
.pr10 { padding-right:10px !important; }  .pr14 { padding-right:14px !important; }
.pr15 { padding-right:15px !important; }
.pr20 { padding-right:20px !important; }  .pr25 { padding-right:25px !important; }
.pr30 { padding-right:30px !important; }  .pr35 { padding-right:35px !important; }
.pr40 { padding-right:40px !important; }  .pr45 { padding-right:45px !important; }

.pb00 { padding-bottom: 0px !important; } .pb05 { padding-bottom: 5px !important; }
.pb10 { padding-bottom:10px !important; } .pb15 { padding-bottom:15px !important; }
.pb20 { padding-bottom:20px !important; } .pb25 { padding-bottom:25px !important; }
.pb30 { padding-bottom:30px !important; } .pb35 { padding-bottom:35px !important; }
.pb40 { padding-bottom:40px !important; } .pb45 { padding-bottom:45px !important; }

.pl00 { padding-left: 0px !important; }   .pl05 { padding-left: 5px !important; }
.pl10 { padding-left:10px !important; }   .pl14 { padding-left:14px !important; }
.pl15 { padding-left:15px !important; }
.pl20 { padding-left:20px !important; }   .pl25 { padding-left:25px !important; }
.pl30 { padding-left:30px !important; }   .pl35 { padding-left:35px !important; }
.pl40 { padding-left:40px !important; }   .pl45 { padding-left:45px !important; }
.pl65 { padding-left:65px !important; }


.plr10 { padding:0px 10px !important; }
.plr15 { padding:0px 15px !important; }

.ptb10 { padding:10px 0px !important; }


----------------------------------------------------------------------------------------------------
 □ #site_header
---------------------------------------------------------------------------------------------------- */
header {
	padding: 0px 0 0px 0px;
}
/* 
----------------------------------------------------------------------------------------------------
 □ #page_area
---------------------------------------------------------------------------------------------------- */
a.te_no{
text-decoration:none;
color:#666;
}

.intro{
overflow: hidden;
margin: 0px auto 0px;
}




/* 
--------------------------------------------------
  ▽ #main_area
-------------------------------------------------- */
/* メインコンテンツ部分 */
#main_area {
	float: right;
	width: 710px;
	min-height:600px;
	padding:18px 0 30px
}


.banner{
margin:20px auto 30px;
background: url(../common_img/banner_00.png) no-repeat center 0;
height:173px;
width:710px;
}

.banner dl{
padding:25px 0px 0px 32px ;
}

.banner dl dt{
padding:0px 0px 10px 0px ;
font-weight:bold;
line-height:1.1;
color:#63371a;
font-size:120%;
}

.banner dl dd img{
margin:0px 15px 0px 0px ;
}

.btn01{
margin:20px auto 0;
width:50%;
}

.btn01 a{
display:block;
text-align:center;
line-height:50px;
color:#fff;
font-weight:bold;
text-decoration:none;
background:#e2b50e url(../common_img/btn_bg.png) no-repeat right center;
-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}

.btn01 a:hover{
background:#ff8000 url(../common_img/btn_bg.png) no-repeat right center;
}

/* 
----------------------------------------------------------------------------------------------------
 □ #site_footer
---------------------------------------------------------------------------------------------------- */
#site_footer {background:#ff7855;
              padding:0px 0px 0px 0px ;
              border-top:solid 2px #d12b00;
             }


	#site_footer .f_logo_area {
		float: left;
		width: 260px;
		padding:30px 0px 0px 0px ;
	}

	#site_footer .f_logo_area dt{
		padding:0px 0px 0px 0px ;
	}

	#site_footer .f_logo_area dd{
		float: left;
		width: 260px;
		padding:0px 0px 0px 0px ;
		font-size:90%;
		color:#fff;
	}


	#site_footer .f_nav_area{
		float: right;
		width: 640px;
		margin:0px 0px 0px 0px ;
		padding:25px 0px 0;
		font-size:90%;
	}

	#site_footer .nav01_area {
		float: left;
		width: 160px;
		margin:0px 0px 0px 0px ;
	}

	#site_footer .nav02_area {
		float: left;
		width: 160px;
		margin:0px 0px 0px 0px ;
	}
	#site_footer .nav03_area {
		float: left;
		width: 160px;
		margin:0px 0px 0px 0px ;
	}
	#site_footer .nav04_area {
		float: left;
		width: 160px;
		margin:0px 0px 0px 0px ;
	}



#site_footer ul.f_nav{font-size:93%;padding:0px 0px 0px 0px;}

#site_footer ul.f_nav li{margin-bottom:5px;}
#site_footer ul.f_nav li:before{ content:'>';  margin:2px 10px 0 0px ;font-size:100%;color:#fff;font-weight:bold;}

#site_footer ul.f_nav a{color:#fff;text-decoration:none;}
#site_footer ul.f_nav a:hover{color:#fff;text-decoration:underline;}


#site_copy{
text-align:center;
color:#000;
background:#000;
margin:30px 0 0;
line-height:50px;
background:#fff;
}

