@charset "Shift_JIS";

#mainArea {
	float: none !important;
	width: 760px !important;
}


/* ==============================
  HPサーバ全ページ用CSS
  最終更新：2009-07-21
============================== */

/* 共通
------------------------------ */
sup {
	vertical-align: 0.4em;
}


/* 全体
------------------------------ */
#content {
	float: left;
	width: 760px;
	margin: 2px 0 0 0;
/*	background: url(../images/nav_bg.gif) repeat-y;*/
}
* html #content {
	text-align:left;
	float: none;
}


/* ローカルナビゲーション
------------------------------ */
#navArea {
	float: left;
	width: 160px;
}
#navArea ul {
	width: 160px;
}
#navArea ul li {
	margin: 0;
}
#navArea ul li span,
#navArea ul li a,
#navArea ul li a:hover {
	display: block;
	padding: 8px 0 10px 10px;
}
#navArea ul li span {
	border-top: #A7A2C4 1px solid;
	border-right: #585C70 1px solid;
	border-bottom: #585C6F 1px solid;
	border-left: #A7A2C4 1px solid;
	background: #968DC4;
	color: #021984;
	zoom: 1;
}
#navArea ul li a {
	border-top: #C8CBE0 1px solid;
	border-right: #626675 1px solid;
	border-bottom: #606672 1px solid;
	border-left: #C9CBE1 1px solid;
	background: #ABAFCF;
	zoom: 1;
}
#navArea ul li a:hover {
	border-top: #A7A2C4 1px solid;
	border-right: #585C70 1px solid;
	border-bottom: #585C6F 1px solid;
	border-left: #A7A2C4 1px solid;
	background: #968DC4;
}


/* メインコンテンツ
------------------------------ */
#mainArea {
/*	float: left;*/
	width: 760px;
	margin: 0 0 0 ;
}
#mainArea #h1BoxIndex {
	width: 760px;
	height: 100px;
	background: url(../images/hpserver_index760.jpg) no-repeat;
}
#mainArea #h1Box {
	width: 760px;
	height: 70px;
	background: url(../images/hp_contact.jpg) no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
#mainArea h1 {
	margin: 0;
	padding: 10px 0 0 15px;
	color: #FFF;
	font-size: 134%;
	line-height: 1.3;
}
#mainArea h2 {
	width: 760px;
	margin: 0;
	padding: 0 10px;
	background: url(../images/h2_ti01.gif) no-repeat;
	color: #FFF;
	font-size: 112%;
	line-height: 24px;
}
#mainArea p {
	margin: 0 0 1em 0;
	padding: 0;
}
#mainArea div.txtBox {
/*	width: 550px;*/
	overflow: hidden;
	margin: 15px 20px 20px 20px;
}
#mainArea div.txtBox dl {
	margin: 0;
	padding: 0;
}
#mainArea div.txtBox dl dd {
	margin: 0 0 1em 0;
}
#mainArea div.txtBox ul {
	margin: 0;
	padding: 0;
}
#mainArea div.txtBox ul li {
	list-style: none;
	margin: 0 0 1em 1em;
	text-indent: -1em;
}
#mainArea div.txtBox ul li ul li {
	list-style: none;
	margin: 0.4em 0 0 1em;
	text-indent: -1em;
}
#mainArea div.txtBox ul li ul li ul li {
	list-style: none;
	margin: 0.4em 0 0 2em;
	text-indent: -1em;
}
#mainArea div ul.linkList {
	margin: 0 0 1em 0;
	padding: 0;
}
#mainArea div ul.linkList li {
	list-style: none;
	margin: 0;
	padding: 0 0 0 12px;
	background: url(../images/i_arrow.gif) 0 0.3em no-repeat;
	text-indent: 0;
}


/* トップページ
------------------------------ */
#mainArea div table.serverImg {
	width: 548px;
	margin: 0 auto 10px;
	border: #CCC 1px solid;
	border-collapse: collapse;
	font-size: 100%;
}
#mainArea div table.serverImg th {
	padding: 4px;
	border: #CCC 1px solid;
	background: #E9E9ED;
	font-weight: normal;
	text-align: center;
}
#mainArea div table.serverImg td {
	width: 33%;
	padding: 4px 4px 0px 4px;
	border-right: #CCC 1px solid;
	text-align: center;
}
#mainArea div table.serverImg td img {
	margin: 0 0 4px 0;
}
#mainArea div.attention {
	border-top: #CCC 1px solid;
}
#mainArea div.attention ul {
	margin: 20px 0 20px 20px;
	padding: 0;
}
#mainArea div.attention ul li {
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
	background: url(../images/i_list.gif) 0 0.3em no-repeat;
	color: #666;
	font-size: 82%;
}


/* 下層ページ
------------------------------ */
#mainArea div#bcBox {
	margin: 5px 0 10px 0;
}


/* お問い合わせ
------------------------------ */
#mainArea div.contactBox {
	clear: both;
	width: 700px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	border-top: #CCC 1px solid;
}
#mainArea div.contactBox div.icon {
	float: left;
	width: 38px;
}
#mainArea div.contactBox div.txt {
	float: right;
	width: 662px;
	padding: 0 0 10px 0;
}
#mainArea div.contactBox div.txt h2 {
	width: auto;
	margin: 0;
	padding: 4px 0;
	background: none;
	color: #000;
	font-size: 120%;
	line-height: normal;
}
#mainArea p.gotoTop {
	clear: both;	
}
#mainArea div#contactNotice {
	width: 700px;
	margin: 0 auto 20px;
	border: #999 1px solid;
}
#mainArea div#contactNotice div.title {
	padding: 5px 0;
	background: #FFD950;
	font-size: 104%;
	font-weight: bold;
	text-align: center;
}
#mainArea div#contactNotice div.notice {
	padding: 20px;
	background: #FFFFE0;
}
#mainArea div#contactNotice div.notice ul {
	margin: 10px 0 0 20px;
	padding: 0;
}
#mainArea div#contactNotice div.notice li {
	list-style: disc;
	margin: 0 0 0.5em 0;
	line-height: 1.2;
}


/* ポップアップ用フッタ
------------------------------ */
div.popupBox {
	margin: 20px 10px 10px 10px;
	text-align: center;
}
div.popupBox img {
	margin: 0 0 20px 0;
}
address.popup {
	float: right;
	margin: 0 10px 10px 0;
	padding: 0;
	font-size: 75%;
	font-style: normal;
}
address.popup a {
	color: #4D4D4D;
}
address.popup a:hover {
	color: #F00;
}


/* 汎用スタイル 2010-11-22 追加
------------------------------ */
#mainArea .gotoTop{
	margin-left:auto;
	margin-right:auto;
	width:700px;
}

/* 調整スタイル 2014-07-11 追加
------------------------------ */
#mainArea .text_small{
	font-size:80%;
}
#mainArea .ttl-blue {
    color: #000099;
    font-size: 120%;
    font-weight: bold;
		margin:20px 10px 0;
}