/*リセットCSS*/
*{
	margin:0;
	padding:0;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
	font-size:inherit;
	line-height: inherit;
}

img {
	border-style:none;
	border-width: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ul {
	list-style:none;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

/*基本設定*/
body{
	color: #606060;
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.7;
	background-color: #edebde;
	background-image: url(../common_img/top_back.gif);
	background-repeat: repeat-x;
	background-position: 0 top;
	text-align: center;
}
a:link,a:visited {
	color: #5081ff;
	text-decoration: underline;
}
a:hover,a:active {
	color: #0027d8;
	text-decoration: underline;
}

/*回り込み解除する親要素*/


.cbox:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.cbox {
  min-height: 1px;
}

* html .cbox {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}


.clear {
	width: 100%;
	height: 0;
	visibility: hidden;
	clear: both;
	border-style: none;
	border-width: 0;
}

/*共通*/

#wrapper {
	background-image: url(../common_img/center_back.gif);
	background-repeat: repeat-y;
	text-align: center;
	width: 850px;
	overflow: visible;
	margin-right: auto;
	margin-left: auto;
}
#header, #footer {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
}


/*構成*/


#header {
	background-image: url(../common_img/title.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 840px;
	height: 103px;
	overflow: hidden;
	clear: both;
}
#menu {
	background-image: url(../common_img/menu_back.jpg);
	background-repeat: no-repeat;
	width: 850px;
	height: 32px;
	clear: both;
}

#main {
	text-align: left;
	width: 800px;
	overflow: auto;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	clear: both;
	padding-top: 60px;
}


/*ヘッダー*/


#header h1 {
	color: #5081ff;
	font-size: 14px;
	line-height: 1;
	padding-top: 5px;
}


/*メニュー*/

#menu h2 {
	text-indent: -9999px;
	height: 0px;
}

#menu ul {
	width: 490px;
	height: 32px;
	overflow: hidden;
	float: right;
	margin-right: 50px;
	}
#menu ul li {
	height: 32px;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
}
#menu ul li a {
	color: #ffffed;
	text-decoration: none;
	padding-top: 5px;
	display: block;
	}
#menu ul li a:hover {
	color: #ffffac;
	background-image: url(../common_img/linkback-over.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-decoration: none;
	height: 32px;
	padding-top: 5px;
	display: block;
}

#catch h2 {
	text-indent: -9999px;
	height: 0px;
}


/*フッター*/

#footer h2 {
	text-indent: -9999px;
	height: 1px;
}
#footer strong.aa {
	font-size: 16px;
	font-weight: bold;
}
#footer strong.bb {
	font-size: 22px;
	font-weight: bold;
}
#footer .area {
	color: #fff;
	font-size: 14px;
	line-height: 1;
	background-color: #989898;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer p.copy {
	color: #a8a8a8;
	font-size: 11px;
}

