@charset "UTF-8";
/* CSS Document */

body {
	font-family:  "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 75%;
	color: #333;
	text-decoration: none;
	overflow: scroll;
	background-image: url(pic/back2.png);
	background-repeat: repeat;
}
img {
	vertical-align: text-bottom;
	border-style:none;
	margin: 0px;
	padding: 0px;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
input,textarea,select {
	font-size: 1em;
}

form {
	margin: 0px;
}
li {
	margin: 0px;
	padding: 0px;
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(pic/p_box.png);
}
/*ヘッダー
---------------------------------------------------------------------------*/
#header {
	height: 80px;
	width: 100%;
	position: relative;
}
#logo {
	margin: 0px;
	padding-left: 20px;
	float: left;
}

h1 {
	font-size: 12px;
	color: #EDEDED;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	margin: 0px;
}
#senden {
	float:right;
	margin: 0px;
	padding-right: 20px;
	padding-top: 30px;
}

/*メインコンテンツ（右側ブロック）
---------------------------------------------------------------------------*/
#main {
	float: right;
	width: 650px;
	padding-top: 20px;
	padding-bottom: 50px;
	display: inline;
	margin-right: 16px;
}
h2 {
	font-size: 16px;
	line-height: 50px;
	padding-left: 30px;
	background-image: url(pic/kumo.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 5px;
}
#main p {
	padding: 0.5em 10px 1em;
}

/*サイドコンテンツ（左側ブロック）
---------------------------------------------------------------------------*/
#side {
	float: left;
	width: 200px;
	padding-top: 20px;
	padding-bottom: 50px;
	display: inline;
	margin-left: 16px;
}
/*h4見出しタグ設定*/
#side h4 {
	font-size: 16px;
	color: #000099;		/*文字色*/
	border-bottom: 3px double #000099;	/*下線の設定*/
	padding: 8px;
}
#side p {
	padding-top: 0.5em;
	padding-bottom: 1em;
}
a {
	color: #000033;
}
a:hover {
	color: #000099;
	text-decoration: none;
}
/*サイドメニュー
---------------------------------------------------------------------------*/
address {
	font-size: 11px;		
	line-height: 1.4;		
	text-align: center;		
	clear: both;
	width: 100%;
	border-top: 1px solid #EEEEEE;	
	padding-top: 10px;
	padding-bottom: 10px;
}
hr {
	clear: both;
}


/*音楽設定
---------------------------------------------------------------------------*/
.jacket {
	float: left;
	padding-right: 15px;
	padding-left: 15px;
}
.niconico {
	padding: 10px;
}
.memo{
	clear: both;
}
/*画像設定
---------------------------------------------------------------------------*/
div.sample{
    position:relative;
    width:535px;
    height:763px;
}
span.guard{
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	background-image:url(pic/spaner.png);
}
