﻿@charset "UTF-8";
/*---------------------------------------------------------------------------------
top
---------------------------------------------------------------------------------*/

/*
大枠
---------------------------------------------------------------------------------*/
body{ background: url(../images/bg_top.jpg) repeat-x top; }

/*
ヘッダー
---------------------------------------------------------------------------------*/
#header{
	width: 940px;
	height: 280px;
	margin: 0px auto;
	padding: 10px 0px;
	text-align: left;
	position: relative;
	background: none;
}

* html #header{ display: block; }

h1{
	width: 378px;
	height: 84px;
	display: block;
	margin: 0px 10px;
	padding: 0px;
	position: relative;
	z-index: 1;
}

/*
メイン画像
---------------------------------------------------------------------------------*/
#container{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

/*
nav_header
---------------------------------------------------------------------------------*/
#nav_header{
	margin: 169px auto 0px;
	padding: 0px;
}

/*
メイン
---------------------------------------------------------------------------------*/
#main{
	width: 900px;
	margin: 0px auto;
	padding: 25px 20px 0px;
	background: url(../images/bg_wrap.jpg) repeat-x top #FFFFFF;
}

* html #main{ margin-top: -180px; }

.bnr_space{ margin: 15px 0px; }

/*
ニュース
---------------------------------------------------------------------------------*/
#news ul{
	margin: 15px;
	padding: 0px 15px;
	text-align: left;
	line-height: 180%;
}

/*
ごあいさつ
---------------------------------------------------------------------------------*/
#greet p{
	margin: 15px;
	text-align: left;
	line-height: 180%;
}
col1 { color: #555599; }
