@charset "utf-8";

/* ------------------------------------------

ブラウザスタイルの初期化

------------------------------------------ */

body {
	font-family: "ＭＳ Ｐゴシック", Arial, Osaka, Verdana;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/* ------------------------------------------

コンテンツ部分

------------------------------------------ */

#base {
	width: 100%;
}

#base .bg_l {
	background-image: url(../../img/bg_l.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#base .bg_r {
	background-image: url(../../img/bg_r.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#contents {
	width: 860px;
	background-color: #FFFFFF;
}

#menu {
	background-image: url(../../img/content_back.jpg);
	background-repeat: repeat-x;
}

.box1 {
	width: 360px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}

.box2 {
	width: 360px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.box1 a,
.box1 a:visited,
.box2 a,
.box2 a:visited{
color:#FE9900;
}

.line140 {
	font-size: 12px;
	line-height: 140%;
}

.fc_white {
	font-size: 12px;
	color: #FFFFFF;
}

.copyright {
	font-size: 10px;
	color: #999999;
}