body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.9em;
	line-height: 1.5em;
	color: #333333;
	margin:0;
	padding:0;
	background-image: url(../img/03backline.gif);/**** ページのヘッダー ****/
	background-repeat: no-repeat;
	background-position: center top;
}
p {
	text-align:left;
	margin:0 20px;
	line-height:1.5em;
}
div.clear {
	clear: both;
	visibility: hidden;
	height: 0;
}
*html div.clear {
	clear: both;
	visibility: hidden;
	height: 0;
	overflow : hidden;
}
div, ul, ol, li, dl, dt, dd, {
 zoom:1;/*for IE 5.5-7*/
}
.clearfix {
	content: ".";
	clear: both;
	display: block;
	line-height: 0;
	height: 0;
	visibility: hidden;
}
/*****************************************************************
 リンク設定　
 *****************************************************************/

#head a:link {
	color:#FFFFFF;
	text-decoration:none;
}
#head a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#head a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
#head a:active {
	color:#FFFFFF;
	text-decoration:none;
}
a img {
	border:0;
}
a:link {
	color:#0000cc;
	text-decoration:underline;
}
a:visited {
	color:#0000cc;
	text-decoration:underline;
}
a:hover {
	color:#cc0000;
	text-decoration:none;
}
a:active {
	color:#0000cc;
	text-decoration:underline;
}
a:hover img {
	filter: Alpha(opacity=80);
	opacity:0.8;
}

/*****************************************************************
 ヘッダー　div#head
 *****************************************************************/

div#head {
	height:85px;
	width:100%;
	padding:0;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;/*border-bottom:12px solid #cc0000;*/
}
div#head div.head {
	width:870px;
	margin:0 auto;
	height:85px;
	text-align: center;
}
div.h1message {
	margin:0;
	padding:0;
	float:left;
	width:630px;
}
div.h1message h1 {
	margin:0;
	padding:0;
	text-align:left;
	font-size:0.7em;
	font-weight:normal;
	float:left;
	width:630px;
}
div.head div.headleft {
	width:288px;
	float:left;
	margin:5px 0 0 0;
	padding:0;
}
div.head div.headright {
	width:450px;
	float:right;
	text-align:right;
	padding:0;
}
div.head div.headright ul {
	margin:26px 0 0 50px;
	_margin:1px 0 0 50px;
	padding:0;
	width:400px;
}
div.head div.headright ul li {
	background:url(../img/arrow2.gif) no-repeat left center;
	font-size:0.8em;
	margin-left:20px;
	padding-left:15px;
	float:left;
	display:inline;/** li タグを横並び指定 **/
}
#head div.menu a:hover img {
	filter:alpha(opacity=100);
	opacity:100;
}
#head h1 img {
	margin-bottom:5px;
}
#head h1 a:hover img {
	filter:alpha(opacity=100);
	opacity:100;
}
div#topline {
	background-image:url(../img/top/topline.jpg);
	background-repeat:repeat-x;
	height:15px;
}
/*****************************************************************
 メインメニュー　div#mainmenu
 *****************************************************************/

div#mainmenu {
	width:100%;
	padding:0;
	background:url(../img/navibase40.jpg) center top repeat-x;
	height: 40px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
*html body #mainmenu {/*==== IE６用の指定 ====*/
	padding-left: 0px;/*==== IE６用の指定 ====*/
}
div#mainmenu ul {
	float:left;
	margin:0;
	padding:0;
}
div#mainmenu li {
	padding:0;
	margin:0;
	display:inline;/** li タグを横並び指定 **/
}
div#mainmenu li img {
	padding:0;
	margin:0;
}
div#mainmenu div.navi-back {
	width:870px;
	margin-left:6px;/*===== IE６では反映しないので、外枠（上記#navigation-bar）で修正する =====*/
	margin-right:0;
	margin:auto;
	text-align: center;
}
table.navi-menu {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	border-left: 1px solid #a8a8a8;
	line-height: 120%;
	font-size: 1em;
	font-weight: bold;
}
/* div#navi table リンク設定
---------------------------------- */
.link,
.link2 {
	margin: 0;
	padding: 0;
	border-right: 1px solid #a8a8a8;
	font-size: 1.0em;
	font-weight: bold;
	text-align: center;
	line-height: 120%;
}
.link a,
.link2 a {
	display: block;
	height: 27px;
	padding-top: 12px;
	text-decoration: none;
	color:#cc0000;
}
.link a {
	background: transparent url(../img/naviback40_s.jpg) no-repeat left top;
	width: 216px;
}
.link2 a {
	background: transparent url(../img/naviback40_l.jpg) no-repeat left top;
	width: 217px;
}
*html body table.navi-menu td.link a {/*==== IE６用の指定 ====*/
	display: block;
	height: 27px;
	padding-top: 12px;
	text-decoration: none;
	color: #cc0000;
}
*html body table.navi-menu td.link a {/*==== IE６用の指定 ====*/
	background: transparent url(../img/naviback40_s.jpg) top left no-repeat;
	width: 216px;
}
*html body table.navi-menu td.link2 a {/*==== IE６用の指定 ====*/
	background: transparent url(../img/naviback40_l.jpg) top left no-repeat;
	width: 217px;
}
.link a:hover,
.link2 a:hover {
	text-decoration: none;
	color: #ffffff;
}
.link a:hover {
	background: transparent url(../img/naviback40_s.jpg) 0px -210px no-repeat;
}
.link2 a:hover {
	background: transparent url(../img/naviback40_l.jpg) 0px -210px no-repeat;
}
/*****************************************************************
 レイアウト
 *****************************************************************/

div#container {
	width:100%;
	margin-top:15px;
	text-align:center;
	border:0px solid #cccccc;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
div#container div.container-ie55 {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 870px;
	margin-top: 0px;
	margin-bottom: 0px;
}
div#mainframe {
	float:right;
	width:690px;
	margin:0;
	border:1px solid #eeeeee;
	text-align:center;
}
div#sideframe {
	float:left;
	width:160px;
	margin:0;
}
div#footter {
	width:100%;
	color:#FFFFFF;
	text-align:center;
	background-color:#000000;
	margin-top:10px;
	padding:5px 0;
}
div.pagetitleimg {
	margin-bottom:30px;
}
/*****************************************************************
 ぱんくず設定
 *****************************************************************/

div.pankuzu {
	font-size:0.8em;
	text-align:left;
	margin:3px;
	padding:3px 10px;
}
div.gototop {
	text-align:right;
	font-size:0.8em;
	margin:50px 20px 30px 0;
}
/*****************************************************************
 右部コンテンツ
 *****************************************************************/
div.rightbox-menu {
	border:1px solid #CCCCCC;
	margin-bottom:10px;
	padding:0;
	background-color:#FFFFFF;
}
h3.menu {
	background-color:#cc0000;
	color:#FFFFFF;
	font-size:0.8em;
	padding:1px 0;
	margin:0;
}
div.rightbox {
	border:1px solid #CCCCCC;
	margin-bottom:10px;
	padding:0;
	background-color:#FFFFFF;
}
div.rightbox img {
	margin:10px 0;
}
div.rightbox-menu ul {
	margin:5px 0;
	padding:0;
}
div.rightbox-menu li {
	text-align:left;
	list-style-type:none;
	background:url(../img/arrow.gif) no-repeat;
	background-position:left center;
	padding-left:15px;
	margin-left:20px;
	font-size:0.9em;
}
h3 {
	background-color:#eeeeee;
	font-size:0.8em;
	padding:1px 0;
	margin:0;
}
p.rightbox {
	margin:7px 5px 0 5px;
	font-size:0.8em;
	line-height:1.5em;
}
div.menu_f img {
	margin:7px 0 0 0;
}

/*****************************************************************
 フッター　div#footer
 *****************************************************************/

#footer {
	width:100%;
	margin:0 auto;
	background-color: #000000;
	height: 150px;
	clear: both;
	background-position: center top;
	text-align: center;
}
#footer div.footerlink {
	width:870px;
	margin:0 auto;
	padding:0;
	text-align: center;
}
#footer div.footerlink li a:link {
	color:#FFFFFF;
	text-decoration:none;
}
#footer div.footerlink li a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#footer div.footerlink li a:hover {
	color:#cc0000;
	text-decoration:underline;
}
#footer div.footerlink li a:active {
	color:#FFFFFF;
	text-decoration:none;
}
#footer div.footerlink li span {
	color:#ffffff;
	font-weight:bold;
}
#footer ul {
	padding:0;
	float: left;
	text-align:left;
	width:25%;
}
#footer li {
	list-style-type: none;
	font-size: 11px;
	line-height: 16px;
	color: #5E7622;
}
#footer div.copy {
	font-size: 12px;
	line-height: 10px;
	color: #FFFFFF;
	text-align: right;
	clear: both;
	margin-top: 5px;
	letter-spacing: 2px;
}
#footer div.copy a {
	color:#ffffff;
	text-decoration:none;
}
#footer div.copy a:hover {
	color:#cc0000;
	text-decoration:underline;
}

/*****************************************************************
 各コンテンツ見出し部
 *****************************************************************/

h2.midashi {
	background-image: url(../img/titleback.gif);
	background-repeat: no-repeat;
	height: 27px;
	text-align: left;
	width: 630px;
	padding-left: 30px;
	padding-top: 4px;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin:0 15px;
}
h2.midashi-sub {
	background-image: url(../img/titleback_sub.gif);
	background-repeat: no-repeat;
	height: 27px;
	text-align: left;
	width: 630px;
	padding-left: 30px;
	padding-top: 4px;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin:15px 0 10px 15px;
}
p.annai {
	margin:10px 20px;
	font-size:0.96em;
}
p.img {
	width:93%;
	text-align:right;
	margin:5px 20px 20px 0;
}
/***********************************
　左メニュー
************************************/

div.menu_special {
	margin:0 0 5px 0;
}
/***********************************
　サイト内検索
************************************/

div#search_window_area {
	float:right;
	height:25px;
	margin:6px 0 0 0;
	padding:0;
	text-align:right;
	width:220px;
}
input#search_window {
	background:url(../img/bg_search_window.jpg) left top no-repeat;
	border:none;
	display:inline;
	color:#999999;
	height:25px;
	margin:0 5px 0 0;
	padding:0;
	text-align:left;
	text-indent:30px;
	vertical-align:top;
	width:170px;
}
input#search_button {
	background:url(../img/btn_search_window.jpg) left top no-repeat;
	border:none;
	cursor:pointer;
	display:inline;
	height:25px;
	margin:0;
	padding:0;
	overflow:hidden;
	text-indent:-9999px;
	width:40px;
}
/* safari chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
 input#search_window {
 background:url(../img/bg_search_window.jpg) left 1px no-repeat;
}
}
/* IE6 */
#search_window {
	_margin: 0px;
	_padding: 0px;
}
#search_button {
	_display:none !important;
}
/* IE7 */
*:first-child+html #search_window {
	margin: 0px;
	padding: 0px;
}
*:first-child+html #search_button {
	display:none;
}
/* IE8 */
#search_window {
	line-height:25px\9;
}
.LV_validation_message {
	font-weight:normal;
	margin:0 0 0 5px;
}
.LV_invalid {
	color:#CC0000;
}
.LV_invalid_field,
input.LV_invalid_field:hover,
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover,
textarea.LV_invalid_field:active {
	border: 1px solid #CC0000;
}