@charset "UTF-8";

/* ---------------------
 * FONTSIZE MODEL * 
 * ---------------------
 *  63% ->	10pxに相当
 *  70% ->	11pxに相当
 *  75% ->	12pxに相当
 *  82% ->	13pxに相当
 *  88% ->	14pxに相当
 *  94% ->	15pxに相当
 * 100% ->	16pxに相当
 * 107% ->	17pxに相当
 * 113% ->	18pxに相当
 * 119% ->	19pxに相当
 * 125% ->	20pxに相当
 * --------------------- */


/* ========BASIC======== */
* {
	color:#666;
	font-size: 100%;
}

body {
	margin:0;
	padding:0;
	text-align:center;
	line-height:1.6;
	letter-spacing:1px;
	background: #CCC;
}

br {
   letter-spacing:normal;
}

a {
	color:#333;
	text-decoration: underline;
}

a:hover {
	color:#C30;
	text-decoration:none;
}

img  {
   border:0;
}


/* ========TEMPLATE WIREFRAME======== */
div#wrapper {
	width:900px;
	margin:0 auto;
	text-align:left;
	padding:0px 9px 0;
	background:#fff url(../img/bg.gif) repeat-y fixed 50% 50%;
}

div#header {
	width:860px;
	height:87px;
	margin:0 auto;
	background:#fff;
}
#wrapper #header #menu {
	text-align: center;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	height: 40px;
}

#menu {
	text-align: center;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	height: 40px;
}

#copy {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666;
	background: #FFF url(../img/bg.gif);
	width: 900px;
	text-align: left;
	margin: 0px auto;
	padding: 0px 9px;
}

div#contents {
	clear:both;
	width:860px;
	margin:0 auto;
	background:#FFF url(../img/bg_contents.png) repeat;
}
#flash_zone {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}


div#main {
	float:left;
	width:605px;
	padding:0 8px 0 12px;
	margin-top: 20px;
}

div#sub {
	float:right;
	width:202px;
	padding:0 12px 0 0px;
	text-align: left;
	margin-right: 10px;
	margin-top: 10px;
	margin-left: 2px;
}

div#footer {
	clear:both;
	width:833px;
	padding:15px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #666;
	background: #EAEAEA;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	font-size: 80%;
	margin-top: 20px;
	border-top: thin solid #999;
}

/* 回り込み解除 */
div#menu:after,
div#contents:after {
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}


/* ========HEADER CUSTOMIZE======== */
div#header h1 {
	margin:0 auto;
	font-size:12px;/* 24px相当 */
	font-style: normal;
	line-height: normal;
	color: #333;
	padding-right: 9px;
	padding-left: 9px;
	width: 860px;
}

div#header p {
   margin:0;
   padding:10px;
   font-size:82%;/* 13px相当 */
}


/* ========MENU CUSTOMIZE======== */
div#menu ul {
   margin:0;
   padding:0;
}

div#menu li {
   float:left;
   margin:0;
   padding:0;
   text-align:center;
   font-size:82%;/* 13px相当 */
   list-style-type:none;
}

div#menu li a {
   display:block;
   width:120px;
   line-height:26px;
   border-top:1px solid #C3C3C3;
   border-bottom:1px solid #C3C3C3;
   background:#ddd;
}

div#menu li a:hover {
   background:#9F1D20;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
div#main a {
	color: #36C;
	text-decoration: underline;
}

div#main a:hover {
	color:#C30;
	border:0;
	text-decoration: none;
}

div#main h2 {
	margin-bottom:6px;
	padding:6px 3px 6 6px;
	color:#333;
	font-size:14px;/* 14px相当 */
	font-weight:bold;
	border-bottom:1px solid #000;
	background:#EBEBEB;
	font-style: normal;
	line-height: normal;
	border-top: 1px solid #CCC;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	margin-top: 6px;
	text-align: center;
}

div#main h3 {
	margin-bottom:2px;
	font-size:82%;/* 13px相当 */
}

div#main p {
	margin:0 0 1em 0;
	font-size:82%;/* 13px相当 */
	line-height: 18px;
}


/* ========FOOTER CUSTOMIZE======== */
address {
	background:#FFF;
	text-align:left;
	color:#333;
	font-style:normal;
	font-size:70%;
	padding: 20px 10px;
	margin-right: auto;
	margin-left: auto;
}

#wrapper #footer table tr td {
	font-size: 12px;
}

