
@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
 */

 
/******** ヘッダー *******************************************************/

body{
	text-align:center;
}

#wrapper{
	text-align:left;
	font-size:1.3em;
	color:#595959;
	width:989px;
	margin:0px auto;
}

#header{
	width:989px;
	padding:13px 0px 0px 0px;
}

#header #header_top{
	width:955px;
	margin:0px 0px 0px 17px;
}

#header h1{
	float:left;
	width:170px;
	height:59px;
}

#header h1 a{
	display:block;
	width:170px;
	height:59px;
	background-image:url(/img/common/logo.gif);
	text-indent:-9999px;
}

#header #header_right{
	float:right;
	width:630px;
	padding:6px 0px 0px 0px;
}

#header #nyogi_btn{
	width:141px;
	height:15px;
	margin:0px 0px 0px 489px;
}

#header #operation{
	width:640px;
	padding:13px 0px 0px 0px;
}

#header #operation li{
	display:inline;
	vertical-align:top;
}

#header #operation #ope_01{
	float:left;
	width:349px;
	margin:9px 0px 0px 0px;
}

#header #operation #ope_01 li{
	font-size:0.1em;
}

#header #operation #ope_01 #sitemap{
	line-height:0.1em;
	margin:0px 31px 0px 14px;
}

#header #operation #ope_02{
	float:left;
	width:75px;
	margin:5px 10px 0px 6px;
}

#header #operation #ope_02 li{
	margin:0px 5px 0px 0px;
}

#header #operation #search_form{
	float:left;
	width:189px;
	background-color:#E0DFE2;
}

#header #operation #search_form td input{
	width:135px;
}

#header #operation #search_form #input_txt{
	width:135px;
	padding:5px 4px 5px 5px;
}

#header #operation #search_form #input_btn{
	width:40px;
	padding:5px 5px 5px 0px;
}

/******** パンくず ********************************************/

#pankuzu{
	width:955px;
	margin:14px 17px;
}

#pankuzu a{
	text-decoration:none;
	color:#595959;
}

#pankuzu a:hover{
	text-decoration:none;
	color:#FF9900;
}

/******** メニュー ********************************************/

#menu{
	width:975px;
	height:32px;
	margin:11px 0px 0px 0px;
	padding:0px 0px 0px 14px;
	background-color:#A4A2A2;
}

#menu ul{
	width:958px;
	height:32px;
	padding:0px 0px 0px 3px;
	background-color:#FFFFFF;
}

#menu li{
	height:32px;
	display:inline;
}

#menu li a{
	display:inline-block;
	margin:0px 3px 0px 0px;
}

/***************** トップへ戻る *************************************/

.return_box{
	clear:both;
	width:947;
	padding:12px 17px 0px 0px;
	margin:0px 0px 22px 0px;
}

.return_box02{
	clear:both;
	width:698;
	padding:18px 0px;
}

.return_top{
	float:right;
}

/***************** フッター *************************************/

#footer{
	width:959px;
	padding:4px 15px;
	background-color:#534741;
	color:#FFFFFF;
}

#footer #footer_left{
	float:left;
}

#footer #footer_right{
	float:right;
}

/***************** 各ページの大枠（２カラム） *************************************/

#main{
	width:955px;
	margin:0px 0px 0px 17px;
	padding:0px 17px 0px 0px;
	background-image:url(/img/common/left_bg.gif);
	background-position:top left;
	background-repeat:repeat-y;
}


/***************** 記事内のリセットの解除 *************************************/

#all_mtkiji ol{
	list-style-type:decimal;
	padding:0px 0px 0px 15px;
}

#all_mtkiji ul{
	list-style-type:disc;
	padding:0px 0px 0px 15px;
}

#all_mtkiji li{
	display:block;
}

/* ■CSS追加や修正の場合書く決めごと */

/* 追加 2009/02/20 @fukui */