@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 {
	padding: 5px;
}

h2 {
	font-size: 100%;
	text-align: center;
}
h3 {
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 10px;
	font-size: 110%;
}
h4 {
	font-size: 96%;
	color: #96514d;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#main h5 {
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-size: 96%;
}#menu h5 {
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 96%;
}
h6 {
	/*footer*/
	font-size: 80%;
}
p {
	padding-top: 5px;
	padding-right: 25px;
	padding-left: 20px;
	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;*/
	background-color: #006948;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	height: 55px;
}

/******ie6 png *********************************************************/
* html .png {
    width:273px;
    height:25px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
(src=http://www.p-harmony.net/image/rogo.png);
}
* html .png img {
    display:none;
}
/***********************************************************************/

#description {
	color: #FFFFFF;
	float: left;
	font-weight: bold;
}
#side {
	float: right;
}
#side span {
	padding-left: 15px;
	font-weight: bold;
}
#side a {
	color: #FFFFFF;
}

#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: 20px;
	padding-left: 0px;
	float: right;
}
#main .title {
	float: left;
	margin-right: 20px;
}
#main .subtitle {
	float: right;
	margin-left: 20px;
}
#main .all {
	width: 570px;
	margin-bottom: 15px;
}
#main .center {
	width: 280px;
	float: left;
	margin-bottom: 15px;
}
#main .right {
	float: right;
	width: 280px;
	margin-bottom: 15px;
}
#main .column {
	width: 180px;
	float: left;
	margin-right: 6px;
	margin-left: 6px;
	margin-bottom: 15px;
	margin-top: 0px;
}
#main .table {
	font-size: 96%;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: gray;
}
#main .table .leftcell {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #979797;
}
#main .table td {
	padding: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #979797;
	border-bottom-color: #979797;
	text-align:center;
}
#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;
}
#twitter a {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#twitter a:hover{
	background-image: none;
}
#mail a {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#mail a:hover {
	background-image:none;
}
#seo {
	text-align: center;
	padding-top: 10px;
}
#seo a {
	margin-right: 5px;
	margin-left: 5px;
}
#footer {
	text-align: center;
}

#main ul {
	margin-left:35px;
}
#main li {
	list-style:circle;
	padding:2px;
}
#main .center ul li ul {
	margin-left:20px;
}
#main .right ul li ul {
	margin-left:15px;
}
#main ul li ul li {
	list-style-type: none;
}
#date {
	float:right;
	margin-right:10px;
}
#top {
	text-align:right;
}
#red {
	color: #FF0000;
}
