@charset "utf-8";
/* CSS Document */
/**********共通***********/
body{
	background:#f8f8f8;
	margin:0;
	padding:0;
}
html {
	overflow-y: scroll;
	bottom:0;
}
a{
	text-decoration:none;
	outline: none;
}
p{
	margin:0;
}
ul {
	margin:0;
	padding:0;
}
#headerbg{
	background-image:url(../images/header_base.jpg);
	background-repeat:repeat-x;
	width:100%;
	min-width:960px;
}
#header{
	width:960px;
	height:193px;
	margin-right:auto;
	margin-left:auto;
}
#topL{
	float:left;
	margin-top:4px;
	font-size:11px;
	color:#FFFFFF;
	}
#topR2{
	float:right;
	height:20px;
	margin-bottom:5px;
	margin-left:5px;
}
#head_nav{
	clear:both;
	float:right;
	width:772px;
	height:34px;
}
#head_nav2{
	float:right;
	margin-top:4px;
}
#logo_space{
	clear:both;
	width:960px;
	height:90px;
}
#logo{
	float:left;
	width:200px;
	height:90px;
	margin:0 0 0 10px;

}

#gnav{
	clear:both;
	width:962px;
	height:44px;
	background-image:url(../images/navbtn_off.jpg);
	background-repeat:repeat-x;
}
#container{
	clear:both;
	width:960px;
	margin-right:auto;
	margin-left:auto;
	height:auto;
}
#contents{
	clear:both;
	float:left;
	width:685px;
	height:auto;
	margin-bottom:20px;
}
#r-column{
	float:right;
	width:266px;
	height:auto;
	margin-top:10px;
}
#side_btn{
	float:right;
	width:266px;
	/*height:auto;*/
}
#side_btn a{
	text-decoration:none;
	color:#000;
}
#side_btn a:hover{
	text-decoration:underline;
}
#side_btn .grayB{
	font-weight:bold;
	color:#333;
	font-size:12px;
}
#side_btn .explain_s{
	padding:2px 5px 5px 7px;
	font-size:10px;
	color:#666666;
}
#side_btn .explain_s img{
	vertical-align:bottom;
}
#footerbg{
	clear:both;
	width:100%;
	margin-top:30px;
	background-image:url(../images/footer_base.jpg);
	background-repeat:repeat-x;
}
#footer{
	clear:both;
	width:960px;
	height:117px;
	margin-right:auto;
	margin-left:auto;
}
#policy{
	float:left;
	font-size:12px;
	color:#fff;
	margin-top:10px;
	margin-left:15px;
	width:360px;	
}
#policy a{
	color:#fff;
	text-decoration:none;
}

#policy a:hover{
	text-decoration:underline;
}
#copyright{
	clear:both;
	position:relative;
	top:65px;
	text-align:center;
	font-size:10px;
	color:#fff;
	width:960px;
}
#pankuzu{
	width:625px;
	margin-top:5px;
	font-size:13px;
	color:#cc0001;
}
#pankuzu a{
	margin:0 10px;
	color:#000;
	text-decoration:none;
}
#pankuzu a:first-child{
	margin-left:0;
}
#pankuzu a:hover{
	color:#F90;
	text-decoration:underline;
}
/**********index contents**********/
#mov{
	width:685px;
	height:auto;
	margin-top:17px;
}
#news_title{
	margin-top:20px;
	height:16px;
	width:685px;
	margin-bottom:2px;
}
#news_title1 {
	font-weight:bold;
	color:#333;
	font-size:16px;
	float:left;
	text-indent:0.5em;
}
#news_title2 {
	font-weight:bold;
	color:#333;
	font-size:12px;
	float:right;
	text-align:right;
	margin-top:2px;
}
#news_title2 a{
	color:#333;
}
#news_title2 a:hover{
	text-decoration:underline;
	color:#333;
}
#news_top{
	clear:both;
	background-image:url(../images/news_top.jpg);
	width:685px;
	height:12px;
}
#news_area{
	background-image:url(../images/news_area.jpg);
	background-repeat:repeat-y;
	width:685px;
	height:300px;
	overflow-y:auto;
}

#news_area table{
	padding:10px 0px 10px 10px;
	width:640px;
	height:120px;
	font-size:12px;
	line-height:20px;
	margin-bottom:10px;
	
}
#news_area table td{
	vertical-align:top;
}
#news_area table td:nth-child(2){
	width:100px;
}
#news_area table td a{
	color:#000;
	text-decoration:none;
}
#news_area table td a:hover{
	text-decoration:underline;
}
#news_area table th{
	width:40px;
	border:#CC0000 solid 1px;
	color:#CC0000;
}
#press_back{
	background-image:url(../images/press_base.jpg);
	background-repeat:repeat-y;
	height:auto;
}
/**************template1****************/
#in_page_head{
	margin-top: 0px;
	background-image: url(../images/in_page_head.jpg);
	height: 47px;
	width: 685px;
}
#contents_name{
	font-size:20px;
	font-weight:bold;
	line-height:20px;
	width: 625px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
}

/*************お問い合わせ****************/
#inq{
	padding:5px 30px 10px 40px;
	font-size:14px;
}
#inq ul{
	width:310px;
	margin:30px auto;
}
#inq ul li{
	margin-bottom:10px;
	list-style:none;
}
#inq ul li:last-child{
	margin-bottom:0;
}
#inq .big{
	font-weight:bold;
	font-size:18px;
}
/*************topics****************/
#topics{
	padding:30px;
	font-size:14px;
	line-height:20px;
}
#topics a{
	text-decoration:none;
	color:#000;
}
#topics a:hover{
	text-decoration:underline;
	color:#F60;
}
#topics table{
	background:#666;
}
#topics tr{
	background: #fff;
}
#topics td{
	padding: 10px;
}
#topics th{
	font-weight:normal;
	text-align:right;
	padding-right:10px;
	width:140px;
}
#contents-search {
	clear: both;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
#pankuzu-search {
	width: 100%;
	margin-top: 5px;
	font-size: 13px;
	color: #cc0001
}
#pankuzu-search a {
	margin: 0 10px;
	color: #000;
	text-decoration: none;
}
#in_page_head-search {
	margin-top: 0px;
	background-image: url(../images/in_page_search_head.jpg);
	height: 47px;
	width: 100%;
}
#contents_name-search {
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	width: 100%;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
}
#press_back-search {
	background-image: url(../images/press_base-search.jpg);
	background-repeat: repeat-y;
	height: auto;
}
#press_back-search .con {
	padding:30px;
}
#press_back-search .con > div:nth-child(1) {
	text-align:center;
	margin-bottom:30px;
}
#press_back-search .con > div:nth-child(2) {
	text-align:center;
	margin-bottom:30px;
}
#press_back-search .con > div:nth-child(3) {
	text-align:center;
	margin-bottom:60px;
}
#press_back .con {
	padding:30px;
}
#press_back .con p {
	margin-bottom:10px;
	line-height:30px;
}
#press_back .con p:last-child {
	margin-bottom:0;
}

#txtInvoiceNo {
	width:400px;
	border:1px solid #ddd;
	padding:8px 10px;
}
#ibtnSeach {
	width:150px;
	border:0;
	outline:0;
	color:white;
	font-size:18px;
	line-height:40px;
	background:#cc0001;
	cursor:pointer;
}
.search_title {
	margin-bottom:30px;
	font-size:22px;
	font-weight:bold;
	text-align:center;
	display:none;
}
#search_result {
	width: 100%;
	border:1px solid #cc0001;
	display:none;
}
#search_result ul {
	padding:0;
	margin:0;
}
#search_result > ul {
	background:#cc0001;
	color:white;
}
#search_result li {
	border-right:1px solid #cc0001;
	border-bottom:1px solid #cc0001;
	text-align:center;
	line-height:30px;
	list-style:none;
	float:left;
}
#search_result li:nth-child(1) {
	width:200px;
}
#search_result li:nth-child(2) {
	width:699px;
	border-right:0;
}
#search_result li span {
	line-height:30px;
	vertical-align:middle;
	display:inline-block;
}
.clear_both {
	clear:both;
}
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}
#material {
    padding: 5px 30px 10px 30px;
    font-size: 14px;
    line-height: 20px;
}
#material h4 {
    border-bottom: #CCCCCC solid 1px;
    border-left: #C00 solid 5px;
    padding-left: 5px;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}
#r-column .contact div {
	font-size:20px;
	font-weight:bold;
	text-align:center;
}
#r-column .contact div:first-child {
	color:#CC0000;
	font-size:16px;
	font-weight:normal;
	line-height:30px;
}
#r-column .contact div:last-child {
	font-size:14px;
	font-weight:normal;
	line-height:30px;
}