@charset "shift_jis";

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

body {
	color: #666666;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 75%/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background-image: 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: #666666;
}
a:hover {
	color: #2750cc;
	text-decoration: none;
}

/*コンテナー
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 904px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/container_bg.gif);
	background-repeat: repeat-y;
	padding-right: 3px;
	padding-left: 3px;
}

/*ヘッダー
---------------------------------------------------------------------------*/
#header {
	text-align: left;
	height: 70px;
	width: 100%;
	position: relative;
	background-image: url(../images/header_bg.gif);
	background-repeat: no-repeat;
}
/*ロゴ画像設定*/
#header #logo {
	position: absolute;
	left: 20px;
	top: 26px;
}
/*電話番号バナー設定*/
#header #tel {
	position: absolute;
	right: 20px;
	top: 17px;
}
/*h1見出しタグ設定*/
#header h1 {
	font-size: 10px;
	line-height: 16px;
	text-align: right;
	font-weight: normal;
	color: #FFFFFF;
	position: absolute;
	top: 0px;
	right: 0px;
}
#header h1 a {
	text-decoration: none;
	color: #FFFFFF;
}

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

/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 896px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 4px;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: right;
	width: 640px;
	padding-bottom: 30px;
	padding-top: 10px;
}
/*h2タグ設定*/
#main h2 {
	font-size: 120%;
	padding-left: 10px;
	border-bottom: 4px solid #93CB26;
	background-image: url(../images/bg3.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-top: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	border-left: 1px solid #c9c9c9;
	clear: both;
	width: 628px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #F8F8F8;
}
/*段落タグの余白設定*/
#main p {
	padding: 0.5em 10px 1em;
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: left;
	width: 236px;
	padding-bottom: 30px;
	padding-top: 10px;
}
/*h3タグ設定*/
#sub h3.text {
	font-size: 100%;
	color: #FFFFFF;
	background-image: url(../images/title_bg1.gif);
	background-repeat: no-repeat;
	text-align: center;
	line-height: 44px;
	height: 44px;
	overflow: hidden;
}

/*段落タグの余白設定*/
#sub p {
	padding: 0.5em 5px 1em;
}

/*サブメニュー
---------------------------------------------------------------------------*/
ul.submenu {
	margin-bottom: 1em;
}
ul.submenu li a {
	display: block;
	width: 214px;
	padding: 5px 10px;
	text-decoration: none;
	border-bottom: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	border-left: 1px solid #c9c9c9;
	background-image: url(../images/bg2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
	color: #666666;
}
ul.submenu li a:hover {
	background-color: #93CB26;
	color: #FFFFFF;
	background-image: none;
	border-bottom: 1px solid #6A931C;
	border-right: 1px solid #6A931C;
	border-left: 1px solid #6A931C;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#main .new {
	overflow: auto;
	height: 150px;
	width: 630px;
	padding-left: 10px;
}
#main .new dl {
	clear: left;
	width: 610px;
	border-bottom: 1px solid #cccccc;
	overflow: hidden;
}
#main .new dt {
	font-weight: bold;
	float: left;
	width: 100px;
}
#main .new dd {
	float: left;
	width: 510px;
}
#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;
	color: #FFFFFF;
	background-color: #93CB26;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 640px;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #c9c9c9;
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	width: 397px;
	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: #929292;
	background-image: url(../images/bg5.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #FFFFFF;
}

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	padding-bottom: 10px;
	position: relative;
	height: 230px;
	width: 896px;
}
#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 .box2 {
	width: 624px;
	padding: 5px;
	overflow: hidden;
	background-image: url(../images/bg4.gif);
	background-repeat: repeat-x;
	background-position: 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 .left {
	float: left;
	width: 162px;
}
#main .box2 .left img {
	border: 1px solid #c9c9c9;
	padding: 5px;
	background-color: #FFFFFF;
	vertical-align: bottom;
}
#main .box2 .left a:hover img {
	border: 1px solid #93CB26;
}
#main .box2 .righ {
	float: right;
	width: 450px;
}
#main .box2 .righ h3 {
	font-size: 100%;
	color: #93CB26;
	background-image: url(../images/arrow1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
#main .box2 .righ h3 a {
	color: #93CB26;
}
#main .box2 .righ p {
	padding: 0px;
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #E9E9E9;
}
.mb1em {
	margin-bottom: 1em;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #93CB26;
}
.color2 {
	color: #CB7505;
}
.box1 {
	border: 1px solid #c9c9c9;
	margin-bottom: 1em;
	background-image: url(../images/bg4.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
