@charset "UTF-8";
/**
 * スケルトンスタイルシート
 */
/* tags
----------------------------------------------- */
body,html {
	font-size:14px;
	font-family:'ＭＳ Ｐゴシック',sans-serif;
	margin:0;
	padding:0;
	height:auto;
	color:#666;
	background:#FFE9FE;
}
td{
	padding:5px;
}
input {
	margin:3px;
}
img {
	border:none;
}
a{
	color:#0E74FF;	
}
/* Page
----------------------------------------------- */
#Page {
	width:940px;
	margin:0 auto;
	overflow:hidden;
}
/* default      Alfa, Beta,Gamma
----------------------------------------------- */
#Alfa,
#Alfa2,
#Beta,
#Gamma {
	display:inline;
	float:left;
}
#Alfa {
	width:534px;
	margin:20px 0 0 0;
	padding:0 13px 0 14px;
}

#Beta {
	width:178px;
	padding:0 0 32767px 0;
	margin:20px 0 -32767px 0;
	background:url(../img/widget_bg.jpg) repeat;
}
#Gamma {
	width:188px;
	padding:0 0 32767px 0;
	margin:20px 0 -32767px 0;
	border-right:13px solid #F395B4;
	
}
.to-top{
	text-align:right;
	margin-top:20px;
}
/* Header
----------------------------------------------- */
#Header {
	
}

h1{
	margin:0 auto;
	width:940px;
	height:130px;
}
h1 a{
	width:940px;
	height:130px;
	display:block;	
}

.headerarea{
	width:100%;
	background:url(../img/header_head.png) no-repeat center;
}

.main_img{
	width:940px;
	margin:0 auto;
}


#Header .search-box {
	float: right;
}
/* Footer
----------------------------------------------- */
#Footer {
	width:100%;
	font-size: 12px;
	color:#933;
	background:url(../img/footer.png) no-repeat center;
	margin:0 auto;
	height:100px;
}

#footermenu{
	width:940px;
	margin:0 auto;
}

#footermenu ul{
	padding:0 0 0 30px;
}
#footermenu li{
	float:left;
	list-style:none;
	font-size:12px;
	color:#933;
	border-right:1px solid #933;
	padding:0 15px 0 0;
	margin:5px;
}
#footermenu li > a{
	text-decoration:none;
	color:#933;
}

#copyright{
	width:940px;
	margin:0px auto;
	padding-top:80px;
	color:#666;
}

/* GlobalMenus
----------------------------------------------- */
#GlobalMenus {
	margin:0;
}
#GlobalMenus ul{
	padding:0;
	margin:0;
}
#GlobalMenus li{
	width:168px;
	height:34px;
	list-style:none;
	font-size:16px;
	margin:0 0 10px 0;
	color:#9F8A65;
	border:#EEE3D5 1px solid;
	background:url(../img/menu_bg.jpg) repeat-x;
	
}

#GlobalMenus li > a{
	text-decoration:none;
	width:168px;
	height:34px;
	color:#9F8A65;
	display:block;
	text-align:center;
	line-height:34px;
	font-weight:bold;
}

#GlobalMenus li > a:hover{
	color:#EEE3D5;
}


/* Navigation
----------------------------------------------- */
#Navigation {
}
/* widget
----------------------------------------------- */
.widget > h2 {
	font-size:14px;
	color:#666666;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	padding: 2px 0 10px 20px;
	border-bottom:3px solid #ddd;
	background:url(../img/graycircle.jpg) no-repeat;
	font-weight:normal;
	text-align:left;
}
.widget{
	background:#FFF;
	width:153px;
	margin:6px;
	padding:0 5px 10px 5px;
	border:1px solid #DDDDDD;
}
.widget-text{
	text-align:center;
}

.widget > img{
	margin-top:10px;	
}

.widget ul{
	margin:0;
	padding:0;
	text-align:left;
	margin-left:4px;
}

.widget li{
	margin-bottom:10px;
	list-style:none;
}

.widget li a{
	color:#333;	
}

.mei{
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:18px;
	letter-spacing:2px;
}

.s_mei{
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:15px;
	letter-spacing:2px;
	margin-top:-15px;
}

a#anc{
	color:#9F8A65;
	font-size:14px;
	border:#EEE3D5 1px solid;
	background:url(../img/bluearrow.png) no-repeat right center,url(../img/menu_bg.jpg) repeat-x;
	padding:5px 0;
	width:153px;
	display:block;
	text-decoration:none;
	text-align:center;
}

a#btn{
	color:#9F8A65;
	font-size:14px;
	border:#EEE3D5 1px solid;
	background:url(../img/pinkarrow.png) no-repeat right center,url(../img/menu_bg.jpg) repeat-x;
	padding:5px 0;
	width:200px;
	display:block;
	margin-left:320px;
	text-decoration:none;
	text-align:center;
}

.widget a#btn{
	width:143px;
	margin:0 auto;
}

.dot_line{
	border-top:1px dotted #EEE3D5;
	padding-top:5px;
	margin-top:5px;
	clear:both;
}	

/* clearfix
----------------------------------------------- */
.clear {
	clear:both;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* .pagination
---------------------------------------------------*/
.pagination .disabled {
	display:none;
}
.pagination .number,
.pagination .prev,
.pagination .next,
.pagination .current{
	padding:5px 8px;
	border:1px solid #e2e2e2;
	margin:0 2px;
}
/* list-num
---------------------------------------------------*/
.list-num {
	text-align: right;
}
/* 検索
---------------------------------------------------*/
.search-box {
	text-align: center;
}
.search-result {
	text-align: right;
}

.radius{
	border-radius: 6px;-webkit-border-radius: 6px;-moz-border-radius: 6px;
}

/* pages
---------------------------------------------------*/
.box , .post , .topbox{
	border:1px solid #EEE3D5;
	width:524px;
	border-radius: 6px;-webkit-border-radius: 6px;-moz-border-radius: 6px;
	background:#FFF;
	margin-bottom:10px;
	padding:0 4px 10px 4px;
}

.box > h3 , .topbox > h3{
	margin-top:10px;
	padding: 0 0 10px 30px;
	border-bottom:3px solid #EEE3D5;
	background:url(../img/pinkcircle.jpg) no-repeat 5px 4px;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:18px;
	letter-spacing:2px;
	font-weight:normal;
	color:#666666;
	width:494px;
	position:relative;
}

.box > h3 span , .topbox > h3 span{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color:#a79675;
	font-size:14px;
	text-align:right;
	letter-spacing:0px;
	right:15px;
	top:7px;
	position:absolute;
}

.topbox img{
	border-radius: 6px;-webkit-border-radius: 6px;-moz-border-radius: 6px;
	float:left;
	margin:0 5px 0 10px;
}

.box img{
	float:none;
	margin:0px;
	padding:0;
}

.box p , .post p , .topbox p{
	line-height:20px;
	padding-left:20px;
}

.box li , .topbox li{
	line-height:25px;
	font-size:14px;
}

.toptext{
	padding-left:255px;
}

.toptext li{
	list-style:none;
}

.photo{
	background:url(../img/photo_bg.gif);
	text-align:center;
}

.hr1{
	border:none;
    border-top:dashed 1px #CCC;
    height:1px;
    color:#FFFFFF;
    margin: 0 6 0 6;
}

.top10{
	margin-top:10px;
}
.bottom10{
	margin-bottom:10px;
}
.t_center{
	text-align:center;
}

.flow dt{
	color:#9F8A65;
	background:#FFF;
	font-size:14px;
	border:#EEE3D5 1px solid;
	padding:5px 0;
	width:300px;
	display:block;
	text-align:center;
	border-radius: 6px;-webkit-border-radius: 6px;-moz-border-radius: 6px;
	margin:0 auto;
}
.flow dd{
	margin:5px 0 10px 0;
	padding:0;
	text-align:center;
}
.flow_arrow{
	margin:0 0 10px 0;
	text-align:center;
	color:#9F8A65;
}
.alert_text{
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color:#F60;
	font-size:14px;
	text-align:center;
}

table.tbl , table.row-table-01{
	border:#EEE3D5 1px dotted;
	width:480px;
	margin:10px auto;
	table-layout:fixed;
	border-collapse:collapse;
}

table.tbl th , table.row-table-01 th{
	border:#EEE3D5 dotted;
	border-width: 1px 0 1px 1px;
	background:url(../img/table_bg.jpg) repeat;
	width:140px;
	padding:5px 0;
	text-align:center;
	font-weight:normal;
}
table.tbl td , table.row-table-01 td{
	border:#EEE3D5 dotted;
	border-width: 1px 1px 1px 0;
	width:328px;
	padding:5px;
}

table.tbl ul{
	padding-left:15px;	
}

ul.imglist{
	margin:0;
	padding:0;	
}

ul.imglist a{
	padding:0;
	margin:0 0 10px 0;
	text-align:center;
	display:block;
}


ul.imglist li{
	list-style:none;
	margin:0 0 0 17px;
	padding:0;
	float:left;
}

.left0{
	margin-left:0!important;	
}

#map{
	margin:0 auto;	
}

/* mailform
---------------------------------------------------*/

textarea{
	width:320px;	
}

.mail-attention{
	font-size:12px!important;
}

.required{
	color:#F00;	
}

.submit{
	text-align:center;	
}

.message , .error-message{
	color:#CC3300;
	font-weight:bold;	
}

.message{
	border:3px solid #CC3300;
	padding:5px;
	width:484px;
	margin:0 auto;
}
.error-message{
	padding-left:20px;
	background:url(../img/warning.png) no-repeat left center;	
}

.section small{
	font-size:14px!important;
	color:#9F8A65;
}

h5{
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:16px;
	letter-spacing:2px;
	font-weight:normal;
	width:494px;
	margin:0 auto;
	color:#9F8A65;
}

/* blog
---------------------------------------------------*/

.post-body{
}

.post-body p > img{
	float:left;
}

h2.contents-head{
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:18px;
	letter-spacing:2px;
	font-weight:normal;
	color:#666666;
	width:494px;
}

h4.contents-head{
	margin-top:10px;
	padding: 0 0 5px 30px;
	border-bottom:3px solid #EEE3D5;
	background:url(../img/pinkcircle.jpg) no-repeat 5px 4px;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:18px;
	letter-spacing:2px;
	font-weight:normal;
	width:494px;
}

/* flexslider
---------------------------------------------------*/
.flexslider{
	
}

.flexslider ul{
	margin:0;
	padding:0;
}

.flexslider li{
	list-style:none;
	display:none;
}



