@charset "UTF-8";
/* CSS Document */

/*==================reset=================*/
* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
	}
img {
	border: 0;
	}
/*==================common==================*/
html {
	overflow-y:scroll;
	}
body {
	font-family: メイリオ, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック";
	font-style: normal;
	line-height: 1.6;
	font-size: 12px;
	text-align: center;
	}
*html body {
	font-size: 83%;
}
h1,h2,h3,h4,h5 {
	font-size: 100%;
	}
a {
	color: #0935AE;
	}
a:hover {
	color: #FF9900;
	}
.clear {
	clear: both;
	line-height: 0;
	}
ul {
	list-style: none;
	}
strong {
	font-weight: bold;
	color: #336600;
	}
.imaR {
	float: right;
	margin: 0 0 10px 10px;
	}
.imgL {
	float: left;
	margin: 0 10px 10px 0;
	}
hr {
	margin-bottom: 15px;
	}
.center {
	text-align: center;
	}
.red {
	color: #FF0000;
	}
.blue {
	color: #0000FF;
	}
.green {
	color: #00FF00;
	}
.big {
	font-size: 140%;
	}
.small {
	font-size: 90%;
	}
/*==================parts==================*/	
#containerBg {
	background: url(../img/head_bg.jpg) repeat-x;
	}
#container {
	width: 760px;
	margin: 0 auto;
	text-align: left;
	}
#inner {
	float: right;
	width: 560px;
	}
/*==================head==================*/
#head {
	width: 760px;
	height: 66px;
	margin-bottom: 18px;
	}
#head h1 {
	float: left;
	width: 248px;
	height: 40px;
	padding-top: 12px;
	}
#head p {
	float: right;
	padding-top: 12px;
	text-align: right;
	}
#head p a {
	color: #336633;
	background: url(../img/head_navi_mark.jpg) no-repeat 0 50%;
	margin-left: 5px;
	padding-left: 10px;
	}
#head p a:hover {
	color: #FF9900;
	}
/*==================navi==================*/
#navi {
	float: left;
	width: 184px;
	}
#navi h2 {
	margin-top: 2px;
	}
ul.entrylist {
	background: url(../img/navi_ul_bg.gif) no-repeat 0 100%;
	padding-bottom: 6px;
	}
ul.entrylist li {
	margin: 0 10px 5px;
	padding: 3px 0;
	border-bottom: 1px dotted #666666;
	}
ul.entrylist li a {
	background: url(../img/navi_li_mark.gif) no-repeat 0 1px;
	padding-left: 15px;
	}
#navi p {
	margin-top: 5px;
	}
/*==================bn==================*/
#bn {
	width: 760px;
	margin: 0 auto;
	}
#bn p {
	display:inline;
	float: left;
	width: 130px;
	margin-left: 19px;
	padding-top: 20px
	}
#bn p#bn01 {
	margin-left: 0;
	}
/*==================bnmwc===============*/
#bnmwc {
	width: 600px;
	margin: 0 auto;
	}
#bnmwc p {
	display:inline;
	float: left;
	width: 130px;
	margin-left: 55px;
	padding-top: 20px
	}
#bnmwc p#bn01 {
	margin-left: 0;
	}	
/*==================footer==================*/
#bottom {
	height: 123px;
	background: url(../img/foot_bg.jpg) repeat-x;
	margin-top: 20px;
	clear: both;
	}
#fotter {
	width: 760px;
	margin: 0 auto;
	text-align: center;
	}
#pagetop {
	float: right;
	}
address {
	padding-top: 10px;
	clear: both;
	}
#footer p#copy {
	font-size: 90%;
	}
/*==================pagetop==================*/
p#pagetop {
	}
p.pagetop {
	margin-bottom: 10px;
	text-align: right;
	font-size: 85%;
	clear: both;
	}
p.pagetop a {
	background: url(../img/pagetop.jpg) no-repeat 0 50%;
	padding: 4px 0 4px 20px;
	}
