@charset "utf-8";

/*-------------------------------------------------
  eLXgw
  ??FUchu Yamada
  ?F2007/12/19
  ?IXVF2007/12/19
--------------------------------------------------*/

/*MAIN VISUAL
--------------------------------------------------*/

#main {

}
#mainvbox {
	width: 750px;
	min-height: 260px;
	margin-top: 3px;
	
}
* html #mainvbox{
	height:260px;
}

#maintext {

}
#main table {
	border:1px solid #cccccc;
}
.bottom18 {
	margin-bottom: 18px;
}
.bottom45 {
	margin-bottom: 45px;
}
#main_bn {
	width: 750px;
	height: 64px;
	margin-top: 10px;
	margin-bottom: 5px;
}

/*CONTENTS MENU
--------------------------------------------------*/
.contmenu .contbox {
	float: left;
	width:365px;
}
.contmenu .contbox p {
	padding-top: 10px;
	clear: both;
}

.contmenu .contbox p.unchiku_sichi a {
	width: 365px;
	height:125px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	background-image:url(../imgs/top/img_unchiku_sichirin.jpg);
}

.contmenu .contbox p.unchiku_annou a {
	width: 365px;
	height:125px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	background-image:url(../imgs/top/img_unchiku_annou.jpg);
}

.contmenu .contbox p.unchiku_katsuo a {
	width: 365px;
	height:125px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	background-image:url(../imgs/top/img_unchiku_katsuo.jpg);
}

.contmenu .contbox p.unchiku_yakusugi a {
	width: 365px;
	height:125px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	background-image:url(../imgs/top/img_unchiku_yakusugi.jpg);
}

.contmenu .contbox p.unchiku_sichi a:hover,
.contmenu .contbox p.unchiku_annou a:hover,
.contmenu .contbox p.unchiku_katsuo a:hover,
.contmenu .contbox p.unchiku_yakusugi a:hover
 {	background-position:bottom;
}

/*CONTENTS BANNER
--------------------------------------------------*/
.contbann {
	margin-top: 10px;
}
.contbann li {
	display: inline;
}
.contbann li a {
	display: block;
	float: left;
}
.contbann li a img {
}

/*NEWS 
--------------------------------------------------*/
#news {
	float: left;
	width: 365px;
}
#news p {
	margin-bottom: 10px;
}
#news li {
	background-image: url(../imgs/common/ic_03.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 5px 0 5px 20px;
	border-bottom: dashed 1px #551A00;
}
/*RANKING 
--------------------------------------------------*/
#rank {
	float: right;
	width: 365px;
}
#rank p {
	margin-bottom: 10px;
}
#rank li.no1,
#rank li.no2,
#rank li.no3,
#rank li.no4 {
	background-image: url(../imgs/common/ic_03.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 5px 0 5px 80px;
	border-bottom: dashed 1px #551A00;
}
#rank li.no1 {
	background-image: url(../imgs/top/ic_no1.gif);
}
#rank li.no2 {
	background-image: url(../imgs/top/ic_no2.gif);
}
#rank li.no3 {
	background-image: url(../imgs/top/ic_no3.gif);
}
#rank li.no4 {
	background-image: url(../imgs/top/ic_no4.gif);
}

/*TOP MAIL MAGAZIN 
--------------------------------------------------*/
#mailmaga-t {
	padding: 0 0 5px 0;
	border-top: 1px solid #A06501;
	border-bottom: 1px solid #A06501;
	margin-bottom: 10px;
	width: 100%;
	font-size: 0.8em;
	line-height: 1.2em;
	margin: 20px 0;
}
#mailmaga-t p.maillogo {
	margin-top: 5px;
	float: left;
}
#mailmaga-t p.mailtex {
	margin-top: 20px;
	float: left;
	padding-left: 15px;
	padding-right: 5px;
}
#mailmaga-t p#backnumber {
	background-image: url(../imgs/common/ic_02.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	float: right;
	margin-top: 17px;
	padding: 3px 0 3px 15px;
}
#mailmaga-t input#mailbox {
	margin-bottom: 5px;
	height: 15px;
	width: 120px;
	overflow: hidden;
	border: 1px solid #A06501;
	padding: 1px;
	color: #999999;
	margin-top: 13px;
}
#mailmaga-t input#mailsubm {
	padding-left: 5px;
}
#mailmaga-t input.text{
	color:#333333!important;
}
#mailmaga-t form {
	width: 175px;
	float: left;
}

/*TOP1/3サイズ*/
.three_l_t_top,
.three_c_t_top,
.three_r_t_top{
	background-color: #FFFBEC;
	width: 232px;
	border: 1px solid #A06501;
	padding: 3px;
}
.three_l_t_top{
	float: left;
}
.three_c_t_top{
	float: left;
	margin: 0 15px;
}
.three_r_t_top{
	float: right;
}
.three_l_t_top img,
.three_c_t_top img,
.three_r_t_top img{
	float: left;
	margin-right: 10px;
}
