@charset "Shift_JIS";


/* rules ------------------------- */
*{
	border: 0px;
	color: #000;

	font: medium "Lucida Sans Unicode", "Tahoma", "Verdana", "Arial", sans-serif;
	letter-spacing: 0.01em;
	line-height: 1.6em;

	margin: 0px;
	padding: 0px;
}

a{
	text-decoration: underline;
}

a:hover{
}

ul{
	list-style: none;
}

hr{
	clear: both;
	visibility: hidden;
}

input{
	border: 2px inset #ccc;
}


/* wrapper ------------------------- */
body{
	background: #ffffff ;
}

#wrapper{
	background: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: 770px;
	margin: 0 auto;
}


/* header ------------------------- */
#header_intro{
	background: #ffffff;
	text-align: center;
	font-weight: normal;
	height: 20px;
	padding-top: 4px;
	padding-bottom:6px;
	
}

#header_banner{
	
	background: #FFA200 url("http://www.secondlife-money.biz/img_top.png");
	height: 488px;
	width: 770px;
	text-indent: -8888px;
}

#header_nav{
	background: url("http://www.secondlife-money.biz/hed.png");
	height: 26px;
	width: 770px;
}


/* content ------------------------- */
#content{
	margin: 30px 110px 0 110px;
}

/* (check) */
#content_check{
	background: #fff8de;
	border: 2px solid #fd0100;
	padding: 10px;
	margin: 30px auto;
}

#content_check li{
	background: url(./img/content_check.gif) 0 5px no-repeat;
	font-weight: bold;
	padding-left: 25px;
	padding-top: 3px;
	line-height: 1.5em;
	color:red;
}



/* (hand) */
#content_hand{
	background: #fff8de;
	border: 2px solid #fd0100;
	padding: 10px;
	margin: 30px auto;
}

#content_hand li{
	background: url(./img/content_hand.gif) 0 5px no-repeat;
	font-weight: bold;
	padding-left: 30px;
	padding-top: 3px;
	line-height: 1.5em;
	color:red;
}




/* (q and a) */
.content_qanda{
	border: 2px solid #fd0100;
	padding: 10px;
	margin: 15px auto;
}

.content_qanda .title{
	border-bottom: 1px dashed #666;
	margin-bottom: 10px;
} 

.content_qanda .l{
	width: 60px;
	font-weight: bold;
	vertical-align: top;
}

.content_qanda .r{
	width: 460px;
}




/* (q and a) */
.content_review{
	border: 2px solid #fd0100;
	padding: 10px;
	margin: 15px auto;
}

.content_review .title{
	border-left: 5px dashed red;
	background-color:#eeeeee;
	margin-bottom: 10px;
	padding-left: 5px;
	font-weight:bold;
	color:red;
} 




/* (mag) */
#content_mag{
	border: 2px solid #999;
	padding: 20px 15px;
	margin: 30px auto;
	text-align: center;
}

#content_mag img{
	margin: 10px auto;
}

#content_mag table{
	width: auto;
	line-height: 150%;
	text-align: left;
	border-left:#999 solid 1px;
	border-top:#999 solid 1px;
	margin: 0 auto;
}

#content_mag td{
	font-size: 12px;
	padding: 12px;
	border-right:#999 solid 1px;
	border-bottom:#999 solid 1px;
}

/* (buy) */
#content_buy{
	border: 2px solid #fd0100;
	padding: 20px 15px;
	margin: 30px auto;
	text-align: center;
}

#content_buy img{
	margin: 10px auto;
}

#content_buy a{
	background: url(http://www.secondlife-money.biz/button.png);
	width: 400px;
	height: 75px;
	display: block;
	text-indent: -8888px;
	margin: 20px auto;
}

#content_buy a:hover{
	background: url(http://www.secondlife-money.biz/button.png);
}


/* footer ------------------------- */
#footer{
	background: #3300CC;
	color: #fff;
	text-align: center;
	margin: 50px -110px 0 -110px;
}

/* seo ------------------------- */
#seo{
	background: #FFFFFF;
	color: #FFFFFF;
	text-align: center;
	margin: 50px -110px 0 -110px;
}



/* (decoration) ------------------------- */
.red{color: red}
.blue{color: blue}
.bold{font-weight: bold}
.under{text-decoration: underline}
.yellow{background:yellow;}

/* others ------------------------- */


/* (IE6 hack) ------------------------ */
* html #header_intro{
	font-size: 12px;
}