@charset "UTF-8";

/* CSS Document */

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


body {
	font-size: small;
	color: #333333;
	line-height: 1.5em;
	font-family: "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , Osaka, "メイリオ" , "Meiryo" , "ＭＳ Ｐゴシック", san-serif;
	background-image: url(../images/base/wall.gif);
}

img {
	border: 0;
}


a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}


ul,ol,li {
	list-style-type: none;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dd,li,pre,form,fieldset,input,textarea,select {
margin: 0px;
	padding: 0px;
	color: #000000;
	font-style: normal;
	font-size: small;
	font-weight: normal;
	line-height: 1.6;
}

/* ---------- */

#submenu {
	margin: 0px;
	padding: 0px;
	width: 750px;
	background-color: #f88b00;
}
#submenu li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#bottom {
	width: 750px;
	background-color: #f88b00;
	background-image: url(../images/base/copy.gif);
	height: 20px;
	clear: both;
	margin-top: 10px;
}

#main {
	width: 750px;
	background-color: #FFFFFF;
	text-align: center;
	margin: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #F88B00;
	border-bottom-color: #F88B00;
	border-left-color: #F88B00;
}

#clearset {
	clear: both;
}
