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


/*
++++++++++++++++++++++++　初期化等 ++++++++++++++++++++++++
*/


body,h1,h2,h3,h4,h5,h6,div,p,ul,ol,dl,dt,dd,li,a,img,input,form
{
	margin:0;
	padding:0;
	font-family:"ＭＳ Ｐゴシック","Osaka","sans-serif";
/*	line-height:1;*/
}

h1,h2,h3,h4,h5,h6
{
	font-size:100%;
	line-height:1;
}

a
{
	color:#88b113;
}

a:visited
{
	color:#88b113;
}

a:hover
{
	color: #de5a2f;
	text-decoration:none;
}

a img
{
	border:none;
}

ul,ol
{
	list-style:none;
}

html
{
	height:100%;
}

body
{
	color:#333;
	background-color:#fff;
	text-align:center;
	font-size:90%;
	line-height:1.1;
	height:90%;
}

body div
{
	text-align:left;
	font-size:98%;
}

hr
{
	visibility:hidden;
	clear:both;
	line-height:0;
	height:0;
	margin:0;
	padding:0;
	border-width:0;
}

iframe
{
	margin:0;
	padding:0;
	border:none;
}
/*
++++++++++++++++++++++++　ヘッダー　ここから ++++++++++++++++++++++++
*/

#header
{
	width:952px;
	margin:0 auto;
}

#fenq #header
{
	width:717px;
	margin:15px auto 0;
	padding:0;
}

#header p
{
	float:left;
}

#header ul li
{
	float:left;
	line-height:1;
	margin-top:-1px;
}

.headerContents
{
	width:598px;
	float:left;
}

.loginArea
{
	margin:0;
	background:url(../img/top/bg_pointArea.jpg) top right no-repeat;
	width:454px;
	float:left;
}

* html .loginArea
{
/*	margin-top:2px;*/
}

*:first-child+html  .loginArea
{
/*	margin-top:2px;*/
}

.loginArea p
{
	margin-top:1px;
	padding-left:9px;
}

.userState
{
	margin-left:7px;
	margin-top:0;
}


/*
++++++++++++++++++++++++　コンテンツ　ここから ++++++++++++++++++++++++
*/

.topicPath
{
	font-size:98%;
}

.allContents
{
	width:952px;
	margin:18px auto 0;
	line-height:1.2;
}

.gotoTop
{
	text-align:right;
	margin-bottom:1.5em;
}
.allContentsFenq
{
	width:717px;
	margin:3px auto 0;
	line-height:1.2;
	background-color:#fff;
}

/* 別窓説明テキスト表示部 */
#tukuru-details
{
	display:none;
}



/* 別窓closeボタン */

#tukuru-data-nav
{
	text-align:center;
	padding-bottom:20px;
	padding-top:20px;
}

.sys_popupwindo_close
{
	position:relative;
	top:-8px;
	left:13px;
	margin-bottom:-7px;
}


/*
ロールオーバー
*/
.gotoTop a:hover img
{
-moz-opacity:0.7;
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}


/*
ロックメッセージ用
2010/08/06追加
*/

#lockwindow
{
	width:959px;
	margin:0 auto;
	background:url(../img/top/bg_lockwindow.gif) bottom center no-repeat;
	position:relative;
	top:0;
}

#lockwindow_close img
{
	margin:5px 6px 5px;
}

#lock_content
{
	font-size:87%;
	padding:10px 19px 12px;
}


