@charset "shift_jis";

/*
---------------------------------------------------------------------------
■制作元：テンプレートパーティー  ■プログラム改編者：岡嶋忠広
■URL：http://template-party.com/
---------------------------------------------------------------------------*/

body {
	color: #333333;
	background-color: #39352B;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 75%/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background-image: url(../images/bg.gif);
	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: #b17500;
	text-decoration: none;
}

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

/*メインメニュー
---------------------------------------------------------------------------*/
ul#menu {
	padding-left: 20px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
ul#menu li {
	float: left;
	padding-right: 3px;
}
ul#menu img {
	vertical-align: bottom;
}

/*プルダウンメニュー
---------------------------------------------------------------------------*/
.navi {
   width: 972px;
   font-size: 1.0em;
}
.navi ul {
   margin: 0;
   padding: 0;
   position: relative;
   z-Index:10;
}
.navi li {
   float: left;
   line-height: 30px;
   width: 162px;
   list-style-type: none;
　 font-family: Verdana, Helvetica, sans-serif;
   position:relative;
   z-Index:10;
}
.navi li a {
   display: block;
   color: #C0C0C0;/*文字色*/
   text-decoration: none;
   text-align: center;
   background-color: #2A120A;
   border-right: solid 1px #39352B;
   border-bottom: solid 1px #39352B;
   z-Index:10;
}
.navi li:first-child a {
   border-left: solid 1px #39352B;
}
.navi li a:hover {
   color: #FFFFFF;/*マウスオン時の文字色*/
   background-color: #b17500;/*マウスオン時の背景色*/
}
.navi ul li:hover ul {
   display: block;
   position:absolute;
}
.navi li ul{
   display: none;
}
.navi li li {
   float: none;
}
.navi li li a {
   background-color: #FFFFFF;
   border-left: solid 1px #39352B;
}
   
/*ヘッダー
---------------------------------------------------------------------------*/
#header {
	text-align: left;
	height: 130px;	/*ヘッダーの高さ*/
	width: 100%;
	position: relative;
	background-image: url(../images/header_bg.gif);	/*ヘッダー背景画像*/
	background-repeat: no-repeat;
}
/*ロゴ画像設定*/
#header #logo {
	position: absolute;
	left: 0px;	/*ヘッダーブロックに対して左から0pxの位置に配置。*/
	top: 5px;	/*ヘッダーブロックに対して上から5pxの位置に配置。*/
}
/*h1見出しタグ設定*/
#header h1 {
	font-size: 10px;	/*文字サイズ*/
	line-height: 16px;
	text-align: right;	/*右寄せ*/
	font-weight: normal;
	color: #a5a7af;	/*文字色*/
	position: absolute;
	top: 40px;		/*ヘッダーブロックに対して上から40pxの位置に配置。*/
	right: 20px;	/*ヘッダーブロックに対して右から20pxの位置に配置。*/
}
#header h1 a {
	text-decoration: none;
	color: #a5a7af;	/*文字色*/
}


/*コンテンツ（メインコンテンツン、サブコンテンツを囲むボックス）
---------------------------------------------------------------------------*/
#contents {
	width: 950px;
	background-color: #FFFFFF;	/*背景色 白*/
	padding: 10px 10px 0px;
}

/*#wrapper とsub2 を横に並べる（右側にsub2）
---------------------------------------------------------------------------*/
#wrapper {
       width:700px;
       float:left;
}

/*SUB 2
---------------------------------------------------------------------------*/
#sub2 {
	width: 240px;	/*サブコンテンツ幅*/
	padding-bottom: 1px;
    float:left;
}
/*h3タグ設定*/
#sub2 h3 {
	font-size: 100%;
	text-align: center;	/*文字をセンタリング*/
	padding: 5px 0px;
	color: #FFFFFF;		/*文字色*/
	background-color: #39352B;	/*背景色*/
	float: left;
	width: 100%;
}
/*段落タグの余白設定*/
#sub2 p {
	padding: 0.5em 0px 1em;	/*左から、上、左右、下への余白*/
}
/*SUB2内のbox1
---------------------------------------------------------------------------*/
#sub2 .box1 {
	border: 1px solid #a9a9a9;	/*左から、線幅、線種、色*/
	margin-bottom: 1em;
	background-image: url(../images/bg2.gif);	/*背景画像*/
	padding: 5px;
	float: left;
	width: 228px;
}
/*SUB2内のbox2
---------------------------------------------------------------------------*/
#sub2 .box2 {
	background-color: #FFFFFF;	/*背景色*/
	border: 1px solid #a9a9a9;	/*左から、線幅、線種、色*/
	padding: 5px;
	float: left;
}


/*サブメニュー
---------------------------------------------------------------------------*/
ul.submenu li a {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	background-color: #FFFFFF;	/*背景色*/
	border-bottom: 1px solid #a9a9a9;	/*下の線の幅、線種、色*/
	width: 208px;
}
ul.submenu li a:hover {
	color: #FFFFFF;	/*マウスオン時の文字色*/
	background-color: #b17500;	/*マウスオン時の背景色*/
}

ul.submenu span {
        display: inline-block;
        width: 8em;
}


/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#main .new {
	overflow: auto;
	height: 400px;
	width: 440px;
	padding-left: 10px;
}
#main .new dl {
	clear: left;
	width: 430px;
	border-bottom: 1px solid #cccccc;
	overflow: hidden;
}
#main .new dt {
	font-weight: bold;
	float: left;
	width: 100px;
}
#main .new dd {
	float: left;
	width: 430px;
}
#main .new dd img {
	vertical-align: middle;
}
*html #main .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	width: 450px;	/*メインコンテンツ幅*/
	padding-bottom: 30px;
        float:right;
}
/*h2タグ設定*/
#main h2 {
	font-size: 120%;	/*文字サイズ*/
	color: #FFFFFF;
	background-image: url(../images/bg1.gif);	/*背景画像*/
	background-repeat: repeat-x;				/*背景画像をＸ軸（横軸）にリピート*/
	background-position: top;					/*背景画像を上部に配置*/
	background-color: #39352B;					/*背景色*/
	border-bottom: 4px solid #b17500;	/*下の線幅、線種、色*/
	clear: both;
	width: 450px;
	padding: 5px 0px 5px 0px;	/*左から上、右、下、左への余白*/
}
/*段落タグの余白設定*/
#main p {
	padding: 0.5em 10px 1em;	/*左から、上、左右、下への余白*/
}


/*メインコンテンツ
---------------------------------------------------------------------------*/
#main2 {
	width: 450px;	/*メインコンテンツ幅*/
	padding-bottom: 30px;
        float:right;
}
/*h2タグ設定*/
#main2 h2 {
	font-size: 120%;	/*文字サイズ*/
	color: #FFFFFF;
	background-image: url(../images/bg1.gif);	/*背景画像*/
	background-repeat: repeat-x;				/*背景画像をＸ軸（横軸）にリピート*/
	background-position: top;					/*背景画像を上部に配置*/
	background-color: #39352B;					/*背景色*/
	border-bottom: 4px solid #b17500;	/*下の線幅、線種、色*/
	clear: both;
	width: 450px;
	padding: 5px 0px 5px 0px;	/*左から上、右、下、左への余白*/
}
/*段落タグの余白設定*/
#main2 p {
	padding: 0.5em 10px 1em;	/*左から、上、左右、下への余白*/
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main3 {
	width: 450px;	/*メインコンテンツ幅*/
	padding-bottom: 30px;
        float:right;
}
/*h2タグ設定*/
#main3 h2 {
	font-size: 120%;	/*文字サイズ*/
	color: #FFFFFF;
	background-image: url(../images/bg1.gif);	/*背景画像*/
	background-repeat: repeat-x;				/*背景画像をＸ軸（横軸）にリピート*/
	background-position: top;					/*背景画像を上部に配置*/
	background-color: #39352B;					/*背景色*/
	border-bottom: 4px solid #b17500;	/*下の線幅、線種、色*/
	clear: both;
	width: 450px;
	padding: 5px 0px 5px 0px;	/*左から上、右、下、左への余白*/
}
/*段落タグの余白設定*/
#main3 p {
	padding: 0.5em 10px 1em;	/*左から、上、左右、下への余白*/
}

#main3 span {
        display: inline-block;
        width: 8em;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main4 {
	width: 520px;	/*メインコンテンツ幅*/
	padding-bottom: 30px;
        float:right;
}
/*h2タグ設定*/
#main4 h2 {
	font-size: 120%;	/*文字サイズ*/
	color: #FFFFFF;
	background-image: url(../images/bg1.gif);	/*背景画像*/
	background-repeat: repeat-x;				/*背景画像をＸ軸（横軸）にリピート*/
	background-position: top;					/*背景画像を上部に配置*/
	background-color: #39352B;					/*背景色*/
	border-bottom: 4px solid #b17500;	/*下の線幅、線種、色*/
	clear: both;
	width: 520px;
	padding: 5px 0px 5px 0px;	/*左から上、右、下、左への余白*/
}
/*段落タグの余白設定*/
#main4 p {
	padding: 0.5em 10px 1em;	/*左から、上、左右、下への余白*/
}

#main4 span {
        display: inline-block;
        width: 8em;
}

/*サービスページのボックス
---------------------------------------------------------------------------*/
#main .servicebox {
	background-color: #39352B;	/*背景色*/
	background-image: url(../images/bg4.gif);	/*背景画像*/
	background-repeat: no-repeat;				/*背景画像をリピートしない*/
	background-position: right bottom;			/*背景画像を右下に配置*/
	color: #FFFFFF;	/*文字色*/
	padding: 10px;
	width: 660px;
	overflow: hidden;
	margin-bottom: 0.5em;
}
/*左の画像設定*/
#main .servicebox .img {
	background-color: #FFFFFF;	/*背景色*/
	background-image: url(../images/bg3.gif);	/*背景画像*/
	background-repeat: no-repeat;				/*背景画像をリピートしない*/
	background-position: right bottom;			/*背景画像を右下に配置*/
	padding: 5px;
	float: left;
	width: 150px;
}
/*右のh3見出し設定*/
#main .servicebox h3 {
	font-size: 120%;	/*文字サイズ*/
	border-bottom: 1px solid #FFFFFF;
	border-left: 5px solid #FFFFFF;
	margin-left: 170px;
	padding-left: 5px;
}
/*右の段落タグ設定*/
#main .servicebox p {
	margin-left: 170px;
	padding: 0px 0px 0px 10px;
}
/*ボックス内のリンク設定*/
#main .servicebox a {
	color: #FFFFFF;	/*文字色*/
}


/*サービスページのボックス2
---------------------------------------------------------------------------*/
#main .servicebox2 {
	background-color: #39352B;	/*背景色*/
	background-image: url(../images/bg4.gif);	/*背景画像*/
	background-repeat: no-repeat;				/*背景画像をリピートしない*/
	background-position: right bottom;			/*背景画像を右下に配置*/
	color: #FFFFFF;	/*文字色*/
	padding: 10px;
	width: 430px;
	overflow: hidden;
	margin-bottom: 0.5em;
}
/*右のh3見出し設定*/
#main .servicebox2 h3 {
	font-size: 120%;	/*文字サイズ*/
	border-bottom: 1px solid #FFFFFF;
	border-left: 5px solid #FFFFFF;
	margin-left: 5px;
	padding-left: 5px;
}
/*右の段落タグ設定*/
#main .servicebox2 p {
	margin-left: 5px;
	padding: 0px 0px 0px 10px;
}
/*ボックス内のリンク設定*/
#main .servicebox2 a {
	color: #FFFFFF;	/*文字色*/
}

/*サービスページのボックス3
---------------------------------------------------------------------------*/
#main .servicebox3 {
	background-color: #39352B;	/*背景色*/
	background-image: url(../images/bg4.gif);	/*背景画像*/
	background-repeat: no-repeat;				/*背景画像をリピートしない*/
	background-position: right bottom;			/*背景画像を右下に配置*/
	color: #FFFFFF;	/*文字色*/
	padding: 5px;
	width: 440px;
	overflow: hidden;
	margin-bottom: 0.5em;
}
/*右のh3見出し設定*/
#main .servicebox3 h3 {
	font-size: 120%;	/*文字サイズ*/
	border-bottom: 1px solid #FFFFFF;
	border-left: 5px solid #FFFFFF;
	margin-left: 0px;
	padding-left: 5px;
}
/*右の段落タグ設定*/
#main .servicebox3 p {
	margin-left: 0px;
	padding: 0px 0px 0px 10px;
}
/*ボックス内のリンク設定*/
#main .servicebox3 a {
	color: #FFFFFF;	/*文字色*/
}

/*サブコンテンツ1
---------------------------------------------------------------------------*/
#sub1 {
	width: 240px;	/*サブコンテンツ幅*/
	padding-bottom: 1px;
    float:right;
}
/*h3タグ設定*/
#sub1 h3 {
	font-size: 100%;
	text-align: center;	/*文字をセンタリング*/
	padding: 5px 0px;
	color: #FFFFFF;		/*文字色*/
	background-color: #39352B;	/*背景色*/
	float:right;
	width: 100%;
}
/*段落タグの余白設定*/
#sub1 p {
	padding: 0.5em 0px 1em;	/*左から、上、左右、下への余白*/
}
/*サブコンテンツ内のbox1
---------------------------------------------------------------------------*/
#sub1 .box1 {
	border: 1px solid #a9a9a9;	/*左から、線幅、線種、色*/
	margin-bottom: 1em;
	background-image: url(../images/bg2.gif);	/*背景画像*/
	padding: 5px;
	float:right;
	width: 228px;
}
/*サブコンテンツ内のbox2
---------------------------------------------------------------------------*/
#sub1 .box2 {
	background-color: #FFFFFF;	/*背景色*/
	border: 1px solid #a9a9a9;	/*左から、線幅、線種、色*/
	padding: 0px;
	float:right;
	text-align: center;
	width: 228px;
}

#sub1 .box3 {
	background-color: #FFFFFF;	/*背景色*/
	border: 1px solid #a9a9a9;	/*左から、線幅、線種、色*/
	padding: 5px;
	float:right;
	text-align: center;
	width: 228px;
}


/*サブメニュー
---------------------------------------------------------------------------*/
ul.submenu li a {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	background-color: #FFFFFF;	/*背景色*/
	border-bottom: 1px solid #a9a9a9;	/*下の線の幅、線種、色*/
	width: 208px;
}
ul.submenu li a:hover {
	color: #FFFFFF;	/*マウスオン時の文字色*/
	background-color: #b17500;	/*マウスオン時の背景色*/
}

ul.submenu span {
        display: inline-block;
        width: 8em;
}

/*フッター
---------------------------------------------------------------------------*/
#footer {
	text-align: center;
	color: #FFFFFF;
	background-color: #39352B;
	border-top: 20px solid #58554C;
	padding: 10px 0px;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 450px;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #a9a9a9;
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	width: 407px;
	padding: 10px;
	vertical-align: top;
}
/*テーブル内の段落タグの余白*/
.ta1 p {
	padding: 0px !important;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 250px;
	padding: 10px;
	text-align: center;
	background-color: #E5E5E5;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #929292;
	color: #FFFFFF;
}

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

}

/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #E9E9E9;
}
.mb1em {
	margin-bottom: 1em;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #b17500;
}
.pagetop {
	text-align: right;
	clear: both;
	width: 100%;
	padding: 0px !important;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
