
* {
	color:#ffffff;
	padding:0;
	font-size: 11px;
	line-height: 150%;
	font-family: Verdana, Arial, sans-serif;
	background-image: none;
}

body {
	background-color: #000000;
	background-image: url();
	background-repeat: repeat-x;
	background-attachment: fixed;
}

a {
	color:#dd00ff;
	font-size: 21px;
	text-decoration: none; 
}

a:hover {
	color: #9d00ff;

}

a img {
	border:none;
}


hr {
 margin : 10px 0px 0px 0px ;
 padding : 0 ;
 display : block ;
color : #000000 ;
 border-style : solid ;
 border-width : 1px 0 0 0 ;
 border-color : #dd00ff ;
 background-color : transparent ;
}
input, select, textarea { 
color: #222222; 
}


.green{
color:#006600; font-weight:normal;
}
.lime{
color:#33ff00; font-weight:normal;
}
.orange{
color:#FF8C00; font-weight:normal;
}
.red{
color:#FF0000; font-weight:normal;
}
.pink{
color:#FF0066; font-weight:normal;
}
.yellow{
color:#FFFF00; font-weight:normal;
}
.purple{
color:#855eeb; font-weight:normal;
}
.blue{
color:#6587eb; font-weight:normal;
}
.grey{
color:#999999; font-weight:normal;
}
.don{
font-size:14pt; font-weight:bold;
}
.title{
font-size:20pt; color:#FF0000; font-weight:bold;
}
.strong{
font-size:12pt; font-weight:bold;
}
.b{
font-size:10pt; font-weight:bold;
}
.don a{
font-size:14pt; font-weight:bold;
}
.strong a{
font-size:12pt; font-weight:bold;
}
.3{
font-size:20pt; font-weight:normal;
}
.4{
font-size:30pt; font-weight:normal;
}
.5{
font-size:40pt; font-weight:normal;
}
.6{
font-size:50pt; font-weight:normal;
}

/*
本文パターン
-------------------------------------------------------------------*/

#full {
	width:auto;
	padding: 0px 10px 0px 10px;
	margin-right:auto;
	margin-left:auto;
	margin-top: 5px;
	border: none;
}


#credit{
width:100%; padding:0px; margin-bottom:30px; border-style:none;
font-size:10pt;
}
.one{
width:240px; padding-right:5px; margin:0px; border-style:none; float:left;
}
.icon{
width:40px;
}
#credit table{
table-layout:fixed; border-collapse:collapse; empty-cells:show;
width:100%; padding: 0px; margin:5px 0px; border:solid 1px #666666;
font-size:8pt; line-height:120%; letter-spacing:1px;
}
#credit td{
padding:2px; margin:0px; border:solid 1px #666666;
text-align:left; vertical-align:middle;
font-size:7pt;


}
#size table{
table-layout:fixed; border-collapse:collapse; empty-cells:show;
width:400px; padding:0px; margin-top:5px; border-style:none;
font-size:8pt; line-height:120%; letter-spacing:1px;
}
#size td{
padding:2px; margin:0px; border:solid 1px #cccccc; border-style:solid none;
color:#cccccc; text-align:left; vertical-align:top;
}


h2.trigger {
	padding: 0 0 0 0px;
	margin: 0 0 0 0;
	background: #00000;

	font-size: 2em;
	font-weight: normal;
	float: left;
}
h2.trigger a {
	color: #000;
	text-decoration: none;
	display: block;
}
h2.trigger a:hover { color: #000; }
h2.active {background-position: left bottom;} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
.toggle_container {
	margin: 0 0 0px;
	padding: 0;
	background: #000000 url(toggle_block_stretch.gif) repeat-y left top;
	overflow: hidden;
	font-size: 1.2em;
	width: 500px;
	clear: both;
}
.toggle_container .block {
	padding: 0px; /*--Padding of Container--*/
	background: url(toggle_block_btm.gif) no-repeat left bottom; /*--Bottom rounded corners--*/
}