/* CSS Document */

/* --------------------------------------------------------
	1.Setting
	2.Header
	3.Main
	4.Member
	4.5.Member-popup
	5.Banner
-------------------------------------------------------- */


/* --------------------------------------------------------
	1.Setting
-------------------------------------------------------- */

/*/////SETTING/////*/
*{ margin: 0px; padding: 0px; }
h1,h2,h3,h4,h5,h6 {}


.clear { clear: both; }

/*/////BORDER/////*/
img {}

hr { display: none; }

/*/////FONT WEIGHT/////*/
strong,
strong a { font-weight: bolder; }
em,
em a { font-weight: bolder; }

/*/////LIST-STYLE-TYPE/////*/
ul { list-style-type: none; }
ol { list-style-type: decimal; }

/*/////LINK/////*/
a:link,
a:visited, {
	color: #0066FF;
	text-decoration: underline;
}
a:hover {color: #FF0000;
}
/*a:hover {color: #3399FF;}*/
a:active {color: #FF9966;}


dt { 
	font-size: 1%;
	text-indent: -10000px;
}


/*LAYOUT*/
body {
	margin:0px 0px 0px 0px;
}

#container {
	width: 760px;
	margin:0 auto;
	background: transparent url(../img/container_bg.gif) repeat-y #FFFFFF;
	font-size: 90%;
	line-height: 150%;
	font-color: #000000;
	text-align:center;
	padding: 0;
	font-family: "lr oSVbN", Osaka, "qMmpS Pro W3","san-serif";
}

#container-bottom {
	width: 760px;
	height: 1px;
	border-bottom: #9DD957 1px solid;
}


/* --------------------------------------------------------
	2.Header
-------------------------------------------------------- */
#header {
	background: url(../img/header_bg.gif) no-repeat;
	height: 202px;
	margin-top: 1px;
}

#logo {
	float: left;
	width: 510px;
}

#tool {
	padding: 34px 60px 0px 0px;
	float: right;
	text-align: right;
	font-size: 90%;
}

#toolr a:link,visited,{
	color: #0066FF;
	text-decoration: underline;
}
#tool a:hover{
	color:#FF0000;
}


#tool img {
	vertical-align: middle;
	margin-right: 5px;
}

/* --------------------------------------------------------
	3.Main
-------------------------------------------------------- */
#main-head {
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 760px;
	height: 12px;
	background: url(../img/main_head.gif) no-repeat top;
}

#main {
	background: url(../img/main_bg.gif) repeat-y top center;
	width: 760px;
	overflow: hidden;
}

#main:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #main {
    height: 1em;
    overflow: visible;
}
/**/

#main-bottom {
	display: block;
	text-align: center;
	margin: 0 auto;
	clear: both;
	width: 760px;
	height: 18px;
	background: url(../img/main_bottom.gif) no-repeat top;
}

dl#main-content {
	float: left;
	width: 508px;
	margin-left: 10px;
	text-align: left;
	overflow: visible;
	display: inline;
}

#main-content-tit {
	/*background: url(../img/tit_01.gif) no-repeat left top;*/
	height: 60px;
	width: 508px;
	padding-bottom: 7px;
}

dd.img-koma {
	margin: 0px 5px;
	width: 277px;
}

dd.main-info {
	width: 210px;
	margin-left: 290px;
	margin-top: -220px;
}

div.btn-thismonth {
	width: 142px;
	height: 25px;
	margin-top: 5px;
	clear: both;
}

#the-man-of-this-month {
	float: right;
	margin-right: 15px;
	background: url(../img/this_month_bg.gif) no-repeat top;
	width: 221px;
	height: 299px;
	display: inline;
}
#the-man-of-this-month-long {
	float: right;
	margin-right: 15px;
	background: url(../img/this_month_bg_long.gif) no-repeat top;
	width: 221px;
	height: 310px;
	display: inline;
}

#the-man-of-this-month img {
	margin:0 auto;
	padding-top:45px;
}
#the-man-of-this-month-long img {
	margin:0 auto;
	padding-top:45px;
}

#the-man-of-this-month p {
	margin: 10px 12px;
	text-align: left;
	font-size: 75%;
	line-height: 120%;
}	
#the-man-of-this-month-long p {
	margin: 10px 3px;
	text-align: left;
	font-size: 75%;
	line-height: 120%;
}	

#this-month-box{
	float: right;
	margin-right: 15px;
	width: 221px;
	height:auto;
	display: inline;
}
#this-month-top{
	background: url(../img/this_month_top.gif) no-repeat top;
	height:54px;
}
#this-month-main{
	background: url(../img/this_month_box_bg.gif) repeat-y;
	height:auto;
}
#this-month-main p{
	text-align: left;
	font-size: 75%;
	line-height: 120%;
	margin-right: 3px;
	margin-top: 10px;
	margin-left: 3px;
}
.text-pad5{
padding-left:5px;
padding-right:5px;
}
#this-month-main img{
	margin:0 48px;
	
}

#this-month-bottom{
	background: url(../img/this_month_bottom.gif) no-repeat bottom;
	height:12px;
}


/* --------------------------------------------------------
	4.Member
-------------------------------------------------------- */
#member-box {
	float: left;
	width: 540px;
	margin: 5px 0px 5px 5px;
	display: inline;
}	

#member-head {
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 540px;
	height: 12px;
	background: url(../img/member_head.gif) no-repeat top;
}

#member {
	background: url(../img/member_bg.gif) repeat-y top center;
	width: 540px;
	overflow: hidden;
}


#member:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #member {
    height: 1em;
    overflow: visible;
}
/**/

#member-bottom {
	display: block;
	text-align: center;
	margin: 0 auto;
	clear: both;
	width: 540px;
	height: 12px;
	background: url(../img/member_bottom.gif) no-repeat top;
}

dl#member-content {
	float: left;
	width: 510px;
	margin-left: 15px;
	text-align: left;
	overflow: visible;
	display: inline;
}

dl#member-content dt {
	background: url(../img/member_tit.gif) no-repeat left top;
	height: 26px;
	width: 502px;
	margin-bottom: 10px;
}

dl#member-content img {
	margin-left:5px;
}

.member-caption { 
	font-weight: bold;
	color: #BE181C;
	margin:10px 0px;
}

/* --------------------------------------------------------
	4.5. Member-popup
-------------------------------------------------------- */
#member-wrapper {
	margin:0 auto;
	background-color: #006ECC;
	text-align: left;
	font-size: 90%;
	line-height: 130%;
}

/* -------------------------------------------------------- */
#member-wrapper-w {
	margin:0 auto;
	background-color: #FFFFFF;
	text-align: left;
	font-size: 10px;
	line-height: 130%;
}

dl#member-popup-w {
	width: 330px;
	height: 370px;
	background: url(../img/popup_bg_w.gif) no-repeat;
	margin: 0 auto;
}
dl#member-popup-w2 {
	width: 330px;
	height: 385px;
	background: url(../img/popup_bg_w2.gif) no-repeat;
	margin: 0 auto;
}
#member-popup-s {
	width: 680px;
	height: 750px;
	margin: 0 auto;
}

.member-soukanzu{
	margin:10px 0 5px 0;
}
.member-popup-img-w {
	text-align: center;
	padding: 10px 0px 12px 0px;
}
.btn-close-s{
	margin: 0 0 0 255px;
	padding-top: 0px;
}
/* -------------------------------------------------------- */

dl#member-popup {
	width: 320px;
	height: 360px;
	background: url(../img/popup_bg.gif) no-repeat;
	margin: 0 auto;
}

.member-popup-img {
	text-align: center;
	padding: 6px 0px 12px 0px;
}

.member-popup-txt {
	width: 280px;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 12px;
	font-size:12px;
	line-height:120%;
}

.member-popup-name {
	width: 300px;
	margin: auto;
	padding-bottom: 10px;
	text-align: left;
	color: #BE181C;
	font-size: 16px;
	font-weight: bold;
}

.member-popup-name p {
	padding-left: 8px;
	border-left: 4px #FF9999 solid;
	margin-top: 5px;
	margin-bottom: 1px;
}

.btn-close {
	text-align: center;
	padding-top: 0px;
}

.m-dot-bar {
	clear: both;
	margin: 4px 0px;
	height: 1px;
	border-top: 1px dotted #CCCCCC;
}


/* --------------------------------------------------------
	5.Banner
-------------------------------------------------------- */
#banner-box {
	float: right;
	width: 203px;
	margin: 5px 5px 5px 0px;
	display: inline;
}	

#banner-head {
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 203px;
	height: 12px;
	background: url(../img/banner_head.gif) no-repeat top;
}

#banner {
	background: #EBEBEB repeat-y top center;
	width: 203px;
	font-size: 90%;
	line-height:120%;
}

#banner-bottom {
	display: block;
	text-align: center;
	margin: 0 auto;
	clear: both;
	width: 203px;
	height: 12px;
	background: url(../img/banner_bottom.gif) no-repeat top;
}

ul#banner-content {
	width: 185px;
	margin: 0px 9px;
}

ul#banner-content li {
	list-style: none;
	width: 185px;
	padding-bottom: 9px;
}

ul#banner-content p {
	text-align: left;
}

/* --------------------------------------------------------
	5.Footer
-------------------------------------------------------- */
#footer {
	padding-top: 36px;
	margin: 0 auto;
}

