/********** common **********/
a:link{ color: #454545; text-decoration: none;}
a:visited { color: #454545; text-decoration: none;}
a:hover { color: #454545; text-decoration: underline;}
a:active { color: #454545; text-decoration: underline;}
/*
a:link{ color: #666666; text-decoration: none;}
a:visited { color: #666666; text-decoration: none;}
a:hover { color: #666666; text-decoration: underline;}
a:active { color: #666666; text-decoration: underline;}
*/
#content a:link{ color: #007eff; text-decoration: none;}
#content a:visited { color: #007eff; text-decoration: none;}
#content a:hover { color: #007eff; text-decoration: underline;}
#content a:active { color: #007eff; text-decoration: underline;}

body {
	background-color: #EFEFEF;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	text-align:center;
	font-family:"ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", "ƒƒCƒŠƒI", "Meiryo", "Osaka", "‚l‚r ‚oƒSƒVƒbƒN", "MS PGothic", "sans-serif";
}

body, td, th {
/*	color: #666666;*/
	color: #454545;
	font-size: 12px;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #FFFFFF;
}

strong {
	font-weight: normal;
}

em {
	font-weight: bold;
	font-style: normal;
}

p {
	line-height: 150%;
	margin-bottom: 1em;
}

.nowrap {
	white-space: nowrap;
}

.noMargin{
	margin: 0;
}

.pageTop {
	text-align: right;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 10px;
}

.caption {
	font-size: 11px;
}



/********** layout **********/
#wrapper {
	width: 970px;
	background-color: #F5F5F5;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	padding-bottom: 10px;
}

#head, #main, #sitemap, #foot {
	width: 950px;
	margin-left: 10px;
}

#head {
	margin-bottom: 10px;
}

#head, #sitemap, #foot {
	background-color: #FFFFFF;
}

#headInfo {
	width: 950px;
	height: 30px;
	min-height: 30px;
	text-align: right; 
}

#head {
	height: 92px;
	min-height: 92px;
}

#main {

}

#sitemap {
/*	height: 300px;*/
	min-height: 300px;
	font-family: "‚l‚r ƒSƒVƒbƒN", "MS Gothic", "Osaka|“™•", Osaka-mono, monospace;
}

#foot {
	height: 43px;
}



/********** clearfix **********/
.clearfix {
	min-height: 1px;
	height: auto !important;
	height: 1px;
}

.clearfix:after {
	content: '';
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}

.left {
	float: left;
	zoom: 100%;
}

.right {
	float: right;
	zoom: 100%;
}



/********** head layout **********/
#logo {
	float: left;
	zoom: 100%;
}

#logo img {
	margin: 15px 0 0 15px;
}

#head > ul {
	margin: 15px 0 0 14px;
	float: left;
	zoom: 100%;
}

#head > ul > li {
	background-image: url(../images/menu_line.gif);
	background-repeat: no-repeat;
	width: 131px;
	float: left;
	zoom: 100%;
	position: relative;
	z-index: 1;
}

#head li img {
	margin: 0 0 0 17px;
}

.subMenu {
/*	background-color: #FFFFFF;*/
	background-color: #fffeed;
	padding: 15px 0 0 0;
	display: none;
	position: absolute;
	top: 62px;
	left: 0px;
	z-index: 10;
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
}


.subMenu > li > a {
	display: block;
	white-space: nowrap;
	background-image: url(../images/submenu_icon.gif);
	background-repeat: no-repeat;
	background-position: 10px 20%;
/*	background-color: #FFFFFF;*/
	background-color: #fffeed;
	padding: 0 15px 9px 33px;
	margin: 0 15px 0 0;
	zoom: 1;
/*	color: #525252;*/
	color: #454545;
}



/********** main layout **********/
#mainLeft {
	width: 680px;
}

#mainLeft > div {
	background-color: #FFFFFF;
	margin-bottom: 10px;
	padding: 15px 0 15px 15px;
}

#mainRight {
	width: 260px;
	margin-left: 10px;
}

#mainRight > div {
	background-color: #FFFFFF;
	margin-bottom: 10px;
	padding: 15px 0 15px 15px;
}



#mainContent {
	min-height: 500px;
}



/********** hierarchy **********/
#hierarchy {
	margin:0 0 25px 0;
}

#hierarchy li {
	margin:0 5px 0 0;
	float: left;
	zoom: 100%;
}

#hierarchy li a {
	color: #666699;
	text-decoration: underline;
}



/********** content border **********/
h2 {
	padding-left: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 18px;
	background-image: url(../images/icon_title.gif);
	background-repeat: no-repeat;
	background-position: 0% 40%;
	/*border: 1px solid #E1E1E1;*/
}
h3 {
	padding-left: 15px;
	line-height: 28px;
	font-size: 14px;
	font-weight: bold;
	background-image: url(../images/icon.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}

h3.line {
	line-height: 32px;
	background-image: url(../images/icon_line.gif);
	background-repeat: no-repeat;
	background-position: 0% 100%;
}

#contentTitle img {
	/*margin: 9px 0 0 11px;*/
}

#content {
	width: 649px;
	min-height: 600px;
/*
	border-right: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
*/
}



/********** leftbanner **********/
#leftBanner {
	padding-bottom: 15px;
	margin-right: 17px;
	background-image: url(../images/dot_bg.gif);
	background-repeat: repeat;
}

#leftBanner li {
	float: left;
	zoom: 100%;
}

#leftBanner img {
	margin: 15px 3px 0 28px;
}



/********** login etc **********/
#rightLink {
	margin-bottom: 15px;
}

#rightLink li {
	float: left;
	zoom: 100%;
}

#rightSearch {
	background-image: url(../images/search_bg.gif);
	background-repeat: no-repeat;
	width: 231px;
	height: 41px;
	margin-bottom: 15px;
	position: relative;
}

#rightSearch input {
	position: absolute;
}

#rightSearch input#search {
	top: 11px;
	left: 50px;
	border: none;
	width: 150px;
}

#rightSearch input#btn {
	top: 10px;
	left: 204px;
}

#rightLine {
	margin-bottom: 15px;
}

#rightLogin {
	text-align: center;
	background-image: url(../images/login_bg.gif);
	background-repeat: no-repeat;
	width: 231px;
	height: 200px;
}
#pass{
	margin:3px auto;
}

#loginText {
	width: 179px;
	margin-top: 97px;
	border: 1px solid #E1E1E1;
}

#loginBtn {
	margin-top: 11px;
}











/********** rightWhat's New **********/
#rightWnTitle {
	margin-bottom: 5px;
}

#rightWn {
	padding:5px;
	margin-right: 17px;
	/*background-image: url(../images/dot_bg.gif);
	background-repeat: repeat;
	border: 1px solid #eeeeee;*/
}

#rightWn li{
	background-image: url(../images/dot_line.gif);
	background-repeat: repeat-x;
	background-position: 0% 0%;
	width: 95%;
}

#rightWn li:first-child{
	background-image: none;
}

.wnDateRight {
	padding-top: 5px;
	margin-left:5px;
	font-weight: bold;
	color: #000000;
}

.wnInfoRight {
	line-height: 160%;
	margin: 3px 0px 5px 5px ;
	font-size: 11px;
}

/********** rightbanner **********/
#rightBanner {
	padding:15px 0 5px 0;
	margin-right: 17px;
	background-image: url(../images/dot_bg.gif);
	background-repeat: repeat;
}

.rightBannerTM15 {
	margin-top: 15px;
}

#rightBanner li {

}

#rightBanner img {
	vertical-align: bottom;
	margin: 0 0 10px 14px;
}



/********** sitemap layout **********/
#sitemapTitle {
	padding: 15px 0 0 15px;
}

#sitemapTitle div {
	float: left;
	zoom: 100%;
}

#sitemap {
	background-image: url(../images/sitemap_bg.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}

#sitemapLink ul {
	margin: 15px 0 10px 28px;
	float: left;
	zoom: 100%;
}

#sitemapLink li {
	font-size: 11px;
    line-height: 150%;
    padding-left: 1.0em;
}

#sitemapLink a:hover {
	padding-bottom: 1px;
}

#sitemapLink .title {
	font-weight: bold;
	font-size: 12px;
	margin-top: 5px ;
    text-indent: -1.0em;
}

.mb26 {
	margin-bottom: 26px !important;
}



/********** foot layout **********/
#foot {
	text-align: center;
}

#footLine {
	margin-bottom: 11px;
}

#copyright {

}



