@charset "utf-8";

/* ---------------------------------------------------------
Ajax
--------------------------------------------------------- */
#__dnn_body {
	background:none;
}
/* ---------------------------------------------------------
admin
--------------------------------------------------------- */
.ADMIN {
	padding:0;
}
/* ---------------------------------------------------------
common
--------------------------------------------------------- */
body {
	color: #666666;
	line-height:1.2em;
	font-size: 12px;
	margin:0;
	padding:0;
	background: #EBEBEB;
	text-align: center;
}
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: #2052B9;
	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;
}


/* ===========================================================
Body
=========================================================== */
#ContentsBg {
	background: url(images/contents-bg.gif) repeat-y left;
	width: 960px;
	margin: 0 auto;
}
#ContentsBottom {
	background: url(images/contents-bg-bottom.gif) no-repeat left bottom;
	width: 960px;
}

/* ---------------------------------------------------------
ヘッダー
--------------------------------------------------------- */
#Header {
	width: 920px;
	background: url(images/header-bg.gif) no-repeat top left;
	margin: 0 auto;
	text-align: left;
}
#Header .HeadlinePane {
	width: 600px;
	float: left;
}
#Header .HeadlinePane h1 {
	color: #8FA8CE;
	font-size: 10px;
	font-weight: normal;
	padding: 0 0 0 20px;
	line-height: 3.2em;
}
#Header .HeaderNavi {
	float: right;
	width: 300px;
	text-align: right;
	padding: 0 10px 0 0;
}
#Header .HeaderNavi img {
	margin: 0 0 0 10px;
}

#Header .Logo {
	clear: both;
	padding: 5px 0 20px 10px;
}

#Header .LeftBox {
	float: left;
	width: 580px;
}
#Header .RightBox {
	float: right;
	width: 230px;
	text-align: right;
}


/* ---------------------------------------------------------
ソルパート
--------------------------------------------------------- */
#Navi {
	width: 910px;
	height: 50px;
	margin: 0 auto 15px;
	background: url(images/navi/navi-bg.gif) no-repeat top left;
}

.RootMenuItem td, .RootMenuItemBreadcrumb td{
	color: #333333;
	background: url(images/navi/circle-glay.gif) no-repeat top center;
	text-decoration: none;
	height:50px;
	font-weight:normal;
	text-align: center;
	padding:0 10px;
	font-size:12px;
}

.RootMenuItemSelected td{
	color: #2052B9;
	background: url(images/navi/circle-blue.gif) no-repeat top center;
	text-decoration: none;
	height:50px;
	font-weight:normal;
	text-align: center;
	padding:0 10px;
	font-size:12px;
}

.MainMenu_MenuItemSel {
	color: #2052B9;
	font-weight:bold;
	font-style:normal;
	background-color:#EAB8CF;
	cursor:pointer;
	text-align:left;
}
.MainMenu_MenuIcon {
	background-color:#2052B9;
	text-align:center;
	width:20px;
	height:20px;
}
.MainMenu_MenuBreak{
	border:0px;
	}
.MainMenu_MenuItemSel {
	background:transparent;
}



/* ---------------------------------------------------------
コンテンツ
--------------------------------------------------------- */

/* パンクズ
-------------------------------------------------- */
.Breadcrumb {
	width: 910px;
	margin: 0 auto;
	padding: 15px 0;
}


/* トップページ
-------------------------------------------------- */
.MainPhoto {
	text-align: left;
	width: 910px;
	margin: 10px auto 20px;
}

/* 1カラム
-------------------------------------------------- */
#OneColumn {
	width: 910px;
	margin: 0 auto;
	text-align: left;
}
#OneColumn .ContentPane {
	width: 910px;
}

/* 2カラム
-------------------------------------------------- */
#TwoColumn {
	width: 910px;
	margin: 0 auto;
	text-align: left;
}
#TwoColumn .ContentPane {
	float: left;
	width: 690px;
}
#TwoColumn .SidePane {
	float: right;
	width: 200px;
}

/* 3カラム
-------------------------------------------------- */
#ThreeColumn {
	width: 910px;
	margin: 0 auto;
	text-align: left;
}
#ThreeColumnBox {
	float: left;
	width: 690px;
}
#ThreeColumn .ContentSidePane {
	float: left;
	width: 200px;
}
#ThreeColumn .ContentPane {
	float: right;
	width: 470px;
}
#ThreeColumn .SidePane {
	float: right;
	width: 200px;
}


/* ---------------------------------------------------------
フッター
--------------------------------------------------------- */
.PageTop {
	padding: 20px 0 15px;
	text-align:right;
}
#Footer {
	clear: both;
	width: 910px;
	margin: 0 auto;
	padding: 0 0 25px;
	text-align: left;
}

/* コピーライト
-------------------------------------------------- */
#Footer .Copyright {
	text-align: left;
	font-size:10px;
	color:#999999;
	margin: 20px 0 0 0;
}

/* バナー
-------------------------------------------------- */
.BannerArea {
	width: 910px;
	margin: 0 auto;
	padding: 20px 0;
}
