@charset "shift_jis";

/*
---------------------------------------------------------------------------
■制作元：テンプレートパーティー
■URL：http://template-party.com/
---------------------------------------------------------------------------*/

body {
	color: #666666;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 75%/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";/*全体の文字サイズ/行間、フォント*/
	background: #e5e5e5 url(../images/bg.gif);	/*背景色、背景画像の読み込み*/
}
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: #313131;
}
a:hover {
	color: #9f0000;
	text-decoration: none;
}

/*コンテナー
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

/*ヘッダー
---------------------------------------------------------------------------*/
#header {
	text-align: left;
	height: 114px;
	width: 100%;
	position: relative;
	background: url(../images/header_bg.gif) no-repeat top;	/*背景画像の読み込み、背景画像をリピートしない(no-repeat)、背景画像を上部に配置(top)*/
	padding-bottom: 30px;
}
/*ロゴ画像設定*/
#header #logo {
	position: absolute;
	left: 30px;	/*ヘッダーブロックに対して左から30pxの位置に配置*/
	top: 4px;	/*ヘッダーブロックに対して上から14pxの位置に配置*/
}
/*電話番号設定*/
#header #tel {
	position: absolute;
	left: 630px;	/*ヘッダーブロックに対して左から30pxの位置に配置*/
	top: 14px;	/*ヘッダーブロックに対して上から14pxの位置に配置*/
}
/*h1見出しタグ設定*/
#header h1 {
	font-size: 10px;	/*文字サイズ*/
	line-height: 30px;
	text-align: right;	/*右寄せ*/
	font-weight: normal;
	color: #FFFFFF;		/*文字色*/
	position: absolute;
	right: 0px;		/*ヘッダーブロックに対して右から0pxの位置に配置*/
	bottom: 0px;	/*ヘッダーブロックに対して下から0pxの位置に配置*/
}
#header h1 a {
	text-decoration: none;
	color: #FFFFFF;	/*文字色*/
}

/*メインメニュー
---------------------------------------------------------------------------*/
ul#menu {
	padding-left: 25px;
	position: absolute;
	left: 0px;		/*ヘッダーブロックに対して左から0pxの位置に配置*/
	bottom: 30px;	/*ヘッダーブロックに対して下から30pxの位置に配置*/
	width: 900px;
}
ul#menu li {
	float: left;
}
ul#menu img {
	vertical-align: bottom;
}

/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	background: #FFF url(../images/contents_bg.gif) no-repeat top;	/*背景画像の読み込み、背景画像をリピートしない(no-repeat)、背景画像を上部に配置(top)*/
}
/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: right;	/*メインコンテンツを右(right)に回り込み*/
	width: 670px;	/*メインコンテンツ幅*/
	padding: 0px 10px 30px 0px;	/*左から、上、右、下、左への余白*/
}
/*h2タグ設定*/
#main h2 {
	font-size: 120%;		/*文字サイズ*/
	color: #FFFFFF;	/*文字色*/
	clear: both;
	width: 640px;
	padding-left: 30px;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	background: url(../images/midashi_bg1.gif) no-repeat;	/*背景画像の読み込み*/
}
/*h4タグ設定*/
#main h4 {
	font-size: 100%;		/*文字サイズ*/
	color: #000000;	/*文字色*/
	clear: both;
	width: 340px;
	padding-left: 30px;
	line-height: 40px;
	height: 30px;
	overflow: hidden;
	background: url(../images/midashi_bg1.gif) no-repeat;	/*背景画像の読み込み*/
}
/*段落タグの余白設定*/
#main p {
	padding: 0.5em 10px 1em;	/*左から、上、左右、下への余白*/
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: left;	/*サブコンテンツを左(left)に回り込み*/
	width: 240px;	/*サブコンテンツ幅*/
	padding: 0px 0px 30px 10px;	/*左から、上、右、下、左への余白*/
}
/*h3タグ設定*/
#sub h3 {
	font-size: 100%;		/*文字サイズ*/
	padding: 15px 10px;		/*左から、上下、左右への余白*/
	background: #eeeeee;	/*背景色*/
	border-bottom: 1px solid #d2d2d2;	/*下部の線の幅、線種、色*/
	border-top: 5px solid #34C7E6;		/*上部の線の幅、線種、色*/
}
/*段落タグの余白設定*/
#sub p {
	padding: 0.5em 0px 1em;	/*左から、上、左右、下への余白*/
}

/*サブメニュー
---------------------------------------------------------------------------*/
ul.submenu {
	margin-bottom: 1em;
}
ul.submenu li a {
	display: block;
	width: 230px;
	padding: 8px 4px;
	text-decoration: none;
	border-bottom: 1px solid #636363;	/*下側の線の幅、線種、色*/
	border-right: 1px solid #636363;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #636363;		/*左側の線の幅、線種、色*/
	color: #313131;	/*文字色*/
	background: #FFFFFF url(../images/bg2.gif) repeat-x left bottom;	/*背景色、背景画像の読み込み、背景画像をX軸にリピートする(repeat-x)、背景画像を左側(left)・下部に配置(bottom)*/
}
ul.submenu li a:hover {
	background-color: #ffffff;	/*マウスオン時の背景色*/
	color: #9f0000;	/*マウスオン時の文字色*/
	background-image: none;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#main .new {
	overflow: auto;
	height: 150px;
	width: 660px;
	padding-left: 10px;
}
#main .new dl {
	clear: left;
	width: 640px;
	border-bottom: 1px solid #cccccc;
	overflow: hidden;
}
#main .new dt {
	font-weight: bold;
	float: left;
	width: 100px;
}
#main .new dd {
	float: left;
	width: 540px;
}
#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;	/*文字をセンタリング*/
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 11px;		/*文字サイズ*/
	color: #FFF;			/*文字色*/
	background: #34C7E6;	/*背景色*/
}
#footer a {
	text-decoration: none;
	color: #FFF;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 670px;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #636363;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	width: 427px;
	padding: 10px;
	vertical-align: top;
}
/*テーブル内の段落タグの余白*/
.ta1 p {
	padding: 0px !important;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 200px;
	padding: 10px;
	text-align: center;
	background-color: #E5E5E5;	/*背景色*/
}
/*テーブル内のh3タグ設定*/
.ta1 h3 {
	font-size: 100%;
	border-bottom: 1px solid #666666;	/*下部の線の幅、線種、色*/
	margin-bottom: 0.5em;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #545454;	/*背景色*/
	color: #FFFFFF;	/*文字色*/
}

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	position: relative;
	height: 240px;
	width: 670px;
	margin-bottom: 10px;
}
#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;
}

/*サービスページのボックス
---------------------------------------------------------------------------*/
#main .box1 {
	width: 654px;
	padding: 5px;
	overflow: hidden;
	background: url(../images/bg2.gif) repeat-x bottom;	/*背景画像の読み込み、背景画像をX軸にリピートする(repeat-x)、背景画像を下部に配置(bottom)*/
	border-top: 1px solid #c9c9c9;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #c9c9c9;	/*右側の線の幅、線種、色*/
	border-bottom: 1px solid #c9c9c9;	/*下側の線の幅、線種、色*/
	border-left: 5px solid #c9c9c9;		/*左側の線の幅、線種、色*/
	margin-bottom: 1em;
}
#main .box2 {
	float: center;
	width: 154px;
	padding: 5px;
	overflow: hidden;
	text-align: left;
	border-top: 1px solid #c9c9c9;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #c9c9c9;	/*右側の線の幅、線種、色*/
	border-bottom: 1px solid #c9c9c9;	/*下側の線の幅、線種、色*/
	border-left: 1px solid #c9c9c9;		/*左側の線の幅、線種、色*/
	margin-bottom: 1em;
}
#main .center {
	float: center;
	width: 154px;
}
#main .box1 .left {
	float: left;
	width: 162px;
}
#main .box1 .left img {
	border: 1px solid #c9c9c9;	/*画像の枠線の幅、線種、色*/
	padding: 5px;	/*画像まわりの余白*/
	background-color: #FFFFFF;	/*背景色*/
	vertical-align: bottom;
}
#main .box1 .left a:hover img {
	border: 1px solid #9f0000;	/*マウスオン時の枠線の幅、線種、色*/
}
#main .box1 .righ {
	float: right;
	width: 480px;
}
#main .box1 .righ h3 {
	font-size: 100%;
	color: #9f0000;	/*h3タグの文字色*/
}
#main .box1 .righ h3 a {
	color: #9f0000;	/*リンク設定した際のh3タグの文字色*/
}
#main .box1 .righ p {
	padding: 0px;
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #E9E9E9;
}
.mb1em {
	margin-bottom: 1em;
}
.pt0 {
	padding-top: 0 !important;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #9f0000;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}

/*メニューブロック全体*/
ul#tag {
	height: 40px;
	width: 100%;
	background: url(../images/menu_bg.gif) repeat-x;	/*背景画像の読み込み＆X軸(横軸)リピート*/
	border-top: 1px solid #d2d2d2;		/*上の線の幅、線種、色*/
	border-bottom: 1px solid #d2d2d2;	/*下の線の幅、線種、色*/
}
/*メニュー１個ごとの設定*/
ul#tag li {
	float: left;
}
ul#tag li a {
	font-size: 9px;		/*文字サイズ*/
	text-decoration: none;	/*デフォルトのリンクの下線を消す設定*/
	text-align: center;		/*文字をセンタリング*/
	width: 129px;			/*メニュー１個あたりの幅*/
	display: block;
	overflow: hidden;
	padding-top: 7px;
	height: 50px;
	border-right: 1px solid #d2d2d2;	/*右側の線の幅、線種、色*/
	font-weight: bold;	/*文字を太字にする設定*/
}
/*色の付いた飾り文字の設定*/
ul#tag li a span {
	font-size: 9px;			/*飾り文字のサイズ*/
	color: #34C7E6;			/*飾り文字の色*/
	font-weight: normal;	/*飾り文字を太字から標準に*/
}
/*マウスオン時の設定*/
ul#tag li a:hover {
	background: url(../images/menu_bg_on.gif) no-repeat left center;	/*背景画像の読み込み*/
}
/*ラスト（一番右側）のメニュー設定*/
ul#tag li.last a {
	border-right: none;
}
/*現在表示中のメニュー設定*/
ul#tag li#current a {
	background: url(../images/menu_bg_on.gif) no-repeat left center;	/*背景画像の読み込み*/
}
