@charset"Shift_JIS";

/*基本セレクタ*/
body{
	font-size:12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align:center;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	color:#333333;

}
h1,h2,h3,h4,h5,h6,p,ul,ol,dl {
	margin-top: 0;
	margin-bottom: 0;
}

a {
	color: #663300;
}

a:hover{
	color:#996633;
	text-decoration: none;
}

img{
	border-style:none;
}

.red{
	font-weight:bold;
	color:#CC0000;
}

.red2{
	color:#CC0000;
}

.red3{
	font-weight:bold;
	color:#CC0000;
	font-size:15px;
}

.orange{
	color:#FFCC33;
}

.green{
	color:#009900;
}

.small2{
	font-size:10px;
	text-align:center;
	line-height:120%;
}

.marker_red{
	color: #FFFFFF;
	background-color: #CC0000;
	padding: 2px;

}

/*コンテナ（全体）*/
#container{
	width: 500px;
	position: relative;
	margin: 0;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	padding: 0;

}

.center{
	text-align:center;
}


/*メインコンテンツ*/
#main{
	/*float:left;*/
	width:500px;
	margin-top:0px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom: 20px;
	background-color: #ffffff;
	text-align:left;
	
}


#main p {
	margin-top:1em;
	margin-bottom:1em;
	
	line-height: 150%;
}

.left_m{
	margin-left:10px;
}

/*左メインコンテンツ　各ファイル管理*/

#map{
	/*float:left;*/
	width:500px;
	margin-top:0px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom: 20px;
	background-color: #ffffff;
	text-align:left;
	
}


#map p {
	margin-top:1em;
	margin-bottom:1em;
	
	line-height: 150%;
}


/*著作権表記*/
#copy {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	padding-top:5px;
	padding-bottom:0px;
	width: 750px;
	height:30px;
	text-align:center;
	padding-left:0px;
	padding-right:0px;
	background-color:##transparent;
	/*background-image: url(../img/copy.gif);
	background-repeat: no-repeat;*/
}


#copy p.copy{
	padding-top:5px;
	text-align:center;
	color:#996633;
}



