@charset "utf-8";

body{
    font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";	color: #FFFFFF;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	background-color: #666666;
}

a{
	color: #FFFFFF;
	text-decoration: none;
}

a:link{
	color: #FFFFFF;
	text-decoration: none;
}

a:visited{
	color: #CCCCCC;
	text-decoration: none;
}

input[type="text"]:focus {
	background-color: #F3F3F3;
}

input[type="password"]:focus {
	background-color: #F3F3F3;
}

select:focus {
	background-color: #F3F3F3;
}

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

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #000000;
	background-position: right;
	margin-top: 0px;
	text-align: right;
	line-height: 1.5;
	margin-bottom: 20px;
	font-weight: normal;
	margin-right: 0px;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 10px 5px 0px 0px;
	padding: 10px 0px 0px;
	text-align: right;
}

h3{
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}


h5{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 100%;
 color: #FFFFFF;
 margin: 0px;
 padding: 0px;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #FFFFFF;
}

#navBar{
	float: left;
	width: 15%;
	padding: 0px;
	background-color: #000000;
	font-size: 80%;
	border: 1px solid #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
}

#content{
	float: right;
	width: 80%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 7px;
	border: 1px #CCCCCC;
	margin-top: 5px;
	padding-left: 5px;
	margin-right: 10px;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* .globalNav styles **************/

.globalNav{
	color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 0px;
	background-color: #333333;
	width: 100%;
	clear: both;
	line-height: 1.9;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.globalNav img{
}

.globalNav a {
	font-size: 12px;
	padding: 0 4px 0 0;
	line-height: 1.2;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

/*************** #pageName styles **************/

#pageName{
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 6px;
	width: 99%;
}



/************* #search styles ***************/

#search{
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	font-weight: normal;
}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}
div#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg.gif);
	background-color: #000000;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
}
div#wrapper2 {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
}
form.login {
	font-size: 10px;
	text-align: left;
	line-height: 2px;
	clear: both;
	margin-bottom: 10px;
	margin-top: 5px;
	font-weight: normal;
	border: 1px #CCCCCC;
}
.top {
	float: left;
	clear: both;
	margin: 5px 15px 5px 5px;
}
#content h3 {
	margin-left: 15px;
}
#content a:link {
	color: #FF6600;
}
#content a:visited {
	color: #FF6600;
}
#navBar a:link {
	color: #FFFFFF;
}
#navBar a:visited {
	color: #FFFFFF;
}
div#login_bar {
	font-size: 12px;
	margin-top: 5px;
	line-height: 2;
}
div#login_bar a:link {
	color: #009900;
}
div#login_bar a:visited {
	color: #CCCCCC;
}
.login {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}
input#scroll {
	font-family: "メイリオ";
	font-size: 10px;
	background-color: #FFFFFF;
	border: none;
	width: 98%;
}
img#small {
	float: none;
	margin-right: 10px;
}
input#searchbox {
	width: 95px;
	margin-right: 2px;
	margin-left: 0px;
	height: 12px;
	background-color: #CCCCCC;
}
input#loginbutton {
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: -6px;
}
span#error {
	font-size: 13px;
	color: #FF9900;
	margin-top: 10px;
	font-weight: normal;
}
input#name {
	font-family: "メイリオ";
	font-size: 11px;
	color: #000000;
	width: 200px;
}
input#address {
	font-family: "メイリオ";
	font-size: 11px;
	color: #000000;
	width: 250px;
}
textarea#contact {
	font-family: "メイリオ";
	font-size: 11px;
	color: #000000;
	height: 100px;
	width: 250px;
}
select#contact {
	font-family: "メイリオ";
	font-size: 10px;
	color: #000000;
	width: 180px;
}
span#link a {
	font-size: 9px;
}
span#link {
	font-size: 9px;
	color: #CCCCCC;
}
p {
	font-weight: normal;
}
hr {
	width: 98%;
	margin-left: 10px;
	border: 0.5px solid #666666;
	padding-right: 10px;
	padding-left: 10px;
}
span#trace {
	font-size: 10px;
	font-weight: normal;
	margin-left: 5px;
}
div#bookmark {
	font-size: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #FFFFFF;
	padding-right: 10px;
}
#content h3 a {
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
#content h3 a:visited {
	color: #333333;
}
em {
	font-weight: normal;
}
#headline a {
	font-size: 10px;
}
#headline a:visited {
	font-size: 10px;
}
#bookmarks {
	font-size: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 3px;
}
#side tr td {
	border-bottom: 1px solid #CCCCCC;
}
#side2 tr td {
	border-bottom: 1px solid #CCCCCC;
}
#flash {
	float: none;
	width: 100%;
	margin-right: 5px;
	margin-left: -5px;
	margin-bottom: 10px;
}
#support {
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	float: right;
	margin-top: -14px;
	margin-right: 5px;
}
#end {
	background-color: #000000;
	font-size: 10px;
	line-height: 2.5;
	clear: both;
	margin-top: 10px;
}
#footerlogo {
	margin-left: 8px;
}
#end a {
	font-size: 11px;
}
.indexlabal {
	width: 100%;
}
img {
	border: none;
}
.pagetop {
	margin: 10px;
}
.inputlogin {
	height: 11px;
}
#logintop {
	padding-bottom: 1px;
}
.newstop {
	margin-left: 10px;
}
#arrow {
	font-weight: bold;
	color: #009900;
	font-size: 17px;
}
#logo {
	float: left;
	margin-left: 5px;
	margin-top: -15px;
	margin-bottom: 10px;
}
.recommend {
	margin-right: 17px;
	margin-left: 17px;
	margin-top: 5px;
}
.line {
	margin-top: 5px;
	margin-bottom: 5px;
}
.bread {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
}
.bread a:link {
	color: #FF6600;
}
.bread a:visited {
	color: #FF6600;
}
#selling {
	line-height: 1.8;
	margin-left: 10px;
	width: 700px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#selling tr td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
}
#selling tr td.label {
	color: #FFFFFF;
	background-color: #333333;
	font-weight: bold;
}
.pagetop {
	margin-left: 620px;
}
.contact {
	line-height: 2.5;
}
.grey {
	background-color: #666666;
}
.contact input {
	height: 15px;
	width: 300px;
	margin-left: 5px;
}
.contact select {
	height: 20px;
	width: 300px;
	margin-left: 5px;
}
.contact textarea {
	height: 200px;
	width: 300px;
	margin-left: 5px;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.contact input.send {
	height: 29px;
	width: 100px;
	margin-top: 5px;
}
.faq {
	color: #FF6600;
	margin-bottom: 5px;
}
input.login {
	height: 15px;
	width: 300px;
	background-color: #CCCCCC;
}
.group {
	border: 1px solid #FFFFFF;
	margin: 10px;
	padding: 10px;
}
textarea.register {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #333333;
	height: 600px;
	width: 700px;
	margin-left: 10px;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}
input.textbox {
	font-size: 12px;
	width: 300px;
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}
input.password {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCCCCC;
	width: 200px;
}
input.postal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCCCCC;
	height: 14px;
	width: 50px;
}
input.phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #CCCCCC;
	width: 200px;
}
.linkform {
	font-size: 12px;
	border: 1px solid #CCCCCC;
	color: #333333;
	background-color: #999999;
}
.linkform tr td {
	border: 1px solid #CCCCCC;
	padding: 5px;
}
.link {
	width: 95%;
	padding: 5px;
	border: 2px solid #FFFFFF;
}
.link tr td {
	padding: 5px 5px 5px 8px;
}
.link input {
	font-size: 12px;
	background-color: #CCCCCC;
	height: 14px;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
}
.link input.send {
	height: 29px;
	width: 100px;
}
.link textarea {
	background-color: #CCCCCC;
	height: 250px;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.order {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
	width: 97%;
	border-top: 1px #FFFFFF;
	border-right: 1px #FFFFFF;
	border-bottom: 1px #FFFFFF;
	border-left: 1px #FFFFFF;
}
.order tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
	border-top: #FFFFFF;
	border-right: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: #FFFFFF;
}
.magazine {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCCCCC;
	width: 200px;
}
.release {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCCCCC;
	padding: 1px;
	width: 30px;
}
.yen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCCCCC;
	padding: 1px;
	width: 100px;
}
.order textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #CCCCCC;
	padding: 1px;
	height: 150px;
	width: 200px;
}
.order select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #CCCCCC;
	padding: 1px;
	width: 100px;
}
.wide {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #CCCCCC;
	padding: 1px;
	width: 300px;
}
.noipo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FF6600;
}
.mypage {
	border-top: 1px none #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px none #CCCCCC;
	color: #FFFFFF;
}
.logintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 1px;
	height: 13px;
	width: 250px;
	background-color: #CCCCCC;
}
textarea.review {
	font-size: 12px;
	background-color: #CCCCCC;
	height: 300px;
	width: 400px;
}
.review {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #000000;
	border: 1px none #CCCCCC;
}
.reviewmagazine {
	margin: 5px 10px 5px 5px;
	float: left;
}
input.zipcode1 {
	background-color: #CCCCCC;
	width: 40px;
}
input.zipcode2 {
	background-color: #CCCCCC;
	width: 50px;
}
select {
	background-color: #CCCCCC;
}
select#grey {
	width: 180px;
}
.list {
	line-height: 1.6;
}
.index {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.pagelink {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.8;
	width: 98%;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.pagelink tr td {
	padding: 2px 5px;
}
.linkinfo {
	font-size: 10px;
}
.buttoninfo {
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.favorite {
	font-size: 11px;
	line-height: 1.3;
	width: 720px;
	padding-top: 5px;
}
.favorite img {
	margin-top: 4px;
	margin-right: 4px;
	margin-left: 4px;
}
input.mobile {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 200px;
	background-color: #CCCCCC;
}
.bookmark {
	font-size: 11px;
	float: left;
	width: 40%;
	margin-left: 50px;
	margin-top: 10px;
}
.bookmark2 {
	float: right;
	height: 300px;
	width: 50%;
	margin-top: 10px;
	margin-right: 15px;
}
.bookmark img {
	margin-top: 5px;
	margin-bottom: 5px;
}
.bookmark2 tr td {
	width: 75px;
	background-position: top;
	vertical-align: top;
}
.favorite tr td {
	vertical-align: top;
	background-position: top;
	width: 90px;
}
.pagelink tr td a:link {
	color: #CCCCCC;
}
.pagelink tr td a:visited {
	color: #CCCCCC;
}
.allmagazines {
	width: 95%;
	padding: 5px;
	margin-left: 40px;
	margin-top: 10px;
}
.allmagazines tr td {
	background-position: top;
	vertical-align: top;
	padding: 5px;
	width: 25%;
}
.magazines {
	background-position: top;
	vertical-align: top;
	margin: 5px 5px 5px 30px;
	width: 90%;
}
.magazines tr td {
	width: 15%;
}
