@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



html, body {height: 100%;}  /*高さ100%に指定*/
body {
	color: #000000;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #e6e6cf;
	margin: 0;
	padding: 0;
	position: relative;
	min-width: 836px;  /*中央配置するボックスの横幅*/
	min-height: 370px;  /*中央配置するボックス縦幅*/
}
.centerMiddle {
	margin: -185px 0 0 -418px;  /*縦横の半分をネガティブマージンでずらす*/
	position: absolute;  /*body要素に対して絶対配置*/
	top: 50%;  /*上端を中央に*/
	left: 50%;  /*左端を中央に*/
	width: 836px;  /*横幅*/
	height: 370px;  /*縦幅*/
	background-color: #e6e6cf;
}
.centerMiddle p {
	margin:30px;
}
.centerMiddle h1 {
	text-indent: -9999px;
	height: 27px;
	width: 212px;
	display: block;
	background-image: url(../img/index_title.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left:45px;
}
.centerMiddle .index_contents {
	margin-top: 23px;
	margin-left: 47px;
	height: 284px;
	width: 350px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #B2B36D;
}
.centerMiddle #footer {
	margin: 0;
	padding: 20px 0 0 47px;
	text-align:left;
	font-size:10px;
	letter-spacing:0.2em;
	color:#386caf;
}
.centerMiddle .index_blog a {
	position: absolute;
	background-position: right;
	padding-left: 660px;
	padding-top: 10px;
}


/* HEAD MENU */
.headmenu {
	height: 137px;
	width: 132px;
	margin: 0px;
	padding:0;
	padding-top:-12px;
}
.headmenu li {
	margin:0 0 0 15px;
	padding:0;
}
.headmenu li a {
	display:block;
	height: 13px;
	width: 132px;
	margin:0;
	padding:0;
	margin-top:12px;
	*margin-top:5px;
}
.headmenu a span {
	display:block;
	width:1px;
	height:1px;
	overflow:hidden;
}
.headmenu .hm_01 a {
	background-image: url(../img/index_menu.gif);
	background-repeat: no-repeat;
	background-position: -132px 0px;
	display: block;
	margin-top:0;
}
.headmenu .hm_01 a:hover {
	background-position: 0px 0px;
	margin-top:0;
}
.headmenu .hm_02 a {
	background-image: url(../img/index_menu.gif);
	background-repeat: no-repeat;
	background-position: -132px -25px;
	display: block;
}
.headmenu .hm_02 a:hover {
	background-position: 0px -25px;
}
.headmenu .hm_03 a {
	background-image: url(../img/index_menu.gif);
	background-repeat: no-repeat;
	background-position: -132px -50px;
	display: block;
}
.headmenu .hm_03 a:hover {
	background-position: 0px -50px;
}
.headmenu .hm_04 a {
	background-image: url(../img/index_menu.gif);
	background-repeat: no-repeat;
	background-position: -132px -75px;
	display: block;
}
.headmenu .hm_04 a:hover {
	background-position: 0px -75px;
}
.headmenu .hm_05 a {
	background-image: url(../img/index_menu.gif);
	background-repeat: no-repeat;
	background-position: -132px -100px;
	display: block;
}
.headmenu .hm_05 a:hover {
	background-position: 0px -100px;
}
.headmenu .hm_06 a {
	background-image: url(../img/index_menu.gif);
	background-repeat: no-repeat;
	background-position: -132px -124px;
	display: block;
}
.headmenu .hm_06 a:hover {
	background-position: 0px -124px;
}
.centerMiddle .index_contents .news_title {
	height: 21px;
	background-image: url(../img/news_title.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-indent:-9999px;
	margin-right:14px;
}
.centerMiddle .index_contents .news_box {
	background-color: #FFFFFF;
	margin-left:15px;
	padding:5px 10px;
	height: 115px;
	width: 301px;
	overflow:auto;
	font-size:10px;
	line-height:1.4em;
}
.news_box a:link, .news_box a:visited {
	color: #000000;
	text-decoration: none;
}
.news_box a:active, .news_box a:hover {
	color: #FF0000;
	text-decoration: underline;
}
