/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body{
	margin: 0px;
	padding: 0px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#box{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 820px;
	background-image:  url("../commo_img/contents_bg.gif");
	background-repeat: repeat-y;
	text-align: center;
	height: auto;
	padding: 2px 0px 0px;
	border-bottom-width: 1px;
	border-bottom-style: inset;
	border-bottom-color: #cccccc;
}

#box:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #box {
    height: 1em;
    overflow: visible;
}
/**/


#title{
	margin-top: 5px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 816px;
}
#header{
	font-size: 12px;
	width: 802px;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}

#contents {
	width: 750px;
	text-align: left;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 30px;
	padding-bottom: 20px;
}
#top{
	text-align: left;
	padding: 10px;
	clear: both;
	float: none;
	width: 760px;
	margin: 10px;
	height: 150px;
}

#right{
	text-align: left;
	padding: 10px 5px 80px;
	clear: none;
	float: right;
	width: 140px;
	margin-top: 0px;
	margin-right: 5px;
}
#left {
	font-size: 14px;
	line-height: 1.8em;
	padding: 5px;
	float: left;
	width: 580px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	clear: none;
	text-align: left;
	margin-left: 30px;
}

#footer{
	width: 100%;
	text-align: center;
	font-size: 12px;
	margin: 0px auto;
	vertical-align: top;
	line-height: 1.3em;
	padding-top: 0px;
	color: #333333;
	clear: both;
}
