@charset "utf-8";
/* CSS Document */

/**************************************************** neON ******************************************************/

#n_left{
	float:left;
	width:550px;
}

#n_right{
	float:right;
	width:175px;
}

.entrybox{
	display:block;
	width:175px;
	height:125px;
	background-image:url(../img/neon/entry_back.jpg);
	padding-top:60px;
}

.entrytext{
	color:#3998C1;
	font-weight:bold;
	text-align:center;
	font-size:10px;
}

.entrybutton a{
	display:block;
	width:135px;
	height:29px;
	background-position:left top;
	margin-left:20px;
	margin-top:5px;
}

.entrybutton a:link, .entrybutton a:visited{
	background-image:url(../img/neon/entry.gif);
}

.entrybutton a:hover{
	background-image:url(../img/neon/entry02.gif);
}

/* english button */

.entrybutton_e a{
	display:block;
	width:135px;
	height:29px;
	background-position:left top;
	margin-left:20px;
	margin-top:5px;
}

.entrybutton_e a:link, .entrybutton_e a:visited{
	background-image:url(../img/neon/entry_e.gif);
}

.entrybutton_e a:hover{
	background-image:url(../img/neon/entry02_e.gif);
}

/* english button終了 */

.neon_title{
	font-size:15px;
	font-weight:bold;
	color:#868686;
	padding:10px 10px 0px 10px;
}

.text{
	color:#3998C1;
	font-weight:bold;
	font-size:12px;
}

.n_flow_top{
	display:block;
	width:550px;
	height:6px;
	background-image:url(../img/neon/gray_top.gif);
	background-position:bottom left;
}

.n_flow_mid{
	width:520px;
	background-image:url(../img/neon/gray_mid.gif);
	background-position:top left;
	background-repeat:repeat-y;
	padding:5px 15px 5px 15px;
	text-align:center;
	font-size:12px;
}

.n_flow_mid a:link, .n_flow_mid a:visited{
	color:#3998C1;
	font-weight:bold;
}

.n_flow_mid a:hover{
	color:#3998C1;
	font-weight:bold;
	text-decoration:underline;
}

.n_flow_bot{
	display:block;
	width:550px;
	height:6px;
	background-image:url(../img/neon/gray_bot.gif);
	background-position:top left;
}

.left10{margin-left:10px;}
.left25{margin-left:25px;}
.left30{margin-left:30px;}
.left35{margin-left:35px;}
.lr10{padding:0 10px;}

.w60{width:75px;}

.small_neon{font-size:9px;}
