@charset "utf-8";
/* *************************************** */
/*     PS_template 2.02 (UTF-8 ver.)       */
/*       ver 2.0  Release : 2007.05.11     */
/*       ver 2.01 Release : 2007.05.15     */
/*       ver 2.02 Release : 2007.05.18     */
/* *************************************** */

/* ********** CSS Compatibility ********** */
/*   full:Win IE6,7;Firefox1.5,2.0;        */
/*        Mac Safari 1.3;Firefox 1.5,2.0;  */
/*   Not usable:                           */
/*        IE 5.5-;NC4                      */
/* *************************************** */


/*  ==================== universal styles ==================== */
* {
	font-family: Osaka, "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
	color: #333333;
	margin: 0px;
	padding: 0px;
	list-style: none;
	outline: none;
}

/* フッターを下に常置 */
html {
	overflow-y: scroll;
	height:100%;
}
body {
	height:100%;
}
#outside {
	margin-right: auto;
	margin-left: auto;

}
* html div#outside{
	height:100%;
}
div#outside{
	position:relative;
	min-height: 100%;
}
body > #outside {
	height: auto;
}

#footer_outside{
	position:absolute;
	bottom:0;
}
/*  フッターを下に常置 */


img {
	border: 0;
}
a img {
	vertical-align: bottom;
}
.log_script {
	display: none;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	line-height:0;
	visibility: hidden; 
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear {
	clear: both;
}

/* ----- text_hide ----- */
.text_hide {
	text-indent: -9999px;
}

/* --------------- images & captions  --------------- */
p img {
	padding: 0;
	max-width: 100%;
 }
a img {
	border: none;
 }

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 18px;
	text-align: center;
}
.alignright {
	float: right;
	margin: 0 0 18px 18px;
}
.alignleft {
	float: left;
	margin: 0 18px 18px 0;
}

img.aligncenter {
	padding: 4px;
	border: 1px solid #b9b8b8;
}
img.alignright {
	padding: 4px;
	border: 1px solid #b9b8b8;
	display: inline;
}
img.alignleft {
	padding: 4px;
	border: 1px solid #b9b8b8;
	display: inline;
}

/* --------------- edit --------------- */
a.post-edit-link {
	display:block;
	width: 113px;
	height:32px;
	text-indent:-9999px;
	background-image: url(/resource/images/common_images/btn_edit_post.png);
	background-repeat:no-repeat;
	background-position:left top;
	margin: 10px 0px;
}

a.post-edit-link:hover {
	background-position:left bottom;
}

/* --------------- form --------------- */
input , textarea {
	padding: 2px;
	font-size: 12px;
}

/* --------------- sponcers --------------- */
#sponcers a img {
    width: 100%;
}