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

/*----------------------------------------
	header setting
-----------------------------------------*/
ul.menu li.menu1 a,
ul.menu li.menu1 a:hover,
ul.menu li.menu1 a:active,
ul.menu li.menu1 a.visited{
	background-position: 0 -56px;
}

/*----------------------------------------
	mainContents setting
-----------------------------------------*/
.swf{
	margin:0,0,20px,0;
	width:623px;
	height:350px;
	float:left;
}

.menu_b{
	margin:0,0,20px,0;
	width:260px;
	height:350px;
	text-align:left;
	float:right;
}




/*---Contents area---------------------------*/

#top-mainContents{
	margin:10px auto 0px auto;
	padding:20px 10px 10px 10px;
	width:880px;
	background-color: #FFFFFF;
	position:relative;
}


#left-Contents{
	width:592px;
	padding:0px 11px 0px 10px;
	float:left;
}

#right-Contents{
	width:250px;
	float:right;
	border-left-width: 1px;
	border-left-color: #36124f;
	border-left-style: solid;
}


/*---cam area---------------------------*/

#cam_text{
	text-align:left;
	margin: 15px 0px 0px 0px;
	width:592px;

}


/*---news area---------------------------*/

#news{
	text-align:left;
	margin: 0px 0px 0px 0px;
	width:592px;

}


#news ul {
	list-style: none;
	width:592px;
	padding:10px 0 10px 0px;
	font-size:12px; 
}

#news ul li {
	line-height:1.9em;
	padding:1px 0px 1px 0px;
	clear: both;
}


#news ul li .date {
	width: 80px;
	display: block;
	float: left;
	text-indent: 8px;
}


#news ul li .topic {
	width: 490px;
	display: block;
	border-width:0px 0px 1px 0px;
	border-style:dotted;
	border-color:#CCCCCC;
	float: right;
	clear: right;
}


#news ul li a{
	color:#36124F;
	text-decoration:none;
	display:block;
}

#news ul li a:hover{
	color:#FF3333;
	cursor:pointer;
	text-decoration:underline;
	display:block;
}



/*---other area---------------------------*/

#other_course{
	text-align:center;
	margin: 20px 0px 0px 0px;
	width:592px;
}



/*---article area---------------------------*/

#article{

	margin: 40px 0px 0px 0px;
	width:592px;

}

.photo_left{
	padding: 5px 10px 5px 10px;
	float:left;
	width:150px;
	text-align:center;
}

.text_box{
	width:385px;
	padding: 5px 10px 5px 0px;
	text-align:left;
	line-height:18px;
	float:right;
}

.text_kakaku{
	font-size:18px;
	font-weight:bold;
}



/*---trouble area---------------------------*/


/*---face area--------*/

#trouble_box{
	margin: 10px 0px 0px 0px;
	width:250px;
	background-image: url(../imgs/nayami_b/face_back.gif);
	background-position: 120px 150px;
	background-repeat: no-repeat;
}

#trouble_box ul {
	width:200px;
	margin: 0px 0px 0px 40px;
	padding:10px 0 10px 0px;
	font-size:12px;
	text-align:left;
}

#trouble_box ul li {
	line-height:1.5em;
	list-style-image:url(../imgs/nayami_b/icon.gif);
	padding:1px 0px 1px 0px;
	clear: both;
}


#trouble_box ul li a{
	color:#36124F;
	text-decoration:none;
	display:block;
}

#trouble_box ul li a:hover{
	color:#FF3333;
	cursor:pointer;
	text-decoration:underline;
	display:block;
}



/*---body area--------*/

#trouble_box2{
	margin: 10px 0px 0px 0px;
	width:250px;
	background-image: url(../imgs/nayami_b/body_back.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

#trouble_box2 ul {
	width:200px;
	margin: 0px 0px 0px 40px;
	padding:10px 0 10px 0px;
	font-size:12px;
	text-align:left;
}

#trouble_box2 ul li {
	line-height:1.5em;
	list-style-image:url(../imgs/nayami_b/icon.gif);
	padding:1px 0px 1px 0px;
	clear: both;
}


#trouble_box2 ul li a{
	color:#36124F;
	text-decoration:none;
	display:block;
}

#trouble_box2 ul li a:hover{
	color:#FF3333;
	cursor:pointer;
	text-decoration:underline;
	display:block;
}


/*---link area--------*/

#link_box{
	margin: 10px 0px 0px 0px;
	width:250px;
	
}

#link_box ul {
	width:200px;
	margin: 0px 0px 0px 35px;
	padding:10px 0 10px 0px;
	font-size:10px;
	text-align:left;
}

#link_box ul li {
	line-height:1.5em;
	list-style:circle;
	padding:1px 0px 1px 0px;
	color:#84468E;
	clear: both;
}


#link_box ul li a{
	color:#84468E;
	text-decoration:none;
	display:block;
}

#link_box ul li a:hover{
	color:#FF3333;
	cursor:pointer;
	text-decoration:underline;
	display:block;
}


