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

/* ------------------------------ リンク ------------------------------ */

a {
	text-decoration: none;
	}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	color: #F00;
	text-decoration: none;
	opacity: 0.5; /* IE以外透過設定 */
	filter: Alpha(opacity=50); /* IE用透過設定 */
}
a:active {
	color: #00F;
	text-decoration: none;
}

/* ------------------------------ 共通 ------------------------------ */


body {
	position:relative;
	width:900px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	background-image:url(../images/top_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	}
	
.left {
	width: 260px;
	height: 100%;
	float: left;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #CCC;
	background-position: center;
	left: auto;
	right: auto;
	}
.right {
	width: 600px;
	padding: 0px;
	float: right;
	margin-right: auto;
	background-position: center;
	text-align: left;
	overflow: visible;
	}
.textl {
	width: 220px;
	text-align:left;
	margin-top: 20px;
	margin-bottom: 50px;
	padding: 0px;
	}
.redt {
	color:#000000;
	font-size: 12px;
	border:thin dotted #F9C;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	}
	
.textf {
	width: 560px;
	text-align:left;
	float: right;
	overflow: visible;
	}
.timpact {
	font-size:16px;
	color:#666666;
	font-weight: bold;
	margin: 1px;
	padding: 1px;
	width: auto;
}	
.timpactleft {
	font-size:16px;
	color:#666666;
	font-weight: bold;
	float: left;
	width: auto;
	margin: 1px;
	padding: 1px;
}	

.timpactright {
	font-size:16px;
	color:#666666;
	font-weight: bold;
	float: right;
	width: 610px;
	margin-left: 26px;
}	


.title {
	background-color:#099;
	color:#FFF;
	width: 580px;
	padding: 5px;
	}

table {
	border:0;
	}

h1 {
	font-size:30px;
	color:#777777;
	height: 1px;
	}

h2 {
	font-size: 24px;
	color:#690;
	font-weight: bold;
	}

h3 {
	font-size: 14px;
	color:#777777;
	}

h4 {
	font-size:14px;
	color:#000000;
	}

h5 {
	font-size:12x;
	color:#777777 ;
	}
	
img {
    border-style:none;
}
a img {
    border-style:none;
}


/* ------------------------------ ヘッダ ------------------------------ */
.header {
	margin-bottom: 20px;
	width: 870px;
	margin-left: 40px;
	background-position: center;
	left: auto;
	right: auto;
}

.header-high {
	margin-bottom: 20px;
	width: 870px;
}

.header-low {
	margin-bottom: 20px;
	text-align: center;
	border: thin solid #3C3;
	width: 870px;
	float: none;
}


/* ------------------------------ フッタ ------------------------------ */

.footer {
	width: 860px;
	height: 240px;
	font-size: 10px;
	text-align: right;
	background-image:url(http://www.coloro.jp/images/footer_back.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	vertical-align: bottom;
	margin-top: 1300px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* ------------------------------ サイドバー ------------------------------ */

.side_navi {
	list-style-type: none;	
	}
.side_navi li {
	}
	
/* ------------------------------ ニュース ------------------------------ */
.contentstitle{
	width: 580px;
	background-color:#3C3;
	padding: 0px;
	color:#fff;
	overflow: auto;
}

.content{
	font-size:13px;
	height: auto;
	width: 578px;
	overflow: auto;
	padding: 0px;
	border: thin solid #3C3;
	margin-bottom:10px;
	float: none;
}
/* ------------------------------ FAQ ------------------------------ */
.content_s{
	width: 580px;
	overflow: auto;
	padding: 10px;
	border: thin solid #3C3;
	margin-bottom:10px;
}
/* ------------------------------ 地図 ------------------------------ */
.maps{
	width: 580px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 600px;
	margin-left: auto;
	overflow: auto;
	padding: 10px;
}