@charset "utf-8";

/* ----------------------------------------
  Base Style Seet

	2- 1.全体レイアウト
	2- 2.ヘッダーコンテンツ
	2- 3.グローバルメニュー
	2- 4.サイドバーコンテンツ
	2- 5.フッターコンテンツ
	2- 6.リンク
	2- 7.ナビアイコン
	2- 8.見出しタグ(hタグ）
	2- 9.text,強調
	2-10.リスト
	2-11.共通BOX
	2-12.パンクズ
	2-13.テーブル
---------------------------------------- */


/* ----------------------------------------
  2-1.全体レイアウト
---------------------------------------- */

body{
	background:url(../img/common/bg_body.gif) repeat-x #fff;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size:83%;
	color:#333333;
	text-align:center;
}
* html body {font-size:70%;} /* for IE6 */
*:first-child+html body {font-size:70%;} /* for IE7 */

#container{
	width:900px;
	border-left:1px solid #bfbfbf;
	border-right:1px solid #bfbfbf;
	border-bottom:1px solid #bfbfbf;
	padding-bottom:10px;
	margin:0px auto;
	text-align:left;
}

#header_top{
	width:100%;
	height:80px;
	background:url(../img/common/bg_header.jpg) no-repeat;
	position:relative;
}

#header{
	width:100%;
	height:140px;
	background:url(../img/common/topimg.png) no-repeat left bottom;
	position:relative;
}

#wrapper{
	background:url(../img/common/bg_wrapper.png) repeat-y;
	padding-bottom:50px;
}

#rightbar{
	width:209px;
	float:right;
	display:inline;
	padding-top:10px;
	padding-left:11px;
}

#maincolumn{
	width:602px;
	float:left;
	display:inline;
	margin-left:40px;
	padding-top:40px;
}

#footer{}


/* ----------------------------------------
  2-2.ヘッダーコンテンツ
---------------------------------------- */

#logo{
	position:absolute;
	left:10px;
	top:10px;
}

#tel{
	position:absolute;
	width:170px;
	right:15px;
	top:15px;
}

#recruit_header{
	position:absolute;
	right:15px;
	top:15px;
}

/* ----------------------------------------
  2-3.グローバルメニュー
---------------------------------------- */

#globalmenu li{float:left;}


/* ----------------------------------------
  2-4.サイドバーコンテンツ
---------------------------------------- */

ul.sidemenu{
	background-color:#00b0ee;
	width:199px;
	text-align:left;
	margin-bottom:25px;
	border-bottom:2px solid #00b0ee;
}

ul.sidemenu li{
	width:191px;
	margin-bottom:2px;
	margin-left:4px;
}

ul.sidemenu li a{
	display:block;
	background:url(../img/index/icon_link.png) no-repeat 5px 8px #fff;
	width:169px;
	padding:6px 0px 6px 22px;
	color:#333;
}

ul.sidemenu li a:hover{background-color:#ebf9fc;}

#rightbar ul.sidebannar li{margin-bottom:10px;}


/* ----------------------------------------
  2-5.フッターコンテンツ
---------------------------------------- */

#footer_innerblue ,
#footer_innergreen{
	color:#fefefe;
	padding:6px 0px;
	font-size:11px;
	text-align:center;
	vertical-align:middle;
}

#footer_innerblue{background-color:#0071bf;}
#footer_innergreen{
	background-color:#62ca01;
	font-size:13px;
}

#footer_innerblue span{
	margin-left:30px;
	color:#FF3;
}

#footer ul{
	overflow:hidden;
	margin-left:-1px;
}

#footer ul li {  
    display: inline;  
    margin-left: 10px;  
    padding-left: 10px;  
    border-left: 1px dotted #fff;  
}  
#footer ul li:first-child,  
#footer ul li.firstChild {  
    margin-left: 0;  
    padding-left: 0;  
    border-left: 0;  
} 

#footer a{
	text-decoration:none;
	color:#fefefe;
}

#footer a:hover{
	text-decoration:underline;
	color:#fefefe;
}

address{
	text-align:center;
	padding-top:5px;
}


/* ----------------------------------------
  2-6.リンク
---------------------------------------- */

a {
	color:#666;
	text-decoration:none;
}

a:hover{color:#00a0e8;}

.next1{
	background:url(../img/index/icon_link.png) no-repeat left 2px;
	padding-left:16px;
}

/* ----------------------------------------
  2-7.ナビアイコン
---------------------------------------- */

.textnavi1{
	background:url(../img/common/navipoint1.gif) no-repeat left 7px;
	padding:0px 0px 0px 15px;
}

.textpoint2{
	background:url(../img/common/navipoint2.gif) no-repeat left 3px;
	padding:0px 0px 0px 10px;
}


/* ----------------------------------------
  2-8.見出し(hタグ）
---------------------------------------- */

h1{margin-bottom:40px;}
h2{margin-bottom:20px;}
h2.midashi{margin-bottom:30px;}
h3{
	margin-bottom:10px;
	color:#011e7a;
	font-size:15px;
}

h4{margin-bottom:20px;}


/* ----------------------------------------
  2-9.text,強調
---------------------------------------- */

#maincolumn p{
	line-height:1.6;
	margin-bottom:15px;
}

.phtext{
	overflow:hidden;
	_zoom:1;
}

.text1 ,
.text1m ,
.text2 ,
.text2m{line-heght:1.5;}

.text1m{margin-bottom:20px;}

.text2 ,
.text2m{font-size:105%;
font-weight:bold;}

.text2m{margin-bottom:30px !important;}

strong{font-weight:bold;}

em{
	font-weight:bold;
	color:#990000;
}

.notice{
	font-size:80%;
}


/* ----------------------------------------
  2-10.リスト
---------------------------------------- */

dl#topic{
	overflow:hidden;
	border-bottom:1px solid #ddd;
}

dl#topic dt{
	float:left;
	display:inline;
	clear:left;
	width:99px;
	margin-bottom:6px;
	border-top:1px dotted #ccc;
	color:#337fdd;
	padding-top:8px;
	margin-top:-1px;
	margin-left:2px;
}

dl#topic dd{
	float:left;
	display:inline;
	width:500px;
	margin-bottom:6px;
	border-top:1px dotted #ccc;
	padding-top:8px;
	margin-top:-1px;
}

.list1{
	margin-top:10px;
	margin-bottom:40px;
	margin-left:3px;
}

.list1 li{
	padding-left:15px;
	margin-bottom:5px;
	line-height:1.5;
	background:url(../img/common/listmark1.gif) no-repeat left 40%;
}

/* ----------------------------------------
  2-11.共通BOX
---------------------------------------- */

.section{margin-bottom:30px;}

.section2{margin-bottom:60px;}


/* ----------------------------------------
  2-12.パンクズ
---------------------------------------- */

#pankuzu{
	padding:20px 0px 0px 0px;
	height:60px;
}

#pankuzu ul li.last{background:none;}

#pankuzu ul li{
	float:left;
	display:inline;
	padding-right:15px;
	margin-right:10px;
	background:url(../img/common/pankuzupoint.gif) no-repeat right 3px;
	font-size:11px;
}


/* ----------------------------------------
  2-13.テーブル
---------------------------------------- */

th , td{
	padding-bottom:20px;
	font-weight:normal;
	line-height:1.5;
}

td{}
td p{margin-bottom:0px !important;
vertical-align:middle;}
td p img{vertical-align:middle;}

th span{color:#0073c0;}

th{padding-right:25px;}

.table1{
	margin-bottom:50px;
	width:100%;
}

.table1 th{
	border:1px solid #ddd;
	padding:10px;
	width:100px;
	text-align:left;
}

.table1 td{
	border:1px solid #ddd;
	padding:10px;
	line-height:1.5;
}

.table2{
	margin-bottom:50px;
	width:100%;
}

.table2 th{
	border:1px solid #ddd;
	padding:10px;
	width:220px;
	font-weight:normal;
	line-height:1.5;
	text-align:left;
}

.table2 td{
	border:1px solid #ddd;
	padding:10px;
	line-height:1.5;
}
