@charset "utf-8";

/* CSS Document */

/*Reset*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote{
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
fieldset, img {
	border: 0;
}

/* CSS Document */

body {
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.1em;
	color: #333;
	text-align: center;
	background: url(/images/contents/body_bg.jpg);
}
p, li {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 5px;
}
div {
	font-size: 14px;
}
h1 {
}
h2 {
	margin-bottom: 20px;
	font-weight: bold;
	color: #000;
}
h3 {
	margin-bottom: 20px;
	margin-top: 20px;
	font-weight: bold;
	color: #006;
}
h4 {
}
strong {

}

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

a:link, a:visited, a:hover, a:active {
	color:#006633;
}
a:hover {
	color: #006633;
	text-decoration: none;
}
/*----- #header -----*/

#header {
	width: 1020px;
	margin:0 auto;
	text-align:left;
	height: 100px;
	font-size: 11px;
	background: url(/images/header/header_bg.jpg) repeat-y;
}
#header li {
	float:left;
	list-style: none;
	display: block;
	width: 150px;
	height: 100px;
}
#header .logo {
	width: 150px;
}
#header_left {
	float:left;
	padding : 0;
	margin : 0;
}
#header_left ul {
	list-style : none;
}
#header_left li a:link, #header_left li a:visited, #header_left li a:active #header_left li a:hover {
	text-indent:-9999px;
	list-style: none;
	display: block;
	width: 132px;
	height: 72px;
}
#header_right {
	float:right;
}
#header_right p {
	margin : 0 5px 0 0;
}

#header_image{
	clear: both;
}
/*----- #contents -----*/

#contents {
	width: 1020px;
	margin:10px auto 0;
	background: #eeeeee;
	padding-bottom: 10px;
}
#contents_in {
	width: 1000px;
	margin:0 auto 0;
	padding: 0;
	text-align:left;
	background: #FFF;
}
/*----- #path -----*/

#path {
	line-height: 30px;
	height: 30px;
	margin : 0 0 15px;
	padding-left: 15px;
	clear: both;
}
/*----- #main -----*/

#main {
	padding: 20px;
}
/*----- #center -----*/

#center {
	float: left;
	width: 50%;
	margin: 0 5% 0 0;/*右余白*/
}
/*----- #right -----*/

#right {
	float: left;
	width: 45%;
}
/*-----#footer -----*/

#footer {
	width: 1020px;
	margin:30px auto 0;
	clear: both;
	color: #CCC;
	text-align: left;
}
#footer ul {
	list-style : none;
}
#footer li {
	display:block;
	float:left;
	margin-right: 15px;
}
#footer a {
	color: #FFF;
}
#footer a:hover {
}
#copyright {
	clear: both;
}
#copyright p {
	font-size: 10px;
}

/*----- tbl1 -----*/

.tbl1 {
	margin:0px 0px 10px 0px;
	padding:0px;
	border-collapse:collapse;
}
.tbl1 th {
	padding: 5px;
	margin: 2px;
	background-color:#EEEEEE;
	border:1px solid #CCCCCC;
	text-align: center;
	white-space: nowrap;
}
.tbl1 td {
	padding: 5px;
	margin: 2px;
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
}

/*----- other -----*/

.list{
	margin-top: 10px;
	margin-bottom: 10px;
}
.list li{
	margin-left: 10px;
	padding-left: 20px;
	line-height: 16px;
	background: url(/images/contents/131.png) no-repeat;
	list-style: none;
}
.clear {
	clear: both;
}
.clear_left {
	clear: left;
}
.red {
	color: red;
}

