@charset "shift_jis";

/*
======================================
	reiko
	2009.4.20
	
	[1]Clear
	[2]clearfix
	[3]Common
	[4]Appearances
		1)Article
		2)New_Backnunber
======================================	
*/

/*
-------------------------
	[1]Clear
-------------------------
*/
.clear{
	font-size:0;
	line-height:1em;
	margin:0;
	padding:0;
	clear:both;
	height:0;
	width:0;
	display:none;
}

/*
-------------------------
	[2]clearfix
-------------------------
*/
.clearfix {
	zoom:1;/*for IE 5.5-7*/
}
.clearfix:after {
    content: " ";
    display: block;
    visibility: hidden;
    height: 0px;
    clear: both;
}
* html .clearfix {
	display: inline-block;
}

/*
-------------------------
	[3]Common
-------------------------
*/
body,td,th,h1,h2,h3,h4,h5,h6,li,dt,dd,input,textarea,pre,div,p{
	font-family:"Hiragino Kaku Gothic Pro", ƒqƒ‰ƒMƒmŠpƒS Pro W3, Osaka, "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	font-size:12px;
	line-height:1.4em;
	font-weight:normal;
	color:#333;
}

body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, form, pr {
	margin:0;
	padding:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
img {
	border:0;
}
a {
	text-decoration:none;
	color:#13B359;
}
a:hover {
	text-decoration:none;
	color:#ccc;
}
.PageTop{
	margin-top:10px;
	font-size:10px;
	text-align:right;
}

/*
-------------------------
	[4]Appearances
-------------------------
*/
/*
++++++++++++++++++++++
	1)Article
++++++++++++++++++++++
*/
.AppearancesContainer{
	margin:10px 15px 20px 54px;
	text-align:left;
}
.AppearancesContents{
	width:430px;	
}
.ColumnTitle{
	background:url(../appearances/image/midashi_bg.gif) no-repeat left top;
	margin-top:25px;
	padding:11px 5px 2px 35px;
	font-size:16px;
	font-weight:bold;
	color:#13B359;
	border-bottom:1px solid #0D94BB;
}
.ColumnText{
	margin:0 10px;
}
.ColumnText dd{
	margin-top:10px;
}
.ColumnDay{
	margin:5px 0;
	font-size:11px;
	color:#666;
	text-align:right;
}
.ColumnPhoto{
	margin:15px 0 0 10px;
}
.ColumnPhoto td,
.ColumnPhotoRight td{
	font-size:10px;
	color:#666;
	vertical-align:top;
}
.ColumnPhoto img,
.ColumnPhotoRight img{
	margin-bottom:3px;
}
.ColumnPhotoRight{
	float:right;
	margin:0 0 5px 15px;	
}
.ColumnPhotoContents{
	padding-bottom:10px;
}
/*
++++++++++++++++++++++
	2)New_Backnunber
++++++++++++++++++++++
*/
.ColumnListBg{
	background:url(../appearances/image/column_bg.gif) repeat-y;
}
.ColumnListBgFoot{
	background:url(../appearances/image/column_bg_foot.gif) no-repeat left bottom;
	padding-bottom:5px;
}
.ColumnSubTitle{
	margin-top:15px;
}
.ColumnList{
	margin:10px 0;
}
.ColumnList dl,
.ColumnList ul{
	margin:10px 5px 0 15px;
}
.ColumnList dt{
	color:#666;
}
.ColumnList dd{
	margin:0 0 0.5em 5px;
}
.ColumnList ul{
	height:130px;
	overflow:auto;
}
.ColumnList li{
	background:url(../appearances/image/arrow_green.gif) no-repeat 0 3px;
	margin-bottom:2px;
	padding-left:13px;
	width:150px;
}
