@charset "utf-8";

img,a,p,ul,li {border:none;margin:0px;padding:0px;}
li		{list-style:none;}
body{
	margin:0px;
	border:0px;
	padding:0px;
	font: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height:1.4;
	color:#333333;
	text-align: center;
	background-image: url(home/img/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#F9E2B3;
	font-size: 12px;
}

/*** 全体テキストリンク設定 ***/
a:link 		{color:#333333; text-decoration:underline;}
a:visited 	{color:#333333; text-decoration:underline;}
a:hover		{color:#ECA611; text-decoration:underline;}
a:active 	{color:#333333; text-decoration:underline;}

/* -------------------- */
/* font size     　　   */
/* -------------------- */
.s { font-size: 80%; line-height: 140%; }
.m { font-size: 100%; line-height: 140%; }
.l { font-size: 120%; line-height: 140%; }
.ll { font-size: 140%; line-height: 140%; }
.lll { font-size: 160%; line-height: 140%; }

.sB { font-size: 80%; line-height: 140%; font-weight : bold; }

.mB { font-size: 100%; line-height: 140%; font-weight : bold; }
.mB_Orange { font-size: 100%; line-height: 140%; font-weight : bold; color:#FF6600; }
.mB_Blue { font-size: 100%; line-height: 140%; font-weight : bold; color:#0E2277; }

.lB { font-size: 120%; line-height: 140%; font-weight : bold; }

.llB { font-size: 140%; line-height: 140%; font-weight : bold; }

.lllB { font-size: 160%; line-height: 140%; font-weight : bold; }

p{
font-size: 12px;
}
* html td,* html th{
font-size: 90%;
}
/*** 全体見出し設定 ***/
#h1_area{
width: 790px;
height: 26px;
margin: 0 auto;
background-image:url(cmnfix/header_top.jpg);
background-repeat: no-repeat;
background-position: bottom;
}
#h1_area h1 {	
	padding:0;
	padding-top: 3px;
	margin:0;
	color:#fff;
	font: 100% "Georgia, "Times New Roman", Times, serif";
	text-align: right;
	font-size: 12px;
}
h2 {
	padding:0;
	margin:0;
	font: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
}
h3 {
	padding:0;
	margin:0;
	font: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/*** all area ***/
#wrap{
	width:790px;
	text-align: center;
	margin:0 auto;
	margin-bottom: 20px;
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
	background-color:#FFFFFF;
	position: relative;
}

/*** head area ***/
#header	{
	text-align:left;
	width:790px;
	height:72px;
	position: relative;
}
#header #logo{
position: absolute;
left: 28px;
top: 18px;
}
#header #h_navi{
position: absolute;
right: 20px;
top:40px;
}
/*** head area end ***/

/*** swf area ***/
#swf{
	width:790px;
	height:260px;
	margin:;
}
#swf p{
   width: 758px;
   margin: 0 auto;
}

/*** swf area end ***/

/*** gnav area ***/
#nav_area{
width: 790px;
}
#nav_area #navi{
width: 758px;
height: 58px;
margin: 0 auto;
overflow: hidden;
}
#nav_area #navi:after{
  content:".";
  display:block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
  }
* html #nav_area #navi{
width: 758px;
height: 58px;
margin-left: 0;
overflow: hidden;
}
#nav_area #navi li{
float: left;
}
#nav_area #navi li a{
display: block;
height: 58px;
overflow: hidden;
outline: none;
text-indent: -4649px;
}
#nav_area #navi li a:hover{
opacity: 0.8; 
filter: Alpha(opacity=80); 
}
#navi li#g1 a{
background-image: url(cmnfix/gnav01.jpg);
background-repeat: no-repeat;
width: 94px;
}
#navi li#g2 a{
background-image: url(cmnfix/gnav02.jpg);
background-repeat: no-repeat;
width: 89px;
}
#navi li#g3 a{
background-image: url(cmnfix/gnav03.jpg);
background-repeat: no-repeat;
width: 89px;
}
#navi li#g4 a{
background-image: url(cmnfix/gnav04.jpg);
background-repeat: no-repeat;
width: 146px;
}
#navi li#g5 a{
background-image: url(cmnfix/gnav05.jpg);
background-repeat: no-repeat;
width: 103px;
}
#navi li#g6 a{
background-image: url(cmnfix/gnav06.jpg);
background-repeat: no-repeat;
width: 117px;
}
#navi li#g7 a{
background-image: url(cmnfix/gnav07.jpg);
background-repeat: no-repeat;
width: 120px;
}
/*** gnav area end ***/

/*** main area ***/
#main{
	text-align:center;
	margin:0 auto;
	width:790px;
	overflow: hidden;
}
#main:after{
  content:".";
  display:block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
  }
#main_left{
	width:532px;
	padding-left: 15px;
	margin-right: 20px;
	text-align:left;
	float:left;
}
#main_right{
	width:223px;
	text-align:left;
	float:left;
}
/*** foot area ***/
#footer	{
	height:50px;
	width: 754px;
	text-align:center;
	margin: 0 auto;
	clear:both;
	background-color:#87C63A;
}
#footer p{
padding-top: 20px;
   }
/*** navi area ***/
#h_navi{
	padding:0;
	margin:0;
}
#h_navi:after{
  content:".";
  display:block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
  }
#h_navi li{
float: left;
}
#h_navi li a{
display: block;
width: 84px;
height:22px;
background-image: url(cmnfix/h_nav_back.gif);
background-repeat:no-repeat;
text-decoration: none;
}
#h_navi li a span{
padding-left: 28px;
padding-top: 4px;
display: block;
}
#f_navi	{
	padding:0;
	margin:0;
	margin-bottom: 5px;
	text-align: center;
}

/*** cell area ***/
/*** デザインによって各値を変えて下さい ***/
.cell_top	{
	border-top:solid 1px #FFFFFF;
	background:#FFCCCC;
}
.cell_bottom	{
	border-bottom:solid 1px #FFFFFF;
	background:#FFCCCC;
}
.cell_left	{
	border-left:solid 1px #FFFFFF;
	background:#FFCCCC;
}
.cell_right	{
	border-right:solid 1px #FFFFFF;
	background:#FFCCCC;
}

.clear{clear:both;}

