@charset "UTF-8";
/* CSS Document */

/* structure and block-level elements */
html,body,div,h1,h2,h3,h4,h5,h6,
p,blockquote,pre,adress,ul,ol,dl,dt,dd,
table,th,td,form,fieldset,input {
	margin:0;
	padding:0;
}
img {
	vertical-align: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*共通アイテム*/

.clear {
	clear: both;
	width: 100%;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

#header_line {
	background-color: #660033;
	height: 3px;
	width: 800px;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
}
#container {
	width: 760px;
}
#footer_l {
	width: 380px;
	text-align: left;
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
	height: 10px;
	text-indent: 20px;
}
#footer_r {
	width: 380px;
	text-align: right;
	float: right;
	padding-top: 15px;
	padding-bottom: 15px;
	height: 10px;
}
#footer_end {
	width: 760px;
	height: 0px;
	clear: both;
}
#brand {
	float: left;
	width: 65px;
}
#maincontent {
	width: 694px;
	float: right;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-right-color: #B3B3B3;
	border-right-style: solid;
}
#header {
	height: 34px;
	padding-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B3B3B3;
}
#title {
	background-color: #D9D9D9;
	height: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B3B3B3;
	padding: 0px;
	margin: 0px;
}
#content {
	background-color: #F2F2F2;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B3B3B3;
	background-image: url(../images/common/border_h.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	padding-top: 1px;
}
#h-line {
	height: 0px;
	width: 760px;
	font-size: 0px;
	clear: both;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #B3B3B3;
}
