@charset "UTF-8";

/*全体構成*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

html {
	scrollbar-base-color: #FFFFFF;
	scrollbar-arrow-color: #FF0000;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-darkshadow-color: #CCCCCC;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-track-color: #CCCCCC;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif;
}

body {
	font-size: 12px;
	color: #333333;
	margin: 0px;
	text-align: left;
	background: #000;
}

h1 {
	display: none;
	}

h2 {
	color: #000;
	font-size: 1em;
}

h2.h2top {
	font-size: 1.1em;
	height: 18px;
	border-bottom: 1px solid #d2d2d2;
}

h3 {
 margin: 20px 0 5px 0;
 }

a:link {color: #990000;text-decoration: none;}
a:visited {color: #990000;text-decoration: none;}
a:hover {color: #FF3300;text-decoration: none;}
a:active {color: #990000;text-decoration: none;}

.small { font-size: 0.8em;}

.ankoku { color: #16160e;}

#wrapper {
	width: 100%;
	height: auto;
}

#container {
	width: 1000px;
	height: auto;
	margin: 15px auto;
	border: 1px solid #ccc;
	background: #FFF;
}

#summary {
	width: 700px;
	height: 60px;
	margin: 25px auto;
}

#summary p {
	line-height: 1.8em;
	}


.banner a {
	width: 200px;
	height: 56px;
    margin: 20px auto;
	display: block;
	background: url("../1100tsutaya/images/banner_tsutaya200.gif") no-repeat;
	text-indent: -9999px;
}

.banner a:hover {
	width: 200px;
	height: 56px;
	background: url("../1100tsutaya/images/banner_tsutaya200over.gif") no-repeat;
}

#tsutaya {
	width: 1000px;
	height: 500px;
	text-align: center;
}

#tsutaya p {
	width: 900px;
	text-align: left;
	line-height: 1.8em;
	margin: 10px auto;
}

#kiyancontents {
	width: 740px;
	margin: 0 auto;
}

.table940 {
	font-size: 0.94em;
}

.table940 td {
	padding-left: 10px;
	line-height: 1.6em;
}

#copyright {
	color: #333;
	text-align: center;
	margin: 20px auto;
}


