@charset "utf-8";
/*オーナーページ*/

* {
	margin: 0;
	padding: 0;
}
body {
	text-align:center;   /* 下記のautoに未対応用のセンタリング */
    font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
    font-size: 80%;
	line-height: 1.5em;
	margin: 0px;
}
#frame {
	width: 920px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align:left;
}
h1 {
}
h2 {
	font-size: 96%;
	text-align: center;
}
h3 {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-size: 110%;
}
h4 {
	font-size: 96%;
	padding: 10px;
}
h5 {
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-size: 96%;
}
h6 {
	font-size: 80%;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
p {
	padding-top: 5px;
	padding-right: 25px;
	padding-left: 15px;
	font-size: 96%;
	padding-bottom: 5px;
}
img {
    border-style:none;
}
a{
	color : #0000ff;
	text-decoration : none;
}
a:visited{ 
	color : #A631C9;
	text-decoration : none;
}
a:hover{ 
	text-decoration : underline;
}
#main a{
	color : #0000ff;
	text-decoration : underline;
}
#main a:visited{
	color : #A631C9;
	text-decoration : underline;
}
.clearfloat {
	clear:both;
	line-height: 0px;
}
#header {
	border: 1px solid gray;
	height: 100px;
}
#header .rogo {
	float: left;
	height: 100px;
	width: 360px;
}
#header .side {
	float: right;
	height: 100px;
	width: 380px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header .side .sidetop {
	height: 30px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#header .side .sidemenu {
	height: 40px;
}
#header  .side  .sidemenu  div {
	float: right;
	list-style-type: none;
	margin-top: 12px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#navi {
	margin-left: 20px;
	height: 30px;
}
#navi div   {
	float: left;
	list-style-type: none;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contents {
}
#main {
	width: 740px;
	float: right;
}

#center {
	width: 490px;
	float: left;
}
#right {
	text-align: center;
	float: right;
	width: 236px;
}
#menu {
	width: 160px;
	float: left;
	border: 1px solid gray;
}
#menu a {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
}
#menu a:hover{
	background-image: url(../image/menu_hover.gif);
	background-repeat: no-repeat;
	background-position: 6px 7px;
	text-decoration: none;
}
#menu .select {
	background-image: url(../image/menu_select.gif);
	background-repeat: no-repeat;
	background-position: 6px 7px;
}
#menu div {
}
#menu .submenu_top {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#menu .submenu {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: gray;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#seo {
	text-align: center;
	padding-top: 10px;
}
#seo a {
	padding-right: 5px;
	padding-left: 5px;
}
#footer {
	text-align: center;
}
