@charset "utf-8";
/*--------------------------------------------
	 サイト基本設定　ここの設定はサイト依存
--------------------------------------------*/
body,html {
	font-family: "メイリオ", Meiryo, "游ゴシック","YuGothic", "游ゴシック体","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body {
	min-width:1000px;
	height:auto;
	background:#fff;
	color:#444;
	font-size: 14px;
	line-height:1.8;
}
a {
	text-decoration:none;
	color:#5f5f5f;
	display:block;
}
a:hover {
	color:#e76700;
}
table {
	width:100%;
}
/*--------------------------------------------
	Header / ヘッダー
--------------------------------------------*/
#header {
	width:100%;
	background:url(../Image/common/header_line.gif) repeat-x top left;
}
#hdr_inner {
	width: 1000px;
	padding: 36px 10px 17px;
	margin:0 auto;
}
#hdr_inner h1{
	width: 267px;
	height: 59px;
	background:url(../Image/common/header_logo.gif) no-repeat left top;
	float: left;
}
#hdr_inner h1 a{
	text-indent: -9999px;
	overflow: hidden;
	width: 267px;
	height: 59px;
}
#hdr_inner #header_tel{
	float:right;
}
#hdr_inner #header_tel{
	padding-left: 88px;
	background:url(../Image/common/header_tel_icon.gif) no-repeat left center;
}
#hdr_inner #header_tel p{
	font-weight: bold;
}

/*--------------------------------------------
	Global Navigation / グローバルナビ
--------------------------------------------*/
#gNavi {
	clear: both;
	background: url(../Image/common/header_gnav_bg.gif) repeat-x left top;
	padding-bottom: 17px;
}
#gNavi ul{
	width:1000px;
	padding:0 10px;
	margin: 0 auto;
}
#gNavi li{
	float:left;
}
/*--------------------------------------------
	汎用スタイル　（画像ダウンロード防止用）
--------------------------------------------*/
.guard {
	display: block;
    width: 100%;
    height: 100%;
    background: url(../images/common/guard.png);
    z-index: 1000;
    position: absolute;
}
/*--------------------------------------------
	mainimge / メインイメージ
--------------------------------------------*/

#mainimage{
	
}

/*--------------------------------------------
	Contents / コンテンツ大枠
--------------------------------------------*/
#cts_inner {
	width:1000px;
	margin:0 auto;
	padding: 40px 10px 60px;
}
#main_cts {
	width:740px;
	float:left;
}
#side_cts {
	width:240px;
	float:right;
}
/*--------------------------------------------
	Main_cts / メインコンテンツ
--------------------------------------------*/
/*--------------------------------------------
	Side_cts / サイドコンテンツ
--------------------------------------------*/

#side_cts li{
	margin-bottom: 15px;
	box-sizing: border-box;
}
#side_cts li a{
}
#side_cts li:last-child{
	margin-bottom: 0;
}

/*--------------------------------------------
	Footer / フッター
--------------------------------------------*/
#footer {
	width:100%;
}
#footer .ftr_inner{
	width: 1000px;
	margin: 0 auto;
	padding: 0 10px;
}
#footer .ftr_top,
#footer .ftr_bottom{
	width: 100%;
}
#footer .ftr_top{
	padding:20px 0;
	background:url(../Image/common/footer_line01.png) repeat left top;
}
#footer .ftr_top .footer_logo{
	float:left;
	margin-right: 40px;
}
#footer .ftr_top p{
	float:left;
	font-weight: 600;
	line-height: 2.0;
}
#footer .ftr_bottom{
	position: relative;
	padding: 20px 0;
	background: url(../Image/common/footer_line02.gif) repeat-x left top #e27693;
}
#footer #fNavi li{
	display: inline-block;
}
#footer #fNavi li a{
	display:inline-block;
	color: #fff;
	font-weight: 600;
	padding: 0 1px;
}
#footer #fNavi li a:hover{
	text-decoration: underline;
}
#footer #fNavi li:after{
	content:"｜";
	color: #fff;
}
#footer #fNavi li:last-child:after{
	content: none;
}
#footer #copyright {
	font-size:10px;
	color: #b2516b;
}
#footer #totop {
}
