
@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;
}

#title{
	width:252px;
	height:20px;
	margin:5px 0px 6px 15px;
	background-image:url(../img/title.gif);
	background-repeat:no-repeat;
}

#title h2{
	text-indent:-9999px;
}

#main{
	width:952px;
	background-image:none;
	margin:0px;
	padding:0px 0px 10px 37px;
}

#main a{
	text-decoration:none;
	color:#595959;
}

#main a:hover{
	text-decoration:none;
	color:#FF9900;
}

.arrow01{
	line-height:1em;
	background-image:url(/img/common/arrow01.gif);
	background-repeat:no-repeat;
	padding:2px 0px 0px 20px;
}

.hr{
	margin:12px 0px;
}

#left{
	float:left;
	width:177px;
	margin:27px 0px 0px 0px;
}

#right{
	float:left;
	width:737px;
	padding:27px 38px 0px 0px;
}

#right ul{
	margin:10px 0px 0px 0px;
}

#right li{
	display:inline;
	line-height:1.7em;
	background-image:url(../img/icon.gif);
	background-repeat:no-repeat;
	background-position:0em 0.3em;
	padding:2px 25px 0px 12px;
}

#right #blog li{
	float:left;
	width:15%;
	display:block;
	line-height:1.7em;
	background-image:url(../img/icon.gif);
	background-repeat:no-repeat;
	background-position:0em 0.7em;
	padding:2px 0px 0px 12px;
}

#right #new li{
	float:left;
	width:20%;
	display:block;
	line-height:1.7em;
	background-image:url(../img/icon.gif);
	background-repeat:no-repeat;
	background-position:0em 0.7em;
	padding:2px 0px 0px 12px;
}

#right .pdf_li{
	display:block;
	line-height:1.7em;
	background-image:url(../img/pdf_icon.gif);
	background-repeat:no-repeat;
	background-position:0em 0.5em;
	padding:2px 20px 0px 20px;
}

#right .mar_ul{
	margin:3px 0px 0px 0px;
}


/* ■CSS追加や修正の場合書く決めごと */

/* 追加 2009/02/20 @fukui */
