@charset "UTF-8";

body,html {
	height: 100%;
	width: 100%;
}
body {
	color: #666666;	/*全般の文字色*/
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #f0f0f0;
	font: 10pt/1.4 "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";	/*75%が文字サイズ。/2.4が行間。*/
}
h1,h2,h3,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
.fr {
	float: right;
}
.color1 {
	color: #63ba00;
}
.center{
	text-align: center;
}
span.bold-pink{
	font-weight: bold;
	color: #e66;
}
#contents ul.listmark {
	padding: 0.5em 20px 0em 30px;
	list-style: square;
}



/*コンテナー
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 100%;
	height: 100%;
	background: url(http://www.tandess.com/music/files/bg.gif) repeat-x top;	/*背景壁紙（ヘッダーとヘッダー下の点線）*/
}



/*全般のリンク設定
---------------------------------------------------------------------------*/
#contents a {
	color: #5555ee;
	text-decoration: none;
}
#contents a:hover {
	color: #da7777;	/*カーソルオーバー時の文字色*/
	position: relative;
	left: 1px;	/*オーバー時に左から1px移動する設定*/
	top: 1px;	/*オーバー時に上から1px移動する設定*/
}



/*ヘッダー
---------------------------------------------------------------------------*/
#header {
	height: 104px;
	position: relative;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

/*ヘッダーのロゴ位置設定*/
#header #logo {
	position: absolute;
	left: 0px;		/*ヘッダーブロックに対して左から0pxの位置に配置*/
	bottom: 10px;	/*ヘッダーブロックに対して下から10pxの位置に配置*/
}

/*ヘッダーのh1タグの設定*/
#header h1 {
	position: absolute;
	top: 0px;
	right: 0px;
	
	font-size: 10px;	/*文字サイズ*/
	font-weight: normal;
	color: #FFFFFF;		/*文字色*/
}



/*右上メニュー
---------------------------------------------------------------------------*/
ul#menu {
	position: absolute;
	right: 0px;
	bottom: -1px;
	height: 40px;
}
ul#menu li {
	float: left;
	width: 110px;
}
ul#menu img {
	vertical-align: bottom;
}



/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}

#contents #topImg{
	padding-bottom: 10px;
}


/*mainとsubを囲むボックス
---------------------------------------------------------------------------*/
#wrap {
	float: left;
	width: 780px;
}

/*h2タグの装飾設定
---------------------------------------------------------------------------*/
#contents h2 {
	background: #7ab317 url(http://www.tandess.com/music/files/midashi_bg.gif) repeat-x top;	/*背景色、画像の設定*/
	font-size: 100%;
	color: #FFFFFF;	/*文字色を白色に*/
	padding-right: 10px;
	padding-left: 10px;
	border-top: 1px solid #71A417;		/*枠線（上）の幅と線種と色*/
	border-right: 1px solid #48690d;	/*枠線（右）の幅と線種と色*/
	border-bottom: 1px solid #48690d;	/*枠線（下）の幅と線種と色*/
	border-left: 1px solid #71A417;		/*枠線（左）の幅と線種と色*/
	clear: both;
}


/*パンくずリスト
---------------------------------------------------------------------------*/
#topic_path{
	margin-bottom: 5px;
	padding: 0 10px 2px 10px;
	width: 980px;
	height: 20px;
	background-color: #555;
	border-top: 1px solid #aaa;		/*枠線（上）の幅と線種と色*/
	border-right: 1px solid #000;	/*枠線（右）の幅と線種と色*/
	border-bottom: 1px solid #000;	/*枠線（下）の幅と線種と色*/
	border-left: 1px solid #aaa;		/*枠線（左）の幅と線種と色*/
	color: #fff;
	font-weight: bold;
	font-size: 11pt;
}

	#topic_path a {
		color: #7f7;
		text-decoration: none;
	}
	#topic_path a:hover {
		color: #7ef;	/*カーソルオーバー時の文字色*/
		position: relative;
		left: 1px;	/*オーバー時に左から1px移動する設定*/
		top: 1px;	/*オーバー時に上から1px移動する設定*/
	}

/*メインコンテンツ（中央ボックス）
---------------------------------------------------------------------------*/
#main {
	float: left;
	width: 790px;
}

#main p{
	margin: 5px 20px 20px 20px;
}

#main .content_pr{
	margin: 5px auto;
	background-color: #f0f0f0;
	text-align: center;
}

/*サブコンテンツ（右ブロック）
---------------------------------------------------------------------------*/
#sub {
	float: right;
	width: 200px;
	background-color: #ddd;
}
#sub h2 {
	text-align: center;	/*左ブロックのh2見出しだけセンタリングする設定。他と同様左よせがいいならこの１行削除する。*/
}


/*右側メニュー
---------------------------------------------------------------------------*/
#sub .submenu li {
	text-align: center;	/*センタリング設定。左よせがいいならこの１行削除する。*/
	border-bottom: 1px solid #919589;	/*下線の幅と線種と色*/
	line-height: 1.7;
}

/*左側メニューリンク設定*/
#sub .submenu a {
	display: block;
	width: 200px;
	text-decoration: none;
}

/*左側メニューリンクのカーソルオーバー時設定*/
#sub .submenu a:hover {
	background: #f8f9f8;	/*オーバー時の文字色*/
	left: 0px;
	top: 0px;
}

/*アクセスカウンター表示用*/
#sub #access{
	line-height: 1;
	padding: 5px 30px;
	text-align: right;
}

#sub .container
{
	padding: 5px;
}

/*フッター（最下部コピーライト部分）
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-size: 9pt;	/*文字サイズ*/
	font-weight: bold;
	color: #ddd;
	text-align: center;
	background: url(http://www.tandess.com/music/files/footer_bg.gif) repeat-x top;
	padding: 10px 0px;
}

#footer a{
	color: #bbb;
}

/*メインコンテンツ内の「What's New」部分
---------------------------------------------------------------------------*/
#main dl.new {
	height: 200px;		/*What's Newボックスの高さ*/
	overflow: auto;		/*この設定でiframe風に見える*/
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding: 5px 10px;
	border-right: 1px solid #919589;	/*What's Newのフチの右ライン*/
	border-bottom: 1px solid #919589;	/*What's Newのフチの下ライン*/
	border-left: 1px solid #919589;	/*What's Newボックスの背景色*/
	line-height: 1.4;
}

#main dt {
	font-weight: bold;	/*日付の文字を太字に。通常がよければこの１行を削除する。*/
}

#main dd {
	border-bottom: 1px solid #919589;	/*説明文の下に1pxの直線(solid)を#919589の色で入れる。*/
	padding-left: 20px;
}
