@charset "UTF-8";
@import url(normalize.css);
/*variable*/
/*mixin*/
body {
	color: #333;
	font-size: 12px;
	line-height: 1.4;
	background:url(../images/bg_gr.png) repeat-x;
	background-color: #f2f4f6;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
}
h2 {
	font-weight:bold;
	font-size:13px;
	padding-bottom:0.6em;
}
h1.text{
	font-size:14px;
}


p {
	margin: 0 0 1.4em;
	padding: 0;
}

a:link,
a:visited {
	color: #0018a8;
	text-decoration:underline;
}

a:hover,
a:active {
	color: #0018a8;
	text-decoration:none;
}

a.normal{
	padding:0 0 5px 23px;
	background:url(../images/icon_link.png) no-repeat left 2px;
	line-height:1.4;
}

a.normalBG{
	padding:0 0 5px 23px;
	background:url(../images/icon_link_bg.png) no-repeat left 2px;
	line-height:1.4;
}
a.normalBG:link,
a.normalBG:visited {
	text-decoration:none;
}
a.normalBG:hover,
a.normalBG:active {
	text-decoration:underline;
}

a.pdf{
	padding:2px 0 5px 25px;
	background:url(../images/icon_pdf.gif) no-repeat left top;
	line-height:1.4;
}
a.word{
	padding:2px 0 5px 25px;
	background:url(../images/icon_word.gif) no-repeat left top;
	line-height:1.4;
}
a.image{
	padding:2px 0 5px 25px;
	background:url(../images/icon_image.gif) no-repeat left top;
	line-height:1.4;
}

table {
	margin-bottom:1.5em;
}
table tr{
	vertical-align:top;
}
table th{
	text-align:left;
	font-weight:normal;
	white-space:nowrap;
}

table th,
table td{
	padding:12px 0;
	border-bottom:1px dotted #ccc;
	line-height:1.4;
}

img.linkIcon{
	margin-left:3px;
	vertical-align:middle;
}

#skipNavi {
	display: block;
	margin:0;
	border: none;
	padding: 0;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
	overflow: hidden;
}

/* --------------------------------------------------
  Frame
-------------------------------------------------- */

#container {
	margin:0 auto;
	width: 800px;
	text-align: left;
	background-color:#fff;
}

#container ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#container ul.normal {
	list-style-type:disc;
	padding-left:16px;
}
#container ul.normal li{
	line-height:1.3;
	padding:1px;
}

#container dl,
#container dt,
#container dd {
	margin: 0;
	padding: 0;
}


#header {
	width:800px;
	height:92px;
	position:relative;
	float:left;
}

#mainImageArea {
	clear:both;
	width:800px;
}

#contentsWrap {
	position:relative;
	width:800px;
}

#contentsMain {
	width:800px;
}

#footer {
	width:800px;
/*	height:40px;*/
	position:relative;
	padding-top:8px;
	padding-bottom:20px;
	background:url(../images/footer_bg.png) no-repeat left top;
	background-color: #f2f4f6;
}



/* --------------------------------------------------
  Header
-------------------------------------------------- */

#header .title{
	width:305px;
	float:left;
	padding-top:25px;
}
#header .logo {
	width:146px;
	float:right;
	padding-top:20px;
}


/* --------------------------------------------------
  GlobalNavi
-------------------------------------------------- */

#globalNavi{
	clear:both;
	position:relative;
	width:800px;
	height:32px;
	margin-bottom:10px;
}
#globalNavi ul{
	list-style:none;
}
#globalNavi li{
	display:inline;
	float:left;
	height:32px;
}
#globalNavi li a{
	display:block;
	float:left;
	height:32px;
	text-indent: -9999px;
	outline: none;
	background:url(../images/gnavi17.png) no-repeat;
}
#globalNavi li a:hover, #gnavi li a:active {
	text-decoration:none;
}

#globalNavi li#navi01 a{width:75px; background-position:0 0;}
#globalNavi li#navi08 a{width:105px; background-position:-75px 0;}
#globalNavi li#navi02 a{width:68px; background-position:-180px 0;}
#globalNavi li#navi03 a{width:68px; background-position:-248px 0;}
#globalNavi li#navi04 a{width:92px; background-position:-316px 0;}
#globalNavi li#navi05 a{width:110px; background-position:-408px 0;}
#globalNavi li#navi09 a{width:109px; background-position:-518px 0;}
#globalNavi li#navi06 a{width:92px; background-position:-627px 0;}
#globalNavi li#navi07 a{width:81px; background-position:-719px 0;}

#globalNavi li#navi01 a:hover, #globalNavi li#navi01 a.current{background-position:0 -32px;}
#globalNavi li#navi08 a:hover, #globalNavi li#navi08 a.current{background-position:-75px -32px;}
#globalNavi li#navi02 a:hover, #globalNavi li#navi02 a.current{background-position:-180px -32px;}
#globalNavi li#navi03 a:hover, #globalNavi li#navi03 a.current{background-position:-248px -32px;}
#globalNavi li#navi04 a:hover, #globalNavi li#navi04 a.current{background-position:-316px -32px;}
#globalNavi li#navi05 a:hover, #globalNavi li#navi05 a.current{background-position:-408px -32px;}
#globalNavi li#navi09 a:hover, #globalNavi li#navi09 a.current{background-position:-518px -32px;}
#globalNavi li#navi06 a:hover, #globalNavi li#navi06 a.current{background-position:-627px -32px;}
#globalNavi li#navi07 a:hover, #globalNavi li#navi07 a.current{background-position:-719px -32px;}



/* --------------------------------------------------
  Main
-------------------------------------------------- */

#contentsMain .inner {
	padding:20px 30px 30px;
}
#contentsMain .innerSub {
	padding:25px 60px 30px;
}
#contentsMain .innerSub h1{
	margin-bottom:20px;
}


/* --------------------------------------------------
  Home
-------------------------------------------------- */

#homeMain{
	width:740px;
	float:left;
	background:url(../images/bg_dotline.png) repeat-x left bottom;
	margin-bottom:10px;
}
#homeMain .outline{
	width:470px;
	float:left;
}
#homeMain .index{
	width:240px;
	float:right;
}
#homeMain .index ul{
	margin-bottom:10px;
}
#homeMain .index ul li{
	height:28px;
	padding-bottom:3px;
}
#homeMain a.bnr img:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#socialLink{
	clear:both;
	width:740px;
	float:left;
	background:url(../images/bg_dotline.png) repeat-x left bottom;
	padding:0 0 10px;
	margin-bottom:15px;
}
#socialLink .linkBtn{
	width:250px;
	float:left;
}
#socialLink img:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
}
#socialLink .notice{
	margin-top:5px;
	font-size:80%;
	padding-left:1em;
	text-indent:-1em;
	line-height:1.4;
	float:left;
}
#socialLink .notice ul li{
	padding-bottom:3px;
}

#homeLink{
	clear:both;
	width:740px;
	float:left;
}
#homeLink .eisei-data{
	padding-bottom:20px;
}
#homeLink .missionx{
	padding-bottom:20px;
}
#homeLink .community{
	width:360px;
	height:270px;
	float:left;
}
#homeLink .skip{
	width:360px;
	height:270px;
	float:right;
	
	overflow: hidden;
}
#homeLink .skip img{
	margin-bottom: 6px;
	line-height: 0;
}


/* --------------------------------------------------
  Sub
-------------------------------------------------- */

table.outline th{
	width:140px;
}
table.outline td{
	width:540px;
}
table.history th{
	font-weight:bold;
}


#message h2{
	padding:15px 0 10px;
}
#message .mainTxt p{
	font-size: 12px;
	margin: 0 0 1.2em;
	line-height: 1.5;
}
#message img.photo{
	padding:0 0 25px 25px;
	float: right;
}
#message table{
	width: 80%;
}
#message table th,
#message table td{
	padding:6px 20px 6px 0;
}




.member_link{
	width:100%;
	text-align:center;
	padding:20px 0 30px;
}



h2.irList{
	padding:15px 0 10px;
}

table.ir{
	width:100%;
	border-top:1px dotted #ccc;
}
table.ir th{
	width:120px;
	padding-left:10px;
	font-weight:bold;
	background-color:#f2f4f6;
}
table.ir td{
	padding-left:10px;
	padding-bottom:8px;
}
table.ir td ul{
	list-style:none;
}
table.ir td ul li{
	margin-bottom:4px;
}
table.ir td.hl{
	width:180px;
}


.supporterlist{
	width:100%;
	float:left;
}
.supporterlist .item{
	width:300px;
	height:50px;
	margin:0 30px 0 0;
	float:left;
	border-top:1px dotted #999;
	overflow:visible;
}
.supporterlist .item .imagearea{
	width:110px;
	float:left;
	text-align:center;
}
.supporterlist .item .imagearea .image{
	padding:9px 0 4px;
}
.supporterlist .item .textarea{
	width:190px;
	float:left;
}
.supporterlist .item .textarea .text{
	padding:13px 6px 3px;
	font-size:95%;
}



ul.com li{
	margin-bottom:4px;
}



#pre30th h1{
	line-height: 0;
	padding-bottom: 8px;
	border-bottom: 2px solid #000;
}
#pre30th h1 img{
	width: 348px;
	height: auto;
}
#pre30th h2{
	font-size: 16px;
	line-height: 16px;
	padding: 0;
	margin-bottom: 20px;
}
#pre30th h3{
	font-size: 14px;
	line-height: 14px;
	padding: 0;
	margin-bottom: 10px;
}
#pre30th .mainTxt{
	padding-top: 10px;
}
#pre30th .mainTxt p{
	font-size: 13px;
	line-height: 20px;
}
#pre30th .logo{
	width: 215px;
	text-align: right;
	float: right;
	padding-bottom: 15px;
}
#pre30th ul{
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 20px;
}


#travel {
	padding: 30px 0;
}
#travel h1{
	width: 100%;
	text-align: center;
	font-size: 20px;
	line-height: 1.3;
	
	padding-bottom: 20px;
}
#travel h2{
	font-size: 16px;
	line-height: 1.3;
	
	margin: 20px 0 0;
}
#travel h3{
    margin-bottom: 1em;
}
#travel p{
	font-size: 13px;
	line-height: 1.7;
	
	margin-bottom: 20px;


    padding-left: 1em;
    text-indent: -1em;
}
#travel.besshi p{
    padding-left: 1em;
    text-indent: -1em;
}
#travel table{
	font-size: 13px;
	line-height: 1.7;
	
	margin: 0 0 20px;
    
    border-top: 1px solid #666;
}
#travel table th,
#travel table td{
	padding: 5px 10px;
    
    font-size: 12px;
    line-height: 1.5;

    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    border-left: 1px solid #666;
}
#travel table.betsu2 th,
#travel table.betsu2 td{
	padding: 1px 10px;
}
#travel table td.nbl{
    border-bottom: none;
}
#travel table td.rate{
    text-align: center;
}
#travel table td.rate2{
    text-align: right;
    white-space: nowrap;
}
#travel table th{
	font-weight: normal;
    
    text-align: center;
}
#travel table.st{
    width: 100%;
}
#travel table.st th.sh{
    text-align: left;
}
#travel p.form{
	padding-left: 50px;
	font-size: 16px;
	line-height: 1.7;
	
	margin-bottom: 20px;
}

#travel table.nl{
    border-top: none;
}
#travel table.nl th,
#travel table.nl td{
    border-right: none;
    border-bottom: none;
    border-left: none;
}





/* --------------------------------------------------
  Footer
-------------------------------------------------- */

#footer .link{
	padding-bottom:3px;
}



/* --------------------------------------------------
  Common
-------------------------------------------------- */

.clearfix:after {
	clear: both;
	display: block;
	visibility: hidden;
	font-size: 0;
	height: 0;
	content: ".";
}
.clearfix {
	display: inline-block;
	min-height: 1%;  /* for IE7 */
}
/* hide from MacIE \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* end hide from MacIE */


