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





/* 本文 */

.b {
	font-weight:bold;
}



body {
	line-height:1.5em;
	
	width:900px;
	margin: 0 auto; 
}

#wrapper {
	width: 80%;  
    border: 1px solid #FF0000;  
    margin: 0 auto; 
}

#header {
	background:url(../img/img1.jpg) no-repeat left top;
	height:508px;
}

h1 {
	font-weight:normal;
	font-size:10px;
	padding:15px 0 0 130px;
}

#contents {
	clear:both;
	margin:20px 0 0 0;
	font-size:100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#link_box {
	text-align:center;
	font-size:90%;
		

}

#page_name {
	font-size:120%;
}


/* フッター */

#footer {
	overflow:hidden;
	clear:both;
	margin:20px 0 0 0;
	background:url(../img/footer_bg.jpg) no-repeat left top;
}

#footer_box {
	margin:13px 0 0 0;
	font-size:90%;
	color:#FFFFFF;
	text-align:center;
	background-color:#693;
}

#link {
	padding:15px 0 0 0;
	margin:0 auto 40px;
	width:900px;
}







/* リンク集 */

#link_contents {
	text-align:center;
	margin:0 auto 0;
}

#link_box {
	width:550px;
	margin:0 auto 0 300px;
	text-align:left;
}

.link {
	margin:40px 0 0 0;
}

.link a {
	color:#000;
	text-decoration:underline;
}

.link a:hover {
	text-decoration:none;
}

.link dt {
	font-weight: bold;
	padding:0 0 0 20px;
	background: url(../img/link/list.gif) no-repeat left;
}

.link dd {
	padding:0 0 0 35px;
	font-size:85%;
}

.description {
	margin:0 0 0 30px;
	background: url(../img/link/description.gif) no-repeat left;
}

.url {
	background: url(../img/link/URL.gif) no-repeat left;
	margin:0 0 15px 30px;
}

.url_end {
	background: url(../img/link/URL.gif) no-repeat left;
	margin:0 0 40px 30px;
}
