
@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 : blogページ
*********************************************************************** */

#new_all{
	width:989px;
	margin:0px auto;
}

#pankuzu{
	width:955px;
	height:2em;
	margin:14px 17px 0px 17px;
	background-image:url(../img/mainheader_top.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
}

#blog_header{
	width:955px;
	height:193px;
	margin:0px 17px;
	background-image:url(../img/main_header.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#blog_header h2{
	text-indent:-9999px;
}

#main{
	background-image:url(../img/bg.gif);
	background-position:top left;
	background-repeat:repeat-y;
}

/******** 左カラム ************************************/

#new_all #left_column{
	float:left;
	width:232px;
}

#left_column a{
	text-decoration:none;
	color:#595959;
}

#left_column a:hover{
	text-decoration:none;
	color:#FF9900;
}

#mycarousel #mem_txt{
	width:86px;
	height:15px;
	background-image:url(../img/old_bloger.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding:3px 0px;
}

#mycarousel #mem_img{
	width:179px;
	height:6px;
	background-image:url(../img/hr.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding:3px 0px;
}

#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;
}

#category_box{
	width:210px;
	margin:0px 0px 30px 0px;
}

#category_box ul{
	width:210px;
	list-style-type:none;
	line-height:1.5em;
}

#category_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;
}

/******** 右カラム ************************************/

#new_all #right_column{
	float:left;
	width:680px;
	padding:0px 18px 0px 25px;
}

#new_all #right_column a{
	text-decoration:underline;
	color:#FF9900;
}

#new_all #right_column a:hover{
	text-decoration:underline;
	color:#FF9900;
}


#right_column .each_part{
	width:680px;
	padding:0px 0px 18px 0px;
}

.blog_title{
	width:618px;
	height:37px;
	background-image:url(../img/blog_title.gif);
	background-repeat:no-repeat;
	padding:0px 17px 13px 45px;
	color:#FFFFFF;
}

#right_column #prof_block{
	width:620px;
	padding:22px 30px;
	background-color:#FFFEEC;
	margin:10px 0px 30px 0px;
}

#right_column #prof_block table td{
	vertical-align:top;
}

.each_part .blog_title h3{
	font-size:1.2em;
}

#right_column .each_part .subul{
	text-align:right;
	padding:3px 0px;
}

#right_column .each_part .subul li{
	display:inline;
	font-weight:bold;
	font-size:0.9em;
}

#right_column .mtkiji{
	line-height:2em;
}

#right_column .mtkiji ol{
	list-style-type:decimal;
	padding:0px 0px 0px 15px;
}

#right_column .mtkiji ul{
	list-style-type:disc;
	padding:0px 0px 0px 15px;
}


/* ■CSS追加や修正の場合書く決めごと */

/* 追加 2009/02/20 @fukui */