*{
	margin: 0px;
	padding: 0px;
}

img{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

a:hover{
	text-decoration: none;
}

a:visited{
	color: #0000ff;
}

ul li{
	list-style-image: none;
	list-style-type: none;
}

body {
	background-color: #efefef;
	margin: 0px;
	padding: 0px;
}

h1{
	font-size: 12px;
	font-weight: normal;
	color: #bfbfbf;
	width: 756px;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;
}

h1 a{
	color: #bfbfbf;
	text-decoration:none;
}

h1 a:visited{
	color: #bfbfbf;
}

#wrap {
	margin: 0px auto;
	padding: 0px;
	width: 760px;
	position: relative;
	border: 1px solid #7f7f7f;
	font-size:12px;
	color:#016e37;
	background-image: url(images/wrap.gif);
	background-repeat: repeat-y;
}

/*　header　*/	
#header {
	height: 192px;
	background-image: url(images/header.jpg);
}	

.logo{
	position: absolute;
	left: 220px;
	top: 60px;
}

#navbar {
	height: 60px;
	background-image: url(images/navbar.gif);
	padding-left:260px;
	padding-top:8px;
}

/*　menu start　*/	
#left {
	width: 220px;
	float: left;
	margin: 0px;
	padding: 0px;
}	

#left h2{
	font-size: 14px;
	color:#652200;
	font-weight: bold;
	background-image: url(images/icon1.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 35px;
	padding-right:20px;
	text-shadow: 1px 1px 2px #ccc;
	line-height: 30px;
	margin-top:10px;
}

#left ul{
	margin: 0px;
	padding: 0px;
}

#left ul li{
	line-height: 20px;
	padding-left: 30px;
}

#left ul li a:hover{
	text-decoration: none;
	background-color: #DB7093;
}

/*　contents start　*/		
#content {
	float: right;
	width: 540px;
}

#content p{
	font-size: 13px;
	line-height: 20px;
	padding-right:10px;
	margin-bottom:10px;
}

#content ol,ul{
	line-height: 18px;
	margin-left: 20px;
}

.navi ul li{
	display: inline;
	padding-left: 20px;
	background-image: url(images/icon4.png);
	background-repeat: no-repeat;
	background-position: left;	
}	

.navi ul li.home{
	background-image: url(images/icon3.png);
}

/*　pickup and bookmark　*/
.pickup{
	float: left;
	width: 360px;
	background-image: url(images/icon5.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 60px;
	line-height:18px;
}

.bookmark{
	float: right;
	width: 100px;
}

/*　banabox start　*/
.banabox{
	width: 540px;
	margin-top: 15px;
}

.banabox-left{
	float: left;
	width: 152px;
	height:144px;
	display:block;
	background-image: url(images/bana.gif);
}

.banabox-left img{
	margin-top: 12px;
	margin-left: 16px;
	width:120px;
}

.banabox-right{
	float: right;
	background-image: url(images/bana-words.gif);
	width: 362px;
	height:114px;
	display:block;
	padding-top:30px;
	padding-right:26px;
}

.bana-words {
	line-height: 15px;
}

h3.post-title{
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	margin-bottom:3px;
}

/* data-table */
.data{
	border: 1px solid #cccccc;
	width: 520px;
	border-collapse:collapse;
	margin-left:5px;
	margin-bottom:20px;
}

.data td{
	border: 1px solid #cccccc;
	padding: 5px;
}

.data th{
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	padding: 5px;
}

/* column */
h3.post-top,
h3.post-mid,
h3.column{
	font-size: 14px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #016e37;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #016e37;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-top:30px;
}

h3.post-top{
	font-weight: bolder;
	color:#e39d33;
	margin-top: 20px;
	margin-bottom: 15px;
	border-bottom-color: #e39d33;
	border-left-color: #e39d33;
}

h3.post-mid{
	color: #e39d33;
	border-left-width: 0px;
	margin-bottom: 15px;
	border-bottom-color: #e39d33;
	margin-top: 10px;
	padding-left: 5px;
}

.data-column{
	width: 520px;
	margin-left: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-bottom: 20px;
}

.data-column td{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #00FF00;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
}

.column-sub-l{
	width: 250px;
	float:left;	
}

.column-sub-r{
	width: 250px;
	float:right;
	margin-right:20px;	
}

h3.column-sub{
	font-size: 13px;
	font-weight:bold;
	color:#e39d33;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #e39d33;
	border-left-color: #e39d33;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 10px;
}

/*　footer start　*/	
#footer {
    clear:both;
	text-align: center;
	height: 80px;
	background-color: #DE0000;
	background-image: url(images/footer.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding-top:25px;
}

.sites ul{
	margin-top: 25px;
	margin-bottom:5px;
}

.sites ul li{
	display: inline;
	font-size: 11px;
}

.sites ul li a{
	text-decoration: none;
	color:#016e37;
}

/* margin set */

.mr_t5{ margin-top:5px;}

.mr_t10{ margin-top:10px;}

.mr_t20{ margin-top:20px;}

/* font set */	
.red{
	color: #FF0000;
}

.px10{
	font-size: 10px;
}

.clear{
	clear: both;
}	