
@charset "utf-8";
/* CSS Information =====================
File name: model.css
Description: model base
Editor: @fukui
Last Editor:@fukui
Date: 2010/02/03
====================================== */

/* ■プロパティの書き順 */

/*
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 */

 
 /* ***********************************************************************
        1 : 活動状況ページ
*********************************************************************** */

#new_all{
	width:989px;
	margin:0px auto;
}

#pankuzu{
	width:955px;
	height:2em;
	margin:14px 17px 0px 17px;
}

#blog_header{
	width:955px;
	height:111px;
	margin:0px 17px;
	background-image:url(../img/acive_header.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#blog_header h2{
	text-indent:-9999px;
}

#main{
	margin-top:17px;
	background-image:none;
}


/******** 左カラム ************************************/

#new_all #left_column{
	float:left;
	width:232px;
	background-color:#F4F2F2;
}

#left_column a{
	text-decoration:none;
	color:#595959;
}

#left_column a:hover{
	text-decoration:none;
	color:#FF9900;
}

#entry_title{
	width:227px;
	margin:13px 0px 11px 4px;
}

#entry_box{
	width:210px;
	margin:0px 0px 30px 0px;
}

#entry_box ul{
	width:210px;
	list-style-type:none;
	line-height:1.5em;
}

#entry_box li{
	width:160px;
	margin:0px 0px 0px 15px;
	padding:0px 0px 0px 15px;
	background-image:url(../img/icon.gif);
	background-repeat:no-repeat;
	background-position:0em 0.4em;
}

#archive_title{
	width:228px;
	margin:13px 0px 11px 4px;
}

/******** 右カラム ************************************/

#new_all #right_column{
	float:left;
	width:698px;
	margin:0px 0px 0px 24px;
}

#new_all #right_column a{
	text-decoration:underline;
	color:#FF9900;
}

#new_all #right_column a:hover{
	text-decoration:underline;
	color:#FF9900;
}

#new_all #part_box{
	width:696px;
	border:1px #DADADA solid;
}



#right_column .each_part{
	width:680px;
	padding:0px 0px 18px 10px;
}

.title{
	width:680px;
	height:41px;
	margin:11px 0px 0px 0px;
	text-align:center;
	background-image:url(../img/title.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
}

.each_part .title h3{
	font-size:1.2em;
}

#right_column .each_part .subul{
	text-align:right;
	padding:5px;
}

#right_column .each_part .subul li{
	display:inline;
	font-weight:bold;
	font-size:0.9em;
}

#right_column .each_part .act_rap{
	width:655px;
	padding:0px 25px 0px 0px;
	line-height:1.5em;
	background-image:url(../img/bg.gif);
	background-repeat:repeat-y;
	background-position:top right;
}

#right_column .each_part .act_rap ul{
	list-style-type:disc;
	padding:0px 0px 0px 15px;
}

#right_column .each_part .act_rap ol{
	list-style-type:decimal;
	padding:0px 0px 0px 15px;
}



/* ■CSS追加や修正の場合書く決めごと */

/* 追加 2009/02/20 @fukui */
