/*-----------------------------------------------
 __default style clear
-----------------------------------------------*/

* {
	margin:0;
	padding:0;
}

body {
	background:#fff;
	font-size:74.5%;
	font-family:"メイリオ",Meiryo,Lucida Sans Unicode,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color:#333;
	line-height:1.8;
}

html {
	overflow-y:scroll;
}

p {
	margin:0 0 1em;
}

strong{
	color:#cc0000;
}

img,
fieldset {
	border:0;
	vertical-align: text-bottom;
}

/*-----------------------------------------------
 __Base Link Color Setting
-----------------------------------------------*/

a {
	color:#2D4F59;
}

a:link {
}

a:visited {
	color:#16333D;
}

a:hover {
	color:#638289;
	text-decoration : none;
}

a:active {
}


/*-----------------------------------------------
 __container
-----------------------------------------------*/

#container {
	margin:0 auto;
	width:730px;
}


/*-----------------------------------------------
 __header
-----------------------------------------------*/

#header {
	text-align:right;
}


/*-----------------------------------------------
 __footer
-----------------------------------------------*/

#footer {
	width:100%;
	height:25px;
	clear:left;
	text-align:center;
	margin-top:30px;
}


/*-----------------------------------------------
 __contents
-----------------------------------------------*/

#contents {
	width:730px;
	float:left;
	margin-bottom:30px;
}


/* __projects
------------------------------------------*/

#pro{
	float:left;
	width:470px;
	height:120px;
	margin-bottom:50px;
	padding:40px 0px 10px 10px;
	background:url(images/top_project.gif) no-repeat;
}

dl.pro {
	width: 450px;
	height: 120px;
	overflow: auto;
}
dl.pro dt {
	float: left;
	padding:2px 0;
	text-align: left;
}   
dl.pro dd {
	padding: 2px 0px 2px 210px;
}


/* __history
------------------------------------------*/

#history{
	float:left;
	width:470px;
	height:120px;
	margin-top:-210px;
	padding:40px 0px 10px 10px;
	background:url(images/top_news.gif) no-repeat;
}

dl.history {
	width: 450px;
	height: 110px;
	overflow: auto;
}   
dl.history dt {
	float: left;
	padding:2px 0;
	text-align: left;
}   
dl.history dd {
	padding: 2px 0px 2px 90px;
}


/* __cheer
------------------------------------------*/
#cheer{
	float:left;
	width:470px;
	height:120px;
	padding:40px 0px 10px 10px;
	background:url(images/top_cheer.gif) no-repeat;
}

dl.cheer {
	width: 450px;
	height: 120px;
	overflow: auto;
}

dl.cheer dd {
	padding: 3px 0;
	letter-spacing: .3em;
}


/* __discography
------------------------------------------*/

#disc{
	width: 450px;
	float:left;
}

dl.disc {
	overflow: auto;
}   
dl.disc dt {
	float: left;
	padding:5px 0;
	text-align: left;
}   
dl.disc dd {
	padding: 5px 5px 5px 100px;
	border-bottom: 1px #663300 dotted;
}



/* __main
------------------------------------------*/

#main{
	float:left;
	width:470px;
	height:100%;
	padding:10px;
}

h2{
	margin-bottom:7px;
	font-size:13px;
	font-weight: 700;
}


/* __sub
------------------------------------------*/

#sub {
	float:left;
	width:185px;
	height:100%;
	min-height:600px;
	margin-right:15px;
	text-align:center;
}


/* __clap
------------------------------------------*/

#clap {
	position:relative;
	float:right;
}


/*-----------------------------------------------
 __tab
-----------------------------------------------*/

.tabContainer {
	width: 470px;
}

/* タブ */
.tabContainer ul.tabMenu li {
	list-style-type: none;
	float: left;
	margin-right: 5px;
	padding: 0;
	position: relative;
	letter-spacing: .1em;
}

/* 未選択のタブ */
.tabContainer ul.tabMenu li a {
	display: block;
	float: left;
	padding: 5px;
}

/* Q&A */
.tabContainer dl {
	clear: both;
	width: 450px;
	padding: 5px;
}

/* Q */
.tabContainer dl dt {
	font-weight: 700;
	margin:5px 0;
}

/* A */
.tabContainer dl dd {
	display: none;
	padding: 0 10px 0 5px;
}


/*-----------------------------------------------
 __help_sample
-----------------------------------------------*/

#sample{
	float:left;
	margin-bottom:10px;
	padding:5px;
}

dl.sample {
	width: 440px;
	overflow: auto;
}

dl.sample dd {
	padding: 3px 0;
	letter-spacing: .3em;
}


/*-----------------------------------------------
 __link
-----------------------------------------------*/

ul.link {
	width: 420px;
	list-style-type: none;
}

ul.link li {
	float:left;
	margin:0 0 7px 7px
}

h4 {
	font-size:13px;
	margin: 15px 0;
}