@charset "shift_jis";


body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 75%;
	line-height: 2;
	color: #333333;	/*全体の文字色*/
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/bgtop2.jpg);	/*壁紙設定*/
	background-repeat: repeat-x;
	background-position: top;
}

body#top {
	background-image: url(images/bgtop2.jpg);		/*壁紙設定*/
	background-repeat: repeat-x;
	background-position: top;
}

body#ifrem {
	background-image: url(images/bgtop.jpg);		/*壁紙設定*/
	background-repeat: repeat-x;
	background-position: top;
}


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: #333333;
}

a:hover {
	color: #FF9900;	/*カーソルオーバー時の文字色*/
}



/*コンテナー
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 901px;	/*HPの幅*/
	margin-right: auto;
	margin-left: auto;
}



/*ヘッダー（サイト名ロゴが入っているボックス）
---------------------------------------------------------------------------*/
#header {
	height: 115px;	/*ヘッダーの高さ*/
	width: 100%;
	position: relative;
}

#header h1 {
	font-size: 11px;	/*h1タグの文字サイズ*/
	font-weight: normal;		/*文字色*/
	position: absolute;
	left: 108px;		/*ヘッダーに対して左から109pxの位置に配置*/
	line-height: 20px;
	top: 5px;
	width: 296px;
}

#header #logo {
	position: absolute;
	left: 16px;	/*ヘッダーに対してサイト名ロゴを左から16pxの位置に配置*/
	top: 20px;	/*ヘッダーに対してサイト名ロゴを上から20pxの位置に配置*/
}

#header #logos {
	position: absolute;
	left: 411px;	/*ヘッダーに対してサイト名ロゴを左から411pxの位置に配置*/
	top: 27px;	/*ヘッダーに対してサイト名ロゴを上から27pxの位置に配置*/
}

#header form {
	position: absolute;
	width: 191px;	/*１個あたりの幅*/
	height: 47px;
	right: 6px;
	top: 27px;

}
/*ナビメニュー（サイトマップ、お問い合わせなど）
------------------------------------------------------------------*/
#nav {
	position: absolute;
	width: 200px;	/*メニュー１個あたりの幅*/
	right: -9px;
	color: #660000;
	bottom: 23px;
}

#nav a {
	color: #660000;
	padding-right: 10px;
	padding-left: 10px;
	border-left: 1px solid #A7A7A7; /*メニュー間の境界線。左側に1本。*/
	text-decoration: none;　/*リンク文字の装飾（下線を消す）*/
}


#nav a.last {
	border-right: 1px solid #A7A7A7;	/*最後のメニュー用の右側の１本線。*/
}

/*メインメニュー
---------------------------------------------------------------------------*/
ul#menu {
	padding-left: 0px;
}

ul#menu li {
	line-height: 31px;
	height: 31px;
	float: left;
	border-left: 1px solid #A7A7A7;	/*メニュー間の境界線。左側に１本。*/
}

ul#menu li.last {
	border-right: 1px solid #A7A7A7;	/*最後のメニュー用の右側の１本線。*/
}

ul#menu li a {
	display: block;
	height:31px;
	width: 149px;	/*メニュー１個あたりの幅*/
	text-decoration: none;
	text-align: center;
	font-size: 14px;	/*文字サイズ*/
}

ul#menu a:hover {
	background-color: #EEA83F;	/*カーソルオーバー時の背景色（緑）*/
	color: #ffffff;

}

#img {
	padding-top: 37px;
}

#img p {
	padding-left: 10px;
}


/*コンテンツ（左右ブロックを囲むボックス）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
}



/*メインコンテンツ（右ブロック）
---------------------------------------------------------------------------*/
#main {
	width: 630px;	/*幅*/
	float: right;	/*右よせ*/
	padding-top: 10px;
	display: inline;
	margin-right: 2px;
	padding-bottom: 0px;
}

#main h2 {
	font-size: 120%;
	background: url(images/h2_bg.gif) no-repeat;	/*h2の背景画像設定*/
	padding-left: 20px;	/*h2文字の位置*/
	color: #660000;	/*h2タグの文字色*/
	line-height: 38px;
	text-align: left;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}

#main p {
	padding-top: 0.5em;
	padding-bottom: 0em;
	padding-left: 20px;
}

/*サイドコンテンツ（左ブロック）
---------------------------------------------------------------------------*/
#side {
	width: 255px;	/*幅*/
	float: left;	/*左よせ*/
	padding-top: 10px;
	display: inline;
	margin-left: 5px;
	padding-bottom: 0px;
}

#side h3 {
	font-size: 100%;
	color: #600;	/*h3タグの文字色*/
	background-color: #99CC00;	/*背景色*/
	text-align: center;	/*文字をセンタリング*/
	margin-bottom: 5px;	/*下に少し余白*/
}

#side p {
	padding-top: 0.5em;
}

#side img {
	margin-left:4px;	/*画像（地域貢献）の左余白*/
	margin-top: 2px;
	margin-bottom: 2px;
}

#side a:hover img{
	filter: alpha( opacity=80 );
	opacity: 0.8;	/*リンク画像にカーソルがのった時の半透明設定*firefox safari*/
}

/*サイドメニュー（SIDE MENU）*/
#side ul.sidemenu a {
	display: block;
	width: 228px;
	padding-left: 10px;		/*左から文字余白*/
	border-top: 1px solid #c9c9c9;		/*メニューの上の線*/
	border-right: 1px solid #c9c9c9;	/*メニューの右側の線*/
	border-bottom: 1px solid #c9c9c9;	/*メニューの下の線*/
	border-left: 4px solid #FF6600;     /*メニューの左の線*/
	text-decoration: none;		/*リンクテキストに入るアンダーラインを消す設定*/
}
#side hr {
	margin-left: 0px;	/*hr*/
	margin-top: 15px;
}
#side ul.sidemenu img{
	margin-left: 40px;	/*事業画像の左側余白*/
}

#side ul.sidemenu li {
	margin-bottom: 3px;	/*メニュー同士の下余白*/
}


/*ドロップダウンメニュー*/
.ddmenu ul {
	margin: 0px 0px 0px 0px;
	padding-left: 0px;
	padding-top: 5px;
	fontsize: 14px!important;
}
.ddmenu ul li {
	posotion: relative;
	padding: 10px 0px 10px 0px;　/*2.3段目の枠文字の位置　上右下左*/
	line-height: 1.4;
}

.ddmenu ul li a {
text-decoration: none;		/*リンクテキストに入るアンダーラインを消す設定*/
}

.ddmenu ul li.off {
	position: relative;
	margin: 0;
	padding: 0px 0px 10px 0px;	/*マウスoff時の文字の位置*/
	width: 239px!important;
	overflow: hidden;
}

.ddmenu ul li.on {
	position: relative;
	margin: 0;
	padding: 0px 0px 10px 0px;	/*マウスON時の文字の位置*/
	width: 260px!important;	/*3段目のスライド位置*/
	z-index: 1000;
}
.ddmenu ul li ul {
	background: none;
	padding: 5px 0;	/*2段目枠の上からのマージン*/
	position: absolute;
	width: 237px!important;	/*2段目の枠幅*/
	top: -5px;					/*１段目に対し2段目の上からの表示位置*/
	left: 239px!important; 	/*2段目左位置*/
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background-color: #DEEEAC;
	text-indent: 0.5em;
	
}
.ddmenu ul li ul li a {
	display: block;
	margin: 0;
	padding: 1px 0;
	width: 100%;
	font-size: 0.9em;
	line-height: 1.2;
	text-indent: 0.5em;
	color: #333333;
}
.ddmenu ul li ul li a:hover {
	margin: 0;
	padding: 1px 0;
	backgroun-color: #666;
	color: #FF6600;
	text-decoration: none;　/*リンク文字の装飾（下線を消す）*/
}

/*フッター（コピーライトなどが入っている最下部のボックス）
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	text-align: center;		
	background-color: #226600;	/*背景色*/
	color: #ffffff;		/*文字色*/
}
#footer strong {
	font-size:15px
}


/*トップページのWhat's New欄
---------------------------------------------------------------------------*/
#main dl.new {
	height:100px;		/*高さ*/
	overflow: auto;		/*iframe*/
}

#main dl.new dt {
	font-weight: bold;	/*日付を太字に。*/
	float: left;		/*日付を左よせに。*/
}

#main dl.new dd {
	border-bottom: 1px solid #ff6600;	/*情報ごとに入る下線*/
	padding-left: 8em;	/*日付を左よせしている分の余白*/
}

/*csrの欄
---------------------------------------------------------------------------*/
#main dl.new1 {
	float: left;	/*左よせ*/
	height: 600px;		/*高さ*/
	text-align: left;

}

#main dl.new1 dt {
	font-weight: bold;	/*日付を太字に。*/
	float: left;		/*日付を左よせに。*/
	margin-left: 20px;
}

#main dl.new1 dd {
	border-bottom: 1px solid #ff6600;	/*情報ごとに入る下線*/
	padding-left: 12em;	/*日付を左よせしている分の余白*/
}


/*テーブル1
---------------------------------------------------------------------------*/
.ta1 {
	width: 610px;
	margin-top: 10px;
	margin-left: 5px;
}

.ta1, .ta1 td, .ta1 th{
	border: 1px solid #999999;
}

.ta1 td, .ta1 th{
	padding: 3px;	/*テーブル内の余白*/
}
.ta1 td {
	padding-left: 10px;		/*左から文字余白*/
}
.align{
	text-align: center;
}
.ta1 th{
	background-color: #fafafa;	/*左側thタグの背景色*/
	width: 100px;	/*左側thタグの幅*/
	padding-left: 5px;	/*枠と内容の左間隔*/
}
.font{
	text-align: center;
}

/*テーブル2
---------------------------------------------------------------------------*/
.ta2 {
	width: 610px;
	margin-top: 0px;
	margin-left: 5px;
}

.ta2 th{
	padding: 10px 0px 0px 2px;	/*枠と文字の間隔(上右下左）*/
	text-align: center;	/*文字をセンタリング*/
}

.ta2 td {
	padding: 0px;
	text-align: center;
}

.ta2 img {
	padding: 0px;				/*商品画像とフチ線の間にある白い余白*/
	border: 1px solid #ffffff;	/*ボックスのオレンジ色のフチ設定。dotted（点線）*/
	margin: 0px;
}

.ta2 td {
	vertical-align: top;
	padding: 0px;	/*テーブル内の余白*/
}

.ta2 a {
	text-decoration: none;
}

.ta2 a:hover img {
	border: 1px dotted #ff6600;	/*カーソルオーバー時のボックスのフチ色（赤色）設定*/
	filter: alpha( opacity=80 );
	opacity: 0.8;	/*リンク画像にカーソルがのった時の半透明設定*firefox safari*/
}

/*テーブル3
---------------------------------------------------------------------------*/
.ta3 {
	width: 610px;
	margin-top: 0px;
	margin-left: 5px;
}

.ta3 th{
	padding: 10px 0px 0px 2px;	/*枠と文字の間隔(上右下左）*/
	text-align: left;	/*文字をセンタリング*/
}

.ta3 img {
	padding: 0px;				/*商品画像とフチ線の間にある白い余白*/
	border: 1px solid #ffffff;	/*ボックスのオレンジ色のフチ設定。dotted（点線）*/
	margin: 0px;
}

.ta3 td {
	vertical-align: top;
	padding: 0px 0px 0px 100px;	/*テーブル内の余白*/
}

.ta3 a {
	text-decoration: none;
}

.ta3 a:hover img {
	border: 1px dotted #ff6600;	/*カーソルオーバー時のボックスのフチ色（赤色）設定*/
	filter: alpha( opacity=80 );
	opacity: 0.8;	/*リンク画像にカーソルがのった時の半透明設定*firefox safari*/
}



/*左右のブロック内にある各ボックス（グレーの枠線が入った白い箱）
---------------------------------------------------------------------------*/
.box {
	background-color: #ffffff;	/*ボックスの背景色（白）*/
	border: none;	/*ボックスの枠線(なし）*/
	margin-bottom: 1em;			/*ボックスの下に空間を空ける設定*/
	padding:5px;				/*ボックス内の余白*/
}
.box #img1{
	margin-left: 80px;
}

.box1 {
	background-color: #ffffff;	/*ボックスの背景色（白）*/
	border: none;	/*ボックスの枠線(なし）*/
	margin-bottom: 1em;			/*ボックスの下に空間を空ける設定*/
	padding:5px;				/*ボックス内の余白*/
}
.box1 img{
	padding-left: 30px;
}

.box2 {
	background-color: #ffffff;	/*ボックスの背景色（白）*/
	border: none;	/*ボックスの枠線(なし）*/
	margin-bottom: 1em;			/*ボックスの下に空間を空ける設定*/
	padding: 5px;				/*ボックス内の余白*/
}


/*
---------------------------------------------------------------------------*/

td.syousai {
	text-align: right;
	border: none;	/*ボックスの枠線(なし）*/
}


/*細々
---------------------------------------------------------------------------*/
.color1 {
	color: #0093a9;
}

.look {
	background-color: #000000;
}

.mb1em {
	margin-bottom: 1em;
}

.pagetop {
	text-align: right;
}
.blog {
	padding-bottom: 0px;
}

.blog p {
	display: block;
	text-align: center;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #660000;
	font-size:14px;
}
.blog img {
	padding-left: 5px;
}


.blog1 {
	padding-left: 5px;
}
.blog1 p {
	overflow: hidden;
	display: block;
	width: 250px;
	text-align: center;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #660000;
	font-size:14px;
}

.blog1 .img-left {
	float: left;
	margin-left: 30px;
}