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

body  {
	color:#000000;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 14px;
}

p {
	margin-bottom: 10px;
}

#container {
	width: 705px;
	padding: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-top: 0px;
}

#header {
	margin: 0px;
	padding: 0px;
}

#content {
	color: #000000;
	line-height: 20px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(img/imge01.jpg);
}

.line150 {
	line-height: 150%;
}
.line200 {
	line-height: 200%;
}
.text14 {
	font-size: 14px;
}

.text16 {
	font-size: 16px;
	line-height: 25px;
}

.text20 {
	font-size: 20px;
	line-height: 27px;
}

.text25 {
	font-size: 25px;
	line-height: 35px;
}

.text35 {
	font-size: 35px;
}

.bold {
	font-weight: bold;
}

.boldred {
	font-weight: bold;
	color: #FF0000;
}

.boldblew {
	font-weight: bold;
	color: #0000FF;
}

.backash {
	background-color: #CCCCCC;
}
.box_red {
	border: 2px solid #CC0000;
	padding: 5px;
}
.box_blue {
	border: 1px outset #999999;
	width: 587px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.box_gray {
	border: 2px solid #333333;
	padding-top: 10px;
	padding-bottom: 10px;
}
.box_red_gray {
	border: 2px solid #CC0000;
	padding: 5px;
	background-color: #EFEFEF;
}
.box_yellow2 {
	border: 1px double #E1E1E1;
	padding-top: 10px;
	padding-bottom: 5px;
}
.box_yellow {
	padding: 10px;
	width: 530px;
	margin-left: 25px;
	margin-top: 15px;
	border: 1px dotted #DACB10;
}
ul{
 list-style-image:url(img/p01.gif); 
 }
 
#centerbox {
	text-align: center;
}

#centerbox2 {
	font-size: 12px;
	font-weight: normal;
}
