a:hover img{
 opacity: 0.7;
 filter: alpha(opacity=60);
 }

h1 {
	font-size:85%;
	margin:0;
}

h2,h3 {
	font-size:100%;
	margin:0;
}

body {
	background:url('img/bg.gif') repeat;
	padding:0;
	margin:0 0 15px 0;
	font-size:80%;
	line-height:135%;
}

#container {
	width:830px;
	margin:0 auto;
	background-color:#ffffff;
	border:1px solid #cccccc;
}

#header {
	width:830px;
}

#header1 {
	width:830px;
	height:30px;
	background-color:#0884bc;
}

#header1_text {
	color:#ffffff;
	padding:7px 10px 0 10px;
	text-align:center;
}

#header2 {
	width:830px;
	height:100px;
}


#header2_logo {
	float:left;
	border:0;
	padding:5px 0 5px 10px;
}

#header2_addr {
	width:280px;
	float:right;
	border:0;
	padding:120px 10px 0 0;
}

#header_menu {
	clear:both;
	width:830px;
	height:28px;
	background-color:#000000;
	border-bottom:1px solid #cccccc;	
}

#header_menub {
	margin:0;
	padding:0;
}


#header_menu ul {
	list-style:square;
	color:#ffffff;
	margin:0;
	padding:5px 5px 0 0;
	font-weight:bold;
}	

#header_menu li {
   list-style-type: none; /* 先頭記号を消す */
   float: left; /* リスト項目を横方向に並べる */
   margin:0 0 0 0; /* 各項目周囲の余白 */
   border-right: 1px #cccccc solid; /* 項目の枠線 */
   padding:0 20px 0 20px; /* 枠線と内容の距離をゼロに */
}	


#header_toppict {
	width:830px;
	height:300px;
}

#header_catpict {
	width:830px;
	height:150px;
}



#contents {
	width:830px;
}

#sidemenu {
	width:200px;
	float:left;
	background:url(img/sidemenu.jpg);
	background-repeat:no-repeat;
}

#sidemenu .title{
	width:200px;
	height:30px;
	margin:5px 0 5px 0;
	background:url(img/side_title.jpg);

}

#sidemenu .title_text {
		padding:5px 0 0 10px;
		font-weight:bold;
		font-size:12px;
}

#sidemenu_toplink {
	text-align:center;;
}

#sidemenu_toplink img {
	border:0;
}

#sidemenu_topics {
	padding:20px 10px;
}


#maincontents {
	width:630px;
	float:right;
	background:url(img/content.jpg);
}

.title {
	width:590px;
	height:50px;
	margin:0px 20px 10px 20px;
	background:url(img/titlebar.gif);
}

.title_text {
	font-size:115%;
	font-weight:bold;
	padding:25px 0 0 65px;
	color:#000000;
}


.article {
	width:590px;
	margin:5px 0px 20px 20px;
	line-height:170%;
}

.article_text {
	margin:10px 10px 10px 10px;
}

#footer {
	clear:both;
	width:830px;
}

#footer1 {
	width:830px;
	height:30px;
	background-color:#000000;
	color:#ffffff;
	border-top:1px solid #cccccc;
}

#footer1_text{
	float:right;
	margin:8px 20px 0 0;
	font-weight:bold;
}

#footer1_text a{
	color:#FFFF00;
	text-decoration:none;
}

#footer1_text a:hover{
	color:red;
	text-decoration:none;
}


#footer2 {
	clear:both;
	width:830px;
	height:150px;
	background-image:url(img/bg_footer.jpg);
	background-position:top left;
	background-repeat:repeat-no;

}

#footer2 .text{
	width:800px;
	padding:100px 15px 0 0;
	text-align:right;
}

