/* -------------------カラー設定------------------- */
@import url("color.css");

/* -------------------リンクの設定------------------- */
@import url("link.css");

/* -------------------余白、淵、フロートの設定------------------- */
@import url("box.css");

/* -------------------テキストの設定------------------- */
@import url("text.css");

/* -------------------テキストの設定------------------- */
@import url("menu.css");

/* -------------------body------------------- */
body {
	font-size: 12px;
	line-height: 1.4em;
	color: #333333;
	background-color: #DAEFCB;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* -------------------背景の影------------------- */
#base {
	background-image: url(../image/common/back.jpg);
	background-repeat: repeat-y;
	clear: both;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}

/* -------------------ヘッダ------------------- */
#head {
	background-image: url(../image/common/head_back.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 920px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CC6600;
	padding: 15px;
	clear: both;
	height: 90px;
	margin-right: auto;
	margin-left: auto;
}
#head .logo {
	clear: none;
	float: left;
}
#head .info {
	clear: right;
	float: right;
	text-align: right;
}

/* -------------------フッター------------------- */
#foot {
	width: 950px;
	clear: both;
	text-align: center;
	padding-top: 30px;
	left: auto;
	right: auto;
}
#foot .pagetop{
	margin-right: 50px;
}
#copyright{
	color: #666666;
	width: 950px;
	clear: both;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FF9933;
	padding-top: 15px;
	margin-top: 10px;
	padding-bottom: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	left: auto;
	right: auto;
}

/* -------------------メインコンテンツ------------------- */
#main {
	clear: both;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 25px;
	margin-bottom: 0px;
}
#pan {
	clear: both;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 50px;
}
#menu {
	width: 950px;
}
.sogo-cat {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../image/contents/cat_top.gif);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 13px;
	padding-bottom: 22px;
}
ol {
	margin: 0px;
	padding: 0px;
}
li {
	list-style-type: none;
	background-image: url(../image/point/orange1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-bottom: 7px;
	padding-left: 20px;
	padding-top: 7px;
	padding-right: 0px;
	margin: 0px;
}
#flash {
	width: 950px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	clear: both;
	float: left;
	background-color: #FF9900;
}
#banner-sp {
	width: 950px;
	background-image: url(../image/top/banner_sp.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	clear: both;
	float: left;
	padding-top: 10px;
}
#info-sp {
	clear: both;
	float: left;
	width: 920px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#info-sp .ud10sp {
	padding-top: 10px;
	padding-bottom: 10px;
}
#info-sp .ud5sp {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF9900;
}
#info-sp .ud5sp-last {
	padding-top: 5px;
	padding-bottom: 5px;
}
.sp15 {
	margin-left: 15px;
}
.rightsp {
	margin-right: 5px;
}
