@charset "utf-8";
* {
	color:#333333;
	padding:0 0 0 0;
	font-size: 12px;
	line-height: 140%;
	margin: 10 0 0 0;
	background-image: none;
}

body {background-color: #D9D9D0;}

a {color:#000033;}

a:hover {text-decoration: none;}

a img {border:none;}

hr {
	clear: both;
	height: 1px;
}

strong {color: #394D4E;}

li {list-style-type: none;}


/*
トップページの画像センター表示
-------------------------------------------------------------------*/
#content{
	position:absolute;
	left:50%;
	width: 500px;
	margin-top: 30px;
	margin-left: -250px;
}


/*
ベース
-------------------------------------------------------------------*/
#base-list {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003399;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #003399;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #003399;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003399;
}


#base-list #list {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}


#base-list li a {
	font-size: 12px;
}

#base-list #list h3 {
	font-size: 16px;
	padding-left: 25px;
	color: #222222;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-right: 2px;
	margin-left: 2px;
	font-weight: bold;
	line-height: 31px;
	background-image: url(../img/h3.jpg);
	height: 35px;
	background-repeat: no-repeat;
}


/*
リスト
-------------------------------------------------------------------*/
#base-list .list-b {
	float: left;
	height: 133px;
	width: 94px;
	border: 1px solid #AAAAAA;
	margin: 3px;
	padding: 4px;
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
	text-align: center;
}
#base-list .list-b h4 {
	margin: 0px;
	background-color: #7A7A76;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	border-left-color: #81B318;
}

#base-list .list-b p {
	margin: 0px;
}
#base-list .list-b .btn a {
	font-size: 9px;
	line-height: 13px;
	height: 30px;
	color: #FFFFFF;
	background-color: #666666;
	border: 1px solid #D2D2D2;
	width: 88px;
	display: block;
	text-align: center;
	text-decoration: none;
	position: absolute;
	bottom: 6px;
	padding: 3px 1px 0px 1px;
	left: 5px;
}

#base-list .list-b .btn a:hover {
	background-color: #333333;
}
.base-list a img {
	border: 2px solid #EDEDE9;
}
.list-b a:hover img {
	border: 2px solid #CCCCCC;
	margin: 2px 0;
}


#base-list .list-b_photo {
	float: left;
	height: 160px;
	width: 173px;
	border: 1px solid #DDDDDD;
	margin: 5px;
	padding: 5px;
	background-image: url(img/box_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
	text-align: center;
}

#base-list .list-b_photo:hover {
	border: 1px solid #CCCCCC;
	background-color: #F2F2F2;
}



/*
コピーライト
-------------------------------------------------------------------*/

copy {
	font-style: normal;
	color: #333333;
	text-align: right;
	display: block;
	background-color: #DFDFD2;
	font-size: 9px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
