@charset "utf-8";
/* CSS Document */

/*******************************************
*インポート　CSS
*******************************************/

/*各ページ用css*/
@import url(page.css); 


/*******************************************
*共通css
*******************************************/

* {
	color: #222;
	text-decoration: none;
	font-family: "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka;
	margin: 0;
	padding: 0;
	font-size: 14px;
}

body {
	margin: 0px auto;
	line-height: 150%;
	background: #FDF9D0;
}


img { border-style: none; }

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
/*リンク色設定*/
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

a:link { color: #669900; }
a:visited { color: #F60; }
a:hover { color: #F60; }
a:active { color: #F60; }


/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
/*特定タグ設定*/
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

/*サイトコピー文*/
h1 {
	font-size: 10px;
	color: #FFF;
	font-weight: normal;
}

/*トップページ事務所情報に使用*/
h2 {
	font-size: 18px;
	font-weight: bold;
	padding: 5px;
}

/*サブページ共通タイトル*/
h3 {
	font-size: 32px;
	font-weight: bold;
	color: #669900;
	line-height: normal;
}

/**/
h4 {}

p {	padding: 5px; }

strong { font-weight: normal; }

/*文字装飾（緑文字）*/
em {
	font-style: normal;
	font-weight: bold;
	color: #669900;
}

ul { list-style:none; }

li { list-style:none; }


/*その他*/
.clear { clear: both; }


/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
/*テキストスタイル*/
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

/*位置*-*-*-*-*-*-*-*-*-*-*-*-*/

/*左寄せ*/
.t_left { text-align: left; }

/*右寄せ*/
.t_right { text-align: right; }

/*中央寄せ*/
.t_center { text-align: center; }

/*太字*-*-*-*-*-*-*-*-*-*-*-*-*/


/*カラー*-*-*-*-*-*-*-*-*-*-*-*-*/

.t_red { color: #F00; }

/*大きさ**-*-*-*-*-*-*-*-*-*-*-*-*/

.font_10 { font-size: 10px; }


/*******************************************
*テーブル
*******************************************/

table {
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right-style: none;
	border-bottom-style: none;
}

th {
	background: #F2F1F0;
	vertical-align: middle;
	padding: 5px 5px 5px 10px;
	text-align: left;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-top-style: none;
	border-left-style: none;
}

td {
	padding: 5px;
	vertical-align: top;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-top-style: none;
	border-left-style: none;
}


/*テーブル枠線表示無し*/
.no_lone { border-style: none; }

/*背景グレー*/
.bk_gray { background: #EAEAEA; }

/*******************************************
*ブロック
*******************************************/

#wrap {
	margin: 0px auto;
	width: 900px;
	background: #FFF;/**/
}


/*サイトコピー文(H1タグ)*/
#head_copy {
	width: 890px;
	background: #000;/**/
	text-align: right;
	padding: 5px;
}


/*ヘッダーブロック*/
#header {
	height: 80px;/**/
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}

/*ヘッダーブロック　画像（左）*/
#header_img_left { float: left; }

/*ヘッダーブロック　画像（右）*/
#header_img_right { float: right; }



/*トップ用メインイメージ*/
#header_image {
	height: 184px;/**/
	width: 100%;
}


/*サブページ共通タイトル*/
#ccommon_page_title {
	height: 75px;
	width: 850px;
	background: url(../img/common_header_bk.jpg) repeat-x;
	padding-left: 50px;
	padding-top: 30px;
}


/*メニューバー*/
#menu_bar {
	height: 50px;
	width: 900px;
	margin: 0px auto;
	padding: 0px;
}


/*コンテンツ*/
#contents {
	padding: 20px 60px;
	width: 780px;
}

/*フッター*/
#footer {
	background: #669900;
	text-align: center;
	color: #FFF;
	margin: 0px auto;
	padding: 10px 0px;
	width: 900px;
}


/*******************************************
*#header ブロック
*******************************************/

/*ヘッダーh1テキスト*/
#header_copy {
	height: 10px;
	padding-left: 155px;
	padding-top: 25px;
}


/*******************************************
#menu_bar ブロック
*******************************************/
ul#menu {
	width:900px;
	height:50px;
	margin:0;
	padding:0px;
}

ul#menu li {
	float:left;
}

ul#menu li a {
	display:block;
	height:50px;
	position:relative;
	background-attachment: scroll;
	background-image: url(../img/menu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* メニューボタン1_ポジション設定 */
ul#menu li a.menu_btn_01 {
	width:216px;
}

/* メニューボタン2_ポジション設定 */
ul#menu li a.menu_btn_02 {
	width:156px;
	background-position:-216px 0px;
}

/* メニューボタン3_ポジション設定 */
ul#menu li a.menu_btn_03 {
	width:156px;
	background-position:-372px 0px;
}

/* メニューボタン4_ポジション設定 */
ul#menu li a.menu_btn_04 {
	width:156px;
	background-position:-528px 0px;
}

/* メニューボタン5_ポジション設定 */
ul#menu li a.menu_btn_05 {
	width:216px;
	background-position:-684px 0px;
}


/* hover */
ul#menu li a span {
	display:block;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:100;
	background-attachment: scroll;
	background-image: url(../img/menu.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/* on hover - ポインター形状 */
ul#menu li a span:hover {
	cursor:pointer;
}

/* メニューボタン1_Hoverポジション設定 */
ul#menu li a.menu_btn_01 span {
	background-position:0px -50px;
}

/* メニューボタン2_Hoverポジション設定 */
ul#menu li a.menu_btn_02 span {
	background-position:-216px -50px;
}

/* メニューボタン3_Hoverポジション設定 */
ul#menu li a.menu_btn_03 span {
	background-position:-372px -50px;
}

/* メニューボタン4_Hoverポジション設定 */
ul#menu li a.menu_btn_04 span {
	background-position:-528px -50px;
}

/* メニューボタン5_Hoverポジション設定 */
ul#menu li a.menu_btn_05 span {
	background-position:-684px -50px;
}



/*******************************************
#contents ブロック分け
*******************************************/


/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
/*左メイン、右メニューの2カラム場合*/
/*left(400px) right(320px)         */
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

#contents_block_left {
	float: left;
	width: 400px;
	margin-bottom: 10px;
}

#contents_block_right {
	float: right;
	width: 320px;
	margin-bottom: 10px;
}


/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
/*センターブロック場合*/
/*center(820px)　     */
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

#contents_block_center {
	width: 780px;
}


/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
/*コンテンツ内容共通パーツCSS　　　*/
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/


/*---------------------------------*/
/*コンテンツ別タイトル             */
/*---------------------------------*/

#contents_title_block {
	width: 100%;
	margin-bottom: 5px;
}

#contents_txt_block {
	width: 100%;
	margin-bottom: 20px;
}


/*-----------------------------*/
/*メニュー（フッター）　　　　　    */
/*-----------------------------*/

#bottom_menu {
	background: url(../img/bottom_menu.jpg);
	height: 24px;
	width: 900px;
	position:relative;
	overflow:hidden;
	padding-top: 6px;
}

ul.b_menu {
	position:relative;
	left:20%;
	float:right;
	}

ul.b_menu li {
	position:relative;
	left:-50%;
	float:left;
	margin-right: 10px;
}
