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


html{
	color:#212121;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}

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

fieldset,img{
	border:0;
}

address,caption,cite,code,dfn,em,th,var{
	font-style:normal;
	font-weight:normal;
}

li{
	list-style:url(none) none;
}

caption,th {
	text-align:left;
}

html,body,h1,h2,h3,h4,h5,h6,p{
	font-size:93%;
	font-weight:normal;
}

q:before,q:after{
	content:'';
}

abbr,acronym{
	border:0;
	font-variant:normal;
}

sup{
	vertical-align:text-top;
}

sub{
	vertical-align:text-bottom;
}

input,textarea,select{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

input,textarea,select{
	*font-size:100%;
}

legend{
	color:#000;
}

a{
	text-decoration:none;
}

#main{
	width:560px;
	float:right;
	padding-left:10px;
}

@charset "utf-8";
/* CSS Document */

html{
	height:100%;
}

body{
	height:100%;
	font-family:"メイリオ",Verdana,Arial,Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Osaka,"MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
	background-image:url);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#faedcb;
}

/* for IE7 Only */
*:first-child+html body{
	font-family:"メイリオ","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Meiryo,Verdana,Arial,Osaka,"MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
}

/* for IE4-5 MacIE4-5 */
* html body{
	font-family:"メイリオ","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Meiryo,Verdana,Arial,Osaka,"MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
}

/* Anchor Properties */

a:link,
a:visited{
	color:#096b9d;
}

a:hover{
	color:#8d0e31;
	text-decoration:underline;
}

a:active{
	color:#096b9d;
}



/* clearfix */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display:block;  /* ブロックレベル要素に */
  clear:both;
  height:0;
  visibility:hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.img_right {
	float:right;
	padding:10px;
}

.img_left {
	float:left;
	padding:10px;
}


.img_border{
	border:2px solid #ccc;
}

.ta-l{
	text-align:left;
}

.ta-c{
	text-align:center;
}

.ta-r{
	text-align:right;
}

.c-l{
	clear:left;
}

.c-r{
	clear:right;
}

.c-b{
	clear:both;
}


/*   container properties
-----------------------------------------------*/

div#container{
	width:960px;
	margin:0 auto;
	background-color:#fff;
}


/*   header properties
-----------------------------------------------*/

div#header{
	width:960px;
	height:85px;
	background-image:url(../img/common/bg_header.png);
	background-repeat:repeat-x;
}

#header h1{
	float:left;
	width:266px;
	height:52px;
}

#header h1 a{
	display:block;
	width:266px;
	height:52px;
	background-image:url(../img/common/siteID.png);
	background-repeat:no-repeat;
	text-indent:-5000px;
	margin:15px 10px;
	outline:none;
}

.text-size{
	float:right;
	width:190px;
	height:23px;
	margin-top:50px;
}

.text-size p{
	float:left;
	width:65px;
	height:23px;
}

.text-size ul{
	width:125px;
	height:23px;
	float:left;
}

.text-size li{
	float:left;
	width:54px;
	height:23px;
	margin:0 2px;
}

.text-size a{
	display:block;
	width:54px;
	height:23px;
	background-image:url(../img/common/text-size.png);
	text-indent:-5000px;
}

.normal a:link,
.normal a:visited{
	background-position:0 0;
}

.normal a:hover{
	background-position:0 -23px;
}

.normal a:active{
	background-position:0 0;
}

.big a:link,
.big a:visited{
	background-position:-54px 0;
}

.big a:hover{
	background-position:-54px -23px;
}

.big a:active{
	background-position:-54px 0;
}


.login{
	float:right;
	width:300px;
	height:55px;
	margin-right:20px;	
	margin-top:30px;
}

.login p{
	font-size:10px;
	line-height:2;
	border:1px solid #ccc;
	text-indent:1em;
}

.login img{
	vertical-align:middle;
}

.member a{
	color:#ef8000;
}

.pmark{
	float:right;
	margin-top:25px;
	padding-left:5px;
	padding-right:32px;
}

/*   contents properties
-----------------------------------------------*/

div#contents{
	width:900px;
	margin:15px auto 0;
}


/*   footer properties
-----------------------------------------------*/

div#footer{
	width:100%;
	height:106px;
	background-image:url(../img/common/bg_footer.png);
	background-position:top center;
	background-repeat:repeat-x;
	background-color:#f18201;
/*
	background:-webkit-gradient(linear, left top, left bottom, from(#589fd7), to(#096b9d));
	background:-moz-linear-gradient(top, #589fd7, #096b9d);*/

}


.ft-nav{
	text-align:center;
	width:960px;
	height:2em;
	margin:0 auto;
	padding-top:20px;
}

.ft-nav li{
	display:inline;
	margin:0 0.5em;
}

.ft-nav a:link,
.ft-nav a:visited{
	color:white;
}

.ft-nav a:hover{
	color:#039;
	text-decoration:underline;
}

.ft-nav a:active{
	color:white;
}



.copyright{
	font-size:92%;
	color:white;
	text-align:center;
	clear:both;
}

/*   globalnavi properties
-----------------------------------------------*/

ul#global-nav{
	width:960px;
	height:58px;
	background-image:url(../img/common/bg_global-nav.png);
	background-repeat:repeat-x;
}

ul#global-nav li{
	float:left;
}

ul#global-nav a{
	background-image:url(../img/common/global-nav.png);
	display:block;
	width:160px;
	height:44px;
	text-indent:-5000px;
	text-decoration:none;
	outline:none;
}



/* globalnavigation behavior properties */

.nv01 a:link,
.nv01 a:visited{
	background-position:0 0;
}

.nv01 a:hover{
	background-position:0 -44px;
}

.nv01 a:active{
	background-position:0 0;
}

.nv02 a:link,
.nv02 a:visited{
	background-position:-160px 0;
}

.nv02 a:hover{
	background-position:-160px -44px;
}

.nv02 a:active{
	background-position:-160px 0;
}

.nv03 a:link,
.nv03 a:visited{
	background-position:-320px 0;
}

.nv03 a:hover{
	background-position:-320px -44px;
}

.nv03 a:active{
	background-position:-320px 0;
}

.nv04 a:link,
.nv04 a:visited{
	background-position:-480px 0;
}

.nv04 a:hover{
	background-position:-480px -44px;
}

.nv04 a:active{
	background-position:-480px 0;
}

.nv05 a:link,
.nv05 a:visited{
	background-position:-640px 0;
}

.nv05 a:hover{
	background-position:-640px -44px;
}

.nv05 a:active{
	background-position:-640px 0;
}

.nv06 a:link,
.nv06 a:visited{
	background-position:-800px 0;
}

.nv06 a:hover{
	background-position:-800px -44px;
}

.nv06 a:active{
	background-position:-800px 0;
}

/*   keyvisual properties
-----------------------------------------------*/
#keyvisual{
	width:900px;
	margin:5px auto 10px;
}


/*   totop properties
-----------------------------------------------*/

/*   totop properties
-----------------------------------------------*/

.totop{
	clear:both;
}

.totop a{
	width:124px;
	height:40px;
	margin-right:30px;
	margin-left:auto;
	display:block;
	background-image:url(../img/common/totop.png);
	background-repeat:no-repeat;
	text-indent:-5000px;
	outline:none;
}

.totop a:link,
.totop a:visited{
	background-position:0 0;
}

.totop a:hover{
	background-position:0 -40px;
}

.totop a:active{
	background-position:0 0;
}

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

.table{
	width:90%;
	margin:20px auto 50px;
	border-top:2px solid #464646;
}

.table caption{
	text-indent:1em;
	line-height:200%;
}

.table th,
.table td{
	padding:0.8em;
	line-height:200%;
}

.table th{
	text-align:center;
	font-weight:bold;
	width:10em;
}

.table td{
	border-bottom:1px dotted #464646;
}

/* company */

.ctable{
	width:90%;
	margin:20px auto 50px;
	border-top:2px solid #464646;
}

.ctable caption{
	text-indent:1em;
	line-height:200%;
}

.ctable th,
.ctable td{
	padding:0.8em;
	line-height:200%;
}

.ctable th{
	text-align:right;
	background-color:#eee;
	border-bottom:1px dotted #464646;
	width:10em;
}

.ctable td{
	border-bottom:1px dotted #464646;
}


.ctable li{
	margin:0 0 0 2em;
}

td span{
	color:#999;
	font-weight:bold;
	font-size:82%;
	display:block;
}

.campaign{
	font-size:10px;
	color:#666;
}

/*   iframe object properties
-----------------------------------------------*/

iframe#if_map,{
	width:100%;
	height:350px;
	border:1px solid #ccc;
}

iframe.access{
	width:550px;
	margin:20px 15px;
	border:1px solid #e7e7e7;
}

.mb30{margin-bottom:30px;}
.mt30{margin-top:30px;}

@charset "utf-8";
/* CSS Document */



#main{
	width:615px;
	float:right;
	padding-left:10px;
}

#side{
	width:270px;
	float:right;
}
/*
#side h2{
	width:90%;
	margin:2em auto;
	font-size:105%;
	font-weight:bold;
	line-height:200%;
	border-bottom:1px dotted #464646;
	text-indent:1em;
	color:#333;
}
*/
#main h2{
	margin:0px 0 20px;
	clear:both;
}

#main p{
	margin:10px auto;
	width:90%;
	line-height:2;
}


.elpcontents{
	width:600px;
	margin:20px 12px 30px 13px;
}

.elpcontents li{
	width:200px;
	height:107px;
	float:left;
	margin:5px 0;
}

/* news properties */

.news{
	width:580px;
	margin:10px auto;
}

.news dt,
.news dd{
	line-height:2;
}

.news dt{
	float:left;
	clear:left;
}

.news dd{
	margin-left:10em;
}


/* sidenavigation behavior properties */

.side-nav{
	margin-left:10px;
}

.side-nav li{
	text-indent:1em;
	line-height:3.5;
	margin:0 0 3px;
	padding-left:30px;
	border-bottom:1px dotted #464646;
	background-image:url(../img/common/ico_l-club-nav.gif);
	background-position:left center;
	background-repeat:no-repeat;
}

.side-nav a{
	display:block;
	font-family:"Hiragino Kaku Gothic Pro W6","ヒラギノ角ゴ Pro W6","Osaka","ＭＳ Ｐゴシック";
	font-weight:bolder;
}

.side-nav a:link,
.side-nav a:visited{
	background-color:#fff;
}

.side-nav a:hover{
	background-color:#d5eafd;
}

.side-nav a:active{
	background-color:#fff;
}

.side-bnr{
	padding-top:10px;
}

.side-bnr li{
	margin:10px 0;
}


#side p{
	width:260px;
	margin:10px auto;
}

.formbox{
	width:70%;
	margin:2em auto 1em;
	padding:1em;
	background-color:#fefefe;
	border:1px solid #ccc;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-border-radius:5px;
	-webkit-box-shadow:0 2px 2px #464646;
	-moz-box-shadow:0 2px 2px #464646;
	box-shadow:0 2px 2px #464646;
}

.formbox dd,
.formbox dt{
	text-indent:1em;
	font-weight:normal;
	font-size:87%;
}

.formbox input{
	margin:1em auto;
	font-size:87%;
}


/*   headding properties
-----------------------------------------------*/

h2{
	margin:20px 0 30px;
	clear:both;
}

h3{
	width:95%;
	margin:20px auto 30px;
	clear:both;
	font-family:"Hiragino Kaku Gothic Pro W6","ヒラギノ角ゴ Pro W6","Osaka","ＭＳ Ｐゴシック";
	font-weight:bolder;
	font-size:108%;
	text-indent:0.5em;
	background-color:#e8e8e8;
	line-height:2;
}



h4{
	margin:0 0 2em 5%;
	height:2em;
	line-height:2;
	text-indent:0.5em;
	margin-top:2em;
	padding-bottom:0.5em;
	border-left:3px solid #ef8000;
	border-bottom:1px dotted #464646;
	font-size:101%;
	clear:both;
}

h5{
	margin:0 0 2em 5%;
	height:2em;
	line-height:2;
	text-indent:0.5em;
	margin-top:2em;
	border-left:3px solid #024282;
	clear:both;
}

h6{
	margin:0 0 2em 5%;
	height:2em;
	line-height:2;
	text-indent:0.5em;
	padding-bottom:0.2em;
	background:#eee;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}




.newstb{
	/* [disabled]width:590px; */
	margin:0px auto 0;
}




.newstb th,
.newstb td{
	padding:0.5em;
	line-height:2;
	vertical-align:top;
	border-bottom:1px dotted #ccc;
}

.newstb tr td{
	width:480px;
	line-height: 1.5;
	padding-left: 0px;
	font-size: 95%;
}


.underline{
	border-bottom:2px solid #666;
}


.newstb th{
	/*width:14em;*/
	white-space:nowrap;
	line-height: 1.5;
	font-size: 95%;
}




.newstb td{
}
#main #e-jisnei_list {
	float: left;
	margin-left: 10px;
	margin-bottom: 20px;
}
#main #e-jisnei_list li {
	background: url(../img/top/e-jinseiheadline_border.jpg) no-repeat 0px bottom;
	padding-top: 2px;
	padding-bottom: 2px;
}
#main .lclub_contents_box ul li {
	white-space: nowrap;
	display: inline;
	float: left;
	height: 12px;
	margin-top: 8px;
	border-right: 1px solid #CCCCCC;
	vertical-align: middle;
	padding-right: 5px;
	padding-left: 5px;
}
#main .lclub_contents_box ul {
	width: 250px;
	margin-left: 20px;
}
#main .lclub_contents_box ul li a {
	color: #333;
	margin-top: -3px;
	display: block;
}
#main .lclub_contents_box {
	float: left;
	width: 270px;
	margin-left: 25px;
	margin-bottom: 25px;
}
#main #lclub_contents_wrap {
	/* [disabled]margin-left: 50px; */
}
#lclub_contents_wrap:after {  
		content: ".";  
		display: block;  
		visibility: hidden;  
		height: 0.1px;  
		font-size: 0.1em;  
		line-height: 0;  
		clear: both;  
}
#main a #start_btn {
	display: block;
	margin: 0px auto;
	clear: both;
}

.map {
	border: 1px solid #CCC;
}
#container #contents #main #news_topics {
	margin-top: -15px;
}
#contents #side h2 {
	margin: 10px 0px 0px;
}
#column_list li {
	font-size: 13px;
	width: 530px;
	height: 25px;
}
#column_list li .column_title {
	margin-top: -25px;
	display: block;
	margin-left: 30px;
}
#column_list {
	margin-left: 20px;
	margin-bottom: 5px;
	margin-top: -20px;
}
#column_list li a {
	/* [disabled]text-decoration: underline; */
}
.news .newstb caption a {
	background: url(../images/mark_1.jpg) no-repeat 0px center;
	padding-left: 18px;
	display: block;
	width: 220px;
}
.news .newstb caption {
	padding-top: 5px;
	padding-left: 10px;
}


#news_list {
	margin-top: -15px;
}
