@charset "UTF-8";

/* --------------------------------------------------  */
/* -----------------------ご利用環境について---------------------------  */

	#riyoukan_naiyou{
		width: 800px;
		margin: auto;
		margin-top:40px;
		text-align: left;
	}
	
	.koumok{
		width: 800px;
		margin: auto;
		text-align: left;
	}
	
	.koumok .title{
		text-align:left;
		margin-top:40px;
		width: 250px;
		height: 29px;
		padding-left:20px;
		padding-top: 4px;
		font-size: 14px;
		font-weight: bold;
		letter-spacing: -1px;
		color: #6AB943;
		background-image: url("../img/riyokan_img/riyokan_titlebar_base.jpg");
		background-repeat: no-repeat;
	}
	
	.koumok .text{
		width: 800px;
		text-align: left;
	}
	
	.koumok a:link {
		color:#0099ff;
		text-decoration:underline;
	}
	
	.koumok a:visited {
		color:#0099ff;
		text-decoration:underline;
	}
	
	.koumok a:hover {
		color:#ff0000;
		text-decoration:underline;
	}
	
	.koumok a:active {
		color:#ff0000;
		text-decoration:underline;
	}