/* 基本設定 */

* {
    margin: 0px;
    padding: 0px;
    font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo, sans-serif;
}

body {
    *font-size: small;
    *font: x-small;
	font-size: 13px;
	background-attachment: fixed;
	background-image: url(../img/common/bg.jpg);
	background-repeat: no-repeat;
	background-position: center 0;
}

#body { display:none;}

/* 基本設定 リセット */
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}
ol, ul {
    list-style: none;
}
ul li img {
     vertical-align: bottom;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
:focus {
    outline: 0;
}
a{
text-decoration: none;
}
img{
 border:0;
}
ing,input{
  vertical-aligin: bottom;
}



/* index CSS */
#index_h_bar {
	background-color: #559feb;
	height: 4px;
	width: 100%;
}

#index_h_in_bar {
	background-color: #0071c7;
	height: 4px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

#index_wh_contents {
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	width: 1200px;
}

#index_main_contents {
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	width: 1070px;
}

#index_header_h1 {
	font-size: 13px;
	text-align: right;
	height: 38px;
	width: 1070px;
	line-height: 38px;
}

#index_left {
	float: left;
	width: 250px;
	min-height:1300px;
}

#index_right {
	float: right;
	width: 790px;
}

#index_side_logo {
	height: 250px;
	width: 250px;
}
#index_side_info {
	height: 110px;
	width: 250px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

#index_side_info span{
	font-size: 36px;
	font-weight: bold;
	color: #0171C7;
	display: block;
	padding-top: 10px;
	font-family: 'Noto Sans Japanese', sans-serif;
	line-height: 36px;
}

#index_side_guide {
	width: 250px;
	margin-bottom:40px;
}
#index_side_guide img:hover{
	opacity:0.7;
}

#index_side_nav_title {
	width: 250px;
	line-height:0px;
}

#index_side_nav_box {
	width: 248px;
	border: 1px solid #c9c9c9;
	margin-bottom: 20px;
}

#index_side_nav_box ul{
	width: 210px;
	margin-right: auto;
	margin-left: auto;
}

#index_side_nav_box ul li{
	
	margin-right: auto;
	margin-left: auto;
	font-family: 'Noto Sans Japanese', sans-serif;
}

#index_side_nav_box ul li a{
	color:#000;
	text-decoration:none;
	width:100%;
	height:100%;
	display:block;
}

#index_side_nav_box ul li a:hover{
	opacity:0.5;
}

.index_nav_bace {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C9C9C9;
	background-image: url(../img/common/common_07.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	width: 190px;
	line-height: 50px;
	height: 50px;
}

.index_nav_bace_second {
	background-image: url(../img/common/common_07.jpg);
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-left: 40px;
	width: 170px;
	line-height: 30px;
	height: 30px;
}

.index_nav_bace_third {
	background-image: url(../img/common/common_07.jpg);
	background-repeat: no-repeat;
	background-position: 20px 12px;
	padding-left: 40px;
	width: 170px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C9C9C9;
	line-height: 30px;
	height: 30px;
	padding-bottom: 10px;
}


.index_nav_bace_end {
	background-image: url(../img/common/common_07.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	width: 190px;
	line-height: 50px;
	height: 50px;
}

.index_side_banner {
	width: 250px;
	padding-bottom: 15px;
}

.index_side_banner img:hover{
	opacity:0.7;
}


#index_slider {
	height: 350px;
	width: 790px;
	margin-bottom: 10px;
}

#index_order_banner {
	width: 790px;
	padding-bottom: 35px;
}

.index_loop_h2 {
	font-family: 'Noto Sans Japanese', sans-serif;
	background-image: url(../img/common/common_10.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 790px;
	line-height: 33px;
	height: 33px;
	margin-bottom:15px;
	font-weight: bold;
	color: #0075c1;
	padding-bottom: 10px;
}

.index_loop_h2 span{
	color: #666666;
	font-size: 14px;
}

.index_loop_contents {
	width: 790px;
	background-color: #f2f4f5;
	margin-bottom: 60px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.index_loop_contents a p{
	font-weight: bold;
	color: #0066cc;
	display: block;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
}


.index_loop_contents ul li{
	float: left;
	background-color: #FFF;
	height: 240px;
	width: 170px;
	border: 1px solid #e0e0e0;
	margin-left:19px;
}
.index_loop_contents ul li a{
	color:#000;
}


.index_loop_contents_li_img {
	height: 170px;
	width: 170px;
	overflow: hidden;
	position: relative;
	margin-bottom: 5px;
}

.index_loop_contents_li_img img{
	left: -40%;
	position: relative;
}

.index_loop_contents_li_title {
	font-size: 13px;
	line-height: 18px;
	height: 38px;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	text-decoration:underline;
}


#index_news_contents {
	width: 790px;
	margin-bottom: 60px;
}

#index_news_contents dl dt{
	width: 100px;
	padding-left: 30px;
	float: left;
	margin-bottom: 5px;
}

#index_news_contents dl dd{
	float: left;
	width: 660px;
	margin-bottom: 5px;
}
#index_news_contents dl dd a{
	text-decoration:underline;
	color:#000;
}
#index_news_contents dl dd a:hover{
	opacity:0.5;
}


#index_footer_sub {
	background-color: #f8f8f8;
	height: 370px;
	width: 100%;
}

#index_footer_sub_inbox {
	background-color: #f2f4f5;
	height: 320px;
	width: 1070px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 65px;
	padding-left: 65px;
	padding-top: 50px;
}

#index_footer_sub_inbox h2{
	font-family: 'Noto Sans Japanese', sans-serif;
	height: 48px;
	font-weight: bold;
	color: #0075c1;
}

.index_footer_sub_inbox_contents {
	height: 190px;
	width: 250px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #a9aaab;
	border-bottom-color: #a9aaab;
	float:left;
}

.index_footer_sub_inbox_contents h3{
	font-size: 16px;
	line-height: 55px;
	height: 55px;
}

.index_footer_sub_inbox_contents p{
	display:block;
	margin-bottom:25px;
}

.index_footer_sub_inbox_contents span{
	font-size: 18px;
	font-weight: bold;
	color: #e34444;
}

.index_footer_sub_inbox_contents a{
	color: #0075c1;
	text-decoration: underline;
}

#index_footer_main {
	background-color: #559feb;
	height: 75px;
	width: 100%;
}

#index_footer_main_inbox {
	background-color: #0071c7;
	height: 75px;
	width: 1070px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 65px;
	padding-left: 65px;
	background-image: url(../img/common/common_12.jpg);
	background-repeat: no-repeat;
	background-position: 65px center;
}

#index_footer_main_inbox_topback {
	float: right;
	height: 38px;
	width: 38px;
	padding-top: 17px;
	cursor:pointer;
}


/* sub CSS */
#sub_pankuzu {
	height: 60px;
	width: 790px;
}


#sub_pankuzu ul li{
	float:left;
	margin-right:10px;
}

#sub_pankuzu ul li a{
	float:left;
	color: #000;
	text-decoration: none;
}

/* products CSS */
#products_contents {
	width: 790px;
	padding-bottom: 50px;
}

.products_box {
	float: left;
	height: 305px;
	width: 196px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c8c8c8;
	border-left-color: #c8c8c8;
	margin-right:-1px;
	margin-bottom: 30px;
}

.products_box a{
	width:100%;
	height:100%;
	display:block;
}


.products_box_img {
	height: 180px;
	width: 180px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	overflow: hidden;
	position: relative;
}

.products_box_img img{
	left: -30%;
	position: relative;
}


.products_box_title {
	font-size: 13px;
	line-height: 18px;
	height: 38px;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	text-decoration:underline;
}

.products_box a p{
	font-weight: bold;
	color: #0066cc;
	display: block;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
}
.products_box span {
	text-align: center;
	width: 160px;
	padding-top: 10px;
	display:block;
	margin-right: auto;
	margin-left: auto;
}

#products_entry_h2 {
	font-size: 20px;
	font-weight: bold;
	width: 790px;
	padding-bottom:15px;
}


.products_entry_contents {
	width: 790px;
	padding-bottom: 50px;
}

.products_entry_contents table {
	background-color: #e0e0e0;
	width: 100%;
}

.products_entry_contents table tr th{
	background-color: #f2f4f5;
	color:#0066cc;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
}
.products_entry_contents table tr td{
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	vertical-align: middle;
}

.products_entry_contents table tr td h3{
	padding-bottom:10px;
}

#products_entry_bt_01 {
	float: left;
	margin-right: 30px;
	padding-left: 128px;
	padding-top: 30px;
}
#products_entry_bt_02 {
	float: left;
	padding-top: 30px;
}

#products_entry_bt_01 img:hover{ opacity:0.5;}
#products_entry_bt_02 img:hover{ opacity:0.5;}



/* sub_contents CSS */
.sub_contents {
	width: 790px;
	padding-bottom: 50px;
}
.sub_contents p{
	padding-bottom: 20px;
	display:block;
}

/* company CSS */

.company_img { margin-bottom:20px;}
.company_table {}

.company_table {
	background-color: #e0e0e0;
	width: 100%;
}

.company_table tr th{
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-weight:normal;
	vertical-align: middle;
}
.company_table tr td{
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	vertical-align: middle;
}

#company_sign {
	background-image: url(../img/company/company_03.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 35px;
	width: 790px;
}

.company_table_history {
	border-collapse:collapse;
	width: 100%;
}


.company_table_history tr th{
	width: 160px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CCC;
	vertical-align: middle;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	padding-left: 20px;
}

.company_table_history tr td{
	vertical-align: middle;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.company_table_history_bar {
	padding-top: 20px;
	margin-bottom:20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	width:100%;
}


/* guide CSS */

.guide_h3 {
	font-size: 14px;
	line-height: 45px;
	font-weight: bold;
	background-image: url(../img/guide/guide_02.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 45px;
	width: 760px;
	padding-left: 30px;
}

.guide_contents {
	width: 760px;
	padding-bottom: 50px;
	padding-left: 30px;
}

/* flow CSS */
.flow_box_left {
	background-image: url(../img/flow/flow_01.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 448px;
	padding-left: 70px;
	padding-right: 210px;
	padding-bottom: 15px;
}
.flow_box_left_end {
	width: 448px;
	padding-left: 70px;
	padding-right: 210px;
	padding-bottom: 15px;
}
.flow_box_right {
	background-image: url(../img/flow/flow_02.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 210px;
	width: 448px;
	padding-bottom: 15px;
}
.flow_box_right_end {
	padding-left: 210px;
	width: 448px;
	padding-bottom: 15px;
}



/* Order CSS */
.order_input {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#order_submit_box {
	text-align: center;
	width: 790px;
	padding-top: 50px;
	padding-bottom: 50px;
}
#order_submit {
	background-image: url(../img/products/products_08.jpg);
	background-repeat: no-repeat;
	height: 70px;
	width: 250px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}

#order_submit:hover { opacity:0.5;}




#order_fax_title {
	font-size: 18px;
	line-height: 80px;
	font-weight: bold;
	height: 80px;
	width: 790px;
	padding-top: 50px;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
}

.order_fax_box {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
}



/* Contact CSS */


#contact_submit {
	background-image: url(../img/contact/contact_01.jpg);
	background-repeat: no-repeat;
	height: 70px;
	width: 250px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}

#contact_submit:hover { opacity:0.5;}



div#pagenation {
   position: relative;
   overflow: hidden;
}
div#pagenation ul {
    position:relative;
    float:left;
    list-style: none;
	margin-left:17px;
	margin-bottom:15px;
}
div#pagenation li {
    position:relative;
    float:left;
}
div#pagenation li a {
    border:1px solid #CECECE;
    margin: 0 3px;
    padding:3px 7px;
    display: block;
    text-decoration:none;
    color: #666666;
    background: #fff;
}
div#pagenation li.active a,
div#pagenation li a:hover{
    border:solid 1px #666666;
    color: #FFFFFF;
    background: #3399FF;
}

.admin_btn_box_no {
	line-height: 30px;
	background-color: #E8E8E8;
	text-align: center;
	height: 30px;
	width: 80px;
	border: 1px solid #CCC;
	display:block;
}
