/* CSS Document */
/* 秘密結社 鷹の爪 THE MOVIE II〜お台場“ついついうっかり告白”キャンペーン〜 */

/* 全称セレクタでブラウザ毎のクセをリセット */
* {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	border: none;
	font-size: 12px;
	line-height: 150%;
}


/* 全体レイアウト */
body{
	background-color: #000000;
	background-image: url(../img/bg.gif);
	color: #FFFFFF;
	font-size: 10px;
	background-position: center;
	background-repeat: repeat-y;
}

#header{
	width: 830px;
	height: 264px;
}

#main{
	width: 830px;
	background-color: #0c143b;
	background-repeat: repeat-y;
}

#footer{
	width: 830px;
	height: 75px;
}

#space{
clear: both;
}

#space:after{
content: ""; 
display: block; 
clear: both;
}

/*★★★★★★★★★★★★★★★★★★★★★★★★★★★★★*/

#kakomi1{
	width: 500px;
	background-color: #ff0000;
	font-size: 14px;
	color: #FFFFFF;
	text-align: left;
}

.txt_large{
	font-size: 18px;
}

#box_kokuhaku{
	width: 660px;
	background-color: #ffffff;

}


/*★★★★★★★★★★★★★★★★★★★★★★★★★★★★★*/

/* ハイパーリンク文字設定 */
a:link {
	color: #660000;
	text-decoration: none;
}
a:visited {
	color: #660000;
	text-decoration: none;	
}
a:hover {
	color: #FF0000;
	background-color: #D3C69C;
	text-decoration: none;	
}
a:active {
	color: #ffff00;
	background-color: #D3C69C;
	text-decoration: none;	
}
