@charset "UTF-8";

/*======================================

	1-1.Yahoo UI Library Fonts CSS
	http://developer.yahoo.com/yui/fonts/
	*Copyright (c) 2006, Yahoo! Inc. All rights reserved.
	*http://developer.yahoo.com/yui/license.txt

	Font-size Adjustment
	
	77% = 10px	|	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|

=======================================*/

/* /////////////////////////////////////////////////////////////////////////// BaseSet */

html{
	color:#333;
	overflow-y: scroll;
}

* html body{
	width: expression(document.body.clientWidth < 962? "960px" : "auto");
}
body{
	overflow:hidden;
	min-width:960px;
}


/* ///////////////////////////////////////// anchor */

a{
	color:#099736;
	text-decoration:underline;
}

a:visited{
	color:#099736;
	text-decoration:underline;
}

a:hover{
	min-height: 1em; /* Mac Firefox */
	text-decoration:none;
}

/*Win Firefox用*/
:focus{
    -moz-outline-style:none;
}
/*Mac Firefox用*/
a { outline:none;} 

/* ///////////////////////////////////////// fontsize */

p, li, dt, dd, th, td {
	font-size:93%;
}

/* ///////////////////////////////////////// image */

img{
	vertical-align:bottom;
	line-height:1.0;
}

table th img,
table td img{
	vertical-align:middle;
}


/**
 *  clearfix
 */
#cnt:before,
#cnt:after,
.fBox:before,
.fBox:after {
    content:"";
    display:table;
}
.fBox:after,
#cnt:after {
    clear:both;
}
/* For IE 6/7 */
.fBox,
#cnt {
    zoom:1;
}



/* /////////////////////////////////////////////////////////////////////////// float style */

.fr{
	float:right;
}

.fl{
	float:left;
}

ul.fBox li{
	float:left;
	display:inline;
}


/*#header{
	margin-left:70px;
	float:left;
	width:170px;
	position: fixed;
	top:30px;70
	padding:20px;
	z-index:500;
	background: url("img/navi_bg.png") repeat center top transparent;
}
*/

#navi{
	width:100%;
	padding:3px 0 4px 0;
	border-bottom:1px solid #e5e5e5;
	background:#fff;
	position: fixed;
	top:0px;
	left:0px;
	z-index:89;
	display:none;
}

#header{
	width:100%;
	padding:8px 0 0 0;
	background:#fff;
}

#navi ul,
#header ul{
	float:left;
	margin-left:21px;
}
#header ul{
}

#navi p,
#header p{
	float:right;
}


#main{
	padding:21px 0 89px;
	text-align:center;
	height:100%;
	min-height:100%;
	border-bottom:1px solid #ddd;
}
#c01,#c02,#c03,#c04{
	text-align:center;
}

#c01{
	position:relative;
	height:837px;
}

#c01 .bg{
	position:relative;
	z-index:5;
}

#c01 .main{
	position:absolute;
	top:115px;
	z-index:6;
	left: 50%;
    margin-left: -210px;
    overflow: hidden;
}
#c02{
	position:relative;
	background:#fff;
	height:810px;
	padding-top:89px;
}
#c02 #top,
#c02 #btm,
#c02 h2{
	width:1370px;
    margin-left: -685px;
	position:absolute;
	z-index:6;
	left: 50%;
    overflow: hidden;
	height:340px;
}
#c02 #btm{
	top:459px;
	width:1185px;
    margin-left: -592px;
}
#c02 h2{
	width:360px;
    margin-left: -180px;
}
#c02 .fBox p{
	float:left;
	width:340px
}

#c02 .fBox p.wTwo{
	width:155px
}

.ml360{margin-left:360px;}
.mr10{margin-right:10px;}

#c03{
	padding:55px 0 0 0;
	background:#e03d0f;
}

#c04{
	padding:139px 0;
}

#footer{
	border-top:1px solid #e5e5e5;
	padding:21px 0 180px;
	text-align:center;
}

#pagetop{
	position: fixed;
	bottom:21px;
	right:21px;
	z-index:55;
	display:none;
}

#c01 .bg,
#c02 .i01,#c02 .i02,#c02 .i03,#c02 .i04,#c02 .i05,#c02 .i06,
#c02 .i07,#c02 .i08,#c02 .i09,#c02 .i10,#c02 .i11,#c02 .i12,#c02 .i13,#c02 .i14{
	display:none;
}