@charset "shift-JIS";

/*---------------------------------------------
          RESET
---------------------------------------------*/

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;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*  ---- Fontsize Base ----  */

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {font:13px/1.22;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
/**
 * Bump up IE to get to 13px equivalent
 */
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:99%;}

/*  ---- Fontsize Pattern ----  */
/*
10px 	77%
11px 	85%
12px 	93% (was 93)
13px 	100%
14px 	108% (was 107)
15px 	116% (was 114)
16px 	123.1% (was 122)
*/
/*  ----------  */

strong{font-weight:bold;}

hr.separate{
	border: none;
	display: none;
}

/* ----- Mowat Wilson base style ----- */

body {font-size: 80%; color:#333;}

/*---------------------------------------------
          common style
---------------------------------------------*/

.mt5 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}

.mt1em {margin-top: 1em;}

.ml15 {margin-left: 15px;}

.pl1em {padding-left: 1em;}

.tcenter {text-align:center;}

.wrp533 {
	width: 533px;
	margin-left: auto;
	margin-right: auto;
}

.wrp503 {
	width: 503px;
	margin-left: auto;
	margin-right: auto;
}



/*---------------------------------------------
          title
---------------------------------------------*/

#header {
	height: 118px;
	background: url(../img/header_bg.gif) repeat-x;
}

h1 {
	padding-top: 25px;
}

h1 em {
	display: block;
	width: 576px;
	height: 66px;
	margin: 0 auto;
	text-indent: -9999px;
	background: url(../img/title.gif) 0 no-repeat;
}

/*---------------------------------------------
          contents wrapper
---------------------------------------------*/

#contents_wrp {
	width: 800px;
	margin: 20px auto 0;
}

#contents_wrp #menu_wrp {
	width: 220px;
	float: left;
}

#contents_wrp #contents_body {
	width: 563px;
	float: right;
}



/*---------------------------------------------
          menu
---------------------------------------------*/

ul#menu {
	width: 220px;
	margin-bottom: 10px;
}

ul#menu li {
	height: 38px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	margin-bottom: 3px;
}

ul#menu li a {
	display: block;
	height: 38px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	overflow: hidden;
}

ul#menu li#menu00 {background:url(../img/menu00.gif)}
ul#menu li#menu01 {background:url(../img/menu01_crt.gif)}
ul#menu li#menu02 {background:url(../img/menu02_crt.gif)}
ul#menu li#menu03 {background:url(../img/menu03_crt.gif)}
ul#menu li#menu04 {background:url(../img/menu04_crt.gif)}
ul#menu li#menu05 {background:url(../img/menu05_crt.gif)}
ul#menu li#menu06 {background:url(../img/menu06_crt.gif)}
ul#menu li#menu07 {background:url(../img/menu07_crt.gif)}
ul#menu li#menu08 {background:url(../img/menu08_crt.gif)}

ul#menu li#menu00 a {background:url(../img/menu00.gif)}
ul#menu li#menu01 a {background:url(../img/menu01.gif)}
ul#menu li#menu02 a {background:url(../img/menu02.gif)}
ul#menu li#menu03 a {background:url(../img/menu03.gif)}
ul#menu li#menu04 a {background:url(../img/menu04.gif)}
ul#menu li#menu05 a {background:url(../img/menu05.gif)}
ul#menu li#menu06 a {background:url(../img/menu06.gif)}
ul#menu li#menu07 a {background:url(../img/menu07.gif)}
ul#menu li#menu08 a {background:url(../img/menu08.gif)}



/*---------------------------------------------
          link color
---------------------------------------------*/

a.mw_link:link {color:#FFA200;}
a.mw_link:hover {color:#FFA200;}
a.mw_link:visited {color:#FFA200;}
a.mw_link:active {color:#FFA200;}

.link_icon {
	padding-left: 10px;
	background: url(../img/link.gif) 0 4px no-repeat;
}


/*---------------------------------------------
          footer
---------------------------------------------*/

#footer {
	width: 800px;
	margin: 30px auto;
	border-top: 1px solid #CCC;
	padding-top: 15px;
	text-align: center;
	line-height: 200%;
}

#footer a:link {color:#FFA200;}
#footer a:hover {color:#FFA200;}
#footer a:visited {color:#FFA200;}
#footer a:active {color:#FFA200;}


/*---------------------------------------------
          clearfix
---------------------------------------------*/

.clearfix,
#contents_wrp {
    zoom:1;
}
.clearfix:after,
#contents_wrp:after {
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
