@CHARSET "windows-31j";

/*-------------------
 *   Tag Style
 *-------------------*/

*	{
	line-height: 130%;
}

body	{
	margin: 0px;
	padding: 0px;
	background-color: #000822;
	text-align: center;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN",sans-serif;
	font-size: 83%;
}

table	{
	font-size: 100%;
	border-collapse: collapse;
}

h1, h2, h3, h4, h5, h6	{
/*    text-align:left;	*/
    margin:0.2em 0px;
}

p	{
	margin: 1.2ex auto;
}

img {
	margin:0px 2px;
    border:none;
	vertical-align: bottom;
}

em	{
	font-weight:bold;
	font-style:normal;
}

strong {
	font-weight:bolder;
	font-style:normal;
	color: red;
}

/* <div class="hr"><hr /></div> */
div.hr	{
	border-bottom: 1px dashed #aac;
	margin: 10px 8px;
}

div.hr hr	{
	display: none;
}

a {
    color: #3333bb;
    text-decoration: underline;
}

a:hover {
    color:#bb5555;
    text-decoration:none;
}

form	{
	display: inline;
}

/*-------------------
 *   Area Style
 *-------------------*/

#Base	{
	margin: 0px auto;
	width: 945px;	/*765+Right*/
	text-align: left;
	background-color: #ffffff;
}

#Header	{
	height: 60px;
}

#Bottom	{
	position: relative;
}

#Footer	{
	margin-top: 20px;
	padding: 3px;
	border-top: 1px solid #88a2ff;
	text-align: center;
	color: #88a2ff;
}

#MainArea	{
	min-height: 600px;
	margin-left: 0px;
	margin-right: 230px;
	padding: 10px;
}

/* for IE6 or lower */
* html #MainArea	{
	height: 600px;
}

#LeftArea	{
	position: absolute;
	top: 0px;
	width:0px;	/*150*/
	display: none;
}

#RightArea	{
	position: absolute;
	top: 0px;
	right: 0px;
	width:230px;	/*180*/
}


/*-------------------
 *   Common Style 
 *-------------------*/

/*-- ornament --*/

.notice {
	color: red;
	font-weight: bold;
}

.highlight	{
	background-color: #ffffbb;
}

.small {
	font-size: 85%;
}

.big	{
	font-size: 115%;
}

.red	{
	color: #ff0000;
}

.blue	{
	color: #0000ff;
}

.gray	{
	color: #888888;
}

/*-- indent --*/

.indent1	{
	margin-left: 25px;
}

/*-- align --*/

.left	{
	text-align: left;
}

.right	{
	text-align: right;
}

.center * {
	text-align: left;
}

.center	{
	text-align: center;
}

.center > * {
	margin-left: auto;
	margin-right: auto;
}

/*-- float --*/

.f_left	{
	float: left;
}

.f_right	{
	float: right;
}

/* for IE6 or lower */
* html .f_left, * html .f_right	{
	display: inline;
}

.f_clear	{
	clear: both;
	display: block;
}

.f_clear_r	{
	clear: right;
}

/*-- margin --*/

.mg_top1	{
	margin-top: 10px;
}

.mg_top2	{
	margin-top: 20px;
}

.mg_top3	{
	margin-top: 30px;
}


/*-------------------
 *   Detail class Style 
 *-------------------*/

.container {
	margin: 20px 0px;
}

.container .content	{
	margin-left: 25px;
	padding: 12px 5px 5px;
}

.booklist {
	margin: 0px;
	padding: 0px;
}

.booklist li {
	float: left;
	display: inline;
	width: 150px;
	margin: 5px 5px 15px;;
	padding: 0px;
	text-align: center;
}

.sysmsg .message {
	border: 2px solid #ccccdd;
	padding: 20px;
	margin: 30px 50px 50px;
}

.sysmsg .notice {
	border: 2px solid #ffcccc;
	padding: 20px;
	margin: 30px 50px 50px;
}

form table {
}

form table td {
	padding: 5px 8px;;
}

form table tr.line1 {
	background-color: #e2e4f2;
}

table.infolist td {
	padding: 5px 12px;;
}

table.infolist tr.line1 {
	background-color: #f0f2f8;
}

/*-------------------
 *   Detail Style 
 *-------------------*/

h1	{
	padding: 5px 20px;
	border-bottom: 1px dashed #bbccff;
}

h2	{
	border-left: 15px solid #bbccff;
	border-bottom: 1px dashed #bbccff;
	text-indent: 10px;
	line-height: 35px;
	height: 35px;
}

/*-------------------*/
