
@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 : useページ
*********************************************************************** */

#new_all{
	width:989px;
	margin:0px auto;
}

#new_all a{
	text-decoration:none;
	color:#595959;
}

#new_all a:hover{
	text-decoration:none;
	color:#FF9900;
}

/******** 左カラム ************************************/

#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;
	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;
	line-height:1.7em;
}

h2{
	padding:20px 0px 0px 0px;
}

/******** 内容 ************************************/

#right_column .shisei_pad{
	margin:0px 0px 0px 60px;
}

#right_column .lead{
	margin:20px 0px 13px 0px;
}

#right_column ul{
	padding:0px 0px 0px 15px;
	list-style-type:disc;
}

#right_column #bottom_box{
	width:698px;
}

#right_column #bottom_box #bt_left{
	float:left;
	width:320px;
}


#right_column #bottom_box #bt_right{
	float:left;
	width:338px;
	padding:0px 0px 0px 40px;
}

#right_column #bottom_box #bt_right #gaikan{
	margin:45px 0px 0px 0px;
}

#right_column #kiyaku_btn{
	clear:both;
	width:698px;
	text-align:center;
	padding:20px 0px 0px 0px;
}

#right_column #kiyaku_btn img{
	margin:0px auto;
}


#right_column .font_bold{
	font-weight:bold;
}

#right_column .font_size{
	font-size:1.1em;
	line-height:2.5em;
}


/* ■CSS追加や修正の場合書く決めごと */

/* 追加 2009/02/20 @fukui */
