@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;
	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: 15px;
	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;
}
article 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;
}
article a{
	color : #0000ff;
	text-decoration : underline;
}
article 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;
}

/******ie6 png *********************************************************/
* html .png {
    width:273px;
    height:25px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
(src=//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;
}
nav {
	margin-left: 5px;
	height: 30px;
}
nav div {
	float: left;
	list-style-type: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#main {
	border: 1px solid gray;
	background-repeat: repeat-y;
	background-position: 160px;
	background-image: url(../image/line.gif);
}
article {
	width: 580px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 0px;
	float: right;
}
article .title {
	float: left;
	margin-right: 20px;
}
article .subtitle {
	float: right;
	margin-left: 20px;
}
article .all {
	width: 570px;
	margin-bottom: 15px;
}
#sns {
	margin-top:10px;
	padding-bottom:5px;
	border-bottom: 1px solid gray;
}
#fb {
	float:left;
	margin-right:5px;	
}
article .center {
	width: 280px;
	float: left;
	margin-bottom: 15px;
}
article .right {
	float: right;
	width: 280px;
	margin-bottom: 15px;
}
article .column {
	width: 180px;
	float: left;
	margin-right: 6px;
	margin-left: 6px;
	margin-bottom: 10px;
	margin-top: 0px;
}
article .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;
}
article .table .leftcell {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #979797;
}
article .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;
}
#mail a {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#mail a:hover {
	background-image:none;
}
footer {
	margin-top:10px;
	margin-bottom:10px;
	text-align: center;
}

article ul {
	margin-left:35px;
}
article li {
	list-style:circle;
	padding:2px;
}
article .center ul li ul {
	margin-left:20px;
}
article .right ul li ul {
	margin-left:15px;
}
article ul li ul li {
	list-style-type: none;
}
.date {

}
#top {
	text-align:right;
}
#red {
	color: #FF0000;
}
.hot {
	font-size:50%;
}


/*yado専用*/
.stay form {
	margin: 0px;
	padding: 0px;
	float: none;
}
.stay {
	margin: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
.stay th {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	text-align: left;
	height: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	background-color: #CCCCCC;
	padding-left: 10px;
}
.stay td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	padding:3px;
	text-align: center;
	font-size: 95%;
}
#form {
	margin-left:20px;
	padding:5px;
}
#ham {
	display: none;
}
#pagetop {
    position: fixed;
    bottom: 16px;
    right: 0px;
}