body {
	text-align: center;
	margin: 0;
	background-color: #ffffff;
	scrollbar-darkshadow-color: #cccccc;
	scrollbar-3dlight-color:#cccccc;
	scrollbar-base-color:#ffffff;
	scrollbar-arrow-color:#cccccc;
}
a { 
	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: #CC173E;
	font-weight: bold;
	margin: 5px auto 5px auto;
}

p.text2 {
	font-size: 13px;
	color: #BC3E20;
}

div {
	margin: 0 auto 0 auto;
}

strong.type1 {
	font-weight: normal;
}
strong.type2 {
	font-weight: bold;
}

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;
}
#headder {
	position: relative;
	width: auto;
	height: auto;
}
h1{
	font-size: 10px;
}

h1, h2, h3, h4, h5 {
	margin: 0px;
}

h3 {
	font-size: 14px;
	border-bottom-color: #CC173E;
	color: #CC173E;
	border-bottom: 1px solid;
	border-color: #CC173E;
	margin: 0 0 5px 0;
}

ol {
	font-size: 14px;
	line-height: 1.4em;
}
span {
	color: #FF7F00;
	word-spacing: 1.1em;
	font-size: 13px;
	font-weight: bolder;
}

.type_box {
        width:500px;
        height:auto;
	text-align: right;
	padding:0px 30px 0px 0px;
	margin:0px 0px 0px auto;

}

span.type1 {
	color: #FF7F00;
	font-weight: bold;
	font-size: 13px;
	text-align: right;
	margin:10px 0px 0px auto;
	width: 450px;
}
span.type1 a {
	color: #FF7F00;
	font-weight: bold;
	font-size: 13px;
	margin:10px 0px 0px auto;
	text-align: right;
}
span.type2 {
	color: #F4B911;
	margin-left: 5px;
	font-weight: bold;
	font-size:12px;
}




.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: #ac354b;	*/
	background-color: #ffffff;
}

.wrapper_white {
	background-color: #ffffff;
}

/*  ナビ */
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;

}
li a {
	width: 131px;
	height: 27px;
	display: block;
}
li.nabi1 a{
	background-image: url('../images/common/button_l_1.gif');
    background-repeat : no-repeat ;
}
li.nabi1 a:hover {
	background-image: url('../images/common/button_l_2.gif');
	background-repeat : no-repeat ;
}
li.nabi2 a {
	background-image: url('../images/common/button_c_1.gif');
	background-repeat : no-repeat ;
}
li.nabi2 a:hover{
	background-image: url('../images/common/button_c_2.gif');
	background-repeat : no-repeat ;
}
li.nabi3 a {
	background-image: url('../images/common/button_s_1.gif');
	background-repeat : no-repeat ;
}
li.nabi3 a:hover {
	background-image: url('../images/common/button_s_2.gif');
	background-repeat : no-repeat ;
}
li.nabi4 a {
	background-image: url('../images/common/button_sc_1.gif');
	background-repeat : no-repeat ;
}
li.nabi4 a:hover {
	background-image: url('../images/common/button_sc_2.gif');
	background-repeat : no-repeat ;
}
li.nabi5 a {
	background-image: url('../images/common/button_r_1.gif');
	background-repeat : no-repeat ;
}
li.nabi5 a:hover {
	background-image: url('../images/common/button_r_2.gif');
	background-repeat : no-repeat ;
}
li.nabi6 a {
	background-image: url('../images/common/button_m_1.gif');
	background-repeat : no-repeat ;
}

li.nabi6 a:hover {
	background-image: url('../images/common/button_m_2.gif');
	background-repeat : no-repeat ;
}
.submenu {
	text-decoration: none;
	font-size: 11px;
	text-align: right;
	margin-top: 5px;
	clear: both;
}

.submenu a {
	margin: 2px;
}
/* ナビ　ここまで */

/* フッター */
#fudder {
	width: 800px;
	height: 110;
	background-color: #45456F;
	clear: both;
}
/*:root #fudder {
	margin-top: 50px;
}*/
.fudder_nabi {
	width: 800px;
	height: auto;
	background-color: #2E2951;
	letter-spacing : -0.5pt;
}

#fudder a { 
	color: #f0cf32;
}

:root #fudder a {
	font-size: 10px;
}

#fudder a:hover {
	color: #ffcc00;
	
}
.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 p.copy a,#fudder p.copy a:hover {
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
}


/* コンテンツ */
.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: left;
	margin-top: 10px;
    clear: both;

}

.title_img3 {
	width: 400px;
	height: 50px;
	text-align: left;
}

.title_img4 {
	width: 720px;
	height: 20px;
	text-align: left;

	margin: 20px auto 20px auto;
	
}

/* パンクズリスト*/
.pankuzu {
	width: 790px;
	background-color:#EFEFEF;
	height:20px;
	text-align:left;
	font-size:10px;
	color:#644120;
	padding-left:10px;
	margin-bottom:2px;
	line-height:19px;;
}
:root .pankuzu {
	width: 790px;
}
.pankuzu a { 
	font-size:10px;
	color:#cc9933;
}
/*100709*/
p.center {
	clear:both;
	text-align:center;
	font-size:12px;
	padding:12px 0;
	color:#ff0000;
}