@charset "utf-8";
/* ---------------------------------------------------------
Ajax
--------------------------------------------------------- */
#__dnn_body {
	background:none;
}
/* ---------------------------------------------------------
admin
--------------------------------------------------------- */
.ADMIN {
	padding:0;
}
/* ---------------------------------------------------------
common
--------------------------------------------------------- */
body {
	color: #666666;
	line-height:1.6em;
	font-size: 12px;
	text-align: center;
	margin:0;
	padding:0;
	background: #191919;
}
div, h1, p {
	margin:0;
	padding:0;
}
a {
	color: #666666;
	text-decoration:underline;
}
a:link {
	color: #666666;
	text-decoration:underline;
}
a:visited {
	color: #666666;
	text-decoration:underline;
}
a:hover {
	color: #003366;
	text-decoration: none;
}
img {
	border: none;
}
/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* ---------------------------------------------------------
ヘッダー
--------------------------------------------------------- */
#HeaderBg {
	background: url(images/header-bg.gif) no-repeat top center;
}
#Header {
	width: 840px;
	height: 73px;
	margin: 0 auto;
	text-align: left;
}
#Header .Logo {
	float: left;
	padding: 10px 0 0 25px
}
#Header .LogoSub {
	float: right;
	padding: 25px 10px 0 0;
	font-size: 14px;
	text-align: right;
	font-weight: bold;
	color: #999999;
	}
/* ---------------------------------------------------------
コンテンツ
--------------------------------------------------------- */
.MainPhotoBg {
	padding: 0;
	margin: 0;
	background: url(images/mainphoto-bg.gif) repeat-y center;
}
.MainPhotoPane {
	width: 840px;
	padding: 0;
	margin: 0 auto;
}
#BodyBg {
	background: url(images/content-bg.gif) repeat-y center;
}
/* TopPage
-------------------------------------------------- */
#TopPage {
	background: url(images/body-bg.gif) repeat-x top;
}
#TopPage #ContentBg {
	clear: both;
	width: 839px;
	margin: 0 auto;
	background: url(images/mainphoto-shadow.gif) repeat-x top;
}
#TopPage #ContentWrappe {
	clear: both;
	width: 790px;
	margin: 0 auto;
}
#TopPage .ContentPane {
	float: right;
	width: 540px;
	padding: 15px 0 20px;
	text-align: left;
}
#TopPage .SidePane {
	float: left;
	width: 230px;
	padding: 0 0 15px;
	text-align: left;
}
/* 1カラム
-------------------------------------------------- */
#OneColumn {
	background: url(images/body-bg.gif) repeat-x top;
}
#OneColumn #ContentBg {
	clear: both;
	width: 839px;
	margin: 0 auto;
	background: url(images/mainphoto-shadow.gif) repeat-x top;
}
#OneColumn #ContentWrappe {
	clear: both;
	width: 790px;
	margin: 0 auto;
}
#OneColumn .ContentPane {
	width: 790px;
	padding: 0 0 20px;
	text-align: left;
}
#OneColumn .Breadcrumb {
	padding: 15px 0 10px;
	text-align: left;
}
/* 2カラム
-------------------------------------------------- */
#TwoColumn {
	background: url(images/body-bg.gif) repeat-x top;
}
#TwoColumn #ContentBg {
	clear: both;
	width: 839px;
	margin: 0 auto;
	background: url(images/mainphoto-shadow.gif) repeat-x top;
}
#TwoColumn #ContentWrappe {
	clear: both;
	width: 790px;
	margin: 0 auto;
}
#TwoColumn .ContentPane {
	float: right;
	width: 540px;
	padding: 0 0 20px;
	text-align: left;
}
#TwoColumn .SidePane {
	float: left;
	width: 230px;
	padding: 0 0 15px;
	text-align: left;
}
#TwoColumn .Breadcrumb {
	width: 540px;
	float: right;
	padding: 15px 0 10px;
	text-align: left;
}
/* ---------------------------------------------------------
フッター
--------------------------------------------------------- */
#Footer {
	clear: both;
	width: 840px;
	padding: 0;
	margin: 0 auto;
}
#Footer .CompanyName {
	width: 820px;
	margin: 0 auto;
	padding: 5px;
	background: #EEF3F9;
	text-align: center;
}
#Footer .Address {
	padding: 10px 10px 20px 10px;
}

/* コピーライト
-------------------------------------------------- */
#Footer .Copyright {
	clear: both;
	width: 820px;
	padding: 20px 0 40px;
	margin: auto 0;
	border-top: 1px solid #ABBEE7;
	text-align: center;
	font-size: 10px;
}


