* {
margin: 0;
padding: 0;
}

html {
	scrollbar-bace-color:#ffffff;
	scrollbar-track-color:#ffffff; 
	scrollbar-face-color:#000000; 
	}

body {
	margin:0px;
	margin-bottom: 25px;
	padding: 0;
	background-image:url(http://voxray.net/pc/bg.jpg);
	background-repeat:repeat;
	color: #FFF;
	line-height:120%;
	}

img {
	margin: 0px;
	padding: 0px;
	border: none;
	}


h1 {
	margin: 0px;
	padding: 0px;
	}

ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

div, td {
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	}


a { color: #FFF; text-decoration: none; }
a:link		{ color: #FFF; text-decoration: none; }
a:visited	{ color: #FFF; text-decoration: none; }
a:active	{ color: #FFF; text-decoration: none; }
a:hover		{ color: #FFF; text-decoration: underline; }



/* レイアウト---------------------------------------------------------------------- */
#box {
	width: 980px;
	margin: 20px auto 0 auto; 
	}

#side {
	width: 450px;
	margin-right:30px;
	float:left; 
	}

#main {
	width: 430px;
	margin-right:0px;
	float:left; 
	}

#cal {
	width: 0px;
	float: left;
	text-align: center;
	font-family: "Verdana";
	font-size: 14px;
	position: relative; top:-25px;
	}
#cal a {color: #E339A1; font-weight:bolder; text-decoration: none;}
#cal a:link {color: #99ccff; font-weight:bolder; text-decoration: none;}
#cal a:visited {color: #99ccff; font-weight:bolder; text-decoration: none;}
#cal a:active {color: #99ccff;font-weight:bolder; text-decoration: none;}
#cal a:hover {color: #999;font-weight:bolder; text-decoration: none;}

#header {
	height: 120px;
	}

#side_01 {
	width: 180px;
	margin-right: 60px;
	float: left; 
	}

#side_02 {
	width:180px;
	float:left; 
	}

.copyright {
	font-family: "Verdana";
	font-size: 15px;
	margin-top:15px;
	margin-bottom: 10px;
	}


/* サイトタイトル---------------------------------------------------------------------- */

.site_title {
	font-size: 15px;
	text-align: right; 
	}

.description {
	color: #CCC;
	font-size: 12px;
	text-align: right; 
	}

.site_title a {color: #FFF;text-decoration: none;}
.site_title a:link {color: #FFF;text-decoration: none;}
.site_title a:visited {color: #FFF;text-decoration: none;}
.site_title a:active {color: #FFF;text-decoration: none;}
.site_title a:hover {color: #FFF;text-decoration: none;}



/* エントリー---------------------------------------------------------------------- */

.entry_navi {
	font-size: 15px;
	color: #E339A1;
	margin-bottom:10px;
	}

.entry_navi a,
.entry_navi a:link,
.entry_navi a:visited,
.entry_navi a:active,
.entry_navi a:hover {color: #000; background: #E339A1; text-decoration:none;}

.entry {
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	padding: 0px;
	margin-bottom:15px;
	border-bottom: 1px #666 dotted;
	}

.entry_head {
	margin: 0px;
	padding-top: 15px;
	padding-left: 20px;
	background: url(./template/black/img/entry_head.gif) no-repeat; 
	}

.entry_date {
	font-family: "Verdana";
	font-size: 12px;
	font-weight: bolder;
	margin-bottom:5px;
	}

.entry_title {
	font-size: 12px;
	font-weight: bolder;
	}

.entry_state1 {
	color: #999;
	font-size: 10px;
	position: relative; top:-5px;
	}

.entry_state1 a,
.entry_state1 a:link,
.entry_state1 a:visited,
.entry_state1 a:active,
.entry_state1 a:hover {color:#999;}


.entry_body {
	color: #BEBEBE;
	margin: 10px 0px 10px 0px;
	font-size: 10px;
	}

.entry_more {
	color: #BEBEBE;
	font-size: 10px;
	}

.entry_state2 {
	margin: 0px 0px 0px 0px;
	font-size: 10px;
	}

blockquote {
	font-size: 10px;
	color: #999;
	margin: 10px 0;
	padding: 5px;
	border: 1px solid #666;
	}

.pict {
	border:1px #CCC solid;
	}



/* コメント・トラックバック---------------------------------------------------------------------- */

.comment {
	font-size: 10px;
	color: #CCC;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #666;
	}

.comment_state {
	margin-top: 5px;
	border-top: 1px dotted #666;
	}

.tb_title {
	font-size: 10px;
	font-weight: bolder;
	border-bottom: 1px dotted #666;
	margin-bottom:5px;
	}


/* サイドメニュー---------------------------------------------------------------------- */

.linktitle {
	font-family: "Verdana";
	font-size: 12px;
	font-weight: bolder;
	color: #E339A1;
	text-align:right;
	margin-bottom: 8px;
	}

.linktitle img {
	weight: 12px;
	height: 12px;
	border: none;
	margin-right: 3px;
	}

.linktext {
	color: #CCC;
	font-size: 10px;
	text-align:right;
	border-bottom: 1px #666 dotted;
	padding-bottom:10px;
	margin-bottom:10px;
	}

/* フォーム---------------------------------------------------------------------- */

#box input,
#box textarea,
#box select {
	color:#FFF;
	font-size :12px;
	background-color:#444;
	border: 1px solid #E339A1;
	padding: 2px;
	}

.button {
	margin-top: 3px;
	}


/* アマゾン---------------------------------------------------------------------- */

.amazon_text {
	text-align: left;
	}

.amazon_text strong {
	color: #FFF;
	}
