/* [COMMON]===========================================================*/
a:link
{
/*	color: rgb(0,102,102);*/
	color: rgb(0,153,204);
}
a:visited
{
/*	color: rgb(153,204,255); */
} 
a:active 
{
	color: rgb(255,102,0);
}
a:hover
{
/*	color: #006666;*/
	color: #ff9966;
	background-REPEAT: repeat;
	text-decoration: none
}

body
{
	font-family: Verdana, sans-serif, Arial, Helvetica;
	background-color: rgb(204,255,255);
	color: #666666;
}

img
{
	border-style: none;
}


/* [TABLE]-------------------------------------------------*/

table{
	table-layout: fixed;
	table-border-color-light: rgb(102,204,204);
	table-border-color-dark: rgb(0,102,102); 
}

td{	
	vertical-align: top;
	font-size: xx-small;
	line-height: 130%;
	color: #666666;
}
td.comment{
	color: #99cccc;
}
td.content{
	font-size: x-small;
	line-height: 160%;
}
td.title{
	font-size: x-small;
	font-weight: bold;
}
table.island{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 30px;
	margin-right: 20px;
}
/* [ITEM]-------------------------------------------------*/
table.item{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 30px;
	margin-right: 20px;
}
td.item_name{
	font-weight: bold;
	letter-spacing: 0.7px;
}
td.item_comment{
	line-height: 140%;
}
td.item_detail{
	line-height: 120%;
}

/*[CONTENT]--------------------*/
td.navi
{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 0px;
}
td.line
{
	width: 780px;
	height: 9px;
	background-image: url(../image/back/dot.gif);
	background-repeat: repeat-x; 
	border-right: none;
	border-top: none;
	border-left: none;
	border-bottom: none;
	caption-side: top
}
td.home
{
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
}
td.mag
{
	text-align: center;
	padding-top: 50px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

h1.content_top
{
	font-weight: bold;
	font-size: medium;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
	color: #666666;
	border-bottom: none;
	border-left: none;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 5px;
	font-family: verdana, serif, palatino, georgia, times new roman, Osaka
}
h1.content_categ {
	font-weight: bold;
	font-size: x-small;
	color: #3399ff;
/*	border-bottom: #ff9999 1px solid;*/
/*	border-left: #ff9999 7px solid*/
	border-bottom: #66ccff 1px dotted;
	border-left: #3399ff 7px solid;
	margin-top: 50px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: verdana, serif, palatino, georgia, times new roman, Osaka
}

/* [SIDE]-------------------------------------------------*/
td.side_head{
	background-color: #ffcccc;
	color: #ffffff;
	font-size: xx-small;
	font-weight: bold;
	border: solid;
	border-width: 1px 5px 1px 5px;
	border-color: #ffcc99;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

/* []-------------------------------------------------*/
img.mark
{
	margin-top: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

/* []-------------------------------------------------*/
td.score{
    border: none;
    background-color: #66cc66;
    font-size: xx-small;
    font-weight: bold;
    color: #ffffff;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 3px;
    padding-left: 3px;
}

/* [DISP]-------------------------------------------------*/
div.center{
	text-align: center;
}
div.comment{
	color: #99cccc;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
div.next{
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
div.link{
	font-size: xx-small;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
}
div.p10{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 10px;
}
div.p20{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 20px;
	margin-left: 20px;
}
div.p30{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 20px;
	margin-left: 30px;
}
div.p30_b{
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 20px;
	margin-left: 30px;
}
div.p30_em{
	color: #FF6666;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 20px;
	margin-left: 30px;
}
div.p30_sq{
	border: #666666 1px solid;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 30px;
	margin-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
div.p30_em_sq{
	color: #FF6666;
	border: #666666 1px solid;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 30px;
	margin-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
div.p30_b_sq{
	font-weight: bold;
	border: #666666 1px solid;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 30px;
	margin-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

div.center_sp{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
}
div.center_b{
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.center_em{
	color: #FF6666;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.center_strong{
	color: #FF6666;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.center_sq{
	text-align: center;
	border: #666666 1px solid;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 30px;
	margin-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
div.center_sq_em{
	text-align: center;
	border: #666666 2px solid;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 30px;
	margin-left: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
}


.b{
	font-weight: bold;
}
.em{
	color: #FF6666;
}
.strong{
	font-weight: bold;
	color: #FF6666;
}
.xxs{
	font-size: xx-small;
}
div.notice{
	color: #99cccc;
	font-size: xx-small;
	line-height: 120%;	
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 30px;
	margin-left: 30px;
}
/* [UL]-------------------------------------------------*/
ul.number{
	list-style-position: outside;
	list-style-type: decimal;
}
ul.mark{
	list-style-position: outside;
	list-style-image: url(../image/mark/link.gif);
}
ul.none{
	list-style-type: none;
}
li{
	margin-top: 0;
}
li.top{
	margin-top: 0.1em;
}
li.open{
	margin-top: 0.7em;
}
/* [HEADER]-------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
	font-family: Comic Sans MS, Arial, Helvetica;
}
h1
{
	color: rgb(153,0,0);
}
h2
{
	color: rgb(255,204,0); 
}
h3
{
	color: rgb(0,153,153); 
}
h4
{
	color: rgb(204,255,255);
}
h5
{
	color: rgb(0,0,102);
}
h6
{
	color: rgb(153,0,0);
}

/* [BOX]-------------------------------------------------*/
table.box{
	border-collapse: collapse;
	background-color: #cccccc;
	border: none;
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin-left: 20px;
	margin-right: 0px;
}
td.box_head{
	border: #ffffff 1px solid;
	background-color: #ffcc99;
	font-size: xx-small;
	font-weight: bold;
	color: #ffffff;
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-right: 3px;
	padding-left: 4px;
}
td.box_subhead{
	border: #ffffff 1px solid;
	background-color: #99ccff;
	font-size: xx-small;
	font-weight: nomal;
	color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
td.box_list{
	border: #ffffff 1px solid;
/*	background-color: #f5f5dc;*/
	background-color: #e3f1ff;
	font-size: xx-small;
	font-weight: normal;
	color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 160%;
}

