@charset 'UTF-8';

body {
	margin: 0;
	padding: 0;
	text-align:center;
	font-family: 'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3',Osaka,sans-serif;
}

.fs_s {
	font-size: 10px;
	line-height: 130%;
	color: #666;
}

.fs_m {
	font-size: 12px;
	line-height: 130%;
	color: #666;
}

.fs_l {
	font-size: 14px;
	line-height: 130%;
	color: #666;
}

/* ---- h1～h6の余計な空白削除 --- */
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
	line-height: 130%;
	color: #007;
}

/* --- FORMの余計な空白削除 --- */
form {
	margin: 0px;
	padding: 0px;
}

/* --- box ---*/

table.box {
	margin:7px 0px 15px 0px;
	border: none;
	border-collapse: collapse;
	line-height:1.4em;
}
table.box th {
	padding: 6px;
	text-align:center;
	vertical-align: center;
	border:1px solid #ccc;
	background-color: #EAEAFF;
}
table.box td {
	padding: 4px;
	border:1px solid #ccc;
}

table.box td.doc{
	text-align:center;
	vertical-align: center;
}

/* --- 基本レイアウト --- */

#wraper {
	width:742px;
	text-align:left;
	margin:0 auto;
}

/* --- ヘッダー --- */

#header {
	height:90px;
	width:742px;
}

#header .logo{
	float:left;
	height:60px;
	width:250px;
	margin:5px 0px 0px 0px;
	border: none;
}

#header img{
	border: none;
}

#header .login{
	float:right;
	height:60px;
	margin:0px 0px 5px 0px;
	text-align:right;
}

#header .gnavi{
	float:left;
	background: url(/images/common/g_navi/navi_bg.jpg);
	background-repeat: no-repeat;
	background-position:left top;
	height:30px;
	width:100%;
	text-align:center;
	clear:both;
}

#h_navi, #h_navi a{
	color: #666;
	text-decoration: none;
}

#h_navi a:hover{
	color: #999;
}

/* --- トップページイメージ --- */
.topimage {
	width:742px;
	height:95px;
	margin-left:0px;
	margin-top:7px;
	background: url(/images/common/topimage.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	clear:both;
}

/* --- 左コンテンツ --- */

#lcontents {
	float:left;
	width:160px;
}

#lcontents img{
	border: none;
}

#lcontents .title {
	float:left;
	width:160px;
	height:20px;
	margin-top:7px;
	background: url(/images/common/navi_t/navi_t_title.jpg);
	background-repeat: no-repeat;
	background-position:left top;
	color: #666;
	font-weight:bold;
	padding-top:4px;
	padding-left:5px;
}

*html #lcontents .title {
	width:155px;
	height:20px;
	margin-top:7px;
	background: url(/images/common/navi_t/navi_t_title.jpg);
	background-repeat: no-repeat;
	background-position:left top;
	color: #666;
	font-weight:bold;
	padding-top:4px;
	padding-left:5px;
}

#lcontents ul{
	margin: 0;
	padding: 0;
	clear:both;
	list-style-type:none;
}

#lcontents li{
	margin: 0;
	padding: 0;
	clear:both;
	list-style-type:none;
}

#lcontents li.text{
	display:block;
	float:left;
	width:152px !important; /* IE対策のボックス幅指定 */
	width /**/:165px; /* IE5用の幅指定 ボックスモデル対策 */
	padding-top:6px;
	padding-bottom:6px;
	padding-left:8px;
	background: url(/images/common/navi_t/base.gif);
	background-repeat: repeat-y;
	background-position:left top;
	color: #666;
	text-decoration: none;
	border-bottom: 1px solid #BBB;
}

#lcontents li.link a{
	display:block;
	float:left;
	width:152px !important; /* IE対策のボックス幅指定 */
	width /**/:165px; /* IE5用の幅指定 ボックスモデル対策 */
	padding-top:6px;
	padding-bottom:6px;
	padding-left:8px;
	background: url(/images/common/navi_t/base.gif);
	background-repeat: repeat-y;
	background-position:left top;
	color: #666;
	text-decoration: none;
	border-bottom: 1px solid #BBB;
}

#lcontents li.link a:hover{
	margin: 0;
	background: url(/images/common/navi_t/base.gif);
	background-repeat: repeat-y;
	background-position:right top;
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px solid #BBB;
}


#lcontents li.second a{
	display:block;
	width:148px !important; /* IE対策のボックス幅指定 */
	width /**/:165px; /* IE5用の幅指定 ボックスモデル対策 */
	padding-top:6px;
	padding-bottom:6px;
	padding-left:12px;
	background: url(/images/common/navi_t/base.gif);
	background-repeat: repeat-y;
	background-position:left top;
	color: #666;
	text-decoration: none;
	border-bottom: 1px solid #BBB;
}

#lcontents li.second a:hover{
	margin: 0;
	background: url(/images/common/navi_t/base.gif);
	background-repeat: repeat-y;
	background-position:right top;
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px solid #BBB;
}

#lcontents li .bottom {
	float:left;
	width:160px;
	height:21px;
	background: url(/images/common/navi_t/navi_t_bottom.gif);
	background-repeat: no-repeat;
	background-position:left top;
	padding-top:0px;
	padding-left:10px;
}

*html #lcontents .bottom {
	width:150px;
	height:21px;
	background: url(/images/common/navi_t/navi_t_bottom.gif);
	background-repeat: no-repeat;
	background-position:left top;
	padding-top:0px;
	padding-left:10px;
}

img.arrow {
	float: left;
	width:9px;
	margin-top: 4px;
	margin-right:4px;
}


/* --- 中央コンテンツ --- */

#ccontents {
	float:left;
	width:402px;
	margin-left:10px;
	display:inline; /* IEとFFのmargin padding対策 */
}

#ccontents img{
	margin:0;
	border: none;
}

#ccontents .bread {
	width: 392px;
	height: 20px;
	background: #EAEAF2;
	padding-top:2px;
	padding-left:10px;
	margin-top:7px;
	margin-bottom:7px;
}

*html #ccontents .bread {
	width: 392px;
	height: 20px;
	background: #EAEAF2;
	padding-top:2px;
	padding-left:10px;
	margin-top:7px;
	margin-bottom:7px;
}

#ccontents .title {
	width:392px;
	border-top: 1px solid #007;
	border-bottom: 1px solid #007;
	padding-top:7px;
	padding-left:10px;
	padding-bottom:7px;
	margin-top:7px;
	margin-bottom:4px;
}

*html #ccontents .title {
	width:392px;
	border-top: 1px solid #007;
	border-bottom: 1px solid #007;
	padding-top:7px;
	padding-left:10px;
	padding-bottom:7px;
	margin-top:7px;
	margin-bottom:4px;
}

#ccontents .count {
	text-align:right;
	font-weight:bold;
	margin-bottom:10px;
}

#ccontents .body {
	width:402px;
	margin-bottom:20px;
}

#ccontents .text {
	margin-left:7px;
}

#ccontents .pagetop {
	text-align:right;
	margin:20px 7px 10px auto;
}

/* --- NEWSコンテンツ --- */

#ccontents .news_title {
	width:397px;
	height:23px;
	background: url(/images/top/news_title.gif);
	background-repeat:no-repeat;
	background-position:top left;
	margin-top:7px;
}

#ccontents .title_link {
	width:132px;
	float:right;
	margin-top:3px;
	margin-right:2px;
	display:inline; /* IEとFFのmargin padding対策 */
}

#ccontents .list{
	width:377px;
	padding: 0;
	margin-left:10px;
	border-bottom: 1px solid #BBB;
}

#ccontents .date {
	float:left;
	width:60px;
	margin-top:7px;
	margin-bottom:7px;
}

#ccontents .news a{
	float:right;
	width:310px;
	display:inline; /* IEとFFのmargin padding対策 */
	color: #666;
	text-decoration: none;
	margin-left:7px;
	margin-top:7px;
	margin-bottom:7px;
}

#ccontents .news a:hover{
	float:right;
	width:310px;
	display:inline; /* IEとFFのmargin padding対策 */
	color: #007;
	margin-left:7px;
	margin-top:7px;
	margin-bottom:7px;
}

/* --- 中央 + 右コンテンツ --- */

#crcontents {
	float:left;
	width:572px;
	margin-left:10px;
	display:inline; /* IEとFFのmargin padding対策 */
}

#crcontents img{
	margin:0;
	border: none;
}

#crcontents .bread {
	width: 562px;
	height: 20px;
	background: #EAEAF2;
	padding-top:2px;
	padding-left:10px;
	margin-top:7px;
	margin-bottom:7px;
}

*html #crcontents .bread {
	width: 562px;
	height: 20px;
	background: #EAEAF2;
	padding-top:2px;
	padding-left:10px;
	margin-top:7px;
	margin-bottom:7px;
}

#crcontents .title {
	width:562px;
	border-top: 1px solid #007;
	border-bottom: 1px solid #007;
	padding-top:7px;
	padding-left:10px;
	padding-bottom:7px;
	margin-top:7px;
	margin-bottom:4px;
}

*html #crcontents .title {
	width:562px;
	border-top: 1px solid #007;
	border-bottom: 1px solid #007;
	padding-top:7px;
	padding-left:10px;
	padding-bottom:7px;
	margin-top:7px;
	margin-bottom:4px;
}

#crcontents .count {
	text-align:right;
	font-weight:bold;
	margin-bottom:10px;
}

#crcontents .body {
	width:572px;
	margin-bottom:20px;
}

#crcontents .text {
	margin-left:7px;
}

#crcontents .pagetop {
	text-align:right;
	margin:20px 7px 10px auto;
}

/* --- 右コンテンツ --- */

#rcontents {
	float:right;
	width:160px;
}


#rcontents img{
	margin-top:7px;
	border: none;
	margin-bottom:7px;
}

/* --- フッターコンテンツ --- */

#footer {
	clear:both;
	height:40px;
	margin-top:5px;
	border-top:2px solid #808080;
}

#f_navi {
	width:450px;
	float:left;
	margin-top:10px;
	display:inline; /* IEとFFのmargin padding対策 */
}

#copy {
	width:264px;
	float:right;
	margin-top:10px;
	display:inline; /* IEとFFのmargin padding対策 */
}

#f_navi, #f_navi a{
	color: #666;
	text-decoration: none;
}

#f_navi a:hover{
	color: #999;
}

.clearfix{
	clear:both;
}