/* ŒC‚Ý‚ª‚«‘à CSS */

body		{
	background-color: #ffffff;
}
body, th, td	{
	font-family : 'MS PºÞ¼¯¸' ; font-size : 12pt ; color : '#000000'
}
a:link	{
	color : purple ; text-decoration: none ;
}
a:visited	{
	color : purple ; text-decoration: none ;
}
a:hover	{
	color : red  ; text-decoration: underline;
}

.header p {
	font-size: 10px;
	line-height: 130%;
	color: #333333;
	margin-bottom: 5px;
}
.header a {
	color: #333333;
}
.header h1 {
	margin: 0px;
}
#menu h2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
#menu #menuList {
	text-align: left;
	width: 175px;
}
#menu #menuList h2 {
	margin: 15px 0px 0px;
	padding: 0px;
}
#menu #menuList ul {
	margin: 0px 0px 12px;
	padding: 0px;
}
#menu #menuList li {
	background: #FFFFEE;
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-right: 1px solid #121212;
	border-bottom: 1px solid #121212;
	border-left: 1px solid #121212;
}
#menu #menuList li a {
	font-size: 12px;
	line-height: 12px;
	color: #0000FF;
	background: url(../image/menu/contents_bg.jpg) no-repeat;
	display: block;
	width: 173px;
	padding: 10px 10px 10px 17px;
}
#menu #menuList li a:hover {
	color: #850000;
	text-decoration: none;
	background: url(../image/menu/contents_bg_on.jpg) no-repeat;
}
#menu #menuList p#order {
	margin: 0px 0px 10px;
}
#menu #menuBlog ul {
	margin: 0px;
	padding: 10px 0px;
	border-top: 1px solid #151110;
	width: 175px;
}
#menu #menuBlog li {
	list-style: none;
	margin-bottom: 5px;
}

#contents h2 {
	font-size: 18px;
	line-height: 120%;
	font-weight: bold;
	color: #800000;
}
#contents p {
	font-size: 14px;
	line-height: 150%;
	color: #333333;
}
#contents li {
	margin-bottom: 10px;
	margin-top: 5px;
	font-size: 14px;
	color: #333333;
}
#footer {
	background: #F4A91C;
	padding: 10px 0px;
}
#footer p {
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-align: center;
	margin: 0px;
	padding-bottom: 5px;
}
#footer p.copyright a {
	color: #000000;
}

#caution {
	float: left;
	margin-bottom: 10px;
	width: 595px;
	background-color: #FFFADF;
}
#caution h2 {
	font-size: 12px;
	text-align: left;
	color: #FF0000;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 10px;
}
#caution p {
	font-size: 12px;
	line-height: 120%;
	color: #333333;
	text-align: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.alignRight {
	text-align: right;
}
.text10 {
}
.text12 {
	font-size: 12px;
	line-height: 140%;
	color: #333333;
}
.textUnderline {
	text-decoration: underline;
}
