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


body {  
    height: 100%;
}

body {
	width:100%;
	line-height:1.5;
	color:#333333;
	font-family: "ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif;
	background:url(../images/line.gif) top left repeat-x;
	font-size:13px;
	position:relative;
}

a {
	color: #000000;
}

a:hover {
	color: #4d4d4d;
}

a:visited {
	color: #cccccc;
}

h5 {
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.link {
	background: url(../images/icn_link.gif) no-repeat left center;
	padding-left: 16px;
}

/* ------ clear ------ */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
.clearfix {
	display:inline-block;
	} /*IE7*/

* html .clearfix {
	height:1%;
	}
.clearfix {
	display:block;
	}
	
/* ------ float ------ */
.fl_left {
	float: left;
}

.fl_right {
	float: right;
}

/*----------------- 
wrapper
-----------------*/
#wrapper {
	width: 980px;
	background:url(../images/bg.jpg) top left no-repeat;
	margin: 0 auto;
	padding: 30px 60px 0 60px;
	min-height: 100%;
}


/*----------------- 
header
-----------------*/
#header {
	width: 100%;
	position:relative;
	clear: both;
}

#header h1{
	line-height: 26px;
	background: #000;
	color: #fff;
	text-align: right;
	clear: both;
	font-size: 12px;
}

#header p{
	margin-top: 26px;
}

ul#glo_nav{
	position: absolute;
	top: 26px;
	left: 728px;
	background: url(../images/bg_glo_nav.gif) top left no-repeat;
	width: 295px;
	height: 270px;
}

ul#glo_nav li {
	float: left;
	margin-top: 15px;
	padding-right: 40px;
}


/*----------------- 
content
-----------------*/
p.pan {
	margin-top: 64px;
	margin-bottom: 20px;
	background: url(../images/icn_pan.gif) center left no-repeat;
}

p.pan a.home {
	padding-left: 18px;
}

h2 {
	margin-bottom: 40px;
}

h3 {
	margin-bottom: 30px;
}

ul#sub_nav {
	width: 1000px;
	overflow: hidden;
	margin-right: -20px;
	margin-bottom: 40px;
}

ul#sub_nav li {
	float: left;
	margin-right: 20px;
}
ul#sub_nav li:last-child {
	margin-right: 0px;
}
.chumoku {
	font-weight:bold;
	font-size:16px;
	line-height:2;
	}

/*----------------- 
footer
-----------------*/
#footer {
	margin: 0;
	padding:0;
	width: 100%;
	background:#181818;
}

#footer_inner {
	width: 980px;
	height: 138px;
	margin: 0 auto;
	padding: 20px 60px 0;
	background:#181818;
}

#footer_left {
	width: 460px;
	padding: 10px;
	background: #232323;
}

#bnr_reader {
	width: 88px;
}

#reader_desc {
	width: 357px;
}

#reader_desc p {
	color: #999999;
}

#footer_right {
	width: 442px;
	border: 4px solid #292929;
	padding: 6px 15px;
}

p#add, ul#com {
	color: #ffffff;
}

ul#com {
	text-align: right;
}

ul#com li {
	display: inline;
}

li#phone {
	padding-left: 23px;
	background: url(../images/icn_phone.gif) no-repeat left center;
	padding-right: 10px;
}

li#mail {
	padding-left: 23px;
	background: url(../images/icn_mail.gif) no-repeat left center;
}
li#mail a {
  color: #fff;
}
li#mail a:hover {
  color: #b0b0b0;
}

#footer_02 {
	margin: 0;
	padding:0;
	width: 100%;
	background:#000000;
}

#footer_02_inner {
	width: 1100px;
	margin: 0 auto;
	background: #000000;
}

#footer_02_inner p {
	color: #999999;
	text-align: center;
	line-height: 30px;
}

/*----------------- 
table
-----------------*/

table, th, td {
	margin:: 0;
	padding: 0;
	border:none;
	border-collapse: collapse;
}

th {
	background: #dddddd;
	text-align: center;
}

td {
	background: #f9f9f9;
	text-align:left;
}

#a{
	bakground:#ffffff;
}

.middle {
	text-align: center;
}

a.pagetop {
	display: block;
	width: 160px;
	line-height: 46px;
	background: url(../images/btn_pagetop.gif) left top no-repeat;
	text-align: center;
}

/*----------------- 
font
-----------------*/

.f_10 {
	font-size: 10px;
}