﻿@charset "UTF-8";

/*Settings*/
	/*Hx*/
h1,h2,h3,h4,h5,h6 {margin:0; padding:0;}
.post_title {
	font-size:125%;
	font-weight:bold;
	color:#36f;
}

/*Line*/
hr {
	border:2px solid #ccc;
	margin:20px 0;
	padding:0;
}

p {line-height:160%;}
dd {line-height:140%;}
p#contents {
	letter-spacing:0.5em;
}

/*Image*/
a img {border-style:none;}

/*Hidden*/
.hidden {display:none;}

/*Fonts___span*/
.s {font-size:65%;}
.m {font-size:75%;}
.lg {font-size:140%;}
.b {font-weight:bold;}
.c {text-align:center;}
.l {text-align:left;}
.r {text-align:right;}
.red {color:#f00;}
.blue {color:#00f;}

/*Float*/
.fl {float:left;}
.fr {float:right;}
.c-both {clear:both;}

/*Lists*/
.type-none {list-style-type:none;}
.type-disc {list-style-type:disc;}
.type-circle {list-style-type:circle;}
.type-square {list-style-type:square;}
.type-decimal {list-style-type:decimal;}
.type-ualpha {list-style-type:upper-alpha;}
.type-lalpha {list-style-type:lower-alpha;}
.type-uroman {list-style-type:upper-roman;}
.type-lroman {list-style-type:lower-roman;}

/*一覧へ*/
.to-list-info a {
	display:block;
	width:125px; height:26px;
	background:url(../images/page_cat/info_all.png) no-repeat;
	overflow:hidden;
	text-indent:-9999999px;
	margin:7px 10px 0px 0px; padding:0;
	-moz-background-size:100% auto;
	background-size:100% auto;
}

.to-list-event a {
	display:block;
	width:125px; height:26px;
	background:url(../images/page_cat/event_all.png) no-repeat;
	overflow:hidden;
	text-indent:-9999999px;
	margin:7px 10px 0px 0px; padding:0;
	-moz-background-size:100% auto;
	background-size:100% auto;
}

/*Frames*/
.frame {
	border:1px solid #ccc;
	margin:10px 0; padding:0;
}
.frame:after {
	content:"";
	clear:both;
	height:0;
	display:block;
	visibility:hidden;
}

/*P*/
p#plugin {
	font-size:75%;
	text-align:center;
	margin:3px 0; padding:0px;
}
.comment {
	font-size:85%;
	margin:0; padding:0;
}

/*サイトのご利用_____プラグイン*/
.plug_img {
	width:160px;
	text-align:left;
	float:left;
	margin:0; padding:0;
}
.plug_txt {
	width:420px;
	font-size:85%;
	text-align:left;
	line-height:120%;
	float:right;
	margin:0; padding:0;
}

/*投稿画像の配置*/
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}