/* clearfix */
/*--------------------------------------------------------*/
.clearfix:after{
	visibility				:	hidden;
	display						:	block;
	font-size					:	0;
	content						:	" ";
	clear							:	both;
	height						:	0;
	}
* html .clearfix{
	zoom							:	1;
} /* IE6 */
*:first-child+html .clearfix{
	zoom							:	1;
} /* IE7 */




* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
}
hr {
	display: none;
}
table {
  border-collapse: collapse;
}

/*link style
------------------------------------*/

img{border: 0; vertical-align: bottom;max-width: 100%;}
ol, ul {
	list-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #FF0066;
}
a:active {
	text-decoration: none;
}

body {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 86%;
	line-height: 140%;
	background-color: #FCFAF8;
	background-image: url(../../images/backpatern.jpg);
	background-repeat: repeat;
	width: 100%;
}


/*bass
------------------------------------*/
#wrap{
	width: 100%;
	background-image: url(../../images/back.jpg);
	background-repeat: repeat-x;
	float: left;
}
#cwrap{
	width: 100%;
	float: left;
}
#container{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.allbox{
	width: 930px;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
}
/*header
------------------------------------*/
#header{
	width: 960px;
	float: left;
}
#header h1{
	width: 700px;
	float: right;
	font-size: 75%;
	height: 25px;
	color: #FFFFFF;
	padding-top: 5px;
	text-align: right;
}
.logo{
	width: 210px;
	float: left;
	height: 110px;
	margin-bottom: 15px;
}
.topmenu{
	float: right;
	width: 665px;
	padding-right: 15px;
	height: 30px;
	margin-top: 10px;
}
.topmenu ul{
	float: right;
}
.topmenu ul li{
	float: left;
	padding-top: 5px;
	padding-left: 20px;
}
.header_menu{
	float: right;
	width: 640px;
	overflow: hidden;
	height: 50px;
	margin-top: 5px;
}
.header_menu ul{
	float: right;
}
.header_menu ul li{
	float: left;
	padding-right: 10px;
}
.header_menu ul li a{
	float: left;
	padding-top: 10px;
}
.header_menu ul li a:hover{
	float: left;
	padding-top: 0px;
}
/*main
------------------------------------*/
#topimg{
	width: 960px;
	float: left;
	-webkit-box-shadow: 0px 0px 3px #000; /* Safari, Chrome用 */
    -moz-box-shadow: 0px 0px 3px #000; /* Firefox用 */
	box-shadow: 0px 0px 3px #000;
	-moz-border-radius: 5px;//for Firefox
	-webkit-border-radius: 5px;//for Safari and chrome
	border-radius: 5px;//CSS3
	behavior: url(border-radius.htc);//for IE
	margin-bottom: 10px;
	background-image: url(../../images/topimg/top_back.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.shadow_box{
    -webkit-box-shadow: 0px 0px 3px #000; /* Safari, Chrome用 */
    -moz-box-shadow: 0px 0px 3px #000;
	box-shadow: 0px 0px 3px #000;
	behavior: url(PIE.htc);
	float: left;
	width: 960px;
	margin-bottom: 35px;
}
#pan{
	width: 920px;
	float: left;
	background-color: #FAFAFA;
	color: #333333;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 19px;
	padding-left: 19px;
	text-align: right;
	font-size: 90%;
	border-bottom: 1px solid #FFFFFF;
}
/*main
------------------------------------*/

#main{
	width: 920px;
	float: left;
	background-color: #FFFFFF;
	padding: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DADFCA;
}
/*sidebar
------------------------------------*/
#maincontents{
	float: left;
	width: 680px;
}
.contents_box{
	float: left;
	width: 660px;
	background-color: #F0EFEE;
	padding: 9px;
	border: 1px solid #EBE9EA;
	margin-bottom: 25px;
}
.contents_in{
	float: left;
	width: 630px;
	background-color: #FFF;
	padding: 14px;
	border: 1px solid #DDDCD7;
	overflow: hidden;
}
/*sidebar
------------------------------------*/
#side_bar{
	float: right;
	width: 220px;
}
.bnr_box{
	float: left;
	width: 220px;
}
.bnr_box ul{
	float: left;
	width: 220px;
}
.bnr_box ul li{
	float: left;
	width: 220px;
	margin-bottom: 5px;
}
.side_menu{
	float: left;
	width: 220px;
	margin-bottom: 10px;
}
.side_menu ul{
	float: left;
	width: 220px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E3E3E3;
}
.side_menu ul li{
	float: left;
	width: 220px;
}
.side_menu ul li.stitle{
	float: left;
	width: 200px;
	background-color: #575757;
	padding: 9px;
	color: #FFFFFF;
	font-size: 13px;
	text-align: center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E3E3E3;
	border-left-color: #E3E3E3;
	font-weight: bold;
}
.side_menu ul li a:link{
	float: left;
	width: 195px;
	background-image: url(../../images/top_arrow.png);
	background-repeat: no-repeat;
	background-position: 7px center;
	padding-left: 19px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 8px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E3E3E3;
	border-left-color: #E3E3E3;
	text-decoration: none;
}
.side_menu ul li a:visited{
	float: left;
	width: 195px;
	background-image: url(../../images/top_arrow.png);
	background-repeat: no-repeat;
	background-position: 7px center;
	padding-left: 19px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 8px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E3E3E3;
	border-left-color: #E3E3E3;
	text-decoration: none;
}
.side_menu ul li a:hover{
	float: left;
	width: 195px;
	background-image: url(../../images/top_arrow.png);
	background-repeat: no-repeat;
	background-position: 7px center;
	padding-left: 19px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 8px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E3E3E3;
	border-left-color: #E3E3E3;
	text-decoration: none;
	background-color: #99CC00;
	color: #FFFFFF;
}
/*footer
------------------------------------*/
#footer{
	width: 920px;
	float: left;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F7F7F7;
	font-size: 80%;
	background-color: #FAFAFA;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.footermenu{
	width: 920px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color: #999999;
	text-align: right;
	padding-bottom: 5px;
}
.copylight{
	width: 920px;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EBEBEB;
	color: #999999;
	text-align: right;
	padding-top: 5px;
}
.tc_more{
	text-align: right;
	float: right;
	padding-top: 5px;
}
.tc_more a{
	text-align: right;
	float: right;
	color: #FFFFFF;
	background-color: #000000;
	border-radius: 3px;

    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */  
	padding-right: 25px;
	padding-left: 25px;
	border: 1px solid #504530;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.tc_more a:hover{
	text-align: right;
	float: right;
	background-color: #FF6600;
	border-radius: 3px;
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */  
	padding-right: 25px;
	padding-left: 25px;
	border: 1px solid #504530;
}
/*news
------------------------------------*/
.news_box{
	float: left;
	width: 680px;
}

.inq_bnr{
	float: left;
	height: 60px;
	width: 370px;
	background-image: url(../../images/inq_back.jpg);
	background-repeat: no-repeat;
	padding-left: 250px;
}
.inq_bnr a{
display:block;
}
.inq_bnr a:hover {
background-color:transparent;
}
.inq_bnr a:hover img{
visibility:hidden;
}
.rnq_bnr{
	float: left;
	height: 60px;
	width: 370px;
	background-image: url(../../images/rnt_back.jpg);
	background-repeat: no-repeat;
	padding-left: 250px;
}
.rnq_bnr a{
display:block;
}
.rnq_bnr a:hover {
background-color:transparent;
}
.rnq_bnr a:hover img{
visibility:hidden;
}
