@charset "utf-8";
/*
Theme Name: BIZINFOCOMPANY
Theme URI: http://192.168.10.130/
Description: BIZINFOCOMPANY official theme
*/
/*-------------
base
-------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,p,blockquote,th,td {
	margin:0;
	padding:0;
}
img {
	border:0;
	vertical-align: top;
}
body {
	background: #ffffff;
	font-size: 62.5%;
	font-family: " メイリオ",Meiryo,Osaka," ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro"," ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

a{
	color: #429ad2;
	outline: none;
}
a:hover {
	text-decoration: none;
}

ul,ol {
	list-style: none;
}
.fLeft {
	float: left;
}
.fRight {
	float: right;
}
table{
	width: 100%;
	margin-top: 12px;
	border: 1px solid #ccc;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.5;
}
th{
	width: 20%;
	padding: 10px;
	border: 1px solid #ccc;
	background: #55aeff;
	color: #fff;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
}
td{
	width: 80%;
	padding: 10px;
	border: 1px solid #ccc;
	vertical-align: middle;
}

/*-------------
header
-------------*/
#header { 
	width: 100%;
	margin-bottom: 10px;	
	background: #ffffff url(../images/bg_header.gif) repeat-x left top;
}
#header-inner { 
	width: 960px;
	margin: 0 auto;
}
#header-top {
	height: 81px;
	font-size:1.1em;
}
#header-top h1 { 
	padding-top: 18px;
}
#header-top p {
	padding-top: 3px; 
	color: #797979;
}
#header-top ul {
	text-align: right;
	
}
#header-top ul li { 
	display: inline;
}
#header-top ul li a {
	padding: 3px 5px 2px;
	color: #fff;
	text-decoration: none;
}
#header-top ul a:hover { 
	text-decoration: underline;
}

#header-top ul a.company { 
	padding-left: 18px;
	background: #00b5de url(../images/icon_arr_white.gif) no-repeat 5px center;
}
#header-top h2{
	margin-top: 10px;
}
.tel{
	color:#009933;
	font-size:1.5em;
	
}



/*breadcrumbs*/
.breadcrumbs {
	width: 960px;
	margin: 0 auto;
	text-align: right;
}

/*nav*/
#header-nav { 
	clear: both;
}
#header-nav ul#menu-nav {
	height: 46px;
	background: url(../images/bg_nav.gif) no-repeat left top;
}
#header-nav ul li.menu-item a{ 
	display: block; 
	width: 160px; 
	height: 46px;
	line-height: 46px;
	background: url(../images/bg_nav_btn.gif) no-repeat left top;
	color: #333;
	font-weight: bold;
	font-size: 1.4em;
	text-decoration: none;
	text-align: center; 
}


#header-nav ul li.menu-item a:hover, 
#header-nav ul li.current-menu-item a,
#header-nav ul li.current-menu-parent a,
#header-nav ul li.current-post-ancestor a {
	background: url(../images/bg_nav_btn.gif) no-repeat left -46px;
}

#header-nav ul li {
	position: relative;
	z-index: 1;
	float: left;
}

#header-nav ul li ul.sub-menu {
	display: none;
	position: absolute;
	top: 46px;
	left: 0;
}

#header-nav ul li:hover ul.sub-menu {
	display: block;
}

#header-nav ul li ul.sub-menu li{
	float: none;
}

#header-nav ul li ul.sub-menu li a {
	width: 120px;
	border: 1px solid #fff;
	border-top: none;
	padding-left: 38px;
	background:#3ebdff url(../images/icon_arr_subnav.gif) no-repeat 20px center;
	color: #fff;
	text-align: left;
}

#header-nav ul li ul.sub-menu li a:hover,
#header-nav ul li ul.sub-menu li.current-menu-item a,
#header-nav ul li ul.sub-menu li.current-menu-parent a{
	 background: #8cdfff url(../images/icon_arr_subnav.gif) no-repeat 20px center;
}

/*gra*/
#header-gra {
	clear: both;
}
#header-gra.main_image {
	position: relative;
	width: 960px;
	height: 300px;
	overflow: none;
	background-image: url(/images/kaisyalogo.jpg);
	background-repeat: none;
	background-position: center;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}
#header-gra.main_image .logo, #header-gra.main_image .title {
	position: absolute;
	left: 85px;
}
#header-gra.main_image .logo {
	top: 100px;
}
#header-gra.main_image .logo .english {
	font-family: 'Abril Fatface', cursive;
	font-size: 56px;
	font-weight: normal;
}
#header-gra.main_image .title {
	top: 170px;
}
/*-------------
container
-------------*/
#container {
	width: 960px;
	margin: 0 auto;
	padding-top: 10px;
}

/*------------------------------
toppage　contents index.php用
----------------------------------*/
#topcontents { 
	float: left;
	width: 945px;
	margin-bottom: 15px;
	font-size: 1.2em;
	line-height: 1.5;
}
#topcontents h4 a{
		
	color:#000;
	
}
#topcontents p {
	margin-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 125px;
}

.topbox {
	margin: 15px 15px;	
	width: 27%;
 	height: 400px;
	padding: 12px 10px;
	float:left;
}

.topbox:after {
	display: block;
	clear: both;
	height: 0;
	content:"";
}
.topboxborder {
	width: 240px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	border: 1px solid #c5c5c5;
	
}


/*-------------
contents
-------------*/
#contents { 
	margin: 0 auto;
	width: 960px;
	margin-bottom: 15px;
	font-size: 1.2em;
	line-height: 1.5;
}
.box {
	margin-bottom: 15px;
	padding: 12px 13px;
	border: 1px solid #b1b1b1;
	background: #fff;
}
.box:after {
	display: block;
	clear: both;
	height: 0;
	content:"";
}

.box-inner {
	clear: both;
	margin: 20px 20px 10px;
}
.box-inner h2{
	line-height: 45px;
	margin-bottom: 10px;
	padding-left: 20px; 	
	border-bottom: 1px dotted #ccc;
	color:#fff;
	background: url(../images/blue_bar.gif) repeat-x;
	font-size: 1.3em;
}

.box-inner h3{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 30px; 
	padding-bottom: 10px;
        padding: 0.5em; 
        border-left: solid 4px #4689ff;
        background-color: #f0f8ff;
	
}
.box-inner .data { 
	color: #999;
	text-align: right;
}
.box-inner p{
	padding-bottom: 1em;
}

.box-inner dl {
	clear: both;	
	padding: 0 15px;
}
.box-inner dt{ 
	color:#000080;
	font-size: 1.2em;
	font-weight:bold;
	padding-top: 5px;
}
.box-inner dd {
	padding-top: 10px;
	padding-left: 10px;
}
.box-inner dd.info{
	background: url(../images/icon_info.gif) no-repeat 0 8px;
}
.box-inner ul{
	clear: both;
	padding-top: 10px;
	padding-bottom: 5px;
}
.box-inner ul li{
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #ccc;
	background: url(../images/img_o097.gif) no-repeat left 0px;
	padding-left:25px;
}

.alignleft {
	display: block;
	float: left;
	margin-right: 15px;
	margin-bottom: 1em;
}
.aligncenter {
	display: block;
	margin:0 auto;
}
.alignright {
	display: block;
	float: right;
	margin-left: 15px;
	margin-bottom: 1em;
}

/*news*/
#news{ 
	clear: both;
}

#news dl {
	padding: 0 15px;
}
#news dt{ 
	float: left;
	clear: both;
	width: 95px;
	padding-top: 5px;
}
#news dd {
	float: left;
	width: 440px;
	padding-top: 5px;
	padding-left: 75px;
}
#news dd.info{
	background: url(../images/icon_info.gif) no-repeat 0 8px;
}
#news h3{
	clear: both;	
}
/*-------------
inqery
--------------*/
#inqery table{
	width: 650px;
	border: 0px;
}
#inqery td{
	border: 0px;
}

/*-------------
sidebar
-------------*/
#sidebar {
	float: right;
	width: 275px;
	margin-bottom: 15px;
}

#sidebar #bnr li{
	margin-bottom: 5px;
}
#sidebar .side-nav {
	margin-bottom: 10px;
	border: 1px solid #b1b1b1;
	background-color: #fff;
	font-size: 1.2em;
}

#sidebar .side-nav ul{
	padding: 5px 10px 10px;
}

#sidebar .side-nav ul li {
	padding: 4px 0 4px 18px;
	border-bottom: 1px dotted #ccc;
	background: url(../images/icon_circle_blue.gif) no-repeat left center;
}
/*-------------
footer
-------------*/
#footer { 
	clear: both;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top: 1px solid #aaa;
	background: #eeeeee;
}
#footer p {
	width: 960px; 
	margin: 0 auto; 
	color: #797979;
	text-align: right;
}