/*
THEME NAME: mars HP
*/

/* Architecture */
html {
	overflow-y:scroll;
	height: 100%;
}

body {
	color:#656565;
	font-size:14px;
	text-align:center;
	margin:0 auto;
	line-height:1.6;
	font-family:Lucida Grande, Arial, Meiryo, Hiragino Maru Gothic Pro, verdana, 'Trebuchet MS', Helvetica, sans-serif;
	background-color:#FFF;
	height: 100%;
}
* html div#container{
    height:100%;
}
#container{
	margin:0 auto;        
	position: relative;
        min-height: 100%;
	height:auto;
        height: 100%;
	width:950px;

}
body > #container {
        height: auto;
}

#innerContainer{
	margin:0 auto;
	padding-bottom: 220px;
}

h1.home{
	margin:0px;
}
h2.home{
	font-size:24px;
	width:auto;
	float:left;
	margin:19px 20px 19px 0px;
}
h3.home{
	font-size:14px;
	text-align:left;
	float:left;
	margin:0px;
	padding:20px 0px;
	width:240px;
}
h1{
	font-size:24px;
	margin:19px 20px 19px 0px;
}
h2{
	font-size:18px;
	text-align:left;
	margin:15px 0px;
	padding:0px;
}
h3{
	font-size:16px;
}
h3.info{
	font-size:16px;
	margin:10px 0px;
}
h4{
	font-size:14px;
	margin:15px 0px 10px;	
}

.cboth{
	clear:both;
	line-height:0;
}
.bold{
	font-weight:bold;
}
.sub{
	font-size:12px;
}

img{
	border:none;
}
a:link {
	color: #0065CD;
	text-decoration:none;
}
a:hover {
	color: #5397EA;
	border-bottom:1px solid #5397EA;
}
a:visited{
	color: #5397EA;
	text-decoration:none;
}
a.noDeco, a.noDeco:hover, a.noDeco:visited{
	border:none;
	text-decoration:none;
	color:#656565;
}

/*
----------------------
 for header
----------------------
 */

#header{
	width:auto;
	margin:40px 0px 0px;
}
#header:after,
#header .unit:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	font-size: 0;
}
.headerLogo{
	float:left;
}
.headerNavi{
	width:580px;
	float:right;
	height:61px;
}
.headerNavi ul{
	list-style-type:none;
}
.headerNavi li{
	list-style-type:none;
	margin-left:37px;
	font-weight:bold;
	float:right;
	text-align:right;
}

a.hNaviLink, a.hNaviLink:visited{
	border:none;
	text-decoration:none;
	color:#656565;
	padding:2px;
}
a.hNaviLink:hover{
	border:none;
	text-decoration:none;
	color:#FFFFFF;
	background-color:#656565;
	padding:2px;
}
a.hNaviLinkOn, a.hNaviLinkOn:visited, a.hNaviLinkOn:hover{
	border:none;
	text-decoration:none;
	color:#FFFFFF;
	background-color:#656565;
	padding:2px;
}


/*
----------------------
 for topicPath
----------------------
 */
 
#topicPath{
	width:100%;
	margin:20px 0px 10px;
	text-align:left;
}

/*
----------------------
 for main,wrapper()
----------------------
 */

#homeTop{
	width:950px;
	height:auto;
	margin:26px 0px;
}
#main{
	background:transparent url(images/home_main_line.jpg)
	no-repeat scroll top;
	width:680px;
	float:left;
	text-align:left;
}
#wrapper.narrowcolumn{
	background:transparent url(images/home_main_line.jpg)
	no-repeat scroll top;
	width:680px;
	float:left;
	text-align:left;
}
ul.linkList{
	list-style-type:none;
	float:left;
	margin:30px 0px;
}
li.right{
	list-style-type:none;
	background:transparent url(images/right_icon.jpg)
	no-repeat scroll left center;
	float:left;
	margin-right:20px;
	padding-left:15px;
}

.infoList{
	margin:10px 0px 15px;
}
ul.info{
	list-style-type:none;
	margin:0px;
	padding:0px;
	text-align:left;
}
li.infoDate{
	list-style-type:none;
	font-size:12px;
	float:left;
	width:100%;
}
li.infoTitlePre{
	background:transparent url(images/pre_release.jpg)
	no-repeat scroll;
	background-position:0px 3px;
	list-style-type:none;
	float:left;
	padding-left:70px;
	padding-bottom:5px;
}
li.infoTitleNews{
	background:transparent url(images/news.jpg)
	no-repeat scroll;
	background-position:0px 3px;
	list-style-type:none;
	float:left;
	padding-left:70px;
	padding-bottom:5px;
}
.sectionBorder{
  	border-top:1px solid #AFB4B8;
	margin:0px;
}
.textBlock{
  	border-top:1px solid #AFB4B8;
	margin-bottom:20px;
}
.textBlock:after,
.textBlock .unit:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	font-size: 0;
}

.caption{
	margin:10px 0px;
	width:100%;
}
.captionComment{
	list-style-type:none;
	margin:0px;
	padding:0px 0px 20px;
}
.captionComment:after,
.captionComment .unit:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	font-size: 0;
}
.comment{
	float:left;
	list-style-type:none;
}
.attention{
	float:left;
	width:1.5%;
}
.attentionText{
	float:right;
	width:98.5%;
}

.button{
	background:transparent url(images/button_back.jpg)
	no-repeat scroll center;
	text-align:center;
	padding:30px;
	margin:30px;
	font-weight:bold;
}

/*
----------------------
 for main @search.php
----------------------
 */

.navigation{
  	margin:10px 0px;
	width:100%;
}
.navigation:after,
.navigation .unit:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	font-size: 0;
}
.alignleft{
	float:left;
	width:120px;
}
.alignright{
	float:left;
	width:120px;
}

/*
----------------------
 for main @info
----------------------
 */

div.yearBox {
  	border:5px solid #F0EFED;
  	margin:10px 0px 10px 0px;
  	padding:0px 10px 10px;
}
div.infoBlock {
	margin:10px 0px 0px;
  	height:auto;
	padding:0px;
}
p.infoDate{
	border-top:1px dashed #CCCCCC;
	background:transparent url(images/right_icon.jpg)
	no-repeat scroll;
	background-position:0% 68%;
	font-weight:bold;
	font-size:14px;
	padding:7px 0px 0px 17px;
	margin:5px 0px 0px;
}
p.infoIndex{
	padding-left:15px;
	font-size:14px;
	margin:0px;
}
/*
----------------------
 for side
----------------------
 */
 
#side{
	background:transparent url(images/home_side_line.jpg)
	no-repeat scroll top;
	width:240px;
	margin-left:30px;
	float:right;
	text-align:left;
}
.sideBlock{
	background:transparent url(images/home_side_line.jpg)
	no-repeat scroll bottom;
	padding-bottom:30px;
}
.sideBlock:after,
.sideBlock .unit:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	font-size: 0;
}

li.rightTop{
	list-style-type:none;
	background:transparent url(images/right_icon.jpg)
	no-repeat scroll;
	background-position:0% 20%;
	margin:0px 0px 5px;
	padding-left:15px;
	text-align:left;
}
.banner{
	padding-bottom:10px;
}
.pMark{
	text-align:center;
	margin:20px;
}

ul.categoryList{
	list-style-type:none;
	float:left;
	margin:15px 0px 0px;
	padding:0px;
}
li.categoryName{
	list-style-type:none;
	background:transparent url(images/right_icon.jpg)
	no-repeat scroll;
	background-position:0px 10px;
	margin:5px 0px;
	padding:5px 0px 0px 15px;
}

a.menuLink{
	text-decoration:none;
	color: #0065CD;
}
a.menuLink:visited{
	text-decoration:none;
	color: #5397EA;
}
a.menuLink:hover{
	border-bottom:1px solid #5397EA;
	color: #5397EA;
}
.On{
	font-weight:bold;
}
/*
----------------------
 for innerLink
----------------------
 */
 
#innerLink{
	background:transparent url(images/upper_icon.jpg)
	no-repeat scroll right center;
	width:950px;
	float:right;
	padding-right:10px;
	text-align:right;
	margin:40px 0px 20px;
}

/*
----------------------
 for footer
----------------------
 */

#footer{
	text-align:center;
	margin:0 auto;
        bottom: 0px;
	height: 220px;
	margin-top:-220px;
	position:relative;
	clear:both;
}
/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix { 
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

.upperFooter{
	text-align:center;
	margin:0px 0px 20px;
  	border-top:1px solid #AFB4B8;
}
.footerContents{
	text-align:center;
	margin:0 auto;
	width:950px;
}
.footerContents:after,
.footerContents .unit:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	font-size: 0;
}
.footerBoxLeft{
	text-align:left;
	width:230px;
	padding-right:10px;
	float:left;
}
.footerBox{
	text-align:left;
	width:225px;
	padding-right:10px;
	float:left;
}
.footerBoxRight{
	text-align:left;
	width:240px;
	float:left;
}

img.search{
	margin:2px;
	float:right;
}
input.search{
	margin:5px;
	float:left;
}

.lowerFooter{
	background-color:#AFB4B8;
}
.lowerFooter:after,
.lowerFooter .unit:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	font-size: 0;
}
.footerBlock{
	text-align:center;
	margin:0 auto;
	padding:15px 0px 30px ;
	width:950px;
	color:#FFFFFF;
}
.footerBlock:after,
.footerBlock .unit:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	font-size: 0;
}

.footerNavi{
	float:left;
	width:700px;
}
ul.naviList{
	list-style-type:none;
	float:left;
	margin:0px 0px 5px;
	padding:0px;
	width:700px;
}
li.naviLink{
	list-style-type:none;
	float:left;
	margin-right:30px;
}
a.fNaviLink, a.fNaviLink:visited{
	border:none;
	text-decoration:none;
	color:#FFFFFF;
	padding:2px;
}
a.fNaviLink:hover{
	border:none;
	text-decoration:none;
	color:#AFB4B8;
	background-color:#FFFFFF;
	padding:2px;
}
a.fNaviLinkOn, a.fNaviLinkOn:visited, a.fNaviLinkOn:hover{
	border:none;
	text-decoration:none;
	color:#AFB4B8;
	background-color:#FFFFFF;
	padding:2px;
}
.corpInfo{
	float:left;
	text-align:right;
	width:250px
}
.corp{
	list-style-type:none;
	margin:0px;
	padding:0px;
}

/*
----------------------
 for commmon
----------------------
 */
 
ul.linkListLong{
	list-style-type:none;
	float:left;
	margin:0px;
	padding:0px;
}
li.rightLong{
	list-style-type:none;
	background:transparent url(images/right_icon.jpg)
	no-repeat scroll;
	background-position:0px 5px;
	margin:5px 0px;
	padding-left:15px;
}
