@charset "utf-8";

/*
----------------------------------------------------------------------
  IMPORT CSS
----------------------------------------------------------------------
*/
@import "common.css";
@import "reset.css";
@import "list.css";
/*

----------------------------------------------------------------------
  LAYOUT
----------------------------------------------------------------------
*/

body {
line-height:1.5;
background:url(../img/common/bg.jpg) repeat-x top;
color:#666666;
text-align:center;
}

#header {
	height:139px;
	position:relative;
}

#top .box01{
	padding-top:10px;

}
#top .blue{
	width:153px;
	background-color:#236EC1;
	float:left;
	margin-right:14px;
	padding:3px;
}
#top .orange01{
	width:153px;
	background-color:#fc8318;
	float:left;
	margin-right:14px;
	padding:3px;
}
#top .orange02{
	width:153px;
	background-color:#fc8318;
	float:left;
	padding:3px;
}
#top .box01 .title{
	text-align:left;
	font-weight:bold;
	font-size:15px;
	color:#FFF;
	margin:5px 0 3px 5px;
}
#top .box01 .text{
	padding:5px 8px;
	color:#FFF;
}
#top .box01 .icon{
	float:right;
	padding:5px;
}




#top .box03 {
	clear:both;
}
#top .box03 .photo{
	float:left;
	width:400px;
}
#top .box03 .text{
	float:right;
	width:260px;
}

#top .box04 {
	clear:both;
}
#top .box04 .photo{
	float:left;
	width:248px;
}
#top .box04 .text{
	float:right;
	width:412px;
}


#top .box05 {
	clear:both;
}

#top .box04 span{
	font-size:150%;
	font-weight:bold;
	color:#246EC1;
}
#top .box05 {
	position:relative;
	clear:both;
	width:680px;
	height:240px;
}
#top .box05 .btn{
	position:absolute;
	bottom:0px;
	right:0px;
}
