
/* 共通項目 デフォルトリセット--------------------------------------------------*/

* {
	color:#333333;
	margin: 0;
	padding:0;
	font-size: 12px;
	line-height: 140%;
	font-family: Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: none;
}

body {
	background-color: #ebf2ec;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	text-align: center;
}

a {
	color:#708457;
	font-size: inherit;
}

a:hover {
	text-decoration: none;
}

a img {
	border:none;
}

hr {
	clear: both;
	height: 1px;
}

strong {
	color: #394D4E;
}
iframe { 
	border: none;
}
textarea,input {
	border: 1px solid gray;
	border-radius:3px;
	padding: 3px;
	vertical-align:baseline;
}
input {
	vertical-align:bottom;
}
input:disabled{
	color: #999999;
	border-color: #999999;
	background-color: #F0F0F0;
}
.clear::after {
    clear: both;
    content: "";
    display: block;
}
.to-top {
	text-align: right;
	margin-top: 15px;
	border: 0;
}

/* レイアウト--------------------------------------------------*/

#header {
	width:627px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
}

#top_menu {
	width: 627px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/header_bg.gif);
	height: 24px;
	padding-top: 6px;
}

#container {
	width:625px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}


#footer {
	width: 627px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom: 10px;
}

/* サブレイアウト --------------------------------------------------*/

address {
	font-style: normal;
	color: #FFFFFF;
	text-align: right;
	display: block;
	background-color: #83a384;
	background-color: #638f64;
	font-size: 10px;
	padding: 5px 5px 0px 5px;
}

#wrap {
	padding: 5px;
}

#foot_menu {
	clear: both;
	background-image: url(../images/footmenu_bg0.gif);
	background-repeat: repeat-x;
	border: 1px solid #D2B48C;
	background-color: #F2DBBC;
	background-position: bottom;
}

#top_banner {
	padding-top: 20px;
	background-image: url(../images/top_banner_02.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100px;
}

/* Header ---------------------------------------------*/


#header h1 a {
	display: block;
	text-decoration: none;
	width: 390px;
	margin-left: 80px;
	padding-top: 32px;
	
	font-size: 28px;
	line-height: 28px;
	color: #333333;
	text-align: left;
}

#header .sub {
	text-align: right;
	padding-right: 30px;
	font-size: 10px;
	color: #666666;
}

/* TopMenu --------------------------------------------------*/


#top_menu ul {
	list-style-type:none;
	display: block;
	margin-left: 10px;
	text-align: left;
}

#top_menu li {
	display: inline;
}

#top_menu li a {
	color: #777777;
	font-size: 10px;
	line-height: 18px;
	text-decoration: none;
	background-image: url(../images/li.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 22px;
	padding-right: 18px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}

#top_menu li a:hover {
	color: #000000;
	background-image: url(../images/li_ov.gif);
	background-color: #DDDDDD;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B9B8AC;
}

/*-------------------------------------------------------------------*/


#top_banner h2 {
	color: #ffffff;
	border: 0;
	font-size: 16px;
	margin-left: 20px;
	line-height: 20px;
	text-align: left;
}

#top_banner p {
	color: #FFFFFF;
	margin-top: 3px;
	margin-left: 25px;
	margin-right: 25px;
	text-align: left;
	height: 40px;
}

#top_banner p.date {
	height: 14px;
	margin-top: 0px;
	text-align: right;
}

/*-------------------------------------------------------------------*/

#foot_menu {
	text-align: left;
}

#foot_menu h3 {
	margin: 10px 0px 0px 20px;
	padding: 0px;
	border: none;
}

#foot_menu li {
	list-style-type: none;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 10px;
	line-height: 20px;
}

#foot_menu ul {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 20px;
}
#foot_menu li a {
	font-size: 12px;
}

#foot_menu p {
	font-size: 10px;
	color: #333333;
}


/* 各要素デフォルトスタイル --------------------------------------------------*/


/* for IE \*/
* html body #content {
	padding: 9px;
}	
/**/

#content p,h1,h2,h3,h4,h5,ul,ol,dl,table,pre {
	text-align: left;
}

#content p{
	font-size: 12px;
	background-image: url(../images/note_line.gif);
	line-height: 20px;
	margin: 10px 30px;
	padding: 5px 10px;
}

#content h2 {
	font-size: 16px;
	font-weight: bold;
	color: #3F3F3F;

	margin: 10px 10px 5px 5px;
	padding: 2px 10px;
	
	border-left: 7px solid #B3BDA8;
	border-bottom: 1px solid #EAEAEA;
	
}

#content h3 {
	font-size: 14px;
	color: #555555;
	line-height: 16px;
	padding: 3px 0px 2px 7px;
	margin: 20px 0px 10px 13px;
	border-bottom: 1px solid #B3BDA8;
}

#content h4 {
	font-size: 12px;
	color: #C27274;
	line-height: 16px;
	margin: 15px 20px 10px;
}

#content h5 {
	font-size: 12px;
	line-height: 16px;
	margin: 15px 20px 10px;
}

#content ul,ol,dl{
	margin-left: 40px;
}
#content ul {
	list-style-type: none;
}
#content dl {
	line-height: 16px;
}
#content dt {
	
}
#content dd {
	margin-left: 30px;
}

#content table {
	margin-left: 25px;
}

#content pre {
	margin: 5px 60px;
	padding: 5px 10px;
	border: 1px solid #B3BDA8;
}

#content video{
	border: 2px solid burlywood;
	background-color: #828282;
}

/*-------------------------------------------------------------------*/

#content p.capture {
	text-align: center;
	background-image: none;
}

#content .box-container {
	margin: 0 auto;
	width:580px;
}
#content .box-container::after {
    clear: both;
    content: "";
    display: block;
}

#content .box {
	float: left;
	height: 120px;
	width: 270px;
	border: 1px solid #DDDDDD;
	margin: 5px;
	padding: 4px;
	text-align: left;
}
#content .box h4 {
	color: #555555;
	border: 1px solid #DDDDDD;
	margin: 0px;
	background-color: #ECDFCE;
}

#content .box p {
	display: block;
	margin: 0px;
	margin-left: 90px;
	margin-top: 5px;
	padding: 0px;
	padding-left: 5px;
	width: 175px;
	height: 75px;
	line-height: 15px;

	background-image: none;
}
#content .box img{
	float: left;
	margin-top: 5px;
}

#content .box .btn a {
	font-size: 10px;
	line-height: 17px;
	height: 17px;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFFFFF;
	background-color: #C69F6C;
	border: 1px solid #D2D2D2;
	width: 80px;
	display: block;
	float: right;
	text-align: center;
	text-decoration: none;
}

#content .box .btn a:hover {
	background-color: #FF9900;
}

#content .center {
	text-align: center;
	margin-top: 10px;
}

#content .back{
	text-align: center;
	margin-top: 20px;
}
#content .back a {
	border: 1px solid #A88600;
	border-radius: 3px;
	padding: 5px 15px;
	background-color: #CC9965;
	color: #FFF;
	text-decoration: none;
}
#content .back a:hover {
	background-color: #FFCC00;
}

/* ------------------------------------------------------ */

/* パンくずリスト */
ol.topic-path {
	margin-left: 10px;
	text-align: left;
}
ol.topic-path li {
	padding-left: 10px;
	padding-right: 5px;
	display: inline;
	list-style-type: none;
	background: url(/images/topic-path-gray.gif) no-repeat left;
}
ol.topic-path li:first-child {
	padding-left: 25px;
	background: url(/images/topic-path-home-gray.gif) no-repeat left;
}
