@charset "UTF-8";


/*
==============================

	import choise css file

	winered.css
	blue.css
	black.css
	green.css
	yellow.css

==============================
*/

@import url("black.css");



/*
==============================

	base

==============================
*/



html {
}

body {
	margin: 0;
	padding: 0;
	font: 10px Verdana, sans-serif;
	_font-size: 62.5%;	/* IE 6 */
	color: #333;
	line-height: 1;
	/* background: #000 url(../img/body.jpg) no-repeat right top; */
	word-break: break-all;
}



/*
==============================

	Reset

==============================
*/

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	font-size: 1em;
}

em {
	font-style: normal;
}

form {
	margin: 0;
}

label {
	white-space: nowrap;
}

img {
	border: none;
}

table {
	border-collapse: collapse;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ol {
	margin: 0;
	padding: 0;
	padding-left: 2em;
}

dl, dt, dd {
	margin: 0;
	padding: 0;
}

hr {
	margin: 0;
	border: none;
	height: 1px;
	background-color: #fff;
	color: #fff;
}



/*
==============================

	Common

==============================
*/

.left {
	float: left;
}

.right {
	float: right;
}

img.left {
	margin: 0 20px 10px 0;
}

img.right {
	margin: 0 0 15px 20px;
}

.clr {
	clear: both;
}

div.clr {
	font: 0/0 sans-serif;
}

hr.clr {
	height: 1px;
}

p.noline {
	margin: 0;
}

ul.disc {
	margin: 0 0 0 20px;
	padding: 0;
	list-style: disc;
}

ul.disc li {
	margin: 0;
	padding: 0;
}

ul.circle {
	margin: 0 0 0 20px;
	padding: 0;
	list-style: circle;
}


.note {
	margin: 10px 0 0;
}


/*
------------------------
	clearfix
------------------------
*/

.clearfix:after {
	content: ".";
	font-size: 0.1em;
	line-height: 0;
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
	/*overflow: hidden;*/
}

/* exlude MacIE5 \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display:block;
}
/* end MacIE5 */



/*
==============================

	Link

==============================
*/

a {
	color: #005d90;
	text-decoration: underline;
}

a:hover {
	color: #005d90;
	text-decoration: none;
}

a:active {
	color: #005d90;
	text-decoration: underline;
}



/*
==============================

	Font

==============================
*/

.his {
	margin-left: 0.5em;
	font-size: 0.85em;
	color: #900;
}

.err {
	position: relative;
	margin: 0px;
	/*opacity: 0.9;
	filter: alpha(opacity=90);*/
}

.err em {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 5px;
	background: #b83c2c;
	border: 1px solid #fff;
	color: #fff;
	text-align: left;
	white-space: nowrap;
}

span.err em {
	top: -3px;
	left: 5px;
}

span.err.in em {
	top: 18px;
	left: 0px;
}


.outline {
	text-decoration: line-through;
}



/*
------------------------
	align
------------------------
*/

.txl {
	text-align: left;
}

.txr {
	text-align: right;
}

.txc {
	/*width: 450px;*/
	text-align: center;
}


/*
------------------------
	color
------------------------
*/

.red {
	color: #900;
}

.gray {
	color: #666;
}

.brown {
	color: #48220f;
}



/*
------------------------
	size
------------------------
*/

.fs {
	font-size: 0.83em;
}

.fb {
	font-size: 1.2em;
}

.text01 {
	font-size: 2.3em;
	font-weight: bold;
}

.text02 {
	font-size: 1.5em;
	font-weight: bold;
}

.text03 {
	font-size: 1.5em;
	font-weight: bold;
	color: #990000;
}

.text04 {
	font-size: 2.3em;
	font-weight: bold;
	color: #990000;
}

.text05 {
	font-size: 1.8em;
	font-weight: bold;
}

.text06 {
	font-weight: bold;
}

.text07 {
	color: #990000;
	font-weight: bold;
}

.text08 {
	font-size: 1.2em;
}

.text09 {
	font-size: 1.2em;
}

.text10 {
	font-size: 1.2em;
}


/*
==============================

	Layout

==============================
*/

/*
------------------------
	wrapper
------------------------
*/

#wrapper {
	padding-bottom: 30px;
	background-color: #f5f5f5;
}



/*
------------------------
	container
------------------------
*/

#container {
	width: 800px;
	min-height: 100%;
	margin: 0 auto;
	height: auto !important;
}



/*
------------------------
	header
------------------------
*/

#header {
	position: relative;
	width: 800px;
}



/*
------------------------
	contents
------------------------
*/

#contents {
	width: 798px;
	background-color: white;
	border: solid 1px #cecece;
}



/*
------------------------
	side
------------------------
*/

#side {
	float: left;
	width: 186px;
}



/*
------------------------
	main
------------------------
*/

#main {
	float: right;
	width: 592px;
	margin: 10px 10px 10px auto;
}

* html #main {
	margin: 0px 5px 10px auto;
}



/*
------------------------
	footer
------------------------
*/

#copyright {
	width: 800px;
	margin: 15px 0 0;
	padding: 8px 0;
	text-align: center;
}


#footer_space {
	height: 0;
}

#footer {
	height: 0;
}



/*
==============================

	Yoshikawa

==============================
*/


.clear {
	clear: both;
	}

.clear:after {
	content: url("/member/img/pixel.gif");
	display: block;
	clear: both;
	height: 0;
	}
