*{
	/*border:0;
	*/padding:0;
	margin:0;
}

ul{
	list-style-type:none;
}

body {
	font-size:12px;
	}
	
A 			{ color: #00F; text-decoration: underline; font-weight:bold;}
A:link		{ color: #00F; text-decoration: underline; font-weight:bold;}
A:visited	{ color: #00F; text-decoration: underline; font-weight:bold;}
A:active	{ color: #C00; text-decoration: underline; font-weight:bold;}
A:hover		{ color: #C00; text-decoration: underline; font-weight:bold;}

#bbs {

	width: 680px;
	padding:20px;
	}
	
#blank {
	font-size:1px;
	height:5px;
	}
	
.blank-line {
	font-size:1px;
	width: 100%;
	margin-top:3px;
	margin-bottom:20px;
	}

/*-------------------------HEADER
*/
#header {
	width: 665px;
	height: 15px;
	padding: 5px 5px 5px 10px;
	}
	
#header ul li{
	display:block;
	float:left;
	}
	
#header ul li#bumon{
	font-size:80%;
	color:#FFF;
	width:460px;
	}

#header ul li#rss{
	width:200px;
	text-align:right;
	}

#title{
	width:660px;
	height:30px;
	background-color:#FFF;
	margin:10px;
	}

#title ul li{
	display:block;
	float:left;
	}
	
#title ul li#title-txt{
	font-size:160%;
	width:280px;
	}

#title ul li#txt{
	font-size:100%;
	line-height:180%;
	/*width:380px;*/
	}
	
	#title ul:after {
	content: ".";
	font-size: 0.1em;
	line-height: 0;
	display: block;
	height: 0.1px;
	visibility: hidden;
	clear: both;
}

#bottom {
	font-size:1px;
	width: 680px;
	height:5px;
	}
	
/*-------------------------CONTENTS
*/
#contents {
	background-color:#FFF;
	width: 640px;
	margin-top:20px;
	margin-left:20px;
	}
	
.date{
	font-size:100%;
	}
	
.date2{
	font-size:100%;
	margin-bottom:10px;
	padding-left:5px;
	}
	
.tit{
	width: 100%;
	font-size:160%;
	margin-bottom:10px;
	}

.txt{
	line-height:180%;
	margin-bottom:10px;
	}

/*-------------------------FOOTER
*/
#pagetop{
	width:665px;
	font-size:100%;
	margin:10px;
	text-align:right;
	}

#page{
	width:660px;
	margin-top:30px;
	margin-bottom:30px;
	text-align:center;
	}

#footer {
	width: 660px;
	padding:5px 5px 5px 20px;
	font-size:80%;
	color:#FFF;
	text-align:right;
	}















