@charset "shift_jis";

/*
########################################################
    base area
########################################################
*/

/*======= general style =======*/
* {
	margin: 0;
	padding: 0;
	font-style: normal;
}


/*======= body =======*/
body {
	color: #333333;
	font-size: 12pt;
	text-align: center;
	background: #ffffff;
}


/*======= container =======*/
#container {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background: none !important;
	filter: 0;
}


/*======= header =======*/
#header {
	height: auto;
	text-align: left;
	background: none;
}
#index #header{
	height: auto;
	text-align: left;
	background: none;
}

#logo {
	width: auto;
	height: auto;
	padding: 0;
	font-weight: bold;
	font-size: 18pt;
	text-indent: 0;
	background: none;
}

#logo a:link,
#logo a:visited,
#logo a:hover {
	display: block;
	width: auto;
	height: auto;
	overflow: auto;
	color: #000000;
	text-indent: 0;
	text-decoration: none;
	background: none;
}

#headerBtn {
	display: none;
}

#headerNavi {
	display: none;
}

#header form {
	display: none;
}

#switch {
	display: none;
}

#globalNavi {
	display: none;
}


/*======= content =======*/
#content {
	position: relative;
	float: none;
	width: 620px;
	line-height: 1.5;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#top_flash{
	display: none;
}


/*======= side =======*/
#side {
	display: none;
}

#siteList ul {
	list-style: none;
	margin-bottom: 1em;
	text-align: left;
}

#siteList ul li a:link,
#siteList ul li a:visited,
#siteList ul li a:hover {
	display: block;
	width: 176px;
	padding-left: 20px;
	line-height: 30px;
	text-decoration: none;
}

#siteList ul a.subNaviTop:link,
#siteList ul a.subNaviTop:visited,
#siteList ul a.subNaviTop:hover {
	width: 186px;
	padding-left: 10px;
	font-size: 120%;
}

#siteList ul ul {
	list-style: none;
	margin: 0;
	border-right: 1px solid #bfbfbf;
	border-left: 1px solid #bfbfbf;
}

#siteList ul ul li {
	padding-bottom: 1px;
	border: none;
	background: #efefef url(../../img/common/subNavi_line.gif) no-repeat center bottom;
}

#siteList ul ul li.subNaviEnd {
	padding-bottom: 0;
	background: none;
}

#siteList ul ul li a:link,
#siteList ul ul li a:visited {
	width: 167px;
	padding-left: 27px;
	color: #63676b;
	font-size: 85%;
	background: #efefef url(../../img/common/subNavi_mark.gif) no-repeat 20px 50%;
}


/*======= footer =======*/
#footer {
	position: relative;
	clear: both;
	margin-top: 2em;
	border-right: none;
	border-left: none;
	font-size: 85%;
	text-align: left;
	background: #ffffff;
}

#footer ul {

}


/*
########################################################
    style area
########################################################
*/

/*======= heading =======*/


/*======= paragraph =======*/
p {
	margin-bottom: 1em;
}

.topicPath {
	display: none;
}

.toTop {
	display: none;
}


/*======= list =======*/


/*======= table =======*/


/*======= link =======*/


/*======= form =======*/
