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

body{
	background-color:#CFCFCF;
}


/*段組み*/

#box{
	width:930px;
	height:780px;
	border-right-width: 20px;
	border-right-style: solid;
	border-right-color: #000066;
	margin: auto;
	background-color: #FFFFFF;
}

#top{
	width:930px;
	height:200px;
}

#logo{
	width:200px;
	height:200px;
	float:left;
}

#menu{
	width:730px;
	height:200px;
	float:left;
}


#main{
	width:700px;
	height:570px;
	float: left;
}

#left{
	width:200px;
	height:580px;
	margin-right:25px;
	float:left;
	background-color: #000066;
}

#center{
	width:440px;
	height:470px;
	float:left;
	margin-right:25px;
	background-color:#FFFFFF;
	margin-top: 30px;
	margin-bottom: 20px;
}


#right{
	height:470px;
	width:198px;
	float:left;
	background-color: #FFFFFF;
	margin-top: 30px;
	border: 1px solid #e9ebed;
	margin-bottom: 20px;
}

#right_text{
	height:294px;
	width:178px;
	padding: 10px;
}

#nr_box{
	width:410px;
	height:195px;
	background-color:#e6e8ea;
	margin-bottom: 25px;
	padding: 15px;
}

#nr_text{
	width:135px;
	height:196px;
	float: left;
}

#nr01{
	width:135px;
	height:168px;
}


#pr_box{
	width:410px;
	height:195px;
	background-color:#e6e8ea;
	padding:15px;
}

#pr_text{
	width:135px;
	height:195px;
	float: left;
	}

#pr01{
	width:135px;
	height:168px;
}

#footer{
	width:670px;
	height:35px;
	clear:left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BBBBBB;
}	



/*文字*/

.date{
	font-size:10px;
	color:#FF0000;
	line-height: 1.4em;
}

.text{
	font-size:10px;
	color:#333333;
	line-height: 1.5em;
	font-weight: normal;
}

.text_bold{
	font-size:10px;
	color:#333333;
	font-weight:
	bold;}

h1{
font-size:12px;
font-weight:normal;

}

.moroken{
	font-size:11px;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #696969;
}

/*画像*/

.www{
	position:absolute;
	top:760px;
}

.pr_photo{
	margin-right:15px;
	float: left;
	border: 0;
}
.info_bar{
margin-left:10px;}


.syousai_btn{
	margin-left:42px
}


.ski_btn{
	margin-left: 18px;
	margin-top: 10px;
	border: 0;
}

.jiron_icon{
	margin-left:18px;
	margin-top:15px;
	border:0;
}


/*フッターメニュー*/

ul{
	text-align:right;
	background-color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}


li{
display:inline;
}

/*フッターリンク色*/

#footer a:link {
	color: #3D3D3D;
	text-decoration: none;
}
#footer a:visited {
	color: #3D3D3D;
	text-decoration: none;
}
#footer a:hover {
	color: #3D3D3D;
	text-decoration: none;
}
#footer a:active {
	color: #3D3D3D;
	text-decoration: none;
}

