*{
margin: 0;
padding: 0;
}
img { border-style:none; }

a img { border-style:none; }
a{
	color:#CCC;/*通常のリンクテキストカラー*/
	text-decoration:none;
	font-size: 12px;
	font-weight: bold;
	}
a:hover{
	color:#FF3;
	text-decoration:none;
	}
h1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #666;
	padding-top: 20px;
	padding-left: 20px;
}
h3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFCC;
	text-align: center;
}
#wrapper{
	text-align: left;
	width: 860px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: center;
}

#header{
	height: 160px;
	background-image: url(img/info_top.gif);
	background-repeat: no-repeat;
	width: 100%;
}

#container{
	width: 100%;
	float: right;
	margin-left: -300px;
}

#contents{
	position: relative;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 184px;
	padding-right: 0;
	padding-top: 5px;
	padding-left: 5px;
}

#cont_banner01 {
	width: 640px;
	background-image: url(img/banner_y_skyhight.jpg);
	height: 200px;
	background-repeat: no-repeat;
	padding: 4px;
	margin-left: 20px;
}
#cont_banner01 a{
	font-size: 14px;
	font-weight: bolder;
	color: #666;
	width: 640px;
	display: block;
	padding-top: 180px;
	text-indent: 10px;
	margin-left: 20px;
}
#cont_banner02 {
	width: 640px;
	background-image: url(img/banner_y_gachi.jpg);
	height: 200px;
	background-repeat: no-repeat;
	padding: 4px;
	margin-left: 20px;	
}
#cont_banner02 a{
font-size: 14px;
	font-weight: bolder;
	color: #666;
	width: 640px;
	display: block;
	padding-top: 180px;
	text-indent: 10px;
	margin-left: 20px;
}
#cont_banner03 {
	width: 640px;
	background-image: url(img/banner_y_cat_w-.jpg);
	height: 200px;
	background-repeat: no-repeat;
	padding: 4px;
	margin-left: 20px;
}
#cont_banner03 a{
font-size: 14px;
	font-weight: bolder;
	color: #666;
	width: 640px;
	display: block;
	padding-top: 180px;
	text-indent: 10px;
	margin-left: 20px;
}
#main_area{
        width: 650px;
	background-color: #CC3366; /* 背景色 */
	border: 2px #1C79C6 dotted; /* 枠線（太さ・色・スタイル） */
	
        padding-left: 10px;
  
　　　

}
.top {
	
	background-color: #993333;
	background-repeat: no-repeat;
	text-align: center;
	height: 24px;
	color: #FFF;
        margin-bottom: 5px;
        

}
.txt {
      width: 210px;
      clear: left;


}

#sidebar{
	width: 190px;
	float: left;
	padding-top: 5px;
	text-align: left;
        border: 2px #1C79C6 dotted; /* 枠線（太さ・色・スタイル） */
}

#footer{
	clear: both;
	width: 100%;
	text-align: center;
	background-color: #C00;
}

#footer p{
padding: 0.5em 0;
}

#topnavi{
position: absolute;
top: 0;
left: 0;
width: 100%;
padding: 0.5em 0;
}

#undernavi{
position: absolute;
bottom: 0;
left: 0;
text-align: right;
margin-right: 2em;
width: 100%;
padding: 0.5em 0;
}

#left_u p a:hover{
	font-size:16px;
	filter:alpha(opacity=75); /*IE*/
	-moz-opacity:0.75; /*FF*/
	}	

