@charset "UTF-8";
/* CSS Document */
@import url("../basic.css");

div#main p.mainimage {
	background:none;
padding-bottom: 0px;
}

div#contents {
width: 535px;
float: right;
}


div#submenu {
width:235px;
background: url(../img/bg_banner.gif);
}

div#contents h1 {
	background: url(img/bg_stitle.gif) repeat-x left bottom;
	font-weight: bold;
	color: #039;
	}

div#contents div.flow{
	background-image: url(img/bg_flow.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
	margin-top: 10px;
	}
	
div#contents div.bottom{
	background-image: url(img/bg_flow_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	}
div#contents p.cube{
	width:96px;
	float:left;
	margin:0;
	padding:0;
	}
div#contents div.box{
	margin-left:100px;
	width:420px;
	background-image: url(img/bg_box.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 1px;
	border: 1px solid #CCC;
	}
div#contents div.box h2 {
	margin:0;
	padding:0;}	
div#contents div.box p{
	text-indent:1em;
	padding-top:5px;
	padding-right:5px;
	padding-left:7px;
	}
div#contents span {
	display:block;
	text-align:right;
	margin-top:10px;
	}
div#contents a {
	background-image: url(img/icon_flow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding:10px 0px 10px 25px;
	}
div#contents div.flowlast{
	background-image: none;
	margin-top: 10px;
	}
div#contents div.flowlast div.bottom {
	background-image: none;
	}
