@charset "utf-8";

/***** Initialize ******/
body    {
	background-color: #ffffff;
	background-repeat: repeat-x;
	background-image: url(../images_top/top_bg.gif);
	text-align: center;
	margin:0px;
	padding:0px;
	font:11px "ＭＳ Ｐゴシック", "メイリオ", Osaka, "ヒラギノ角ゴ Pro W3";
}
	
a {
	color: #009933;
	text-decoration: none;
}
	
a:hover {
	color: #FF6600;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p, ul, li, dl, dt, dd, form {
	margin: 0px;
	padding: 0px;
}

/* clearfloats */
.clearfloat {
	width:0px;
	height:0px;
	clear: both;
	font-size: 0px;
	line-height: 0px;
}
	


/****** Contents ******/

/* topimage */
#top_image{
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}

/* topics */
#topics {
	width: 600px;
	height: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}


#topics .left {
	float: left;
	background-image: url(../images_top/top_topic_left.gif);
	height: 20px;
	width: 90px;
}

#topics .mid {
	float: left;
	background-image: url(../images_top/top_topic_bg.gif);
	height: 20px;
	width: 490px;
	text-align: left;
	overflow: hidden;
}

#topics .text{
	font-size: 12px;
	line-height: 150%;
	float: left;
	height: 20px;
}

#topics .more{
	height: 14px;
	width: 51px;
	overflow: hidden;
	font-size: 12px;
	line-height: 100%;
	margin: 3px;
}


#topics .more a{

	background-image: url(../images_top/top_topicbtn_more.gif);
	background-position: 0px 0px;
	padding-top: 20px;
	display: block;
}

#topics .more a:hover{
	background-image: url(../images_top/top_topicbtn_more.gif);
	background-position: 0px -14px;
}

#topics .right {
	float: right;
	background-image: url(../images_top/top_topic_right.gif);
	height: 20px;
	width: 20px;
}

/* menu bar */
#menuBar {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 18px;
}

#menuBar .index {
	float: left;
}

#menuBar .logo {
	float: right;
}

#menuBar .menuTop {
	width: 320px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images_share/bar_btntop.gif);
	background-repeat: repeat-x;
	height: 16px;
	display: block;
	font-size: 0px;
	line-height: 0px;
}

#menuBar .menuBox {
	width: 340px;
	margin-right: auto;
	margin-left: auto;
}

#menuBar ul {
	float: left;
	padding: 0px;
	list-style-type: none;
	float: left;
	margin-right: auto;
	margin-left: auto;
}

#menuBar li {
	float: left;
	height: 20px;
	width: 80px;
	margin: 0px;
	overflow: hidden;
	font-size: 12px;
	line-height: 100%;
}

#menuBar .left{
	background-image: url(../images_share/barbtn_left.gif);
	display: block;
	height: 20px;
	width: 10px;
}

#menuBar .right{
	background-image: url(../images_share/barbtn_right.gif);
	display: block;
	height: 20px;
	width: 10px;
}

#menuBar .news a {
	background-image: url(../images_share/barbtn_news.gif);
	background-position: 0px 0px;
	display: block;
	width: 100%;
	padding-top: 30px;
}

#menuBar .news a:hover {
	background-position: 0px -20px;
}

#menuBar .service a {
	background-image: url(../images_share/barbtn_service.gif);
	background-position: 0px 0px;
	display: block;
	width: 100%;
	padding-top: 30px;
}

#menuBar .service a:hover {
	background-position: 0px -20px;
}

#menuBar .profile a {
	background-image: url(../images_share/barbtn_profile.gif);
	background-position: 0px 0px;
	display: block;
	width: 100%;
	padding-top: 30px;
}

#menuBar .profile a:hover {
	background-position: 0px -20px;
}

#menuBar .access a {
	background-image: url(../images_share/barbtn_access.gif);
	background-position: 0px 0px;
	display: block;
	width: 100%;
	padding-top: 30px;
}

#menuBar .access a:hover {
	background-position: 0px -20px;
}




/****** footer ******/
#copyright{
	color: #666666;
	font-size: 10px;
	line-height: 135%;
	text-decoration: none;
	margin: 15px;
}
