/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

img{
	 border: 0;
	}

ul,ol,dl,li {
	list-style: none;
	list-style-type: none;
}

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}

#contents{
    width:650px;
	margin-left:auto;
	margin-right:auto;
	line-height:16px;
	font-size:12px;
	background-image: url(images/bg.jpg);
	color: #333333;
	}
#inbox{
	width:100%;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/index_bg.gif);
	}
#read{
	padding-top: 16px;
}

.detail{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 3px;
}

#pdf{
	text-align: right;
	padding-right: 30px;
}

#guide{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border: #b3b3b3 dashed 1px;
}

.kome{
	font-size: 10px;
}

.red{
	color: #FF0000;
}

.small{
	font-size: 10px;
	line-height: 18px;
	margin-bottom: 16px;
}
.small a{
	color: #333333;
	font-weight: bold;
}

.textarea{
	padding: 10px 15px;
}

li{
	float: left;
	padding-right: 20px;
}

.clear{
	clear:both;
	line-height:0px;
	height:0px;
}

#foot{
	width:650px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 23px;
	padding-bottom: 25px;
	background-image: url(images/bg.jpg);
	background-position: bottom;
}

