@charset "UTF-8";

/*
=====================================
=
=	管理画面
=
=	(c)seraku.co.jp
=
=	作成日：####/##/##
=
=====================================
*/

/*全体
=====================================*/
body, table, td, th, h1, h2, h3, h4, h5 ,p, ul, dl, ol, li, dt, dd, form, input, object, param, embed, label {
	padding: 0px;
	margin: 0px;
	color: #595757;
	line-height:1.4;
	/*font-size: 95%;*/
}

body{
	background: #DCDDDD;
	text-align: center;
}
body#popup{
	background: #FFFFFF;
	text-align: center;
}

.page{
 width: 798px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.container{
	width: 798px;
	background-image: url(../images/bg_container.gif);
	background-repeat: repeat-y;
	text-align: center;
}

li{	list-style: none;	}

img{
	border: 0;
	vertical-align: top;
}

/**/
.img_left{
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

.align_right{
	text-align: right;
}
.align_center{
	text-align: center;
}

a{ color: #428be4; }
a:hover{ color: #bc2a23 }

hr{
	display: none;
}
.display_none{
	display: none;
}
/*clearfix
=====================================*/
.clearfix {
	zoom: 100%;
}

.clearfix:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}


/*ヘッダー
=====================================*/
#header{
	background-image: url(../images/bg_header.gif);
	background-repeat: no-repeat;
	background-position:  top;
	width: 758px;
	height: 116px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#header h1{
	position: absolute;
	top: 19px;
	left: 18px;
}
#header p{
	position: absolute;
	top: 19px;
	left: 18px;
}

#header #head_util{
	position: absolute;
	top: 16px;
	right: 20px;
}
#header #head_util li{
 float: left;
 padding-left: 27px;
}
#header dl{
	position: absolute;
	bottom: 48px;
	right: 14px;
}

#header #font_size{
	position: absolute;
	top: 43px;
	right: 10px;
}
#fontSizeSwitcher{
	width: 100px;
	height: 27px;
}

/*グローバルナビ
=====================================*/
#header ul#global_nvi{
 position: absolute;
	top: 78px;
	left: 0;
}
#header ul#global_nvi li{
	float: left;
}

/*コンテンツ（中ページ）
=====================================*/
#column{
	padding-left: 50px;
	padding-right: 50px;
	background-image: url(../images/bg_column.gif);
	background-repeat: repeat-y;
	background-position: left;
	text-align: left;
}
#column #contents{
	float: left;
	width: 514px;
}
#column #contents h1{
	padding-bottom: 28px;
}
body#popup h1{
	padding: 20px 0 20px 0;
}

#column #contents h2{
	padding-bottom: 35px;
}
body#popup h2{
	padding: 0 0 20px 0;
}

#column #contents p{
	padding-bottom: 10px;
	color: #595757;
}
	#topic_path{
		text-align: left;
		padding-left: 50px;
		padding-top: 10px;
		padding-bottom: 10px;
		color: #595757;
	}
	
	#pagetop{
		text-align: right;
		padding-bottom: 35px;
		padding-top: 20px;
	}
	.pagetop{
		text-align: right;
		padding-bottom: 35px;
		padding-top: 10px;
	}

#menu{
	width: 162px;
	float: right;
}
#menu ul{
	padding-top: 26px;
}
#menu li{
	padding-bottom: 11px;
}
/*ユーティリティ（中ページ）
=====================================*/
#foot_util{
	background-image: url(../images/bg_column.gif);
	background-repeat: repeat-y;
	position: relative;
	width: 798px;
	height: 40px;
}
	#foot_util ul{
		position: absolute;
		bottom: 10px;
		left: 50px;
	}
	#foot_util li{
		float: left;
		padding-right: 20px;
	}


#util{
 width: 758px;
	height: 40px;
	position: relative;
}
#util ul{
	position: absolute;
	bottom: 10px;
	left: 30px;
}
#util li{
 float: left;
	padding-right: 20px;
}
#fla_ico{
 position: absolute;
	top: 0;
	right: 154px;
}
#fla_txt{
 position: absolute;
	top: 5px;
	right: 30px;
}


/*フッター
=====================================*/
#footer{
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 798px;
	height: 38px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
address{
 position: absolute;
	top: 6px;
	right: 31px;
}

table {
		color: #595757;
		margin-bottom: 10px;
		border: 0;
		border-top: dotted 1px #898989;
		width: 514px;
	}
	
		caption {
			padding: 0 0 10px 0;
			text-align: left;
		}
				
		td {
			padding: 5px;
			border: 0;
			border-bottom: dotted 1px #898989;
		}
		
		th {
			background: #E6E6E6;
			text-align: left;
			vertical-align: top;
			padding: 5px;
			border: 0;
			border-bottom: dotted 1px #898989;
			font-weight: normal;
		}