@charset "shift_jis";

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

body {
	color: #666666;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 13px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background: url(../images/bg.jpg) no-repeat fixed center 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: #666666;
}
a:hover {
	color: #b095cf;	/*マウスオン時の文字色（全体）*/
	text-decoration: none;
}

/*h1見出しタグ設定
---------------------------------------------------------------------------*/
h1 {
	font-size: 9px;			/*文字サイズ*/
	font-weight: normal;	/*文字の太さを標準にする。hタグのデフォルトの太字がいいならこの１行削除。*/
	text-align: right;		/*右よせ*/
	letter-spacing: 0.2em;
}
h1 a {
	text-decoration: none;
	color: #666;	/*文字色*/
}

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

/*ロゴ画像設定
---------------------------------------------------------------------------*/
#logo {
	text-align: right;
	padding-top: 30px;
	padding-bottom: 30px;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: right;	/*メインコンテンツを右側に回り込みさせる*/
	width: 680px;	/*メインコンテンツ幅*/
	background: #FFF;
}
/*h2タグ設定*/
#main h2 {
	font-size: 120%;	/*文字サイズ*/
	clear: both;
	width: 650px;
	background-image: url(../images/bg_h2.jpg);	/*背景画像*/
	padding: 0px 15px;
	border-bottom: 3px solid #b095cf;
	color: #b095cf;
}
/*h2タグ設定*/
#main h3 {
	font-size: 100%;	/*文字サイズ*/
	clear: both;
	width: 680px;
	border-bottom: 3px solid #b095cf;
	color: #b095cf;
}
/*段落タグの余白設定*/
#main p {
	padding: 0.5em 0px 1em;	/*左から、上、左右、下への余白*/
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: left;	/*サブコンテンツを左側に回り込みさせる*/
	width: 230px;	/*サブコンテンツ幅*/
}

/*サブコンテンツ内メニュー
---------------------------------------------------------------------------*/
#sub ul.menu li {
	margin-bottom: 10px;	/*メニュー同士の隙間*/
}
#sub ul.menu li a {
	text-decoration: none;
	background: #FFF;	/*メニューの背景色*/
	display: block;
	width: 216px;
	padding: 5px;
	border-left: 4px solid #b095cf;	/*左側の線の幅、線種、色*/
}
#sub ul.menu li a:hover {
	color: #FFFFFF;		/*マウスオン時の文字色*/
	background: #666;	/*マウスオン時の背景色*/
}
#sub ul.menu li#current a {
	color: #FFFFFF;
	background: #666;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#main .new {
	overflow: auto;
	height: 140px;	/*ブロックの高さ*/
	width: 680px;
}
#main .new dl {
	clear: left;
	width: 660px;
	border-bottom: 1px solid #ccc;	/*日付ごとの下線の幅、線種、色*/
	overflow: hidden;
}
#main .new dt {
	font-weight: bold;
	float: left;
	width: 100px;
}
#main .new dd {
	float: left;
	width: 560px;
}
#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: right;		/*右寄せ*/
	font-size: 11px;		/*文字サイズ*/
	padding-top: 50px;
	padding-bottom: 10px;
}
#footer a {
	text-decoration: none;
}

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

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	clear: left;
	position: relative;
	height: 150px;
	width: 680px;
	margin-bottom: 20px;
}
#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;
}

/*gallery.htmlで使っているボックス
---------------------------------------------------------------------------*/
#main .box1 {
	padding: 8px;	/*１個ごとのボックス内の余白*/
	float: left;
	height: 200px;	/*ボックスの高さ*/
	width: 200px;	/*ボックスの幅*/
	border: 1px solid #999;	/*ボックスの線の幅、線種、色*/
	font-size: 11px;	/*文字サイズ*/
	line-height: 1.6;
	margin-left: 6px;
	display: inline;
	margin-bottom: 10px;
	overflow: hidden;
}
#main .box1 p {
	padding: 0px;
}

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