@charset "utf-8";
/* CSS Document */

/*■リセット設定*/

html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td, form, fieldsest {
	margin: 0;
	padding: 0;
}

html{
	overflow: auto;
	overflow-x: hidden;
	overflow-y: scroll;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

img{
	border: 0;
}


/*■初期設定*/

body {
	width: 940px;
	padding: 0px;
	margin: 0 auto;
}

* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-family:"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka";
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #344450;
}

a:link {
	color: #20849D;
}
a:visited {
	font-style: italic;
	color: #333333;
}
a:hover {
	font-weight: bold;
	color: #3068CF;
	text-decoration: underline;
}
a:active {
	font-style: italic;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
hr{
	margin: 0;
	border: 0;
}

/*■初期設定ここまで*/



/*■フォント調整*/
body {
    font-size: 12px;
}

body{
	text-align:center;
	}

/******************************************************************************************************/

/*■基本レイアウト*/

.structure{
	width: 920px;
	margin: 0 auto; /*全体のセンタリング*/
	background-color:#FFF;
	clear: both;
}

#container{
	text-align:left;
}



/*■ヘッダ部分*/

/*ロゴ・メール部分*/

#head{
	margin-left: 10px;
}

#head h1{
	height:50px;
	padding:0px;
	display:block;
	}
#mail{
	width: 865px;
	margin-top: -20px;
	margin-bottom: 20px;
	margin-left: 10px;
	text-align: right;
	list-style: none
}
#mail img{
	vertical-align: bottom;
}


/*メインイメージ*/

#main-image{
	width:900px;
	padding:0 10px 10px 10px;
	}


/*■container部分*/

/*フッタ部分*/

#foot{
	clear:both;
	width: 920px;
	padding:10px 0px 20px 0px;
	text-align: center;
	
}

/*■コピー部分*/

/*コピー部分�*/

#copy{
	clear:both;
	width: 920px;
	margin: 20px 0;
	font-family: "Arial", "Helvetica", "sans-serif";
	color: #B7B7B7;
	text-align: center;
}

/******************************************************************************************************/

/***インデックス***/

/*フロート部分*/

.section-lv1{
	margin-bottom: 20px;
}
#primary-contents{ /*左側の設定*/
	float:left;
	width:600px;
	display:inline; /*IE 6 でのマージンの広がりを回避*/
}
#secondary-contents{ /*右側の設定*/
	float:left;
	width:290px;
	margin:0px 0px 0px 10px;
	display:inline; /*IE 6 でのマージンの広がりを回避*/
}


/*トピックス部分*/

#topics{
	width: 190px;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	text-align: left;
}
#topics ol{
	width: 190px;
	margin: 0;
	padding: 10px 0;
	text-align: left;
}
#topics ol li{
	width: 190px;
	margin: 0 10px 7px 15px;
	list-style: none;
	text-align: left;
}


/******************************************************************************************************/

/***その他のページ***/

.article{
	margin: 0 auto;
}

#header h2{
	width:780px;
	height:50px;
	margin:10px auto 20px auto;
	text-align: center
	}

#jobarea{
	width:708px;
	height: 450px;
	margin:0px 35px 20px 35px;
	display: block;
	padding: 0px;
	border: 1px solid #888;
	white-space: nowrap;
	text-align: center;
	background-color:#FFF;
	
}

/*Thanks*/
#box, #box p{
	width:780px;
	margin: 30px 0px 60px 0px;
	text-align: center;
}

/*テーブル部分*/

.entry{
	width:680px;
	margin:0px 0px 20px 0px;
	text-align: center;
}
#tbl-left {
	width:160px;
}
#tbl-right {
	width:550px;
}

/*アクセス*/

#entry-access{
	width: 700px;
	margin: 0px 40px 20px 40px;
	clear: both;
}
#access-main{
	width: 700px;
	height: 302px;
	padding-bottom: 20px;
}
#access-main-left{
	width: 298px;
	float: left;
	text-align: left;
}
#access-main-left h3{
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	margin-left: 25px;
}
#access-main-left p{
	text-align: left;
	margin-left: 25px;
}
#access-main-right{
	width: 400px;
	float: left;
	display:inline; /*IE 6 でのマージンの広がりを回避*/
}
#access-main-right h2{
	margin: 0;
}
.map_box{
		border: #666 1px solid;
}	
.access-sub{
	width: 700px;
	height: 222px;
	padding-top: 20px;
	border-top: #666 solid 2px;
}
.access-sub-left{ /*左側の設定*/
	width:298px;
	height: 202px;
	text-align: left;
	float:left;
	}
.access-sub-left h3{
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	margin-left: 25px;
	text-align: left;
}
.access-sub-left p{
	text-align: left;
	margin-left: 25px;
}	
.access-sub-right {/*右側の設定*/
	width:400px;
	height: 200px;
	float:left;
	display:inline; /*IE 6 でのマージンの広がりを回避*/
}
.access-sub-right h2{
	margin: 0;
	padding: 0;
}



/******************************************************************************************************/
	
@media print{

#container{
	width:920px;
	}
}			

