* {
	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;
	text-align: center;
}

#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{
	table-layout: fixed;
	width: 95%;
	line-height: 130%;
	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:510px;
	height:22px;
	margin:-5px 0px 0px 110px;
	z-index: 10;
}
.MENU_ITEM {
	position:absolute;
	display:none;
	margin:2px 10px 0px 10px;
	font-size:11px;
	line-height:18px;
}
a.MENU_SUB_LINK {
	background: url('../common/img/submenu_arrow.gif') no-repeat center left;
	padding-left:8px;
	letter-spacing:1px;
}
a.MENU_SUB_LINK:link {
	color:#FFFFFF;
	font-size:9pt;
	text-decoration:none;
	margin-right:10px;
}
a.MENU_SUB_LINK:visited {
	color:#ffffff;
	font-size:9pt;
	text-decoration:none;
	margin-right:10px;
}
a.MENU_SUB_LINK:active {
	color:#0292C1;
	font-size:9pt;
	text-decoration:none;
	margin-right:10px;
}
a.MENU_SUB_LINK:hover {
	color:#FFFFFF;
	font-size:9pt;
	background-color:#AF2676;
	margin-right:10px;
}


/* サイドメニューの設定--------------------------------- */
#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: center;
	margin-left: 60px;

}
#main p {
	margin: 0 20px 0 20px;
	line-height: 150%;
	color:#952659;
	font-size:9pt;
}
.underline {
	line-height: 150%;
	color:#952659;
	font-size:9pt;
	border-bottom: solid 1px #952659;
	width: 170px;
	font-weight: bold;
}
.url {
	padding-left: 10px;
}

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


/* 角丸枠の設定---------------------------------------- */
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: 200;
	margin-left: 10px;
	background-color:#FCE0DF;
	font-size:9pt;
	float: left;
}


