@charset "utf-8";
@import url(reset.css); 
@import url(style.css); 
/* ------------------------------------------
 		[   link   ] 
------------------------------------------ */
a:link,
a:visited {
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#787878;
	text-decoration: underline;
}
a:hover img.hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
html {	overflow-y:scroll;}
body {
	font-family:"ヒラギノ角ゴ Pro W3","メイリオ","ＭＳ Ｐゴシック", Verdana, sans-serif;
	line-height:170%;
	color: #333;
	padding:0;
	margin:0 auto;
}
#container {
	width:100%;
}

/* ------------------------------------------
 		[   共通カラー   ] 
------------------------------------------ */
.yellow {
	color:#FFFF00;
}
.red {
	color:red;
}

/* ------------------------------------------
 		[   共通テキスト装飾   ] 
------------------------------------------ */

.bold {	font-weight:bold;}
.small {	font-size:83%;}
.large {	font-size:150%;}
.larger {	font-size:120%;}


/* ------------------------------------------
 		[   共通配置   ] 
------------------------------------------ */
.alignright {
float:right;
margin-left:30px;
}
.alignleft {
float:left;
margin-right:30px;
}
img.aligncenter { display:block; text-align:center;}
.aligncenter,
.center {text-align:center;	margin-left: auto;margin-right: auto;}
.clear {clear:both;}
.floatL {	float:left;}
.floatR {	float:right;}
/* ------------------------------------------
 		[   アコーディオン   ] 
------------------------------------------ */
.accordion .body {display:none;}
#g1 .body {display:none;}
#g1:hover .body {display:block;}

