@charset "utf-8";
/* CSS Document */

.mainviual{
	width: 100%;
	height: 280px;
	background: #F60;
	position: relative;
}

h1.main_title{
	z-index: 100;
	text-align: center;
	line-height: 285px;
	color: #FFF;
	font-size: 220%;
	letter-spacing: 3px;
	font-weight: normal;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-align: center;
}
span.ss_title{
	font-size:77%;
}

/*--====== パンくずリスト ======--*/
#pan_box{
	width:100%;
	height:35px;
	margin:0 auto;
	border-top:1px solid #DDD;
	border-bottom:1px solid #DDD;
	background: #f1f1f1;
	color:#535353;
}
#pan_list{
	width:1100px;
	height:35px;
	color:#333;
	margin:0 auto;
}
/* リスト */
ol.topic-path {
list-style-type: none; /* リストマーク非表示 */
line-height:35px;
font-size:77%; /* 文字サイズ */
letter-spacing:2px;
}
/* リスト項目 */
ol.topic-path li {
display: inline; /* 項目を横並び */
}

ol.topic-path li.first{
	padding-left:40px;
}


ol.topic-path li.second{
	padding-left:5px;
}


ol.topic-path li.first {
	background-image:url(../img/top_pan.png) ;
	background-position:5% 0%; /*リストマーク左5％　上から５０％*/
	background-repeat:no-repeat;
}

/* リンクエリア */
ol.topic-path li a {
padding-right: 20px; /* 右パディング */
background: url(../img/navi-marker.gif) no-repeat right ; /* 矢印記号（※） */
}
/* リンク色 */
ol.topic-path li a {
color:#1b465b;
text-decoration:underline;
}
/* リンク色（マウスオーバー） */
ol.topic-path li a:hover{
	color:#F30;
}
/*--====== ここまでパンくずリスト ======--*/




.content{
	width: 100%;
	height: auto;
}

.center{
	width: 1100px;
	height: auto;
	margin: 0 auto;
	position: relative;
	clear: both;
	padding-bottom: 180px;
}
p.text{
	text-align: center;
	padding-top: 180px;
	letter-spacing: 2px;
	font-size: 150%;
}
	
.p_01 img{
	width: 100%;
}







