@charset "utf-8";
@import "deco.css";

/* 2009.01.21更新
---------------------------------------------------------------------*/

/* 初期設定
----------------------------------------------------------------*/

*{
	margin:0;
	padding:0;
}
body{
	margin:0px;
	background-image:url(../common_img/body_bg.gif);
	background-repeat:repeat-x;
	background-position:0 0;
	font-family:'Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック',Osaka,sans-serif;
	color:#333;
	font-size:12px;
	line-height:18px;
	text-align:center;
	background-color:#f1f6ff;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0;
	padding:0;
	font-size:12px;
	line-height:20px;
	font-weight:100;
	}
td,th{
	color:#333;
	font-size:12px;
	line-height:18px;
	font-family:'Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック',Osaka,sans-serif;
	text-align:left;
	vertical-align:top;
	margin:0;
	padding:0;
	}
form {
	margin:0;
	padding:0;
	}
select,input {
	margin:0;
	padding:0;
	}
textarea{
	resize:none;
}
img {
	margin:0px;
	padding:0px;
	border:0px;
	vertical-align:top;
	}
body ul,body li {
	list-style:none;
	margin:0;
	padding:0;
	}
option{
    padding-right:1em;
    }
a{
	color:#3366CC;
	text-decoration:underline;
	}
a:hover{
	color:#FF9900;
	text-decoration:underline;
	}

/* SEO
----------------------------------------------------------------*/
#seo{
	width:780px;
	height:auto;/* 背景画像の高さ */
	text-align:left;
	margin:0 auto;
	border-top:solid 3px #5582df;
	background-color: #eeeeee;
	background-image: url(../common_img/seo_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	}
	#seo h1{
	color:#9a9a9a;
	font-size:9px;
	line-height:12px;
	padding:3px;
		}

/* ラッパー
----------------------------------------------------------------*/
#wrapper{
	width:790px;
	text-align:left;
	margin:0 auto;
	padding:0;
	}
/* 背景がグラデーションでぼけ足がある場合 */
#wrapper_head_bg{
	width:auto;
	background-image:url(../common_img/wrapper_head_bg.gif);
	background-repeat:no-repeat;
	background-position:center top;
	margin:0;
	padding:0;
}

#wrapper_body_bg{
	width:auto;
	background-image:url(../common_img/wrapper_bg_01.gif);
	background-repeat:repeat-y;
	background-position:center top;
	margin:0;
	padding:0;
}


/* ヘッダ
----------------------------------------------------------------*/
#header{
	width:780px;
	height:95px;
	margin:0 0 0 5px;
	}
	#header .flol {
	width:auto;
	margin:15px 0 0;
	padding:0 0 0 20px;
		}
	#header .flor {
	width:auto;
	margin:30px 0 0;
	padding:0 30px 0 0;
	text-align:right;
		}
		#header .flor .sizeswich {
			width:300px;
			margin:10px 0 0;
			text-align:right;	
			}

/*横ナビ
----------------------------------------------------------------*/
#hnavigation {
	width:760px;
	margin:0 0 0 15px;
	padding:0;
	height: 40px;
	background-image: url(../common_img/h_nav_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}
	#hnavigation li{
		width:auto;
		float:left;
		}
		#hnavigation li img {
			margin:0;
			padding:0;
			}

/*メイン
----------------------------------------------------------------*/
#pagebody{
	width:750px;
	margin:0 0 0 20px;
	}

/*左枠
----------------------------------------------------------------*/
#leftside {
	width:360px;
	float:left;
	margin:0;
	padding:0;
	}

/*縦ナビ
----------------------------------------------------------------*/
#vnavigation{
	margin:0;
	padding:0;
	}
	#vnavigation li {
		margin:0;
		padding:0;
		}
		#vnavigation li img{
			margin:0;
			padding:0;
			}

/*右枠
----------------------------------------------------------------*/
#rightside {
	width:360px;
	float:right;
	margin:0;
	padding:0;
	}

/*下ナビ
----------------------------------------------------------------*/
#fnavigation{
	width:780px;
	height:30px;
	background-color:#37c7ff;
	margin:20px auto 0 auto;
}
	#fnavigation p{
	color:#FFFFFF;
	text-align:center;
	line-height:20px;
	padding:6px 10px 4px;
	font-size:11px;
	line-height:18px;
	}
	#fnavigation a{
	color:#FFFFFF;
	text-decoration:underline;
	}
	#fnavigation a:hover{
	color:#FFFFFF;
	text-decoration:none;
	}

/*フッタ
----------------------------------------------------------------*/
#footer {
	width:790px;
	margin:0 auto;
	height:65px;
	background-image:url(../common_img/wrapper_bg_02.gif);
	background-repeat:no-repeat;
	text-align:center;
	}
	#footer p{
		font-size:10px;
		line-height:15px;
	}
	/* コピーライト*/
	#footer #fcopy{
	float:left;
	margin:13px 0 0;
	padding:0 0 0 15px;
	text-align:left;
	color: #a1a0a0;
		}
	/* ページトップ*/
	#footer #fup{
	float:right;
	width:auto;
	text-align:right;
	margin:15px 0 0;
	padding:0 15px 0 0;
		}
		#footer #fup a{
			color:#777;
			text-decoration:none;
			}
		#footer #fup a:hover{
			color:#999;
			text-decoration:none;
			}
