@charset "UTF-8";

/*
---------------------------------------------------------------------------
■daiki
---------------------------------------------------------------------------*/

body {
	color: #666666;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 75%/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #666666;
}
a:hover {
	color: #2ab300;			/*カーソルオーバー時の文字色*/
	text-decoration: none;	/*カーソルオーバー時に下線を消す設定*/
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 900px;	/*コンテナー幅*/
	margin-right: auto;
	margin-left: auto;
}

/*ヘッダー（ロゴが入っているHP上部ブロック）
---------------------------------------------------------------------------*/
#header {
	width: 100%;
	background-image: url(../images/header_bg.gif);	/*ヘッダー背景画像*/
	background-repeat: no-repeat;
	height: 130px;	/*ヘッダーの高さ*/
	position: relative;
}
/*ロゴ画像設定*/
#header #logo {
	position: absolute;
	left: 0px;
	top: 18px;
}

/*h1見出しタグ設定*/
#header h1 {
	font-size: 9px;		/*文字サイズ*/
	font-weight: normal;	/*デフォルトの太字を標準に。太字がいいならこの１行削除。*/
	position: absolute;
	top: 28px;		/*ヘッダーブロックに対して上から28pxの位置に配置。*/
	left: 280px;	/*ヘッダーブロックに対して左から280pxの位置に配置。*/
	color: #2AB300;	/*文字色*/
	line-height: 18px;
}
#header h1 a {
	text-decoration: none;
	color: #2AB300;
}

/*メインメニュー
---------------------------------------------------------------------------*/
ul#menu {
	position: absolute;
	left: 0px;		/*ヘッダーブロックに対して左から0pxの位置に配置。*/
	bottom: 0px;	/*ヘッダーブロックに対して下から0pxの位置に配置。*/
}
ul#menu li {
	float: left;
}
ul#menu img {
	vertical-align: bottom;
}

/*コンテンツ（スライドショー画像、メイン、サイド、フッターを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
	padding-top: 15px;
}
#top #contents {
	padding-top: 0;
}

/*メインコンテンツ（左側ブロック）
---------------------------------------------------------------------------*/
#main {
	width: 650px;	/*メインコンテンツ幅*/
	padding-bottom: 50px;
	float: left;	/*左にまわりこませる*/
}
/*h2タグ設定*/
#main h2 {
	font-size: 100%;					/*文字サイズ*/
	background-image: url(../images/bg1.gif);
	color: #FFFFFF;
	padding: 5px 10px;
	clear: both;
	width: 630px;
	border-bottom: 4px solid #2ab300;
}
/*段落タグの余白設定*/
#main p {
	padding: 0.5em 10px 1em;/*左から、上、左右、下への余白*/
}
#main p.img {
	padding: 0.5em 0px 1em;/*左から、上、左右、下への余白*/
}

/*サブコンテンツ（右側ブロック）
---------------------------------------------------------------------------*/
#sub {
	float: right;	/*右にまわりこませる*/
	width: 240px;	/*サブコンテンツ幅*/
}
/*box1*/
#sub .box1 {
	color: #FFFFFF;	/*文字色*/
	background-color: #333238;	/*背景色*/
	background-image: url(../images/bg1.gif);	/*背景画像*/
	padding: 5px;
	margin-bottom: 1em;
}
/*h3見出しタグ設定*/
#sub h3 {
	color: #FFFFFF;	/*文字色*/
	font-size: 100%;
	background-color: #2ab300;		/*背景色*/
	padding: 5px 40px 5px 5px;		/*左から上、右、下、左への余白*/
	border-top: 1px solid #4bbf27;		/*上の線の幅、線種、色*/
	border-right: 1px solid #1c7800;	/*右の線の幅、線種、色*/
	border-bottom: 1px solid #1c7800;	/*下の線の幅、線種、色*/
	border-left: 1px solid #4bbf27;		/*左の線の幅、線種、色*/
	background-image: url(../images/h3bg.gif);	/*背景画像*/
	background-repeat: no-repeat;				/*背景画像をリピートしない*/
	background-position: 195px center;			/*背景画像を左から195px、上下中央に配置*/
}
/*段落タグ設定*/
#sub p {
	padding: 0.5em 5px 1em;	/*左から、上、左右、下への余白*/
}

/*メインブロック内のbox1タグ設定
---------------------------------------------------------------------------*/
#main .box2 {
	padding: 10px;	/*ボックス内の余白*/
	overflow: hidden;
	width: 625px;
	border: 3px double #d2d2d2;	/*枠線の幅、線種、色*/
	margin-bottom: 1em;
}
/*段落タグ共通設定*/
#main .box2 p {
	padding: 0px;
}
/*画像の設定*/
#main .box2 p.img {
	float: left;	/*左側に回り込み*/
}
/*h5タグ設定*/
#main .box2 h5 {
	margin-left: 210px;	/*左の画像とバランスをとって設定する*/
	font-size: 100%;
	border-bottom: 1px solid #d2d2d2;	/*下線の幅、線種、色*/
	border-left: 3px solid #4cb833;		/*左側の幅、線種、色*/
	margin-bottom: 0.5em;
	color: #4cb833;		/*文字色*/
	padding: 3px 0px 3px 5px;
}
/*説明文設定*/
#main .box2 p.text {
	margin-left: 215px;	/*左の画像とバランスをとって設定する*/
}

/*サブメニュー
---------------------------------------------------------------------------*/
#sub ul.submenu {
	margin-bottom: 1em;
}
#sub ul.submenu a {
	color: #FFFFFF;	/*文字色*/
	text-decoration: none;
	display: block;
	width: 220px;
	padding: 2px 5px;
	background-image: url(../images/line1.gif);	/*背景画像*/
	background-repeat: repeat-x;				/*背景画像をＸ軸（横軸）にリピート*/
	background-position: left bottom;
}
#sub ul.submenu li a:hover {
	color: #2ab300;	/*マウスオン時の文字色*/
	background-color: #FFFFFF;	/*マウスオン時の背景色*/
}

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	position: relative;
	height: 260px;
	width: 900px;
}
#mainimg .slide_file {
	display: none;
}
#slide_image {
	z-Index:2;
	position: absolute;
	left:0px;
	top:0px;
}
#slide_image2 {
	z-Index:1;
	position: absolute;
	left:0px;
	top:0px;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#main .new {
	overflow: auto;
	height: 150px;			/*ボックスの高さ*/
	width: 640px;
	padding-left: 10px;
}
#main .new dl {
	clear: left;
	width: 620px;
	border-bottom: 1px solid #BFB0A9;	/*日付ごとに入る下線の幅、線種、色*/
	overflow: hidden;
}
#main .new dt {
	font-weight: bold;	/*日付を太字に*/
	float: left;
	width: 100px;
}
#main .new dd {
	float: left;
	width: 520px;
}
#main .new dd img {
	vertical-align: middle;
}
*html #main .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}

/*フッター
---------------------------------------------------------------------------*/
#footer {
	text-align: center;	/*センタリング*/
	clear: both;
	width: 100%;
}
/*フッター内にリンク設定した場合用*/
#footer a {
	text-decoration: none;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 650px;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #333238;	/*枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	width: 407px;
	padding: 10px;
	vertical-align: top;
	background-color: #e5e5e5;
}
/*テーブル内の段落タグの余白*/
.ta1 p {
	padding: 0px !important;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 200px;
	padding: 10px;
	text-align: center;
	background-color: #2ab300;
	color: #FFFFFF;
}
.ta1 th a {
	color: #FFFFFF;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #333238;
	color: #FFFFFF;
	background-image: url(../images/bg1.gif);
}

/*MENUページ
---------------------------------------------------------------------------*/
#main .menubox {
	float: left;
	height: 230px;
	width: 180px;
	margin-bottom: 1em;
	border: 1px solid #CCCCCC;	/*枠線の幅、線種、色*/
	display: inline;
	margin-left: 11px;
	padding: 10px;
	font-size: 11px;	/*文字サイズ*/
	line-height: 1.6;
	background-image: url(../images/bg2.gif);	/*背景画像*/
	background-repeat: no-repeat;
	background-position: right bottom;
	overflow: hidden;
}
#main .menubox.osusume {
	background-image: url(../images/bg2_osusume.gif);	/*背景画像*/
	background-repeat: no-repeat;
	background-position: right bottom;
}
/*menubox内のh3タグ設定*/
#main .menubox h3 {
	font-size: 100%;
	color: #2ab300;
}
/*menubox内の段落タグ設定*/
#main .menubox p {
	padding: 0px;
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #d2d2d2;
}
.mb1em {
	margin-bottom: 1em;
}
.pt0 {
	padding-top: 0 !important;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
	text-align: left;
}
.color1 {
	color: #2ab300;
}
.fr {
	float: right;
}
.pr {
	font-size: 10px;
}

