#sidemenu {
	float: right;
	width: 200px;
}

#sidemenu ul.xoxo{
	list-style: none;
}

/*
#mainmenu ul li a {
	background: #aadd99 url(./images/menu.gif) no-repeat;
	color: #333399;
	padding-top: 0;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	width: 118px;
	height: 22px !important;
}

#mainmenu ul li a:hover {
	background: #ccff99 url(./images/menu_a.gif) no-repeat;
}
*/

/***
 * title
 */
.date {
	font-size: 1.2em;
	font-weight: bold;
	font-family: sans-serif;
	color: #036;
}


/***
 * images
 */

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}


/***
 * information side
 */
.xoxo ul{
	padding: 0;
	margin: 0;
}
.xoxo li{
	list-style: none;
	padding: 0;
	margin: 0;
}
.xoxo li a{
background-color:#9c9;
color:#009;
display:block;
width:160px;
margin:2px;
text-indent:10px;
text-decoration:none;
border-right:solid 1px #030;
border-bottom:solid 1px #030;
}
/* ver1
.xoxo li a{
	background-color:#9c9;
	color:#009;
	display:block;
	width:180px;
	margin:2px;
	text-indent:10px;
	text-decoration:none;
	border-right:solid 1px #030;
	border-bottom:solid 1px #030;
}
*/
.xoxo li a:hover{
	background-color:#cfc;
	color:#009;
	border-right:solid 1px #030;
	border-bottom:solid 1px #030;
}


h3.widget-title{
border:none;
background-color:#ffc;
text-align:center;
width:150px;
border-right:solid 1px #660;
border-bottom:solid 1px #663;
}
/* ver1
h3.widget-title{
	border:none;
	background-color:#ffc;
	text-align:center;
	width:180px;
	border-right:solid 1px #660;
	border-bottom:solid 1px #663;
}
*/
.clear{
    clear:both;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/***
 * form
 */
#bt_area {
	margin: 1em 0;
}
.input_error {
	color: #CC3333;
}

.input_long {
	width: 40em;
}
.input_middle {
	width: 15em;
}

.input_short {
	width: 4em;
}

.inlinelist {
	list-style-type: none;
	margin-left: 0;
}
.inlinelist li {
	display: inline;
	margin-right: 1em;
}

textarea.input_textarea {
	width: 40em;
	height: 10em;
}


/***
 * schedule
 */
.schedule table.t_02 p {
	margin: 0;
}

/***
 * mohayuni/haisyatai
 */
.type-mohayuni,
.type-haisyatai {
	width: 756px;
	margin: 0 auto;
	padding: 1em 0;
	border-bottom: 1px solid #999999;
}

.post_image {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 300px;
	overflow: hidden;
}
.post_image img {
	margin: 0;
}

.post_meta {
	float: left;
	width: 446px;
}

.post_meta h2{
}

.post_meta table {
	margin: 1em 0;
}

.post_meta table th {
	font-weight: normal;
	text-align: left;
	padding: 0.1em 1em 0.1em 0;
}

.post_meta table td {
	text-align: left;
}

.post_meta table p{
	margin-top: 0;
	margin-bottom: 0;
}

.maincontent>div.information {
	width: 860px;
}
#container.information{
	width: 660px;
	float: left;
}

