@import "http://";
/*---------------
clearfix
---------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
display: inline-table;
overflow:hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
height: 1%;
overflow:visible;
}
.clearfix {display: block;}
/* End hide from IE-mac */


/*---------------
default
---------------*/
body,
div,
ul,ol,li,
dl,dt,dd,
h1,h2,h3,h4,h5,h6,
p,a,
img,
table,th,td,
form,
imput{
margin:0;
padding:0;
border:0;
}
img{
	display:block;
}
ul {
	list-style-type:none;	
}

/*---------------
common style
---------------*/
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 1.6em;
	color: #333333;
	background-color: #fffdeb;
	text-align: center;
}
table {
	font-size: 12px;
}

.btm5 {
	margin-bottom: 5px;
}
.btm10 {
	margin-bottom: 10px;
}
.btm15 {
	margin-bottom: 15px;
}
.btm20 {
	margin-bottom: 20px;
}

.clear {
	height:0px;
	clear:both;
	display: hidden;
	line-height:0;
	font-size:0px;
	zoom:1;
}
.btm30 {
	margin-bottom: 30px;
}

/*---------------
layout
---------------*/
#wrapper {
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
a:link {
	color: #6D814E;
}
a:visited {
	color: #6D814E;
}
a:hover {
	color: #886342;
}

#header #logo_area {
	float: left;
	width: 240px;
	padding-top: 10px;
}
#header #flash_bird {
	float: left;
	height: 115px;
	width: 520px;
	text-align: center;
}
#g_navi {
	margin-bottom: 10px;
	width: 760px;
}
#g_navi li {
	float: left;
}
#g_navi .navi_bt {
	margin-right: 10px;
}

#g_navi .submenu {
	visibility: hidden;
	position: absolute;
	z-index: 3;
	width: 100px;
}

#container {
	width: 760px;
	margin-bottom: 10px;
}
#container #frame_left {
	float: left;
	width: 100px;
}
#container #frame_right {
	width: 630px;
	float: right;
}
#container #frame_right2 {
	float: right;
	width: 630px;
	padding-top: 10px;
}

#footer {
	background-color: #6D814E;
	color: #FFFFFF;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 30px;
	clear: both;
	width: 100%;
}
#footer #f_navi {
	text-align: center;
	width: 381px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}
#footer #f_navi li {
	float: left;
}
#footer #f_navi .navi_bt {
	margin-right: 20px;
}
