@charset "utf-8";
body,div,p,h1,h2,h3,h4,h5,h6,ul,li,ol,dl,dt,dd {
	margin: 0px;
	padding: 0px;
	border: 0;
}
body,td,div,p,h1,h2,h3,h4,h5,h6,ul,li,ol,dl,dt,dd {
	color: #565C63;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	font-family:"ＭＳ Ｐゴシック", Osaka;
	line-height:1.35em;
	text-decoration: none;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
}
a,a:link,a:visited {
	color:#565C63;
	text-decoration:none;
}
a:active,a:hover {
	color:#6699CC;
	text-decoration:none;
}
#main .bg_glay a:link,#main .bg_glay a:visited  {
	color:#6898C9;
	text-decoration:none;
}
#main .bg_glay a:active,#main .bg_glay a:hover {
	color:#6898C9;
	text-decoration:underline;
}

/* page common */
body {
	background-color: #E4E4E4;
}
#container {
	width: 650px;
	margin: 0px auto 0px auto;
	background-image: url(../../company/common/image/wn-bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 40px;
	background-color: #E4E4E4;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

/* header */
#haeder {
	height:40px;
	background-color:#FFFFFF;
}
#haeder .logo {
	margin-left:15px;
	margin-top:10px;
	float:left;
}
#haeder .r_msg {
	margin-right:15px;
	margin-top:15px;
	float:right;
}
/* main */
#main {
	width: 599px;
	margin: 10px auto 0px;
	background-color: #FFFFFF;
	background-image: url(../../company/common/image/wn-main_bg.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

/* 日付 */
#date {
	color: #666797;
	text-align: right;
	padding: 1px 10px 5px 0px;
}

/* 薄紫背景 */
#title {
	background-color: #9C9EC4;
	width: 595px;
	margin: 0px auto 20px;
	padding: 10px 0 10px;
}
#title #text_L {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color:#333333;
}
#title #text_S {
	font-size: 12px;
	text-align: center;
	padding-top: 5px;
	color:#333333;
}

/* テキスト */
#maintext {
	padding: 0px 10px 20px 10px;
}
/* 見出し */
h1 {
	background-image: url(../../company/common/image/wn-h1.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 25px;
	width: 572px;
	margin: 10px auto;
	font-size: 16px;
	font-weight: bold;
	padding: 2px 0 0 5px;
	color:#000000;
}
h1.none {
	background:none;
	height:auto;
	width:auto;
	margin:0 0 20px 0;
	padding:0;
}
h2 {
	background-image: url(../../company/common/image/wn-h2.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	height: 27px;
	width: 562px;
	margin: 10px auto;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 0 15px;
	clear: both;
}

/* テキスト部分 */
.text {
	margin: 0px auto 10px;
	padding-left: 5px;
	width: 572px;
}
.img_right {
	float: right;
	padding-left: 5px;
}
.img_center {
	text-align: center;

}
ul {
	margin: 0px auto 10px;
	padding-left: 5px;
	width: 572px;
	list-style-type: none;
}
ul li {
	background-image: url(../../company/common/image/wn-list.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 18px;
}
.bg_glay{
	border:#D9DADB 1px solid;
	background-color:#F1F1F1;
	margin:20px 10px 0px 10px;
	padding:10px;
}
.bg_white{
	border:#DADBDC 1px solid;
	background-color:#FFFFFF;
	margin:10px 0;
	padding:10px;
}
.info {
	margin:5px 9px 15px 9px;
	text-align:center;
}
.info .left {
	margin-right:10px;
	float:left;
}
.msg {
	margin-bottom:20px;
	text-align:center;
}
.icon_pdf {
	background:url(../../company/common/image/pdf.gif) no-repeat 0px 1px;
	padding-left:43px;
	padding-top:2px;
}
/* banner */
#banner {
	width: 577px;
	height: 65px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#banner-1, #banner-2, #banner-3 {
	float: left;
}

/* back top */
#move {
	margin: 0px auto;
	height: 18px;
	background-image: url(../../company/common/image/wn-bg2.gif);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	padding-top: 12px;
	padding-bottom: 5px;
}
#move #top {
	float: right;
	width: 37px;
	padding-right: 26px;
}

/* footer */
#footer {
	background-color: #FFFFFF;
	height: 40px;	
	padding: 10px 15px 0;
}
#footer #close {
	float: left;
}
#footer #copyright {
	float: right;
}

