
@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 : t_styleページ
*********************************************************************** */

#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{
	width:218px;
	height:49px;
	padding:0px 0px 7px 0px;
}

#link_box li img{
	vertical-align:bottom;
}

/******** 右カラム ************************************/

#new_all #right_column{
	float:left;
	width:698px;
	padding:0px 0px 0px 25px;
}

#new_title{
	padding:20px 0px 26px 0px;
}

#right_column .each_part{
	width:698px;
}

#right_column #top_txt{
	width:380px;
	line-height:1.7em;
	padding:0px 0px 20px 0px;
}

.content_box{
	width:698px;
	line-height:1.7em;
}

.img_pad{

}

#right_column  .con_left{
	width:271px;
	float:left;
}

#right_column  .con_right{
	width:427px;
	float:left;
}

#right_column h2{
	margin:23px 0px 23px 0px;
}

#right_column .img_block{
	margin:0px 0px 28px 0px;
}

#right_column .img_pad{
	margin:0px 0px 0px 23px;
}

/* ■CSS追加や修正の場合書く決めごと */

/* 追加 2009/02/20 @fukui */
