@charset "utf-8";
* {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	background: #eeeeee;
	color: #666666;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 12px;
	text-align:justify;
	background-image:url(../images/body_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
}
div {
	background-color: transparent;
}
ul,li {
	list-style-type: none;
	border: 0;
	margin: 0;
	padding: 0;
}

/*
----------------------------------------------- */
div.left{
	float:left;
	display:block;
	overflow:visible;
}
.clear {
	clear: both;
	overflow:hidden;
	font-size: 0px;
	line-height: 0%;
	height: 0px
}
img.top{
	float:left;
	text-align:left;
	vertical-align:top;
	margin-bottom:5px;
	margin-right:10px;
}
table{
border-collapse: collapse;
}
td {
	vertical-align:top;
	padding:10px 0;
	background-image:url(../images/line_td.gif);
	background-repeat:repeat-x;
	background-position:top;
}
td.title{
	background-image:url(../images/line_title.gif);
	background-repeat:repeat-x;
	background-position:top;
	border-right:solid #FFF 10px;
}
/* link
----------------------------------------------- */
a { text-decoration: underline; }
a:link { color: #000000; }
a:visited { color: #333333; }
a:hover {
color: #ffffff;
background: #333333;
}
a img {
	border: 0;
}
/* font
----------------------------------------------- */
h1,h2,h3,h4,h5 {
	font-size: 140%;
}
.mini { font-size: 85%; }
em {
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

/* page
----------------------------------------------- */
#page_outframe{
	width:980px;
	background: #ffffff;
	background-image:url(../images/page_bg.gif);
	background-repeat:repeat-y;
	background-position:center;
	margin:0 auto;
}
#page{
	width:960px;
	background-image:url(../images/pagetop_bg.gif);
	background-repeat:no-repeat;
	background-position:top center;
	padding:0 10px;
}

/* toppage
----------------------------------------------- */

#header_top {
	width:960px;
	background-image:url(../images/header_logo.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
#toppage_left {
	display:block;
	overflow:visible;
	background-color: transparent;
	float:left;
	width:450px;
	margin-right:10px;
	padding:10px 0;
}
#toppage_right {
	display:block;
	overflow:visible;
	background-color: transparent;
	float:left;
	width:480px;
	padding:10px 0;
}
#top_news {
	padding-bottom:10px;
}
div.newsheadline {
	display:block;
	overflow:visible;
	width:450px;
	border-bottom:solid #e1e1e1 1px;
}
div.newsheadline_date {
	display:block;
	overflow:visible;
	float:left;
	width:50px;
	padding:5px;
}
div.newsheadline_title {
	display:block;
	overflow:visible;
	float:right;
	width:380px;
	padding:5px;
}
div.newsheadline_title p {
	color:#aacd06;
	font-size:10px;
	line-height:10px;
}

#myspace_music_player_module {
	display:block;
	overflow:hidden;
	height:340px;
}

#top_banner_area {
	margin-bottom:10px;
}
div.banner{
	display:block;
	overflow:visible;
	float:left;
}

/* header
----------------------------------------------- */
#header{
	width:960px;
}
/* contents
----------------------------------------------- */
div#contents{
	display:block;
	overflow:visible;
	width:960px;
	clear:both;
}
div#contents:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #contents {
    height: 1em;
    overflow: visible;
}
/**/
#min-height{
	display:block;
	overflow:visible;
	background-color: transparent;
	float:left;
	width:10px;
}
#contents-left{
	display:block;
	overflow:visible;
	background-color: transparent;
	float:left;
	width:290px;
}
#contents-right{
	display:block;
	overflow:visible;
	background-color: transparent;
	float:left;
	width:650px;
	padding-right:10px;
	padding-bottom:25px;
}
#pagetitle{
	border-top:solid #aacd06 5px;
	text-align:right;
}
#menu li{
	border: 0;
	margin: 0;
	padding: 0;
	line-height: 0%;
	height: 38px;
}
#submenu li{
	padding-bottom:10px;
}
#contents_area {
	width:610px;
}
.contentsbox {
	padding:10px 0;
	border-top:solid #ccc 1px;
	border-bottom:solid #ccc 1px;
	margin-bottom:10px;
}
.contentstitle {
	padding-bottom:20px;
}
.contentssub {
	padding-bottom:10px;
}

/* footer
----------------------------------------------- */
div#footer{
	clear:both;
	width:940px;
	background-color:#333;
	padding:10px;
}
div#footer:after {
    content: "";
    display: block;
    clear: both;
    height: 0px;
    overflow: hidden;
}

/*\*/
* html div#footer {
    height: 1em;
    overflow: visible;
}
/**/

div#footer a { text-decoration: none; }
div#footer a:link { color: #999; }
div#footer a:visited { color: #999; }
div#footer a:hover { color: #ffffff; }

#footer_contact{
	float:left;
	font-size: 10px;
}
#footer_privacy{
	float:left;
}
#footer_copy{
	float:right;
	font-size: 10px;
}
div#page_end{
	clear:both;
	margin-bottom:5px;
}
