@charset "utf-8";
/*----------------------------------------------------------
all
----------------------------------------------------------*/

html {
	overflow-y: scroll;
}
/* base
==========================================================*/
body {
	font: 100% "Tahoma","Osaka","ＭＳ Ｐゴシック",sans-serif;
	color: #666666;
	padding: 0px;
	margin: 0 auto;
	background: url(/common/img/bg_head.gif) repeat-x #5A9ED9;
	text-align:center;
}
h1, h2, h3, h4, h5, h6, p, ol, ul, li, dl, dt, dd, form, fieldset, pre, blockquote, address, div, span, img, input {
	margin: 0px;
	padding: 0px;
	font-size:100%;
	font-weight: normal;
	font-style: normal;
	list-style: none;
}
img {
	border: 0;
}
li img {
	vertical-align: top;
}
select, input, textarea, table {
	font-size: 100%;
}
label {
	cursor: pointer;
}
/* --- リンクカラー ---- */
a:link {
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	color: #0066CC;
	text-decoration: none;
}
a:active {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	color: #0066CC;
	text-decoration: underline;
}

/* clearfix
==========================================================*/
.clearfix {
	zoom: 1; /*for IE 5.5-7*/
}
.clearfix:after {/*for modern browser*/
	content: ".";
	display: block;
	height: 0px;
	clear :both;
	visibility :hidden;
}

/* 紙媒体向けスタイル定義
==========================================================*/
@media print {
body {
	_zoom: 70%;/* --- For IE6 --- */
}
.containerAll, #container, #contentsArea, #topContentsArea, #mainContentsArea, #mainArea ul#topicpathArea {
	overflow: visible !important;
}
}


/* ヘッダ
==========================================================*/
#header {
	width: 900px;
	height: 145px;
	margin: 0 auto;
	position: relative;
	background:url(/common/img/bg_head_fnj.gif) right top no-repeat;
}
#header img {
	display: block;
}
#logo {
	position: absolute;
	left: 8px;
	top: 16px;
}
#nav {
	position: absolute;
	left: 0;
	top: 100px;
}
#nav li {
	float: left;
}

#fontSize {
	height: 47px;
}
#fontSize dt {
	position: absolute;
	right: 120px;
	top: 63px;
}
#fontSize .sizeS {
	position: absolute;
	right: 79px;
	top: 57px;
}
#fontSize .sizeM {
	position: absolute;
	right: 46px;
	top: 57px;
}
#fontSize .sizeL {
	position: absolute;
	right: 11px;
	top: 57px;
}
#fontSize dd img {
	cursor: pointer;
}
#contentsAll.fontL {
	font-size: 120%;
}
#contentsAll.fontM {
	font-size: 100%;
}
#contentsAll.fontS {
	font-size: 85%;
}
.other #privacy {
	position: absolute;
	right: 274px;
	top: 14px;
}
.other #sitemap {
	position: absolute;
	right: 168px;
	top: 14px;
}
.other #tepco {
	position: absolute;
	right: 0;
	top: 0;
}


/* コンテンツエリア背景
==========================================================*/
#wrapper {
	padding: 13px 0 0 0;
	width: 100%;
	background: url(/common/img/bg_contents.gif) repeat-x #FFFFFF;
	text-align: center;
	float: left;
}
/* コンテンツボックス
==========================================================*/
#contentsAll {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
/* コンテンツエリア
==========================================================*/
#contents {
	width: 690px;
	float: left;
	font-size: 78%;
	line-height: 150%;
}
#topicpass {
	width: 690px;
	float: left;
	font-size: 80%;
	line-height: 110%;
}
#topicpass li {
	float: left;
	padding-right: 8px;
}
#topicpass li a {
	background: url(/common/img/topiccpass.gif) right center no-repeat;
	padding-right: 8px;
}

h1 {
	margin: 40px 0 40px 0;
}

h2 {
	margin-top: 40px;
	margin-bottom: 20px;
	clear: both;
}

h3 {
	margin: 20px 0 15px 0;
}
#contents p {
	margin-bottom: 1em;
}

#contents strong {
	color: #ff8400;
}

#contents .leftimage {
	float: left;
	margin-right: 15px;
	display: inline;
}

/*Arrow icon*/

/*通常*/
#contents a.arrow {
	background: url(/common/img/icon_arrow.gif) no-repeat 0 0.15em;
	padding: 0 0 0 10px;
}

/*別ウィンドウ*/
#contents a.blank {
	background: url(/common/img/icon_blank.gif) no-repeat 0 0.2em !important;
	padding: 0 0 0 22px;
}

/*ページトップ*/
#contents .pagetop {
	text-align: right;
	margin: 0;
}
#contents .pagetop a {
	text-align: right;
	background: url(/common/img/icon_arrowtop.gif) no-repeat left center;
	padding-left: 10px;
}


/* サブコンテンツエリア
==========================================================*/
#aside {
	width: 190px;
	float: right;
}
#aside dt img,
#aside dd img {
	display: block;
}
#bunner {
	margin: 20px 0;
}
#bunner li {
	margin: 10px 0;
	line-height: 0;
}
#bunner li a {
	display: block;
}
#bunner li.mark {
	text-align: center;
}


/* ページの先頭へ
==========================================================*/
.pageTopMain {
	clear: both;
	padding-top: 70px;
	margin-top: -50px;
	_margin-top: 0;
	text-align: right;
}

/* フッタ
==========================================================*/
#fotter {
	clear: both;
	height: 120px;
	min-height: 120px;
	background: url(/common/img/bg_footer.gif) left top repeat-x;
	padding-top: 30px;

}
#fotter ul {
	margin: 5px 0;
}
#fotter li {
	display: inline;
}
#fotter a {
	color: #FFFFFF;
	font-size: 78%;
	border-right: 1px solid #6396e2;
	padding: 0 12px 0 10px;
}
#fotter .last-child a {
	border-right: 0;
	padding-right: 0;
}
address {
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 70%;
	color: #ffffff;
}



/* テキスト右寄せ　調整用
==========================================================*/
.centerText {
	text-align: center;
}
.rightText {
	text-align: right;
}
.business #header {
	height: 140px;
}
.business #localNav {
	background: url(/business/img/localNav_bg2.gif) left top repeat-x;
}
.business #localNav ul {
	width: 900px;
	background: url(/business/img/localNav_bg.gif) center top no-repeat;
	position: relative;
	height: 35px;
	margin: 0 auto;
}
.business #localNavDeveloper {
	position: absolute;
	left: 0;
	top: 0;
}
.business #localNavCompany {
	position: absolute;
	left: 300px;
	top: 0;
}
.business #localNavAssociation {
	position: absolute;
	left: 600px;
	top: 0;
}




/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 16px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #333333;}
#TB_window a:visited {color: #333333;}
#TB_window a:hover {color: #333333;}
#TB_window a:active {color: #333333;}
#TB_window a:focus{color: #333333;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	font-size: 80%;
	display:none;
	border: 4px solid #000000;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}






