@charset "utf-8";

/* 共通設定 */

* {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
a:link {
	color: #F63;
	text-decoration: none;
}
a:hover {
	color: #3EB6B3;
}
a:visited {
	color: #F63;
	text-decoration: none;
}

ul,ol {
	margin-left: 30px;
}
ul.menu {
	margin: 0px;
	padding: 0px;
}

ul.menu  li {
	list-style-type: none;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: small;
	line-height: 1.6;
	color: #404040;
	background-color: #000;
	padding: 15px;
	background-image: url(../img/wall.gif);
}

/* 共通設定 END */

/* 全体構造 */
#wrap {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-x;
	background-position: top;
	background-color: #000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-bottom-color: #333;
}
#obi {
	background-color: #D88D32;
	height: 8px;
}




/* 全体構造 END */
#foot {

}


#header {
}


#copyright {
}

#left-box {
	width: 450px;
	text-align: right;
	float: left;
}
#copyright {
	font-size: xx-small;
	color: #666;
	background-color: #CCC;
	text-align: center;
	padding-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 10px;
}


#right-box {
	float: right;
	width: 325px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#right-box ul {
	list-style-type: none;
	margin-left: 10px;
}
#logo {
	margin-bottom: 25px;
	margin-top: 35px;
	padding-left: 70px;
}
#right-box ul li {
	margin-top: 3px;
	margin-bottom: 3px;
}

#news {
	clear: both;
}
#news-ttl {
	background-image: url(../img/bg_new.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 28px;
}
#midasi-news {
	float: left;
	width: 86px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 3px;
}



.bold {
	font-weight: bold;
}
#news-text {
	background-color: #FFF;
	clear: both;
	background-image: url(../img/bgnew2.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding: 20px;
}
#catch {
	float: right;
	font-size: x-small;
	color: #000;
	padding-top: 5px;
	padding-right: 15px;
}
#add {
	padding-left: 40px;
	padding-bottom: 30px;
}
