@charset "UTF-8";

body {
	text-align: center;
	margin: 0 auto;
	background-color: #ffffff;
}

a { 
	text-decoration: none;
	color: #e08d53;
	font-size: 12px;
}

a:hover {
	color: #7A5704;
}

img {
	border: 0px;
}
p {
	margin: 0px;
	font-size: 14px;
	color: #555555;
	word-spacing: 1px;
	line-height: 1.4em;
}

p.text1{
	font-size: 14px;
	color: #A96719;
	font-weight: bold;
	margin: 5px auto 5px auto;
}

p.text2 {
	font-size: 13px;
	color: #BC3E20;
}


div {
	margin: 0 auto 0 auto;
}

span {
	color: #FF7F00;
	word-spacing: 1.1em;
	font-size: 13px;
	font-weight: bolder;
}

strong {
	color: #D85543;
	margin-left: 5px;
	font-weight: bold;
	font-size:12px;
}

em {
	font-style: normal;
	font-size: 13px;
	color: #EA2700;
	
}

table {
	margin: 0 auto 0 auto;
	font-size: 14px;
	color: #555555;
	line-height: 1.4em;
}

table.tbl_1 {
	margin-bottom: 10px;
}

table.tbl_1 th {
	border: 1px solid;
	border-color: #cc9900;
	background-color: #ffffd8;
	width: 150px;
}

table.tbl_1 td{
	border: 1px solid;
	border-color: #cc9900;
	width: 260px;
	padding-right: 10px;
	text-align: right;
	color: #555555;
}

h1{
	padding-bottom: 5px;
}

h1, h2, h3, h4, h5 {
	margin: 0px;
}

h3 {
	font-size: 14px;
	border-bottom-color: green;
	color: green;
	border-bottom: 1px solid;
	border-color: green;
	margin: 0 0 5px 0;
}

ol {
	font-size: 14px;
	line-height: 1.4em;
}

span.type1 {
	color: #FF7F00;
	font-weight: normal;
	font-size: 14px;
	text-align: right;
	width: 450px;
}
span.type1 a {
	color: #FF7F00;
	font-weight: normal;
	font-size: 14px;
	text-align: right;
}



.comment {
	text-align: left;
	margin:0 60px 20px 60px;
}

.comment ul {
	list-style-image: url(mark.gif);
}

.comment li {
	font-size: 14px;
	color: #555555;
	word-spacing: 1px;
	line-height: 1.4em;

}


#wrapper_left {
	width: 850px;
	height: auto;
	margin: 0 auto 0 auto;
	background-image: url('../images/common/side_left.gif');
	background-repeat: repeat-y;
	background-position: 0% 100%;
}
#wrapper_right {
	width: 850px;
	height: auto;
	margin: 0 auto 0 auto;
	background-image: url('../images/common/side_right.gif');
	background-repeat: repeat-y;
	background-position: 100% 100%;
}
#wrapper {
	width: 800px;
	height: auto;
	margin: 0 auto 0 auto;
	background-color: #ffffff;
}

.wrapper_white {
	background-color: #ffffff;
	height: auto;
}



/* リスト */
ul.navi {
	padding: 0px 0 0 0px;
	margin: 1px 0 0 0px;
	width: 800px;
	height: 30px;
	border-bottom: 1px solid;
	border-bottom-color: #e08d53;
}
ul.navi li {
	list-style-type: none;
	width: 131px;
	height: 27px;
	margin: 0 1px 0 1px;
	float: left;

}
ul.navi li a {
	width: 131px;
	height: 27px;
	display: block;
}
ul.navi li.nabi1 a:visited {
	background-image: url('../images/common/l-button01.gif');
	background-repeat : no-repeat ;
}
ul.navi li.nabi1 a:link {
	background-image: url('../images/common/l-button01.gif');
	background-repeat : no-repeat ;
}
ul.navi li.nabi1 a:hover {
	background-image: url('../images/common/l-button02.gif');
	background-repeat : no-repeat ;
}
ul.navi li.nabi1 a:active{
	background-image: url('../images/common/l-button03.gif');
	background-repeat : no-repeat ;
}
ul.navi li.nabi2 a:visited {
	background-image: url('../images/common/c-button01.gif');
	background-repeat : no-repeat ;
}
ul.navi li.nabi2 a:link {
	background-image: url('../images/common/c-button01.gif');
	background-repeat : no-repeat ;
}

ul.navi li.nabi2 a:hover{
	background-image: url('../images/common/c-button02.gif');
	background-repeat : no-repeat ;
}

ul.navi li.nabi2 a:active {
	background-image: url('../images/common/c-button03.gif');
	background-repeat : no-repeat ;
}
ul.navi li.nabi3 a:visited {
	background-image: url('../images/common/s-button01.gif');
	background-repeat : no-repeat ;
}

ul.navi li.nabi3 a:link {
	background-image: url('../images/common/s-button01.gif');
	background-repeat : no-repeat ;
}

ul.navi li.nabi3 a:hover {
	background-image: url('../images/common/s-button02.gif');
	background-repeat : no-repeat ;
}

ul.navi li.nabi3 a:active {
	background-image: url('../images/common/s-button03.gif');
	background-repeat : no-repeat ;
}
ul.navi li.nabi4 a:visited {
	background-image: url('../images/common/sc-button01.gif');
	background-repeat : no-repeat ;
}

ul.navi li.nabi4 a:link {
	background-image: url('../images/common/sc-button01.gif');
	background-repeat : no-repeat ;
}

ul.navi li.nabi4 a:hover {
	background-image: url('../images/common/sc-button02.gif');
	background-repeat : no-repeat ;
}
ul.navi li.nabi4 a:active {
	background-image: url('../images/common/sc-button03.gif');
	background-repeat : no-repeat ;
}
ul.navi li.nabi5 a:visited {
	background-image: url('../images/common/r-button01.gif');
	background-repeat : no-repeat ;
}

ul.navi li.nabi5 a:link {
	background-image: url('../images/common/r-button01.gif');
	background-repeat : no-repeat ;
}

ul.navi li.nabi5 a:hover {
	background-image: url('../images/common/r-button02.gif');
	background-repeat : no-repeat ;
}

ul.navi li.nabi5 a:active {
	background-image: url('../images/common/r-button03.gif');
	background-repeat : no-repeat ;
}
ul.navi li.nabi6 a:visited {
	background-image: url('../images/common/m-button01.gif');
	background-repeat : no-repeat ;
}

ul.navi li.nabi6 a:link {
	background-image: url('../images/common/m-button01.gif');
	background-repeat : no-repeat ;
}

ul.navi li.nabi6 a:hover {
	background-image: url('../images/common/m-button02.gif');
	background-repeat : no-repeat ;
}

ul.navi li.nabi6 a:active {
	background-image: url('../images/common/m-button03.gif');
	background-repeat : no-repeat ;
}

.submenu {
	text-decoration: none;
	font-size: 11px;
	text-align: right;
	margin-top: 5px;
}

.submenu a {
	margin: 2px;
}


/* フッター */
#fudder {
	width: 800px;
	height: 110;
	background-color: #123515;
	clear: both;
	text-align:center;
}
.fudder_nabi {
	width: 800px;
	height: 20px;
	background-color: #18471D;
}
:root .fudder_nabi{
	width:800px;
	letter-spacing:-1px;
	padding-top:2.5px;
}
.copy_text {
	width: 800px;
	height: 80px;
	padding-top: 10px;
}

.copy_text p {
	font-size: 10px;
	line-height: 1.4em;
	color: #ffffff;
}

.copy_text p.copy {
	font-weight: bold;
	margin: 5px 0 0 0;
}

#fudder a { 
	color: #cc9900;
}

#fudder a:hover {
	color: #ffcc00;
	
}

/* コンテンツ */
.contents {
	width: 800px;
	height: auto;
}

.title_img {
	width: 760px;
	height: 56px;
	text-align: left;
	margin: 10px auto 20px auto;
}

.title_img2 {
	width: 590px;
	height: 50px;
	text-align: center;
	margin: 0 auto;
	margin-top: 0px;

}

.title_img3 {
	width: 400px;
	height: 50px;
	text-align: left;
}

.title_img4 {
	width: 720px;
	height: auto;
	text-align: left;
	margin: 20px auto 20px auto;
	
}

.pankuzu {
	width:800px;
	background-color:#f5f7d8;
	height:20px;
	color:#644120;
	margin-bottom:2px;
	line-height:19px;;
}

.pankuzu p {
	padding: 3px 0 0 20px;
	text-align:left;
	font-size:10px;
}

.pankuzu a { 
	font-size:10px;
	color:#cc9933;
}

.denwa {
	margin-bottom:10px;
}
