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

 body {
	background-color: #d6e9ca;
	color: #111111;
	letter-spacing: 1px;
	font-family: "Arial","sans-serif";
	font-size: 15px;
	margin:0px auto;
    padding:0px auto;}

 #f_b {
	 font-weight: bold;}
	
 a:link {
	color: #60006c;}
 a:visited {
	color: #60006c;}
 a:hover {
	color: #1F0022;}
 a:active {
	color: #60006c;}
  
 #wrapper {
	width: 900px;
	margin: auto;
	background-color: #fff;
	border-color: #000000;
	border-radius: 10px;}
 
 #header {
	width: auto;
	height: auto;}
	
 #title {
	padding: 10px;}
 #title1 { 
    width: 50%;
	float: left;
	margin-top: 0px;} 
 #title2 {
	width: 50%;
	font-size: 20px;
	text-align: right;
	float: left;
	padding-top:35px;}
  
 table {
	border-collapse: collapse;
	border-spacing: 0;}
	
#menu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 900px;
	float: left;
	position: relative;}
#menu > li {
	float: left;
	background-color: #470630;}
#menu li a {
	display: block;
	text-align: center;
	height: auto;
	width: 180px;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 15px;
	color: #fff;
	text-decoration: none;}
#menu li a:hover {
	background-color: #1F0022;}
#menu li ul {
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	list-style-type: none;
	position: absolute;}
#menu li ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: absolute;
	display:none;}
#menu li ul li {
	background-color: #BA478F;
	color: #fff;}
#menu li ul li a:hover  {
	background-color: #CD78AD;}
#menu li:hover ul {
	display: block;}
#menu li ul :a {
	border-left:0}
 
 #wm {
	margin-bottom: 120px;}
 #stitle {
	font-size: 46px;
	margin-top: 20px;
	padding-left: 20px;}
 #sstitle {
	font-size: 25px;
	margin-top: 20px;
	margin-bottom: 10px;}
 #m_t {
	font-size: 18px;
	line-height: 1.5;
	padding-left: 20px;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;}
	
 #main_mm {
	margin-bottom: 80px;}
 #list_box {
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 20px;
	margin-bottom: 50px;}
 #li_ti {
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
	font-weight: bold;}
 #li_im {
	margin: 10px;
	text-align: center;}
	
 #sita_obi {
	width: auto;
	height: auto;
	background-color: #470630;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	color: #fff;
	border-radius: 0px 0px 10px 10px;}
 #obi_comment {
	font-size: 14px;}
 a.so:link{
	 color:#fff;}
 a.so:visited {
	color: #fff;}
 a.so:hover {
	color: #666;}
 a.so:active {
	color: #fff;}