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

#ministop{
	width:800px;
	background:url(./images/bg.jpg);
	padding-bottom:2%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position:relative;
}

#intro{
	padding:40px 30px 20px;
	font-size:22px;
	FONT-WEIGHT:bolder;
	line-height:1.2;
	background:#FFF;
	width:690px;
	margin:20px auto 30px;
}
#link_bn{
	text-decoration:none;
}

#item_list{
	background:#FFF;
	width:750px;
	margin:0px auto;
}

#item_list li{
	background:#FFF;
	width:700px;
	margin:0px 0px 0px 30px;
	padding-top:75px;
}

#item_list li div{
	float:left;
	width:300px;
	margin-left:2%;
}

#item_list li p{
	border-top:#630 2px solid;
	border-bottom:#630 2px solid;
	padding:8px 4px 8px;
	margin-top:2%;
	font-size:15px;

}

.left{
	float:left;
}

.clear{
	clear:both;
}

.attention{
	float:right;
	font-size:15px;
	font-weight:bolder;
	color:#000;
    text-shadow:-1px -1px #FFF,1px -1px #FFF,-1px 1px #FFF,1px 1px #FFF;
	margin:1% 2% 0px 0px;
}

.red{
	color:#F00;
	font-weight:bolder;
}
.blue{
	color:#00F;
	font-weight:bolder;
}
.green{
	color:#390;
	font-weight:bolder;
}

.link_bn{
	margin:2% 0px;
	background:#093;
	padding:2%;
	border-radius:10px;
}
.link_bn:hover{
	background:#060;
}
.link_bn p{
	font-size:28px;
	font-weight:bolder;
	color:#FFF;
	text-align:center;
}
.link_bn img{
	display:block;
	width:64px;
	margin:0px auto 1%;
}

.big_news{
	position:absolute;
	top:370px;
	left:0px;
}
.menu{
	position:absolute;
	top:960px;
	left:0px;
}

