.button1 {
	border-top: 1px solid #f7812d;
	background: #ffab19;
	background: -webkit-gradient(linear, left top, left bottom, from(#fca714), to(#ffab19));
	background: -moz-linear-gradient(top, #fca714, #ffab19);
	padding: 12px 24px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: white;
	font-size: 24px;
	font-family: Helvetica, Arial, Sans-Serif;
	text-decoration: none;
	vertical-align: middle;
}
.button1:hover {
	border-top-color: #e39309;
	background: #e39309;
	color: #ccc;
}
.button1:active {
	border-top-color: #f28c27;
	background: #f28c27;
}

/* Flashメッセージ */
div.message {
    border: 1px solid #F5C8A7;
    background: #FFEED8;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
}
div.error-message {
	color:red;
	font-size:small;
    margin-bottom: 5px;
}
.required-icon{
	vertical-align:bottom;
}

.detils-button{
	background: url("img/btn_detail.jpg") repeat scroll left top transparent;
	display:block;
	height:35px;
	width:130px;
	float: right;
}

.detils-button:hover  {
	background:url("img/btn_detail.jpg") repeat scroll right -140px transparent;
}


/* ページナビ */
ul.pager {
	margin: 10px 10px 10px 50px;
	font: 70% Arial, Helvetica, sans-serif;
}
ul.pager li {
	float: left;
	margin-right: 5px;
	font-weight: bold;
}
ul.pager li a {
	position: relative;
	display: block;
	padding: 3px 8px;
	background-image: url(img/pagenavi.gif);
}
ul.pager li a:link,
ul.pager li a:visited {
	border: 1px #3366FF solid;
	background-position: 0 0;
	color: #0033FF;
	text-decoration: none;
}
ul.pager li a:hover,
ul.pager li a:active {
	border: 1px #FF6633 solid;
	background-position: 100% 0;
	color: #FF3300;
	text-decoration: none;
}
ul.pager li em {
	display: block;
	padding: 3px 8px;
	border: 1px #666666 solid;
	background: #666666;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
}

ul.pager li.total {
	display: block;
	padding: 8px 2px 0px;
	font-weight: normal;
	font-size: 12px;
}


/* ボックス */
.top-images{
	width: 620px;
}
.box-h,.box-f{
	line-height:1;
	position:relative;
	text-align:left;
	margin: 0 0 0 0;
	background:transparent url(img/curve_box.gif) no-repeat scroll right top;
}

.box-h div,.box-f div{
	background:transparent url(img/curve_box.gif) no-repeat scroll left top;
	font-size:1px;
	height:5px;
	line-height:1;
	width:5px;
}

.box-b,.box-s-b{
	font-size: 80%;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	overflow:hidden;
	padding: 10px;
	background:#FFFFFF none repeat scroll 0 0;
}
.box-b{
	padding: 10px;
}

.box-s-b{
	padding: 5px;
}

.box-f{
	background-position:right -15px;
	margin:0 0 20px;
}

.box-f div{
	background-position:left -15px;
	position:relative;
}


/* タイトル */
h3.blue,h3.green{
	font-weight:bold;
	color: #fff;
	font-size: 125%;
	padding: 0 0 0 30px;
	margin: 0 0 20px 0;
}

h3.blue-h,h3.green-h{
	font-size: 16px;
	font-weight:bold;
	text-align: center;
	color: #fff;
	padding: 0 0 0 2px;
}

h3.blue span,h3.green span{
	display:block;
	padding: 5px 0;
}
h3.blue-h span,h3.green-h span{
	display:block;
	padding: 3px 0;
}

h3.blue,h3.blue-h{
	background: transparent url(img/entry_title_bg.gif) repeat scroll left top;
}

h3.blue span,h3.blue-h span{
	background:transparent url(img/entry_title_bg.gif) repeat scroll  right top;
}

h3.green,h3.green-h{
	background: transparent url(img/entry_title_bg.gif) repeat scroll left -180px;
}

h3.green span,h3.green-h span{
	background:transparent url(img/entry_title_bg.gif) repeat scroll  right -180px;
}

/* サムネイル画像 */
.thunb-list li {
float:left;
height:85px;
margin:0 5px 0;
text-align:center;
width:110px;

}
.thunb-list a {
border:1px solid #999999;
display:block;
height:85px;
width:110px;
}
.thunb-list img{
	padding: 5px 0 0 0;
	border-style:none;
	max-height: 75px;
}