@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: #FFFFFF;	/*全体の背景色*/
}
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: #f00600;			/*マウスオン時の文字色*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 916px;	/*コンテナー幅*/
	margin-right: auto;
	margin-left: auto;
}

/*ヘッダー（ロゴ、h1タグが入った最上部ブロック）
---------------------------------------------------------------------------*/
#header {
	text-align: left;
	height: 80px;	/*ヘッダーの高さ*/
	width: 100%;	/*ヘッダーの幅*/
	position: relative;
}
/*ロゴ画像設定*/
#header #logo {
	position: absolute;
	left: 0px;	/*ヘッダーブロックに対して左から0pxの位置に配置*/
	top: 15px;	/*ヘッダーブロックに対して上から15pxの位置に配置*/
}
/*h1見出しタグ設定*/
#header h1 {
	font-size: 9px;	/*文字サイズ*/
	line-height: 10px;
	position: absolute;
	top: 34px;			/*ヘッダーブロックに対して上から34pxの位置に配置*/
	right: 0px;			/*ヘッダーブロックに対して右から0pxの位置に配置*/
	font-weight: normal;	/*hタグのデフォルトの太字を標準に。太字がいいならこの１行削除。*/
}
#header h1 a {
	text-decoration: none;
}

/*メインメニュー
---------------------------------------------------------------------------*/
ul#menu li {
	float: left;
	margin-right: 4px;
	padding-bottom: 15px;
}
/*一番右のメニュー設定*/
ul#menu li.last {
	margin-right: 0px;
}
ul#menu li a {
	font-size: 12px;			/*文字サイズ*/
	text-decoration: none;
	text-align: center;		/*文字をセンタリング*/
	width: 180px;			/*メニュー１個あたりの幅*/
	display: block;
	overflow: hidden;
	background: url(../images/menu_bg.gif) no-repeat center top;	/*メニュー背景画像の読み込み＆上部分を表示させる*/
	line-height: 30px;
	height: 30px;
	color: #313131;	/*文字色*/
}
ul#menu li a:hover {
	background: url(../images/menu_bg.gif) no-repeat center center;	/*メニュー背景画像の読み込み＆上下の中央部分を表示させる*/
	color: #FFF;	/*文字色*/
}
/*現在表示中のメニュー設定*/
ul#menu li#current a {
	background: url(../images/menu_bg.gif) no-repeat center bottom;	/*メニュー背景画像の読み込み＆下部分を表示させる*/
	color: #FFF;	/*文字色*/
}

/*コンテンツ（mainとfooterを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
	background: #313131 url(../images/contents_bg.gif) no-repeat center top;	/*背景色、背景画像の読み込み＆上部に表示*/
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	width: 876px;	/*メインコンテンツ幅*/
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 30px;
	color: #FFF;	/*文字色*/

}
#main a {
	color: #FFF;	/*リンクテキストの色*/
}
#main a:hover {
	color: #FFCC00;	/*マウスオン時のリンクテキストの色*/
}
/*h2タグ設定*/
#main h2 {
	font-size: 100%;
	clear: both;
	padding-left: 40px;
	background: url(../images/midashi_bg1.gif) no-repeat;	/*背景画像の読み込み＆リピートしない*/
	line-height: 36px;
	height: 36px;
	width: 836px;
	overflow: hidden;
	color: #313131;	/*文字色*/
}
/*段落タグの余白設定*/
#main p {
	padding: 0.5em 10px 1em;	/*左から、上、左右、下への余白*/
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#main .new {
	overflow: auto;	/*ブロックの高さを超える文字が入ったらiframe風にスクロールバーが出る設定。全部表示させたいならこの行と下のheightの行を削除。*/
	height: 150px;	/*ブロックの高さ*/
	width: 856px;
	padding-left: 10px;
}
#main .new dl {
	clear: left;
	width: 836px;
	border-bottom: 1px solid #FFFFFF;	/*日付ごとの下線の幅、線種、色*/
	overflow: hidden;
}
#main .new dt {
	font-weight: bold;
	float: left;
	width: 100px;
}
#main .new dd {
	float: left;
	width: 736px;
}
#main .new dd img {
	vertical-align: middle;
}
*html #main .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}

/*フッター（copyrightなど入っているHP最下部ブロック）
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	text-align: center;	/*文字をセンタリング*/
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 11px;	/*文字サイズ*/
	background: #FFF url(../images/footer_bg.gif) no-repeat center top;	/*背景色、背景画像の読み込み＆上部に表示*/
}
#footer a {
	text-decoration: none;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 856px;
	background: #FFFFFF;	/*テーブル全体の背景色*/
	margin-right: auto;
	margin-left: auto;
	color: #666;			/*テーブル全体の文字色*/
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #313131;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	width: 613px;
	padding: 10px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 200px;
	padding: 10px;
	text-align: center;
	background: #dcdcdc;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	color: #FFF;			/*文字色*/
	background: #666666;	/*背景色*/
}
.ta1 a {
	color: #666 !important;	/*テーブル内のリンクテキストの色*/

}

/*GALLERYページで使用しているbox1設定
---------------------------------------------------------------------------*/
#main .box1 {
	padding: 10px;			/*ボックス内の余白*/
	overflow: hidden;
	width: 250px;			/*ボックスの幅*/
	height: 300px;			/*ボックスの高さ*/
	background: #FFFFFF;	/*背景色*/
	margin-bottom: 1em;
	float: left;
	display: inline;
	margin-left: 12px;
	color: #666666;			/*文字色*/
}
/*段落タグ設定*/
#main .box1 p {
	padding: 0px;
}
/*h3タグ設定*/
#main .box1 h3 {
	font-size: 100%;
	color: #F00600;	/*文字色*/
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background: #666666;
}
.mb1em {
	margin-bottom: 1em;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #FFCC00;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
