@charset "UTF-8";
/*
2012/06/11
*/

/*
html5
------------------------------*/
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{
display:block;
}
audio[controls],canvas,video{
display:inline-block;
*display:inline;
zoom:1;
}

pre,code,kbd,samp{
font-family:monospace,monospace;
_font-family:'courier new',monospace;
}
pre{
white-space:pre;
white-space:pre-wrap;
word-wrap:break-word;
}

body {
	font:13px/1.231 "ヒラギノ角ゴ Pro W3";
}

a {
	color:#333;
	text-decoration:none;
}
a:hover{}
a:active{}

#header {
	margin:0;
	padding: 17px 0px 0px 5px;
	height:72px;
	background:url(../img/header.jpg) repeat-x;
	text-align:left;
}

#footer {
	margin: 10px 0px 0px; 0px;
	height:39px;
	background:url(../img/footer.gif) repeat-x;
	text-align:left;
}

#footer p {
	padding-left: 10px;
	padding-top: 10px;
}

.page_top {
	margin-top: 10px;
	margin-right: 10px;
	text-align:right;
}


#wrap {
	padding-left: 5px;
	padding-right: 5px;
}


h1 {
	font-size: 121%;
	text-shadow: 1px 1px 2px #ccc;
	color: #c33;
	margin-bottom: 5px;
}

.sec_title {
	display: block;
	clear: left;
	content: '';
}

.sec_title h2, .sec_title2 h2, .sec_title3 h2{
	padding: 7px 10px 7px 10px;
	background:-webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(15,17,120)),
	color-stop(1, rgb(66,69,236)));
	color: #fff;
	font-size:15px;
	vertical-align:baseline;
}

.sec_title h2:before, .sec_title2 h2:before, .sec_title3 h2:before{
border-left: 5px solid #ffd700;
padding-left: 5px;
content: "";
}

.sec_title ul{
border-bottom: 1px solid #c0c0c0;
}

.sec_title li{
border-top: 1px solid #c0c0c0;
}

.sec_title li span.date,
.sec_title dd span.date{
	color:#DD1717;
	font-size:13px;
}

.sec_title li:first-child{
border-top:none;
}

.sec_title img {
	float: left;
  margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.sec_title li a{
display: block;
padding: 15px 30px 15px 10px;
background: url(../img/arrow3.gif) 100% 50% no-repeat;
}

.sec_title p.list_link, .sec_title3 p.list_link{
	text-align:right;
}

p.list_link2{
	clear:both;
	text-align:right;
	margin:5px 0;
}

.sec_title3 {
	margin-bottom: 10px;
}

.sec_title p, .sec_title3 p {
	margin-top: 10px;
	margin-bottom: 10px;
}

.sec_title3 .block {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#ffffff));
	block_inner
}

.sec_title3 .block_inner {
	width: 100%;
	height: 60px;
	position: relative;
	border-bottom: #655754 1px solid;
}

.sec_title3 .block a {
	text-decoration: none;
}

.campaign_photo {
	border: #FFF 1px solid;
	float: left;
}

.sec_title3 .txt_list {
	width: 68%;
	height: 57px;
	padding: 2px 6px;
	color: #655754;
	line-height: 1.2;
	float: left;
}

.sec_title3 .txt_list dt {
	margin-bottom: 2px;
	font-size: 13px;
}

.sec_title3 .txt_list dd {
	font-size: 11px;
}


/*aside*/
aside {
	background-color: #f2eedf;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 5px;
}

aside pre:last-child {
	margin-bottom: 0;
}

/*article*/
article {
	background-color: #f2eedf;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 5px;
	overflow: hidden;
}

.select_category 	{
	border-top: 1px dotted #c0c0c0;
	padding-top: 10px;
	margin-bottom: 10px;
}

/*title*/
.title{
	background: url(../img/title/border.gif) bottom left repeat-x;
	padding-bottom:2px;
	margin-bottom:15px;
}
.title2{
	background: url(../img/title/border2.gif) bottom left repeat-x;
	padding-bottom:2px;
	margin-bottom:15px;
}

.title p{
	background: url(../img/title/other.gif) center left no-repeat;
	padding-left:20px;
	font-size: 121%;
	font-weight: bold;
}
.title h1{
	background: url(../img/title/other.gif) center left no-repeat;
	padding:0 0 0 20px;
	margin:0;
	color: #333;
	text-shadow:none;
}
.title h1.mtn{
	margin-top:7px;
}
.title2 h1{
	background: url(../img/title/campaign.gif) center left no-repeat;
	padding:0 0 0 20px;
	margin:0;
	color: #333;
	text-shadow:none;
}
.title p.times,
.title h1.times{
	background: url(../img/title/times.gif) center left no-repeat;
}
.title p.event,
.title h1.event{
	background: url(../img/title/event.gif) center left no-repeat;
}

a.tel{
	text-decoration:underline;
}
