@charset "shift_jis";

/*
---------------------------------------------------------------------------
■制作元：テンプレートパーティー
■URL：http://template-party.com/
---------------------------------------------------------------------------*/

body {
	color: #333333;
	background-color: #1e2027;
	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: #8a0a0a;*/
	color: #ff0000;
	text-decoration: none;
}

/*コンテナー
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 960px;
	margin-right: auto;
	margin-left: 15px;
}

/*ヘッダー
---------------------------------------------------------------------------*/
#header {
	text-align: left;
	height: 100px;	/*ヘッダーの高さ*/
	width: 100%;
	position: relative;
	background-image: url(../images/header_bg.gif);	/*ヘッダー背景画像*/
	background-repeat: no-repeat;
}
/*ロゴ画像設定*/
#header #logo {
	position: absolute;
	left: 0px;	/*ヘッダーブロックに対して左から0pxの位置に配置。*/
	top: 0px;	/*ヘッダーブロックに対して上から5pxの位置に配置。*/
}
/*h1見出しタグ設定*/
#header h1 {
	font-size: 10px;	/*文字サイズ*/
	line-height: 16px;
	text-align: right;	/*右寄せ*/
	font-weight: normal;
	color: #a5a7af;	/*文字色*/
	position: absolute;
	top: 30px;		/*ヘッダーブロックに対して上から40pxの位置に配置。*/
	right: 20px;	/*ヘッダーブロックに対して右から20pxの位置に配置。*/
}
#header h1 a {
	text-decoration: none;
	color: #a5a7af;	/*文字色*/
}

/*メインメニュー
---------------------------------------------------------------------------*/
ul#menu {
	padding-left: 20px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
ul#menu li {
	float: left;
	padding-right: 4px;
}
ul#menu img {
	vertical-align: bottom;
}

/*コンテンツ（メイコンテンツン、サブコンテンツを囲むボックス）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 940px;
	background-color: #FFFFFF;	/*背景色*/
	padding: 10px 10px 0px;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: left;	/*左に回り込み*/
	width: 720px;	/*メインコンテンツ幅*/
	padding-bottom: 30px;
	font-size: 12px;

}
/*h2タグ設定*/
#main h2 {
	font-size: 120%;	/*文字サイズ*/
	color: #FFFFFF;
	background-image: url(../images/bg1.gif);	/*背景画像*/
	background-repeat: repeat-x;				/*背景画像をＸ軸（横軸）にリピート*/
	background-position: top;					/*背景画像を上部に配置*/
	background-color: #1F2128;					/*背景色*/
	border-bottom: 4px solid #8a0a0a;	/*下の線幅、線種、色*/
	clear: both;
	width: 720px;
	padding: 5px 0px 5px 10px;	/*左から上、右、下、左への余白*/
}
/*段落タグの余白設定*/
#main p {
	padding: 0.5em 10px 0em;	/*左から、上、左右、下への余白*/
}

/*メインコンテンツ（２）
---------------------------------------------------------------------------*/
#main2 {
	float: left;	/*左に回り込み*/
	width: 100%;	/*メインコンテンツ幅*/
	padding-bottom: 30px;
	font-size: 12px;
}
/*h2タグ設定*/
#main2 h2 {
	font-size: 120%;	/*文字サイズ*/
	color: #FFFFFF;
	background-image: url(../images/bg1.gif);	/*背景画像*/
	background-repeat: repeat-x;				/*背景画像をＸ軸（横軸）にリピート*/
	background-position: top;					/*背景画像を上部に配置*/
	background-color: #1F2128;					/*背景色*/
	border-bottom: 4px solid #8a0a0a;	/*下の線幅、線種、色*/
	clear: both;
	width: 930px;
	padding: 5px 0px 5px 10px;	/*左から上、右、下、左への余白*/
}
/*段落タグの余白設定*/
#main2 p {
	padding: 0.5em 10px 1em;	/*左から、上、左右、下への余白*/
}

/*サービスページのボックス
---------------------------------------------------------------------------*/
#main .servicebox {
	background-color: #1E2027;	/*背景色*/
	background-image: url(../images/bg4.gif);	/*背景画像*/
	background-repeat: no-repeat;				/*背景画像をリピートしない*/
	background-position: right bottom;			/*背景画像を右下に配置*/
	color: #FFFFFF;	/*文字色*/
	padding: 10px;
	width: 710px;
	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;	/*文字色*/
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: right;	/*右に回り込み*/
	width: 200px;	/*サブコンテンツ幅*/
	padding-bottom: 30px;
	font-size: 12px;
}
/*h3タグ設定*/
#sub h3 {
	font-size: 100%;
	text-align: center;	/*文字をセンタリング*/
	padding: 5px 0px;
	color: #FFFFFF;		/*文字色*/
	background-color: #1E2027;	/*背景色*/
}
/*段落タグの余白設定*/
#sub p {
	padding: 0.5em 0px 1em;	/*左から、上、左右、下への余白*/
}
/*サブコンテンツ内のbox1
---------------------------------------------------------------------------*/
#sub .box1 {
	border: 1px solid #a9a9a9;	/*左から、線幅、線種、色*/
	margin-bottom: 1em;
	background-image: url(../images/bg2.gif);	/*背景画像*/
	padding: 5px;
}
/*サブコンテンツ内のbox2
---------------------------------------------------------------------------*/
#sub .box2 {
	background-color: #FFFFFF;	/*背景色*/
	border: 1px solid #a9a9a9;	/*左から、線幅、線種、色*/
	padding: 5px;
}

/*サブメニュー
---------------------------------------------------------------------------*/
ul.submenu li a {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	background-color: #cccccc;	/*背景色*/
	border-bottom: 1px solid #a9a9a9;	/*下の線の幅、線種、色*/
	width: 168px;
}
ul.submenu li a:hover {
	color: #FFFFFF;	/*マウスオン時の文字色*/
	background-color: #8A0A0A;	/*マウスオン時の背景色*/
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#main .new {
	overflow: auto;
	height: 2000px;
	width: 720px;
	padding-left: 10px;
}
#main .new dl {
	clear: left;
	width: 720px;
	border-bottom: 1px solid #cccccc;
	overflow: hidden;
}
#main .new dt {
	font-weight: bold;
	float: left;
	width: 100px;
}
#main .new dd {
	float: left;
	width: 600px;
}
#main .new dd img {
	vertical-align: middle;
}
*html #main .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}

/*フッター
---------------------------------------------------------------------------*/
#footer {
	text-align: center;
	color: #FFFFFF;
	background-color: #1e2027;
	border-top: 20px solid #3F4046;
	padding: 10px 0px;
	font-size: 12px;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #a9a9a9;
/*	line-height: 2; */
	line-height: 1.6;
}
/*テーブル内の右側*/
.ta1 td{
	width: auto;
	padding: 10px;
	vertical-align: top;
}
/*テーブル内の段落タグの余白*/
.ta1 p {
	padding: 0px !important;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 320px;
	padding: 2px;
	text-align: center;
/*	background-color: #E5E5E5; */
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #929292;
	color: #FFFFFF;
	padding: 2px 10px 0px;	/*左から、上、左右、下への余白*/
}

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	padding-bottom: 10px;
	position: relative;
	height: 290px;
	width: 940px;
}
#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;
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #E9E9E9;
}
.mb1em {
	margin-bottom: 1em;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #8a0a0a;
}
.pagetop {
	text-align: right;
	clear: both;
	width: 100%;
	padding: 0px !important;
}
.pr {
	font-size: 10px;
}
