﻿@charset "utf-8";


#content {
	}

.widecolumn .entry p {
	line-height: 1.4em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.post div.entry p a{
color:#FFFFFF;
text-decoration:underline;
	}

.post div.entry p a:visited{
	color:#FFFFFF;
	text-decoration:underline;
	}

.post div.entry p a:hover{
	color:#FFFFFF;
	text-decoration:none;
	}

.post div.entry p a:active{
	color:#FFFFFF;
	text-decoration:none;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn {
	line-height: 1.6em;
}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size:140%;
	}

h2.pagetitle {
	font-size:140%;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited {
	color: #333;
	}
h3, h3 a, h3 a:visited{
	color:#DBE72B;
	font-weight:normal;
	text-decoration:none;
}

.entry p a:visited {
	color: #b85b5a;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	text-decoration: underline;
	color:#DBE72B; 
	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	padding: 10px 0px 20px 0px;
	width: 575px;

	}

.widecolumn {
	padding: 10px 0px 20px 0px;
	width: 575px;
	}

.post {

	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2{}

.widecolumn h2 {
	width:575px;
	color:#DBE72B;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom:#4F6404 solid 1px;
	}

.narrowcolumn h2, .narrowcolumn h2.pagetitle {
	width:575px;
	color:#DBE72B;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom:#4F6404 solid 1px;

	}

h2.pagetitle {
	margin: 30px 0px 0px 0px;
	text-align: left;
}

h3 {
	padding: 0;
	margin: 0px 0px 0px 0px; 
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}
	
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto 55px auto;
	padding: 5px 3px;
	text-align: center;
	}
#searchform #s {
	width: 108px;
	padding: 2px;
	background-color:#EAEBBA;
	border:#888E2E inset 1px;
	}

#searchsubmit {
	padding: 1px;
	background-color:#698606;
	color:#DBE72B;
	border:#888E2E outset 1px;
	}

.entry form { 
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/








/* -------------------------------------------------------------------------------- CSS Document */

body{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
background-image:url(images/bg.jpg);
background-repeat:repeat-y;
background-color:#C7C52E;
}

a{ color:#FFFFFF; text-decoration:underline}
a:hover{ text-decoration:none}

td, table{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:10pt; 
	vertical-align:top;
	line-height: 1.2em;
	color:#FFFFFF;
}
b a{ color:#FFFFFF; text-decoration:underline}
b a:hover{ text-decoration:none}
strong a{ text-decoration: underline}
strong a:hover{ text-decoration:none}


/* sidemenu */
.logo{
display:block;
width:235px;
height:115px;
margin: 283px 0px 0px 10px;
padding: 0px 0px 0px 0px;
background-image:url(images/logo.gif);
background-repeat:no-repeat;
}

.menu_list{
/*width:px;
height:px;*/
margin: 0px 0px 0px 33px;
padding: 0px 0px 0px 0px;
}

.list1{
display:block;
width:212px;
height:23px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
background-image:url(images/list1.gif);
background-repeat:no-repeat;
text-indent:-9999px;
}
.list2{
display:block;
width:212px;
height:28px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
background-image:url(images/list2.gif);
background-repeat:no-repeat;
text-indent:-9999px;
}
.list3{
display:block;
width:212px;
height:28px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
background-image:url(images/list3.gif);
background-repeat:no-repeat;
text-indent:-9999px;
}
.list4{
display:block;
width:212px;
height:28px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
background-image:url(images/list4.gif);
background-repeat:no-repeat;
text-indent:-9999px;
}
.list5{
display:block;
width:212px;
height:28px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
background-image:url(images/list5.gif);
background-repeat:no-repeat;
text-indent:-9999px;
}
.list6{
display:block;
width:212px;
height:28px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
background-image:url(images/list6.gif);
background-repeat:no-repeat;
text-indent:-9999px;
}
.list7{
display:block;
width:212px;
height:28px;
margin: 0px 0px 50px 0px;
padding: 0px 0px 0px 0px;
background-image:url(images/list7.gif);
background-repeat:no-repeat;
text-indent:-9999px;
}



/* menu top */
.menu{
margin: 16px 0px 0px 18px;/* margin: 18px 0px 0px 16px; */
padding: 0px 0px 0px 0px;
}

.menu1{
float:left;
width:100px;
height:52px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
background-image:url(images/m1.gif);
background-repeat:no-repeat;
text-indent:-9999px;
}
.menu1:hover{
float:left;
width:100px;
height:52px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
background-image:url(images/m1_1.gif);
background-repeat:no-repeat;
text-indent:-9999px;
}

.menu2{
float:left;
width:100px;
height:52px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
background-image:url(images/m2.gif);
background-repeat:no-repeat;
text-indent:-9999px;
}
.menu2:hover{
float:left;
width:100px;
height:52px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
background-image:url(images/m2_1.gif);
background-repeat:no-repeat;
text-indent:-9999px;
}

.menu3{
float:left;
width:100px;
height:52px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
background-image:url(images/m3.gif);
background-repeat:no-repeat;
text-indent:-9999px;
}
.menu3:hover{
float:left;
width:100px;
height:52px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
background-image:url(images/m3_1.gif);
background-repeat:no-repeat;
text-indent:-9999px;
}

.menu4{
float:left;
width:100px;
height:52px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
background-image:url(images/m4.gif);
background-repeat:no-repeat;
text-indent:-9999px;
}
.menu4:hover{
float:left;
width:100px;
height:52px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
background-image:url(images/m4_1.gif);
background-repeat:no-repeat;
text-indent:-9999px;
}

.menu5{
float:left;
width:100px;
height:52px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
background-image:url(images/m5.gif);
background-repeat:no-repeat;
text-indent:-9999px;
}
.menu5:hover{
float:left;
width:100px;
height:52px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
background-image:url(images/m5_1.gif);
background-repeat:no-repeat;
text-indent:-9999px;
}

/* content */
.content{
}

.mov1{
display:block;
width:163px;
height:72px;
background-image: url(images/btn_mov1.gif);
background-repeat:no-repeat;
text-indent:-9999px;
}
.mov1:hover{
display:block;
width:163px;
height:72px;
background-image: url(images/btn_mov1_.gif);
background-repeat:no-repeat;
text-indent:-9999px;
}

.mov2{
display:block;
width:163px;
height:72px;
background-image: url(images/btn_mov2.gif);
background-repeat:no-repeat;
text-indent:-9999px;
}
.mov2:hover{
display:block;
width:163px;
height:72px;
background-image: url(images/btn_mov2_.gif);
background-repeat:no-repeat;
text-indent:-9999px;
}


/* catch */
.showcase{

width:232px;
height:80px;
position:relative;
top:-5px;

}

/* flash */
.flash{
	margin:30px 20px 30px 10px;
	}
	
/* footer */
.footer { /*color:#E6A60C; margin-left:42px;*/ line-height:14px}
.footer a{ /*color:#E6A60C;*/ text-decoration:none}
.footer a:hover{ text-decoration:underline}

/* subpage */

h3{
	width:90%;
	color:#DBE72B;
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom:#4F6404 solid 1px;
}

h5{
}

/* subpage add731 */

.subtile{
display:block;
margin-top:10px; margin-bottom:10px;
font-size:12pt;
}

.td_m01 {
	padding-bottom: 10px;
	line-height: 130%;
}

.td_m02 {
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 130%;
}
.td_m03 {
	width: 65px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}


table.box01{
	margin-top:5px;
	margin-bottom:30px;
	width:560px;
	margin-right: 0px;
	margin-left: 0px;
}

table.box02{
margin-top:30px; margin-bottom:30px;
width:560px;
}

table.box03{
margin-top:30px; margin-bottom:10px;
width:560px;
}


table.box04{
	margin-top:0px;
	margin-bottom:20px;
	width:400px;
	margin-right: 50px;
	margin-left: 95px;
}



td.box_top{
height:11px;
background:url(wp-content/uploads/2008/07/cmn_box_top.gif); 
}

td.box_middle{
padding-left:5px; padding-right:5px;
background:url(wp-content/uploads/2008/07/cmn_box_middle.gif) repeat-y;
}


.box04 {
	width: 550px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


td.box_bottom{
height:11px;
background:url(wp-content/uploads/2008/07/cmn_box_bottom.gif);
}


.font_b{
color:#333333;
}

.font_b2 {
	color: #333333;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
}

.font_g {
	color: #006600;
}

.font_middle {
	vertical-align: middle;
	padding-left: 10px;
}


td.decorate01{
	background:#D3DBB5;
	text-align:center;
	color:#006600;
	min-height:25px;
	line-height: 130%;
	padding: 2px;
}

td.decorate02{
	background:#B5C383;
	text-align:center;
	color:#333333;
	min-height:25px;
	line-height: 130%;
	padding: 2px;
}

.font_small{
font-size:8pt;
}

div.textarea01{
width:400px;
}

div.textarea02{
width:350px;
}




