@charset "shift_jis";

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

body {
	color: #333333;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 75%/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";	/*全体の背景色、背景画像の読み込み＆X軸(横軸)にリピート＆上部に配置*/
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;
}
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;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #0000FF;	/*リンクテキストの色*/
}
a:hover {
	color: #BC0000;	/*マウスオン時の文字色*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。そのままがいいならこの１行削除。*/
}

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

/*ヘッダー（ロゴなどが入ったブロック）
---------------------------------------------------------------------------*/
#header {
	text-align: left;
	height: 295px;	/*ヘッダーの高さ*/
	width: 100%;
	position: relative;
}
#top #header {
	height: 395px;	/*トップページでのヘッダーの高さ*/
}
/*ロゴ画像設定*/
#header #logo {
	position: absolute;
	left: 10px;	/*ヘッダーブロックに対して左から10pxの位置に配置*/
	top: 25px;	/*ヘッダーブロックに対して上から25pxの位置に配置*/
	z-index: 3;
}
/*h1見出しタグ設定*/
#header h1 {
	font-size: 10px;	/*文字サイズ*/
	line-height: 30px;
	font-weight: normal;	/*hタグのデフォルトの太字を標準に。太字がいいならこの１行削除。*/
	color: #999999;			/*文字色*/
	position: absolute;
	z-index: 4;
	left: 22px;		/*ヘッダーブロックに対して左から40pxの位置に配置*/
	bottom: 20px;	/*ヘッダーブロックに対して下から20pxの位置に配置*/
	width: 421px;
}
#header h1 a {
	text-decoration: none;
	color: #FFFFFF;	/*文字色*/
}

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#top #mainimg {
	height: 390px;
}
#mainimg {
	position: absolute;
	height: 290px;
	width: 978px;
	top: 5px;
	left: 0px;
}
#mainimg div {
	position: relative;
	height: 100%;
	width: 100%;
}
#mainimg div .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;
}
#mainimg img {
	vertical-align: bottom;
}

/*メインメニュー
---------------------------------------------------------------------------*/
ul#menu {
	background: #FFF;	/*メニューブロックの背景色*/
	height: 56px;
	padding: 10px;
	margin-bottom: 2px;
}
ul#menu li {
	float: left;
	padding-right: 2px;
}
ul#menu li.last {
	padding-right: 0px;
}
ul#menu img {
	vertical-align: bottom;
}

/*コンテンツ（左右のブロックとフッターを囲むボックス）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 958px;	/*上の線の幅、線種、色*/
	padding: 10px 10px 0px;	/*左から、上、左右、下へ余白*/
	background-color: #FFF;
	background-image: url(new../images/contents_bg1new.gif);
	background-repeat: repeat-y;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FF0000;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: left;	/*メインコンテンツを左(left)に回り込み*/
	width: 718px;	/*メインコンテンツ幅*/
	padding-bottom: 0px;
}
/*h2タグ設定*/
#main h2 {
	font-size: 120%;	/*文字サイズ*/
	color: #FFFFFF;		/*文字色*/
	clear: both;
	width: 708px;
	line-height: 40px;
	height: 40px;	/*背景画像の読み込み、背景画像をリピートしない(no-repeat)*/
	padding-left: 10px;
	overflow: hidden;
	background-image: url(../images/bg1.gif);
	background-repeat: no-repeat;
}
/*段落タグの余白設定*/
#main p {
	padding: 0.5em 10px 1em;	/*左から、上、左右、下への余白*/
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: right;	/*サブコンテンツを右(right)に回り込み*/
	width: 220px;	/*サブコンテンツ幅*/
	padding-bottom: 3px;
}
/*h3タグ設定*/
#sub h3 {
	font-size: 100%;	/*文字サイズ*/
	color: #FFFFFF;		/*文字色*/
	padding: 10px;		/*ボックス内の余白*/
	background: #0B0B0B url(../images/bg2.gif) repeat-x left top;	/*背景色、背景画像の読み込み＆X軸(横軸)にリピート＆上部に配置*/
	border-bottom: 4px solid #001BE6;	/*下側の線幅、線種、色*/
}
/*段落タグの余白設定*/
#sub p {
	padding: 0.5em 0px 1em;	/*左から、上、左右、下への余白*/
}
/*box設定*/
#sub .style6 {
	padding: 5px;	/*box内の余白*/
	border: 1px solid #001BE6;	/*枠線の幅、線種、色*/
	background: #FFF;
}

/*サブメニュー
---------------------------------------------------------------------------*/
ul.submenu li a {
	display: block;
	width: 198px;
	padding: 3px 10px;	/*左から、上下、左右への余白*/
	text-decoration: none;
	background: #FFF;	/*背景色*/
	border-right: 1px solid #CCC;	/*右側の線幅、線種、色*/
	border-bottom: 1px solid #CCC;	/*下側の線幅、線種、色*/
	border-left: 1px solid #CCC;
}
ul.submenu li.top a {
	border-top: 1px solid #CCC;	/*メニュー単体で使う場合の１行目の上側に線を入れる設定*/
}
#sub .style6 ul.submenu li a {
	width: 186px;	/*box内にメニューを置いた場合のメニュー幅*/
}
ul.submenu li a:hover {
	color: #333;		/*マウスオン時の文字色*/
	background: #e5e5e5;	/*マウスオン時の背景色*/
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#main .new {
	overflow: auto;
	width: 720px;
}
#main .new dl {
	clear: left;
	width: 688px;
	border-bottom: 1px solid #cccccc;	/*お知らせごとの境界線の幅、線種、色*/
	overflow: hidden;
}
#main .new dt {
	font-weight: bold;	/*日付を太字に*/
	float: left;
	width: 100px;
}
#main .new dd {
	float: left;
	width: 588px;
}
#main .new dd img {
	vertical-align: middle;
}
*html #main .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}

/*フッター
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 938px;
	text-align: center;		/*文字をセンタリング*/
	background: #001BE6;	/*背景色*/
	padding: 3px 10px;
	font-size: 11px;		/*文字サイズ*/
	color: #FFF;
}
#footer a {
	text-decoration: none;
	color: #FFF;
}

/*よく頂く質問ページ設定
---------------------------------------------------------------------------*/
/*Q（質問）*/
dl.faq dt {
	background: url(../images/faq_q.gif) no-repeat left top;	/*Qアイコンの読み込み*/
	padding-left: 25px;
	font-weight: bold;	/*文字を太字に*/
	color: #001BE6;		/*文字色*/
}
/*A（回答）*/
dl.faq dd {
	background: url(../images/faq_a.gif) no-repeat left top;	/*Aアイコンの読み込み*/
	padding-left: 25px;
	border-bottom: 1px solid #CCC;	/*回答の下の線の幅、線種、色*/
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 718px;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #001BE6;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	width: 475px;
	padding: 10px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 200px;
	padding: 10px;
	text-align: center;
	background: #e5e5e5;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background: #B2C5FA;	/*背景色*/
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #d2d2d2;
}
.mb1em {

}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #000066;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
