@charset "shift_jis";

/*
---------------------------------------------------------------------------
■制作元：テンプレートパーティー
■URL：http://template-party.com/
---------------------------------------------------------------------------*/

body {
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 13px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background: #FFFFFF url(../image/bg.gif) repeat-x center top;	/*背景色、背景画像の読み込み＆X軸(横軸)にリピート＆上部に配置*/
}
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: #333333;	/*リンクテキストの文字色*/
}
a:hover {
	color: #BE8406;	/*マウスオン時の文字色（全体）*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したままがいいならこの１行削除。*/
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 960px;	/*コンテナー幅*/
	margin-right: auto;
	margin-left: auto;	/*背景画像の読み込み＆リピートなし＆上部に配置*/
	padding: 17px 17px 0px;
	overflow: hidden;
	background-image: url(../image/container_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

/*ヘッダー（ロゴなどが入っているブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック設定*/
#header {
	text-align: left;
	width: 994px;
	height: 90px;	/*ヘッダーの高さ*/
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
/*フォームへボタン設定*/
#header #btnform {
	position: absolute;
	top: 50px;		/*ヘッダーブロックに対して上から50pxの位置に配置*/
	right: 20px;	/*ヘッダーブロックに対して右から35pxの位置に配置*/
}
/*電話番号画像設定*/
#header #tel {
	position: absolute;
	top: 10px;		/*ヘッダーブロックに対して上から10pxの位置に配置*/
	right: 20px;	/*ヘッダーブロックに対して右から20pxの位置に配置*/
	color: #CCC;
}
/*ロゴ兼h1タグ設定*/
#header h1 {
	position: absolute;	/*ヘッダーブロックに対して上から25pxの位置に配置*/
	left: 20px;	/*ヘッダーブロックに対して左から20pxの位置に配置*/
}

/*メインメニュー
---------------------------------------------------------------------------*/
ul#menu {
	position: absolute;
	left: 0px;	/*mainimgブロックに対して左から0pxの位置に配置*/
	top: 0px;	/*mainimgブロックに対して上から0pxの位置に配置*/
	z-index: 3;	/*スライドショー画像の下にかくれないようにする設定*/
	width: 950px;
	padding-left: 10px;

}
ul#menu li {
	float: left;
	margin-right: 10px;
}

/*コンテンツ（mainとsubを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
}

/*メインコンテンツ（左側ブロック）
---------------------------------------------------------------------------*/
#main {
	float: left;	/*メインコンテンツを左(left)に回り込み*/
	width: 680px;	/*メインコンテンツ幅*/
	padding: 20px 0px 30px 10px;
	background-repeat: repeat-x;
}
/*h2タグ設定*/
#main h2 {
	font-size: 100%;
	clear: both;
	width: 665px;
	line-height: 44px;
	color: #FFF;	/*文字色*/
	background: #101C2F url(../image/midashi_bg1.gif) no-repeat left top;	/*背景色、背景画像の読み込み＆リピートしない＆上部に配置*/
	padding-left: 15px;
	border-bottom: 4px solid #C98F11;	/*下線の幅、線種、色*/
}
/*h3タグ設定*/
#main h3 {
	font-size: 100%;
	color: #C98F11;	/*文字色*/
	border-bottom: 1px solid #999;	/*下線の幅、線種、色*/
	border-left: 5px solid #C98F11;	/*左側の線の幅、線種、色*/
	padding: 5px 0px 5px 5px;		/*左から、上、右、下、左への余白*/
	background: url(../image/bg4.gif) repeat-x left bottom;	/*背景画像の読み込み＆X軸(横軸)にリピート＆下部に配置*/
	clear: both;
}

/*段落タグの余白設定*/
#main p {
	padding: 0.5em 10px 1em;	/*左から、上、左右、下への余白*/
}
#main li strong    {
	color: #C00;
}
#main p strong    {
	color: #00F;
}

#main p.img {
	padding: 0.5em 0px 1em;	/*左から、上、左右、下への余白*/
}


/*メインコンテンツ内のbox1設定
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#main .box1 {
	overflow: hidden;
	margin-bottom: 1em;	/*ボックスの下にとるスペース*/
	width: 660px;
	background: #000;	/*背景色*/
	color: #FFF;		/*文字色*/
	padding: 10px;		/*ボックス内の余白。ここを変更する場合、幅の数字も変える。*/
	font-size: 150%;
}
/*写真*/
#main .box1 p.img {
	padding: 0px;
	float: left;	/*写真を左側に回り込み*/
}
#main .box1 p.img img {
	border: 2px solid #FFF;	/*画像のフチの線幅、線種、色*/
}

#main .box1 p.img a:hover img {
	border: 2px solid #BE8406;	/*マウスオン時の画像のフチの線幅、線種、色*/
}
/*h3見出しタグ*/
#main .box1 h3 {
	font-size: 100%;
	margin-left: 350px;	/*左の写真とバランスをとって設定*/
	margin-bottom: 0.5em;
	color: #FFF;	/*文字色*/
	background: #000 url(none.html);
	border-style: none;
	padding: 0px;
	clear: none;
}
#main .box1 h3 a {
	color: #BE8406;	/*文字色*/
}
/*段落タグ*/
#main .box1 p.text {
	padding: 0px;
	margin-left: 550px;	/*左の写真とバランスをとって設定*/
}

/*サブコンテンツ（右側ブロック）
---------------------------------------------------------------------------*/
#sub {
	float: right;	/*サブコンテンツを右(right)に回り込み*/
	width: 240px;	/*サブコンテンツ幅*/
	padding: 20px 10px 30px 0px;	/*左から、上、右、下、左への余白*/
}
/*h3タグ設定*/
#sub h3 {
	font-size: 100%;
	color: #FFFFFF;		/*文字色*/
	background: #550000 url(../image/bg1.gif) repeat-x left top;	/*背景色、背景画像の読み込み＆X軸(横軸)にリピート＆上部に配置*/
	padding: 15px 10px;	/*左から、上下、左右への余白*/
	margin-bottom: 1px;	/*h3タグの下に1pxスペースをあける設定*/
}
/*段落タグの余白設定*/
#sub p {
	padding: 0.5em 0px 0.5em;	/*左から、上、左右、下への余白*/
}

/*サブコンテンツ内のbox1とbox2
---------------------------------------------------------------------------*/
/*box1*/
#sub .box1 {
	background: #9c9c9c url(../image/bg3.gif);	/*背景色、背景画像の読み込み*/
	padding: 10px;		/*ボックス内の余白*/
	margin-bottom: 1em;	/*ボックスの下に1文字分のスペースをあける設定*/
	border: 5px solid #cfcfcf;	/*枠線の幅、線種、色*/
}
/*box2*/
#sub .box2 {
	background: #FFF;	/*背景色*/
	padding: 5px;		/*ボックス内の余白*/
	border: 1px solid #999;	/*枠線の幅、線種、色*/
	text-align: center;
}

/*サブメニュー
---------------------------------------------------------------------------*/
/*メニューブロックの設定*/
ul.submenu {
	margin-bottom: 1em;	/*ボックスの下に1文字分のスペースをあける設定*/
}
/*メニュー１個当たりの設定*/
ul.submenu li {
	margin-bottom: 1px;	/*各メニューの下に1pxスペースをあける設定*/
}
ul.submenu li a {
	display: block;
	width: 230px;
	padding: 2px 0px 2px 10px;
	text-decoration: none;
	color: #FFFFFF;			/*文字色*/
	background: #2D2D2D;	/*背景色*/
}
ul.submenu li a:hover {
	background: #000;		/*マウスオン時の背景色*/
	color: #FFFFFF;			/*マウスオン時の文字色*/
}
/*box1内で使う場合設定*/
#sub .box1 ul.submenu {
	margin-bottom: 0px;
}
#sub .box1 ul.submenu li a {
	width: 200px;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#main .new {
	overflow: auto;	/*iframe風に見せる設定。全部表示させたいならこの行と、下のheightの行を削除。*/
	height: 140px;
	width: 670px;
	padding-left: 10px;
}
#main .new dl {
	clear: left;
	width: 650px;
	border-bottom: 1px solid #999;	/*日付ごとの下線の幅、線種、色*/
	overflow: hidden;
}
#main .new dt {
	font-weight: bold;
	float: left;
	width: 100px;
}
#main .new dd {
	float: left;
	width: 550px;
}
#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;		/*センタリング*/
	font-size: 11px;		/*文字サイズ*/
	background: #1B2E4E url(../image/bg2.gif);	/*背景色、背景画像の読み込み*/
	color: #FFFFFF;			/*文字色*/
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;			/*文字色*/
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 680px;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #999;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	width: 437px;
	padding: 10px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 200px;
	padding: 10px;
	text-align: center;
	background: #dcdcdc;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background: #77660E url(../image/bg3.gif);	/*背景色、背景画像の読み込み*/
}
table.top {
	width: 680px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
}
table.top th {
	background-color: #CCF;
	width: 200px;
	text-align: center;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
table.top td {
	width: 200px;
	text-align: center;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}



/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	position: relative;
	height: 240px;
	width: 960px;
	margin-bottom: 10px;
	clear: left;
}
#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;
}
#top #mainimg {
	height: 380px;
}


/*サブコンテンツ内の空室・満室のテキスト
---------------------------------------------------------------------------*/
.aki {
	font-size: 16px;
	line-height: 1em;
}
.aki span {
	color: #FFF;
}
.man {
	font-size: 16px;
	line-height: 1em;
}
.man span {
	color: #BE8406;
}

/*メインコンテンツ内で使っている4列のメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
ul.contentsmenu {
	padding-left: 1px;
}
/*メニュー１個あたりの設定*/
ul.contentsmenu li {
	float: left;
	margin-bottom: 1em;
	border: 1px solid #666;	/*メニューの枠線の幅、線種、色*/
	margin-right: 10px;	/*背景色*/
	background-color: #009;
}
ul.contentsmenu li a {
	width: 160px;
	display: block;
	text-decoration: none;
	text-align: center;
	line-height: 40px;
	color: #FFF;
}
ul.contentsmenu li a:hover {
	color: #FFF;		/*マウスオン時のメニューの文字色*/
	background-color: #C98F11;
}
/*一番最後(右)のメニューの設定*/
ul.contentsmenu li.last {
	margin-right: 0px;



/*その他
---------------------------------------------------------------------------*/
}
.no_look       {
	background-color: #666;
	color: #FFF;
}.look {
	background-color: #CCC;
	color: #666;
}
.mb1em {
	margin-bottom: 1em;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #00F;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.mini1 {
	font-size: 11px;
	line-height: 1.6;
}
.pagetop {
	text-align: right;
	padding: 0px !important;
	margin-bottom: 1em;
	clear: both;
}
img.fr {
	float: right;
	margin-left: 10px;
}
img.fl {
	float: left;
	margin-right: 10px;
}
.ptb10 {
	padding: 10px 0px;
	overflow: hidden;
}
#main .score_ul li {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#main .score_ul li a {
	color: #00F;
}
