@charset "utf-8";

/* フッター付近 広告欄 -------------------- */

div#ad_bottom {
	width: 545px;
	text-align: center;
	margin: 20px 0 10px;
	padding: 0:
	left: 11px;
}

div#ad_bottom ul {
	padding: 0 0 0 30px;
	font-size: 86%;
}

div#ad_bottom ul:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div#ad_bottom ul { display:inline-block; }
/*\*/
* html div#ad_bottom ul{ height:1%; }
div#ad_bottom ul { display:block; }
/**/

div#ad_bottom ul li {
	float: left;
	width: 120px;
	padding: 0 4px 0 0;
	margin: 0 4px 0 0;
	text-align: left;
	border-right: 1px #cccccc solid;
}

div#ad_bottom ul li.last {
	border-right: none;
}

div#ad_bottom ul li strong {
	display: block;
	font-weight: normal;
}


/* -------------------------------------------------------------------
基本フォント
------------------------------------------------------------------- */

body,td,th,p,address,h1,h2,h3,h4,h5,h6,li,dt,dd {
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	color: #333333;
	line-height: 140%;
}


/* -------------------------------------------------------------------
基本タグ
------------------------------------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
	background: #dbd4c8;
}

img,table {
	border: none;
}

img {
	vertical-align: bottom;
}

ul {
	list-style: none;
}

br.clear {
	clear: both;
	line-height: 0px;
	font-size: 1px;
}

.clear {
	clear: both;
	font-size: 1px;
	line-height: 0px;
}


/* -------------------------------------------------------------------
基本テキストリンク
------------------------------------------------------------------- */

a:link {
	color: #993366;
	text-decoration: underline;
}

a:visited {
	color: #993366;
	text-decoration: underline;
}

a:hover {
	color: #660066;
	text-decoration: underline;
}

a:active {
	color: #993366;
	text-decoration: underline;
}


/* -------------------------------------------------------------------
パンくずリスト
------------------------------------------------------------------- */

div#location {
	width: 545px;
	padding: 0px 0px 5px 0px;
}

div#location li {
	display: inline;
}


/* -------------------------------------------------------------------
枠
------------------------------------------------------------------- */

div#area {
	width: 788px;
	margin: 0px auto 60px auto;
}

div#wrapper {
	width: 788px;
	text-align: left;
	padding: 25px 0px 0px 0px;
	background: #ffffff url(../img/common_bg.gif) repeat-y left;
}

/* ヘッダー */

div#header {
	background: url(../img/hd_bg_top.gif) no-repeat left top;
	width: 545px;
}

div#header_key {
	background: url(../img/hd_bg_center.gif) repeat-y left bottom;
	width: 545px;
}

div#header h1 {
	padding: 17px 0px 10px 0px;
	background: url(../img/hd_bg_right_botoom.gif) no-repeat right bottom;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 120%;
}

div#header h1 span {
	font-size: 14px;
	font-weight: normal;
}


/* コンテンツ */

div#ct_main {
	float: right;
	display: inline;
	width: 545px;
	margin-right: 16px;
	padding: 0px 0px 15px 0px;
}

div#ct_main a:hover{
	text-decoration: none;
}

div#ct_box_hd_main {
	width: 533px;
	padding: 14px 0px 0px 8px;
	background: #dbc7a4;
	border: 2px #660066 solid;
	margin: 0px 0px 20px 0px;
}

div#ct_box_top_hd {
	width: 525px;
	background: #FFFFFF url(../img/hd_ct_bg_top.gif) no-repeat left top;
	padding: 20px 0px 0px 0px;
}

div#ct_box_bottom_hd {
	width: 525px;
	background: #FFFFFF url(../../img/top/index_bg.jpg) no-repeat left bottom;
	padding: 0px 0px 17px 0px;
}

div#ct_box_bottom_hd p {
	width: 290px;
	padding: 0px 0px 16px 10px;
	line-height: 110%;
}

div.ct_box {
	width: 545px;
	background: url(../img/ct_left_bg.gif) repeat-y left top;
	padding: 0px 0px 4px 0px;
}

div.ct_box p.img01 {
	position: absolute;
	left: 529px;
	top: 12px;
}

div.tit_box {
	width: 545px;
	position: relative;
}

div.ct_box h2 {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 2px #660066 solid;
	padding: 6px 12px;
	margin: 0px 0px 0px 10px;
}

div.ct_box ul {
	margin: 15px 0px 0px 27px;
}

div.ct_box li {
	background: url(../img/icon.gif) no-repeat left 3px;
	padding: 0px 0px 0px 15px;
}

/* メニュー */

div#ct_left {
	width: 200px;
	float: left;
	padding: 0px 0px 10px 10px;
}

.ct_left_logo {
	margin: 0px 0px 25px 50px;
}


/* -------------------------------------------------------------------
ナビゲーション
------------------------------------------------------------------- */

div#ct_left ul {
	width: 200px;
}

div#ct_left ul li {
	width: 200px;
	margin: 0px 0px 2px 0px;
	background: url(../img/ct_left_bg.gif) repeat-y left top;
}

div#ct_left ul li span {
	display: block;
	background: url(../img/menu_rb_bg.gif) no-repeat right bottom;
}

div#ct_left ul li a {
	display: block;
	width: 170px;
	margin-left: 10px;
	padding: 10px 12px 11px 8px;
	background: #dbc7a4 url(../img/menu_rb_bg.gif) no-repeat right bottom;
}

div#ct_left ul li a:link {
	text-decoration: none;
}
div#ct_left ul li a:visited {
	text-decoration: none;
}
div#ct_left ul li a:hover {
	background: #d5bd95 url(../img/menu_rb_bg.gif) no-repeat right bottom;
	text-decoration: none;
	color: #660066;
}
div#ct_left ul li a:active {
	text-decoration: none;
}

div.ct_left_box {
	width: 190px;
	font-size: 12px;
}

div.ct_left_box p {
	margin: 10px 0px 0px 10px;
	padding: 8px 0px 10px 10px;
	color: #993366;
	line-height: 130%;
	background: #dbd4c8;
	border-right: 1px #a7a299 solid;
	border-bottom: 1px #a7a299 solid;
}

div.ct_left_box p.no {
	margin: 0px 10px;
	padding: 0px 0px 10px 0px;
		font-size: 12px;
	color: #993366;
	line-height: 130%;
}

/* コンテンツサブメニュー */

div#ct_left ul li div {
	margin-left: 10px;
	padding: 10px 0px 7px 8px;
	background: #DBC7A4 url(../img/menu_rb_bg.gif) no-repeat right bottom;
	font-weight: bold;
}

div#ct_left ul li div a {
	display: inline;
	margin: 0px;
	padding: 0px;
	background: none;
}

div#ct_left ul li div a:hover {
	background: none;
	color: #660066;
}

div#ct_left ul li ul.sub_list {
	width: 175px;
}

div#ct_left ul li ul.sub_list li {
	width: 175px;
	margin-top: 4px;
	background: url(../img/icon.gif) no-repeat left 4px;
}

div#ct_left ul li span {
	display: inline;
	background: none;
	padding-left: 17px;
}

div#ct_left ul li ul.sub_list li a {
	display: inline;
	margin: 0px;
	padding: 0px 0px 0px 17px;
	background: none;
}


/* -------------------------------------------------------------------
フッター
------------------------------------------------------------------- */

div#ft {
	clear: both;
	color: #FFFFFF;
	padding: 0px 8px 0px 0px;
	text-align: center;
	background: url(../img/ft_bg.gif) repeat-y;
	width: 772px;
}

div#ft_box {
	width: 788px;
	background: url(../img/ft_bg_line.gif) no-repeat left bottom;
	padding: 0px 0px 8px 0px;
}

div#ft_box_bg{
	background: url(../img/ft_bg_right.gif) no-repeat right bottom;
	width: 780px;
	padding: 10px 0px;
}

div#ft ul {
	display: inline;
}

div#ft ul li {
	display: inline;
	color: #FFFFFF;
}

div#ft address {
	display: inline;
	color: #FFFFFF;
}

div#ft a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

div#ft a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

div#ft a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

div#ft a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
