* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	background-repeat:repeat-x;
	background-image: url("../common/img/back_grnd.gif");
	background-color: #E6BBC9;
	font-family: Verdana, Arial, Helvetica, 'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;
	font-size:9pt;
}

body div {
	text-align: left;
	margin: 0 auto;
}

/* 画像の枠線消去 */
img {
  border:0;
}

#title {
	width: 620px;
	text-align: right;
}
h1 {
	padding: 0 0 5px 18px;
	font-size: 10pt;
	font-weight: bold;
	color: #630460;
}
#container {
	margin: 20px 0 30px 0;
	width: 620px;
}

#footer {
	width: 620px;
	clear: both;
	color:#C5608E;
	font-size:8pt;
	text-align: center;
	border-top: solid 1px #C85EAC;
	margin-bottom: 20px;
}
#footer p {
	margin: 15px 0 0 30px;
	line-height: 150%;
}

/* デフォルト------------------------------------------ */
table {
	border:0;
}

table.mainbox{
	margin-left:10px;
	table-layout: fixed;
	width: 95%;
	line-height: 130%;
	color:#952659;
	font-size:9pt;
}

table.staff{
	margin: 0 20px 0 20px;
	table-layout: fixed;
	width: 90%;
	line-height: 130%;
	color:#952659;
	font-size:9pt;
}

table.menu {
	margin: 0 20px 0 20px;
	table-layout: fixed;
	width: 90%;
	line-height: 100%;
	color:#952659;
	font-size:9pt;
}

/* トップのアドレス表示-------------------------------- */
td.adrs {
	text-align: right;
	vertical-align: bottom;
	color:#E6E6E6;
	font-family:Arial;
	font-size:9pt;
}

/* メニュー------------------------------------------ */
.MAIN_MENU_SUB {
	background: url(../common/img/sub_menu_bgr.gif) repeat-x;
	width:500px;
	height:22px;
	margin: -5px 0 0 0;
	position:relative;
	z-index: 10;
	font-size:9pt;
}
.MENU_ITEM {
	position:absolute;
	display:none;
	margin:2px 10px 0px 5px;
	font-size:9pt;
	line-height:18px;
}
a.MENU_SUB_LINK {
	background: url('../common/img/submenu_arrow.gif') no-repeat center left;
	padding-left:6px;
	letter-spacing:1px;
	font-size:9pt;
}
a.MENU_SUB_LINK:link {
	color:#FFFFFF;
	font-size:9pt;
	text-decoration:none;
	margin-right:2px;
}
a.MENU_SUB_LINK:visited {
	color:#ffffff;
	font-size:9pt;
	text-decoration:none;
	margin-right:2px;
}
a.MENU_SUB_LINK:active {
	color:#0292C1;
	font-size:9pt;
	text-decoration:none;
	margin-right:2px;
}
a.MENU_SUB_LINK:hover {
	color:#FFFFFF;
	font-size:9pt;
	background-color:#AF2676;
	margin-right:2px;
}

/* オンページの設定-------------------------------------- */
#onpage {
	width: 180px;
	float: left;
}
#onpage p.title {
	color:#F5E1E2;
	border-bottom: solid 1px #E2B7C5;
	text-align:left;
	font-weight:bold;
	padding: 5px 0 5px 20px;
	width: 170px;
	font-size:9pt;
	background: url('../common/img/onpage.gif') no-repeat center left;
}

/* サイドメニューの設定--------------------------------- */
#menu {
	width: 180px;
	color:#ffffff;
	line-height: 130%;
}
li {
	list-style: none;
	padding: 3px 20px 3px 5px;
	width: 180px;
}

li a {
	padding: 5px 20px 5px 20px;
	color:#87184B;
	font-size:9pt;
	text-decoration:none;
	background: url('../common/img/menu_dot.gif') no-repeat center left;
}

li a:hover {
	color:#ffffff;
	font-size:9pt;
	text-decoration:underline;
}

#menu p.submenu a {
	padding: 5px 20px 5px 20px;
	color:#87184B;
	font-size:9pt;
	text-decoration:none;
	background: url('../common/img/menu_dot.gif') no-repeat center left;
}
#menu p.submenu a:hover {
	color:#ffffff;
	font-size:9pt;
	text-decoration:underline;
}


/* メインの設定--------------------------------- */
#main {
	width: 440px;
	float: left;
}
#main p {
	margin: 0 20px 0 20px;
	line-height: 150%;
	color:#952659;
	font-size:9pt;
}
.underline {
	margin: 0 20px 0 20px;
	line-height: 150%;
	color:#952659;
	font-size:9pt;
	border-bottom: solid 1px #952659;
	width: 190;
}
.underline2 {
	margin: 0 20px 0 20px;
	line-height: 150%;
	color:#952659;
	font-size:9pt;
	border-bottom: solid 1px #952659;
	width: 150;
}
/* 角丸枠の設定---------------------------------------- */
div#maru_top {
	float: none;
	clear: both;
	width: 440px;
	height: 14px;
	font-size: 80%;
	background: url(../common/img/maru_head.gif) no-repeat;
}
div#maru_body {
	width: 440px;
	background: url(../common/img/maru_body.gif) repeat-y;
}
div#maru_bottom {
	float: none;
	clear: both;
	width: 440px;
	height: 14px;
	font-size: 80%;
	margin-bottom: 20px;
	background: url(../common/img/maru_foot.gif) no-repeat;
}

/* 汎用のサブボックス枠の設定---------------------- */
div#subbox {
	border-style: double;
	border-width: 2px;
	border-color: white;
	width: 380;
	margin-left: 10px;
	background-color:#FCE0DF;
	font-size:9pt;
	float: left;
}
/* サブボックス内のタイトル設定-------------- */
.c_title {
	color:#C8609B;
	font-weight: bold;
	font-family:Arial;
	border-bottom: solid 1px #FFFFFF;
	width: 170;
	font-size:10pt;
	padding: 10px 0 5px 5px; 
}
p.subbox {
	line-height: 150%;
	color:#952659;
	font-size:9pt;
	}
/* 画像関係の指定------------------- */
#box_img {
	float: left;
	width: 200px;←適当な横幅
	overflow: hidden;
}
/* メイン内の画像にマージン------------------- */
.image_space {
	margin-left:20px;
}

/* 画像の外枠に彩色する---------------------- */
.shadow { 
filter:progid:DXImageTransform.Microsoft.DropShadow
(color=#BC8F8F,offx=3,offy=3,positive=1); 
}

/* 帝塚山で使用の画像設定----------------- */
.tz_image {
	float: right;
	margin: 0 0 10px 15px;
	filter:progid:DXImageTransform.Microsoft.DropShadow
(color=#BC8F8F,offx=3,offy=3,positive=1); 
}



/*メニュータイトルの設定-------------------- */

#container p.hairtitle {
	font-family: Verdana, Arial, Helvetica, 'ＭＳ Ｐゴシック', 'MS UI Gothic', Osaka, sans-serif;
	color:#754c24;
	text-align:left;
	padding: 3px 0 0 10px;
	width: 400px;
	font-size:8pt;
	font-weight:bold;
	background: url('../sien/menu_bar.gif') no-repeat center left;
}

