*{
    margin: 0;
    padding: 0;
    border:none;
}

html{
  height: 100%;
}

body {
  text-align: center;
  height: 100%;
  margin: 0;
  font-size: 12px;
  line-height: 18px;
  color: #333333;
  background: #fff;
}

#main_box {
  width: 100%;
}

#main_box02 {
	margin: auto;
	width: 1070px;
	background: url(img/back_kage.png) 0 0;
}

#main_box03 {
	margin: 0 160px;
	width: 750px;
	background: url(img/back_left.png) repeat-y 0 0;
}

a {
	color: #e5006e;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

p {
	margin: 0 0 10px 0;
}

dl{
	margin: 0 0 10px 0;
}

dd {
	padding: 0 0 0 10px;
	background: url(img/icon.png) no-repeat 0 0;
}

/*head------------------------------------------------*/
#head_box {
	width: 750px;
	height: 181px;
	text-align: right;
	background: url(img/title_back.jpg);
}

#head_box h1 {
	padding: 25px 15px 5px 0;
	font-size: 22px;
	font-weight: bold;
}

#head_box h2 {
	margin: 0 15px 0 0;
	font-size: 12px;
	color: #f19db5;
}


/*menu------------------------------------------------*/
#menu_box {
	float: left;
	width: 200px;
}

#menu_box_top {
	width: 200px;
	height: 60px;
	background: url(img/title_b.jpg);
}

.menu_con {
	width: 170px;
	margin: 0 0 30px 30px;
	text-align: left;
}

.menu_s_title {
	width: 200px;
	height: 50px;
	margin: 0 0 10px 0;
	background: url(img/s_title_back.png);
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 50px;
}

#menu_bts a {
	display: block;
	font-size: 14px;
	height: 26px;
	width: 190px;
	margin: 10px 0;
	text-decoration: none;
	text-align: center;
	color: #e5006e;
	background: url(img/menu_bt.png) no-repeat 0 0;
	line-height: 26px;
	font-weight: bold;
}
#menu_bts a:hover {
	color: #333;
	background: url(img/menu_bt.png) 0 100%;
	margin: 10px 0;
}

#menu_bts a.hit {
	color: #333;
	background: url(img/menu_bt.png) 0 100%;
	margin: 10px 0;
}
#menu_bts_aki {
	height: 20px;
}

#new_box {
	width: 180px;
	margin: 0 0 30px 10px;
}

.new_iframe {
	width: 180px;
	height: 200px;
	overflow-x: hidden;
	border-top: 1px solid #999;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #999;
	border-right: 1px solid #ccc;
}



/*content---------------------------------------------*/
#con_box {
	float: right;
	width: 470px;
	margin: 0 35px;
	text-align: left;
}

.con_title {
	width: 470px;
	height: 25px;
	margin: 0 0 10px 0;
	background: url(img/con_title.png);
}

.con_title h1 {
	color: #e5006e;
	font-size: 14px;
	margin: 0 0 0 12px;
	line-height: 25px;
	font-weight: bold;
}

.con_f {
	width: 470px;
	border-top: #666 dotted 1px;
	text-align: right;
}
.con_f a {
	display: block;
	float: right;
	font-size: 11px;
	color: #666;
	padding: 0 0 0 11px;
	line-height: 20px;
	background: url(img/icon_up.png) no-repeat 0 0;
}

.f_clear {
	clear: both;
	height: 30px;
}

.imgs120_box {
	float: left;
	width: 140px;
	height: 140px;
	background: url(img/img_back.png) center;
	margin: 0 10px 5px 0;
}
.imgs120 {
	margin: 10px;
}

.con_list {
	width: 460px;
	margin: 0 0 10px 10px;
}

.con_list h1 {
	width: 450px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #e5006e;
	margin: 0 0 5px 0;
	border-bottom: #666 dotted 1px;
}

.text_d {
	color: #e5006e;
}

.con_adv {
	width:470;
	text-align: center;
	margin: 0 0 30px 0;
}


/*footer---------------------------------------------*/
#footer_box {
	width: 470px;
}

#footer_box h1 {
	width: 470px;
	text-align: right;
	color: #333;
	font-size: 10px;
	font-weight: normal;
}

#footer_box a {
	color: #333;
}

#copyright {
	width: 470px;
	text-align: right;
	font-size: 10px;
	border-top: #666 dotted 1px;
}



/*clear-----------------------------------------------*/
.clear {
	clear: both;
}