@charset "UTF-8";
@import url("reset.css");
@import url("module.css");
@import url("navi.css");


/*	Global Settings
--------------------------------------------- */
body {
	background: #fff;
	color: #555;
}

/*	anchor
--------------------------------------------- */
a {
	color: #444;
	text-decoration: underline;
}

a:hover {
	color: #113d75;
}

/*	common layout
--------------------------------------------- */
#header #header_inner,
#contents,
#footer #footer_inner {
	width: 930px;
	margin: 0 auto;
}

/*	header
--------------------------------------------- */
#header {
	
	/*height: 107px;*/
	height: 80px;
	background: url(../images/header/header_bg.jpg) repeat-x 0 0;
}

#header_inner {
	position: relative;
	/*height: 107px;*/
	height: 80px;
	background: url(../images/header/header_bg.jpg) repeat-x 0 0;
}
#header .ci {
	float: left;
}

#header h1 {
	float: left;
	margin: 38px 0 0 12px;
	/*margin: 54px 0 0 12px;*/
	/*margin: 44px 0 0 15px;*/
	font-size: 11px;
	letter-spacing: 0.05em;
	font-family:'メイリオ',Meiryo,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	line-height: 1.0;
	/*line-height: 1.4;*/
}

/*	header navi
--------------------------------------------- */
#hnav {
	position: absolute;
	top: 13px;
	right: 0;
	text-align: right;
}

#h_fb_logo {
	margin: 0 0 10px 0;
}

#hnav ul {
	margin: 0 0 10px 0;
}

#hnav li {
	display: inline;
	margin: 0 0 0 10px;
}

/* あとで変更 */
#hnav input.text {
	margin: 0 5px 0 0;
	border: solid 1px #666;
	/*background: #fff url(../images/header/google_search.jpg) no-repeat center center;*/
}

/*	contens
--------------------------------------------- */
#contents {
	padding: 15px 0;
}

#contents_inner {
	float: left;
	width: 740px;
}

#topicpath {
	padding: 0 0 15px 0;
}

/*	gloval navi
--------------------------------------------- */
#contents #gnav {
	float: left;
	width: 175px;
}

li.g_bottom {
	padding: 0 0 9px 0;
	background: url(../images/navi/g_bottom.jpg) no-repeat left bottom;
}


/*	main
--------------------------------------------- */
#contents #main {
	display: inline;
	float: left;
	width: 550px;
	margin: 0 0 0 15px;
}

/*	sub
--------------------------------------------- */
#contents #sub {
	float: right;
	width: 175px;
}

/*	news
--------------------------------------------- */
#news {
	font-size: 1.2em;
	background: url(../images/sub/news_bg.jpg) repeat-y 0 0;
}

#news li {
	padding: 10px;
	background: url(../images/sub/dot_167.jpg) no-repeat center bottom;
}

#news .news_more {
	text-align: right;
	background: url(../images/sub/news_bottom.jpg) no-repeat left bottom;
}

#news .news_more a {
	padding: 0 10px 0 10px;
	line-height: 2.5em;
	text-decoration: none;
	background: url(../images/sub/arrow_n.jpg) no-repeat left center;
}

#news .news_more a:hover {
	background: url(../images/sub/arrow_r.jpg) no-repeat left center;
}


.mb10 {
	margin: 0 0 10px 0;
}

/*	banner
--------------------------------------------- */
html>/**/body #dti {
	margin: 0 0 10px 0;	
}

#dti .left {
	width: 82px;
}

#dti .left a {
	display: block;
	padding: 5px;
}

#dti .right {
	width: 93px;
}


html>/**/body #fb {
	margin: 0 0 10px 0;
}

#fb .left {
	width: 31px;
}

#fb .right {
	width: 125px;
	text-align: center;
}

#white_paper #btn {
	height: 26px;
	overflow: hidden;
	background: url(../../whitepaper/common/images/w_bg.jpg) no-repeat;
}
#white_paper_ssl #btn {
	height: 26px;
	overflow: hidden;
	background: url(https://secure.freebit.net/mex-sales/images/100203/whitepaper/common/images/w_bg.jpg) no-repeat;
/*	background: url(../../whitepaper/common/images/w_bg.jpg) no-repeat;*/
}


/*	footer
--------------------------------------------- */
#footer {
	border-top: solid 1px #ccc;
	clear: both;
}

#footer_inner {
	padding: 10px 0 30px 0;
}

#footer_inner li {
	display: inline;
}

/*	footer navi
--------------------------------------------- */
#fnav {
	float: left;
	width: 420px;
	padding: 5px 0 0 0;
}

#fnav li {
	margin: 0 10px 0 0;
	background: url(../images/footer/arrow_r.jpg) no-repeat left center;
}

#fnav li a {
	padding: 0 0 0 10px;
	text-decoration: none;
	background: url(../images/footer/arrow_n.jpg) no-repeat left center;
}

#fnav li a:hover {
	background: none;
}


/*	copyright
--------------------------------------------- */
#copyright {
	float: right;
	width: 500px;
	text-align: right;
}

#footer #copyright img {
	vertical-align: middle;
	margin-left: 10px;
}



.pt21 {
	padding-top: 21px;
}

#footer p.foottext {
	width: 930px;
	margin: 0 auto;
	padding: 6px 0 0 0;
	clear: both;
}

