@charset "utf-8";
/* CSS Document */
/*クリア用*/
.clear{
	clear:both;
}


/*全体の指示*/
#bigcontent{
	width:960px;
	margin:auto;
}
p{
	line-height:180%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
}

p.mini {
	font-size:12px;
}
p.danraku {
	margin-top:25px;
}
* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 1.6em;
	color:#311800;
	font-size: 10pt;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a:link {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:visited {
	text-decoration:none;
}
a:hover img {
	-moz-opacity:0.6;
	opacity:0.6;
	filter: alpha(opacity=60);
}
a img {
	border-style:none;
}


/*上部コメント*/
#joubu-come{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	text-align:right;
}

/*グローバルナビ*/
#glo-navi{
}
.border{
	border-top:#999 1px solid;
	padding-bottom:15px;
}
.glo-mini{
	float:left;
	margin-right:25px;
	font-family:"Courier New", Courier, monospace;
		text-align:center;
		background-image:url(../img-index/2.gif);
		background-repeat:no-repeat;
		padding-left:30px;
		background-position:0 40%;
}

.glo-mini a{
	font-family:"Courier New", Courier, monospace;
	font-size:18px;
	padding:15px 5px;

}

/*メインスペース*/
#main-space{
	width:960px;
}


#contact{
	margin-top:30px;
}
/*アドレスについて*/
address {
	width:960px;
	text-align:center;
	padding-top:10px;
	font-style:normal;
	margin-bottom:20px;
	margin-top:40px;
	border-top:solid 1px;
	float:left;
}

/*バックグラウンド*/
html {
	height:100%;
}
body {
	background-image:url(../img-index/02.gif);
	height:100%;
	line-height: 135%;
	color: #333;
	text-shadow:0 0 1px rgba(0,0,0,.1);
	font-size : 13px;
	text-align:left;
}
#Container {
	height:100%;
	min-height:250%;
	width:960px;
	margin: 0 auto;
	background-color:#FFF;
}
body > #Container {
	height:auto;
}
