
@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 : aboutページ
*********************************************************************** */

#new_all{
	width:989px;
	margin:0px auto;
}

#new_all #bg{
	width:989px;
	background-image:url(../img/bg.jpg);
	background-repeat:no-repeat;
	background-position:right 27px;
}


/******** 左カラム ************************************/

#new_all #left_column{
	float:left;
	width:218px;
	padding:20px 7px 0px 7px;
}

#link_box{
	width:218px;
	padding:0px 0px;
	background-image:url(../images/new_category_bg.gif);
	background-position:top left;
	background-repeat:repeat-y;
}


#link_box li{
	padding:0px 0px 7px 0px;
}

#link_box li img{
	vertical-align:bottom;
}

#link_box #rec_link{
	padding:10px 5px 0px 4px;
	background-color:#534741;
}
	
#link_box #rec_link img{
	margin:0px 0px 10px 0px;
}


/******** 右カラム ************************************/

#new_all #right_column{
	float:left;
	width:698px;
	padding:0px 0px 0px 25px;
	line-height:1.7em;
}

h2{
	padding:20px 0px 26px 0px;
}

#right_column .each_part{
	width:658px;
	padding:18px;
	margin:27px 0px 0px 0px;
	background-color:#FFFDEC;
	border:2px solid #FCF7CD;
}

#right_column #active{
	width:658px;
	text-align:center;
	margin:0px 0px 15px 0px;
}

#right_column .each_part ol{
	width:658px;
}

#right_column .each_part ul{
	width:628px;
	padding:0px 0px 0px 30px;
	list-style-type:disc;
}

#right_column .each_part li{

}




/* ■CSS追加や修正の場合書く決めごと */

/* 追加 2009/02/20 @fukui */
