@charset "shift_jis";

/*
---------------------------------------------------------------------------
■制作元：テンプレートパーティー
■URL：http://template-party.com/
---------------------------------------------------------------------------*/

body {
	color: #21180F;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 13px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background: #333333;	/*背景色*/
}
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: 12px;
	border-spacing: 0;
	text-align: left;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #21180F;
}
a:hover {
	color: #1a4ef7;	/*マウスオン時の文字色（全体）*/
	text-decoration: none;
}

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

/*ヘッダー（ロゴなどが入っているブロック）
---------------------------------------------------------------------------*/
#header {
	text-align: left;
	width: 100%;
	background: url(../images/header_bg.gif) no-repeat center top;	/*ヘッダー背景画像の読み込み*/
	height: 76px;	/*ヘッダーの高さ*/
	position: relative;
	padding-bottom: 20px;	/*h1タグ分の高さを確保*/
	color: #FFFFFF;
}
/*h1見出しタグ設定*/
#header h1 {
	font-size: 9px;			/*文字サイズ*/
	font-weight: normal;	/*文字の太さを標準にする。hタグのデフォルトの太字がいいならこの１行削除。*/
	text-align: right;		/*右よせ*/
	line-height: 20px;		/*行間*/
	position: absolute;
	right: 59px;	/*ヘッダーブロックに対して右から10pxの位置に配置*/
	bottom: -22px;	/*ヘッダーブロックに対して下から0pxの位置に配置*/
	color: #FFF;	/*文字色*/
}
#header h1 a {
	text-decoration: none;
	color: #FFF;	/*文字色*/
}
/*ロゴ画像設定*/
#header #logo {
	position: absolute;
	left: -176px;	/*ヘッダーブロックに対して左から30pxの位置に配置*/
	top: 0px;	/*ヘッダーブロックに対して上から20pxの位置に配置*/
	font-size: 14px;
	width: 448px;
	height: 71px;
}

/*メインメニュー
---------------------------------------------------------------------------*/
ul#menu li {
	float: left;
}
ul#menu {
	position: absolute;
	height: 76px;
	width: 456px;
	top: -1px;		/*ヘッダーブロックに対して上から0pxの位置に配置*/
	right: 51px;	/*ヘッダーブロックに対して右から80pxの位置に配置*/
}
ul#menu img {
	vertical-align: bottom;
}

/*コンテンツ（mainとsubとfooterを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background: #FFF url(../images/contents_bg.gif) no-repeat center top;	/*背景色、背景画像の読み込み＆リピートしない＆中央上部に配置*/
	padding-top: 20px;	/*背景画像分の高さを確保*/
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: right;	/*メインコンテンツを右(right)に回り込み*/
	width: 680px;	/*メインコンテンツ幅*/
	padding-bottom: 30px;
	padding-right: 20px;
}
/*h2タグ設定*/
#main h2 {
	font-size: 100%;	/*文字サイズ*/
	clear: both;
	color: #FFF;		/*文字色*/
	background: #333 url(../images/bg4.gif);	/*背景色、背景画像の読み込み*/
	width: 670px;
	border-top: 3px solid #1a4ef7;	/*上側の線の幅、線種、色*/
	padding: 5px 0px 5px 10px;		/*左から、上、右、下、左への余白*/
}
/*段落タグの余白設定*/
#main p {
	padding: 0.5em 10px 1em;	/*左から、上、左右、下への余白*/
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: left;	/*サブコンテンツを左(left)に回り込み*/
	width: 220px;	/*サブコンテンツ幅*/
	padding-bottom: 30px;
	padding-left: 20px;
}
/*h3タグ設定*/
#sub h3 {
	font-size: 100%;	/*文字サイズ*/
	color: #FFFFFF;		/*文字色*/
	background: #1139F4 url(../images/bg2.gif) no-repeat center top;	/*背景色、背景画像の読み込み＆リピートしない＆中央上部を配置*/
	padding: 13px 5px;	/*左から、上下、左右への余白*/
	text-align: center;
}
/*段落タグの余白設定*/
#sub p {
	padding: 0em 5px 0.5em;	/*左から、上、左右、下への余白*/
}

/*サブコンテンツ内のボックス（subbox）
---------------------------------------------------------------------------*/
#sub .subbox {
	background: url(../images/bg1.gif);	/*背景画像の読み込み*/
	padding: 5px;	/*ボックス内の余白*/
	margin-bottom: 1em;
	border-top: 4px solid #1a4ef7;		/*上の線の幅、線種、色*/
	border-right: 1px solid #999;	/*右の線の幅、線種、色*/
	border-bottom: 1px solid #999;	/*下の線の幅、線種、色*/
	border-left: 1px solid #999;	/*左の線の幅、線種、色*/
}
/*subbox内のh3タグ設定*/
#sub .subbox h3 {
	color: #333;	/*文字色*/
	background: #FFF url(../images/bg3.gif) repeat-x bottom;	/*背景色、背景画像の読み込み＆X軸(横軸)にリピート＆下部に配置*/
	padding: 5px;	/*h3タグ内の余白*/
	border: 1px solid #999;	/*枠線の幅、線種、色*/
}

/*サブメニュー
---------------------------------------------------------------------------*/
ul.submenu li {
	margin-bottom: 1px;		/*メニューごとの余白*/
}
ul.submenu li a {
	display: block;
	width: 215px;
	padding: 3px 0px 3px 5px;
	text-decoration: none;
	color: #FFFFFF;			/*文字色*/
	background: #333333;	/*背景色*/
}
#sub .subbox ul.submenu li a {
	width: 202px;
}
ul.submenu li a:hover {
	background: #FFFFFF;	/*マウスオン時の背景色*/
	color: #1a4ef7;			/*マウスオン時の文字色*/
}

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

/*フッター
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	text-align: center;		/*文字をセンタリング*/
	letter-spacing: 0.2em;	/*文字間を少しあける設定。通常がいいならこの１行削除。*/
	font-size: 11px;		/*文字サイズ*/
	background: #333 url(../images/footer_bg.gif) no-repeat center top;	/*背景色、背景画像の読み込み＆リピートしない＆中央上部に配置*/
	padding-top: 20px;	/*背景画像分の余白を確保*/
	color: #FFF;		/*文字色*/
}
#footer a {
	text-decoration: none;
	color: #FFF;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 680px;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #CCCCCC;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	width: 437px;
	padding: 10px;
	vertical-align: top;
}
/*テーブル内の段落タグの余白*/
.ta1 p {
	padding: 0px !important;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 200px;
	padding: 10px;
	text-align: center;
	background: #1a4ef7;	/*背景色*/
	color: #FFF;	/*文字色*/
}
.ta1 th a,.ta1 th a:hover {
	color: #FFF;	/*文字色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background: #DADADA url(../images/bg3.gif) repeat-x top;	/*背景色、背景画像の読み込み＆X軸(横軸)にリピート＆上部に配置*/
	color: #333;	/*文字色*/
}

/*service.htmlページのボックス
---------------------------------------------------------------------------*/
#main .box1 {
	padding: 10px;	/*ボックス内の余白*/
	overflow: hidden;
	margin-bottom: 0.5em;
	border: 3px solid #CCCCCC;	/*ボックスの線幅、線種、色*/
	width: 654px;
	background: #dde3ed;	/*ボックスの背景色*/
}
/*写真*/
#main .box1 img {
	float: left;	/*画像を左に回り込み*/
	border: 1px solid #333333;	/*画像のフチの線幅、線種、色*/
}
/*h3見出しタグ*/
#main .box1 h3 {
	font-size: 100%;	/*文字サイズ*/
	margin-left: 165px;	/*左の写真とバランスをとって設定*/
	background: #DADADA url(../images/bg3.gif) repeat-x top;
	border-bottom: 3px solid #1a4ef7;	/*下部の線の幅、線種、色*/
	border-top: 1px solid #DADADA;		/*上部の線の幅、線種、色*/
	border-right: 1px solid #DADADA;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #DADADA;		/*左側の線の幅、線種、色*/
	margin-bottom: 0.5em;
	padding: 3px 0px 3px 5px;	/*左から、上、右、下、左への余白*/
}
/*段落タグ*/
#main .box1 p {
	padding: 0px 0px 0px 5px;	/*左から、上、右、下、左への余白*/
	margin-left: 165px;	/*左の写真とバランスをとって設定*/
}

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

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