@charset "utf-8";
/* CSS Document */

/*-------------------------
	全体共通項目
-------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif, Osaka;
	color: #666666;
}

a:link,
a:visited {
	color: #3399CC;
	text-decoration: none;
}

a:hover {
	color: #3399CC;
	text-decoration: underline;
}

img {
	border: none;
}

/*	全体共通ID,クラス	*/
.cboth {
	clear: both;
}

.clearfix:after {
  content: "."; 
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix{
  overflow:hidden;
}
/* Hides from IE-mac \*/
* html .clearfix{
  height:1%;
  overflow:visible;
}
/* End hide from IE-mac */


#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

.pagetop {
	text-align: right;
	padding: 40px 0 18px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

p.button {
	width: 140px;
	height: 30px;
	margin: 15px auto 20px;
}

p.button a {
	background: url(../images/common/button_bg.gif) no-repeat;
	width: 140px;
	height: 30px;
	display: block;
	text-align: center;
	line-height: 32px;
	font-weight: bold;
	color: #FFFFFF;
	overflow: hidden;
}

p.button a:hover {
	background-position: 0 -30px;
	text-decoration: none;
	color: #FFFFFF;
}

/*-------------------------
	ヘッダー
-------------------------*/

#header {
	width: 800px;
	/*height: 210px;*/
}

/*	ロゴ	*/

#header #logo-box {
	width: 785px;
	height: 54px;
	padding: 6px 15px 0 0;
}

#header #logo-box a {
	display:block;
	text-indent: -9999px;
	background-repeat: no-repeat;
}

#header p#logo01 {
	width: 259px;
	height: 54px;
	float: left;
}

#header p#logo01 a {
	background-image: url(../images/common/logo_01.gif);
	width: 259px;
	height: 54px;
}

#header p#logo02 {
	width: 156px;
	height: 41px;
	float: right;	
}

#header p#logo02 a {
	background-image: url(../images/common/logo_02.gif);
	width: 156px;
	height: 41px;
}

/*	グローバルナビ	*/

#header #global-navi {
	width: 800px;
	height: 39px;
	border-bottom: solid 1px #888888;
	margin-bottom: 10px;
}

#header #global-navi ul {
	width: 789px;
	height: 19px;
	padding-top: 20px;
	padding-left: 11px;
	list-style-type: none;
}

#header #global-navi ul li {
	width: auto;
	float: left;
	height: 13px;
}

#header #global-navi ul li a {
	width: auto;
	height: 13px;
	display: block;
	text-indent: -9999px;
	background-repeat: no-repeat;
}


#header #global-navi ul li a:hover,
#header #global-navi ul li.on-menu a {
	background-position: 0 -13px;
}

#header #global-navi ul li.gmenu01 {
	width: 55px;
	padding-right: 43px;
}

#header #global-navi ul li.gmenu02 {
	width: 55px;
	padding-right: 46px;
}

#header #global-navi ul li.gmenu03 {
	width: 55px;
	padding-right: 46px;
}

#header #global-navi ul li.gmenu04 {
	width: 84px;
}


#header #global-navi ul li a:hover {
	background-position: 0 -13px;
}


#header #global-navi ul li.gmenu01 a {
	width: 55px;
	background-image: url(../images/common/gmenu01.gif);
}

#header #global-navi ul li.gmenu02 a {
	width: 55px;
	background-image: url(../images/common/gmenu02.gif);
}

#header #global-navi ul li.gmenu03 a {
	width: 55px;
	background-image: url(../images/common/gmenu03.gif);
}

#header #global-navi ul li.gmenu04 a {
	width: 84px;
	background-image: url(../images/common/gmenu04.gif);
}

/*	ヘッダーイメージ	*/

#header #header-image {
	width: 800px;
	/*height: 100px;*/
}

/*-------------------------
	メイン
-------------------------*/

#main {
	width: 800px;
}

/*	パンくず	*/

#main #bread {
	width: 800px;
	height: 35px;
	font-size: 11px;
	line-height: 35px;
}

/*	ローカルナビ	*/

#main #local-navi {
	width: 588px;
	padding-top: 3px;
	padding-left: 12px;
	background-color: #EEEEEE;
	margin-bottom: 10px;
}

#main #local-navi ul {
	width: 588px;
	height: 17px;
	margin-bottom: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}

#main #local-navi ul li {
	display: inline;
	line-height: normal;
	margin: 0 20px 0 0;
}

#main #local-navi ul li a {
	background: url(../images/common/blue-triangle_marker.gif) left 0.1em no-repeat;
	padding-left: 11px;
	font-size: 11px;
	color: #666666;
}

#main #local-navi ul li.on-menu a,
#main #local-navi ul li a:hover {
	background-image: url(../images/common/blue-triangle_marker_on.gif);
	color: #3399CC;
}

/*-------------------------
	コンテンツ
-------------------------*/

#contents {
	width: 600px;
	float: right;
}

/*	1カラム用	*/

#main .one-column {
	width: 800px;
	float: none;
}

/*	各ページ見出し設定	*/

#contents h1 {
	background: url(../images/common/h1_bg.gif) no-repeat;
	width: auto;
	height: 30px;
	line-height: 30px;
	color:#FFFFFF;
	font-size: 12px;
	padding-left: 18px;
	margin-bottom: 20px;
}

#main .one-column h1 {
	background-image: url(../images/common/h1-long_bg.gif);
}

#contents h2 {
	background-color: #EEEEEE;
	border-left: solid 5px #CC0033;
	font-size: 12px;
	width: auto;
	height: 25px;
	line-height: 25px;
	padding-left: 6px;
	font-weight: normal;
	margin-bottom: 18px;
}

#contents h3 {
	font-size: 12px;
	border-bottom: solid 1px #0099CC;
	height: 22px;
	line-height: 22px;
	margin-bottom: 13px;
}

#main .one-column h3 {
	border: none;
	background: url(../images/common/h3_bg.gif) no-repeat;
	height: 23px;
	padding-left: 12px;
}

#contents h4 {
	width: auto;
	padding-left: 17px;
	background: url(../images/common/h4_bg.gif) no-repeat left center;
	margin-left: 1px;
}

/*	文章設定	*/

#contents p {
	line-height: 1.8em;
	margin-bottom: 1em;
}


#contents p#read-text {
	font-size: 14px;
	margin-bottom: 30px;
}


/*	
	info.html,business.html,recruit.html
	ページ用設定												*/

#contents .content-list {
	margin-bottom: 25px;
}

#contents .content-list img {
	float: left;
}

#contents .content-list h2 {
	width: 453px;
	height: 23px;
	line-height: 19px;
	margin-bottom: 12px;
	font-weight: bold;
	padding-left: 9px;
	background: url(../images/common/h2_bg01.gif) no-repeat #FFFFFF;
	border: none;
}

#contents .content-list h2.long {
	background-image: url(../images/common/h2_bg01-long.gif);
	width: auto;
}

#contents .content-list p {
	line-height: 1.8em;
	margin: 0;
}

#contents ul.blue-marker {
	list-style-type: none;
	padding-left: 11px;
	padding-bottom: 1em;
}

#contents ul.blue-marker li {
	background: url(../images/common/blue_marker.gif) no-repeat left 0.1em;
	padding-left: 19px;
	margin-bottom: 1em;
	min-height: 13px;
	height: auto !important;
	height: 13px;
}


/*-------------------------
	サイドバー
-------------------------*/

#sidebar {
	width: 180px;
	float: left;
	margin-bottom: 30px;
}

/*	サブナビ	*/

#sidebar ul.subNavi {
	width: 180px;
	list-style-type: none;
}


#sidebar ul.subNavi li {
	width: 180px;
	height: 30px;
	font-weight: bold;
}


#sidebar ul.subNavi li a {
	background: url(../images/common/sidebar/subnavi_bg.gif) no-repeat;
	width: 160px;
	height: 30px;
	line-height: 30px;
	padding-left: 20px;
	display: block;
	color: #666666;
}
#sidebar ul.subNavi li.on-menu a,
#sidebar ul.subNavi li a:hover {
	background-position: 0 -30px;
	color: #3399CC;
}

/*	サブナビ2（各事業コンテンツ用）	*/

#sidebar div.subNavi2 {
	width: auto;
	background-color: #eeeeee;
	font-size: 11px;
}

#sidebar div.subNavi2 p {
	background: url(../images/common/sidebar/subnavi2-title_bg.gif) no-repeat;
	line-height: 25px;
	padding-left: 18px;
}

#sidebar div.subNavi2 ul {
	width: auto;
	padding: 8px 0 7px 18px;
	list-style-type: none;
}

#sidebar div.subNavi2 ul li {
	line-height: 2.2em;
}

#sidebar div.subNavi2 ul li a {
	background: url(../images/common/blue-triangle_marker.gif) no-repeat left 0.7em;
	padding-left: 10px;
	display: inline-block;
	color: #666666;
}

#sidebar div.subNavi2 ul li a:hover {
	color: #3399CC;
}

#sidebar div.subNavi2 ul li.on-menu a {
	background-image: url(../images/common/blue-triangle_marker_on.gif);
	color: #3399CC;
}
/*-------------------------
	フッター
-------------------------*/

#footer {
	width: 800px;
	height: 25px;
	border-top: solid 1px #888888;
}

#footer p#copyright {
	line-height: 26px;
	height: 25px;
	padding-left: 13px;
	font-size: 10px;
	float: left;
}

/*	フッター内ナビ	*/

#footer ul#footer-navi {
	list-style-type: none;
	padding-right: 10px;
	width: 175px;
	height: 25px;
	float: right;
}

#footer ul#footer-navi li {
	display: inline;
	font-size: 10px;
	line-height: 25px;
}

#footer ul#footer-navi li.left-menu {
	padding-right: 15px;
	border-right: 1px solid #666666;
	margin-right: 15px;
}

#footer ul#footer-navi li a:link,
#footer ul#footer-navi li a:visited {
	color:#666666;
}


#footer ul#footer-navi li a:hover {
	text-decoration: underline;
	color: #3399CC;
	line-height: 1;
}
