/*　Global
------------------------------------------------------------------------　*/

body {
	margin: 0px;
	text-align: center;
	background: url(../img/bg_main.gif) repeat-y top;
}

h1, h2, h3 {margin: 0px;padding: 0px;font-weight: normal;}
 
p, form {margin: 0px;padding: 0px;}


/*　Texts
------------------------------------------------------------------------　*/
.text-sml{font-size:60%;line-height: 1.5em;}
.text-mid{font-size:80%;line-height: 1.5em;}
.text-lrg{font-size:100%;line-height: 1.5em;}
.text-mnoheight{font-size:80%;}
.text-lh0{line-height: 1em;}

.text-pkl{font-size:80%;line-height: 1.5em;color:#505A96;}

.text-black{color:#000000;}
.text-gray{color:#666666;}
.text-white{color:#FFFFFF;}
.text-red{color:#FF0000;}

a:link,a:visited,a:active{color: #505A96;}
a:hover{color: #FF0000;}

/*　Horizontal Rules
------------------------------------------------------------------------　*/

.dot100per-hr {
	border: none 0; 
	border-top: 1px dotted #D9D9D9;
	width:100%;
	height: 1px;
}

.solid100per-hr {
	border: none 0; 
	border-top: 1px solid #D9D9D9;
	width:100%;
	height: 1px;
}

/*　Margins
------------------------------------------------------------------------　*/

.mgleft10{margin-left:10px;}
.mgtop8{margin-top:8px;}
.mgtop20{margin-top:20px;}
.mgtop40{margin-top:40px;}
.mgtop20btm5{margin-top:20px;margin-bottom:5px;}
.mgtop40btm5{margin-top:40px;margin-bottom:5px;}
.mgbtm5{margin-bottom:5px;}

/*　Header
------------------------------------------------------------------------　*/

#logo {
	float:left;
	width:263px;
}

#logo h1 {
	margin-top:12px;
	margin-left:14px;
}

#headnavi {
	float:left;
	padding:0px;
	margin-left:220px;
	width:275px;
}

#headnavi img {
	margin-top:38px;
}

/*　Main
------------------------------------------------------------------------　*/

#main {
	text-align: left;
	margin-left:6px;
	padding:0px;
	width:776px;
}

/*　Menu
------------------------------------------------------------------------　*/

#menu {
	float:left;
	margin:0px;
	padding:0px;
	width:153px;
	padding-bottom:50px;
}

/*　Contents
------------------------------------------------------------------------　*/

#contents {
	float:left;
	padding-left:3px;
	width:620px;
	padding-bottom:50px;
}

ol{
padding:0 0 0 23px;
margin:0 0 0 5px;
}

/*　Footer Navigation
------------------------------------------------------------------------　*/

#footer {
	clear:both;
	background: url(../img/bg_footer.gif) repeat-x;
	text-align:left;
	margin-left:6px;
	width:776px;
	height:48px;
}

#copyright {padding:10px;width:276px;}

/*　Background
------------------------------------------------------------------------　*/

#bg-header-c {
	background-image: url(../img/bg_header_01.gif);
	background-repeat: repeat-x;
}
#bg-header-l {
	background-image: url(../img/bg_header_02.gif);
	background-repeat: repeat-x;
}
#bg-header-r {
	background-image: url(../img/bg_header_03.gif);
	background-repeat: repeat-x;
}
#bg-footer-dot {
	background-image: url(../img/line_dot_footer.gif);
	background-repeat: repeat-x;
}
#bg-footer {
	background-image: none;
	background-repeat: no-repeat;
	background-color: #E9E9E9;
}

/*　List
------------------------------------------------------------------------　*/

ul.wn {
	list-style-image: url(../img/circle02.gif);
	font-size: 12px;
	line-height: 25px;
	margin: 0 0 0 0;
	padding: 0;	
}
ul{
	list-style-image: url(../img/circle01.gif);
	font-size: 12px;
	line-height: 25px;
	margin-top: 0px;
	margin-left: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 50 50 50 50;
}

