@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;
}
#frame {
	width: 760px;
	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-left: 10px;
	font-size: 110%;
}
h4 {
	font-size: 96%;
	color: #96514d;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}


h5 {
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 96%;
}
h6 {
	font-size: 80%;
}
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;
}

#frame .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: 5px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contents {
	border: 1px solid gray;
	background-repeat: repeat-y;
	background-position: 160px;
	background-image: url(../image/line.gif);
}
#main {
	width: 580px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: right;
}
#main h4 {
	width: 520px;
}

#main .title {
	float: left;
}
#main .subtitle {
	float: right;
	margin-left: 20px;
}

#main .center {
	width: 280px;
	float: left;
	margin-bottom: 10px;
}
#main .right {
	float: right;
	width: 280px;
}
#menu {
	width: 160px;
	float: left;
}
#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 {
	margin-right: 5px;
	margin-left: 5px;
}
#footer {
	text-align: center;
}
