@charset "shift_jis";

body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 100%;
	line-height: 2;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

body *{
  font-family: 'Noto Sans Japanese', sans-serif;
}
h1,h2{
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 900;
}
h3,h4,h5{
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 700;
}


a:hover img{
opacity:0.8;
filter: alpha(opacity=60);
-moz-opacity:0.6;
opacity:0.6;
} 



h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

input,textarea,select {
	font-size: 1em;
}

form {
	margin: 0px;
}

table {
	border-collapse:collapse;
	font-size: 90%;
	border-spacing: 0;
	padding-left: 10px;
	font-size:16px;
}



/*リンク設定
---------------------------------------------------------------------------*/
a {
	color: #664032;
}
a:hover {
	color: #e45e32;
	text-decoration: none;
}



/*コンテナー（HPを囲むボックス）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 1078px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 15px;
	clear: left;
}



/*ヘッダー（サイト名ロゴとかが入っている上段のブロック）
---------------------------------------------------------------------------*/
#header {
	text-align: left;
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
	height: 150px;
	position: relative;
	margin-bottom: 15px;
}

/*h1タグ設定*/
#header h1 {
	font-size: 12px;	/*文字サイズ*/
	line-height: 14px;
	font-weight: normal;
	position: absolute;
	left: 20px;	/*ヘッダーのブロックに対して左から10pxに配置*/
	top: 10px;	/*ヘッダーのブロックに対して上から10pxに配置*/
	color: #dddcd6;
	width: 550px;
}

/*サイト名ロゴ画像設定*/
#logo {
	position: absolute;
	left: 0px;	/*ヘッダーのブロックに対して左から0pxに配置*/
	bottom: 11px;/*ヘッダーのブロックに対して下から0pxに配置*/
	width: 480px;
	height: 87px;
}

/*電話番号画像設定*/
#tel {
	position: absolute;
	right: 0px;	/*ヘッダーのブロックに対して右から0pxに配置*/
	bottom: 5px;/*ヘッダーのブロックに対して下から0pxに配置*/
	width: 258px;
	height: 87px;
}



/*メインメニュー
---------------------------------------------------------------------------*/
ul#menu {
	/* [disabled]background-image: url(images/menu_bg.jpg); */
	height: 56px;
	width: 1069px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}


ul#menu li {
	float: left;
}

ul#menu img {
	vertical-align: bottom;
}



/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	background-image: url(images/mainimg_bg.gif);	/*スライドショー下の影*/
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 10px;
	position: relative;
	height: 450px;
	width: 1078px;
}

#mainimg .slide_file {
	display: none;
}

#slide_image {
	z-Index:2;
	position: absolute;
	left:0px;
	top:0px;
}

#slide_image2 {
	z-Index:1;
	position: absolute;
	left:0px;
	top:0px;
}



/*メインコンテンツ（右側）
---------------------------------------------------------------------------*/
#main {
	float: right;
	width: 790px;
	padding-top: 4px;
	padding-bottom: 50px;
	display: inline;
	margin-right: 10px;
}



#main h2 {
	font-size: 122%;
	line-height: 40px;
	color: #FFFFFF;
	height: 40px;
	overflow: hidden;
	padding-left: 10px;
	background-color: #4B0800;
	clear: both;
	font-weight:normal;
	letter-spacing:0.4em;
}

#main h3 {
	font-size: 150%;
	line-height: 25px;
	color: #16160e;
	overflow: hidden;
	padding-left: 40px;
	padding-right: 40px;
	clear: both;
	font-weight: normal;
	border-bottom-width: medium;
}

#main p {
	padding: 0.5em 10px 1em;
	font-size:16px;
	letter-spacing:0.06em;
}



/*サイドコンテンツ（左側）
---------------------------------------------------------------------------*/
#side {
	float: left;
	width: 240px;
	padding-top: 4px;
	padding-bottom: 50px;
	display: inline;
	margin-left: 5px;
	color: #664032;
}

#side h3 {
	font-size: 100%;
	border: 1px #f0e68c;
	text-align: center;			/*文字をセンタリング*/
	background-color: #ffe5e5;
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 5px;
	padding-bottom: 5px;
}

#side h4 {
	font-size: 100%;
	border: 1px #99ab4e;	
	text-align: center;			/*文字をセンタリング*/
	background-color: #e0ebaf;
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 5px;
	padding-bottom: 5px;
}

#side h5 {
	font-size: 100%;
	border: 1px #f0e68c;	
	text-align: center;			/*文字をセンタリング*/
	background-color: #e5f2ff;
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 5px;
	padding-bottom: 5px;
}

#side p {
	padding-top: 0.5em;
	padding-bottom: 1em;
}

/*サイドメニュー
---------------------------------------------------------------------------*/
#side .sidemenu {
	margin-bottom: 1em;
}

#side .sidemenu li {
	background-image: url(images/sidemenu_bg.gif);	/*左側のアクセント画像*/
	background-repeat: no-repeat;
	background-position: left center;
}



#side .sidemenu a {
	display: block;
	width: 205px;
	border-bottom: 1px solid #d2b48c;	/*下線*/
	text-decoration: none;
	padding: 5px 10px 5px 20px;
}

#side .sidemenu a:hover {
	background-color: #ffe4b5;	/*カーソルオーバー時の背景色*/
}




/*フッターメニュー
---------------------------------------------------------------------------*/
ul#footermenu {
	clear: both;
	text-align: right;
	width: 100%;
}

ul#footermenu li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}

ul#footermenu li a:hover {
	color: #946c45;
	text-decoration: none;
}




/*フッター（コピーライトとか入っている最下部）
---------------------------------------------------------------------------*/
.footer {
	background:#ffffff;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 20px;
	padding-bottom: 30px;
}
.footer_resize {
	width:1070px;
	margin:0 auto;
	padding:10px 10px;
}


.footer2 {
	background:#ffffff;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer2_resize {
	width:1080px;
	margin:0 auto;
	padding:auto;
}



.footer p {
	font:normal 12px  Arial, Helvetica, sans-serif;
	color:#000000;
	padding:0px;
	margin:0;
}
.footer a {
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#e17b34;
	text-decoration:none;
	padding:5px;
	margin:0;
}
.footer p.right {
	text-align:right;
	width:600px;
	margin:0;
	padding:5px 0 15px 0;
	float:right;
} 
.footer img { float:left; margin:0px; padding:0;}
p.clr, .clr { clear:both; padding:0; margin:0; background:none;}
.bg { border-bottom:1px solid #dbdbdb; clear:both; padding:0; margin:10px 0; background:none;}





/*メインコンテンツ「What's New」部分
---------------------------------------------------------------------------*/
#main dl.new {
	width: 700px;			/*What's Newボックスの幅*/
	height: 140px;			/*What's Newボックスの高さ*/
	overflow: auto;
	padding: 10px 0px 10px 10px;
	margin-right: auto;
	margin-left: auto;
}

#main dl.new dt {
	font-weight: bold;	/*日付の色を太字にする*/
}

#main dl.new dd {
	border-bottom: 1px solid #bfbfbf;	/*日付ごとの下線*/
}




/*ボックス
---------------------------------------------------------------------------*/
.box {
	overflow: hidden;
	padding: 10px;		/*ボックスの上の線*/
	margin-bottom: 1em;
	width: 790px;
	margin-right: auto;
	margin-left: auto;
}

/*写真の配置設定*/
.box img {
	float: left;
	width: 200px;	/*配置する写真に合わせてここは変更する*/
}

/*h3見出し設定*/
.box h3 {
	font-size: 100%;
	color: #055723;	/*文字色*/
	padding-left: 160px;	/*左の写真サイズに合わせて調整*/
}
.box h3 a {
	color: #5B92D7;	/*リンクにした際に色が黒に戻らないように設定*/
}

.box p {
	padding: 0px 0px 0px 220px !important;	/*左の写真サイズに合わせてここは調整*/
	font-size: 95%;
}

.box.osusume {
	background-image: url(images/boxbg_osusume.gif);	/*「おすすめ」画像指定*/
	background-repeat: no-repeat;						/*画像をリピートしない*/
	background-position: right bottom;					/*画像を右下に配置*/
}




/*ミニサイズ ボックス
---------------------------------------------------------------------------*/
.boxmini {
	overflow: auto;
	padding: 5px;		/*ボックスの左の線*/
	margin-bottom: 1em;
	border: 1px solid #bfbfbf;
	width: 150px;
	height: 230px;
	float: left;
	margin-left: 10px;
	margin-right: 2px;
	display: inline;
}

/*h3見出し設定*/
.boxmini h3 {
	font-size: 100%;
	color: #055723;	/*文字色*/
}
.boxmini h3 a {
	color: #5B92D7;	/*リンクにした時に色が黒に戻らない*/
}

.boxmini p {
	padding: 0px !important;
	font-size: 12px;
	line-height: 1.6;
}

.boxmini.osusume {
	background-image: url(images/boxbg_osusume.gif);	/*「おすすめ」画像指定*/
	background-repeat: no-repeat;						/*画像をリピートしない*/
	background-position: right bottom;					/*画像を右下に配置*/
}




/*テーブル
---------------------------------------------------------------------------*/
.ta1 {
	width: 750px;
}

.ta1, .ta1 td, .ta1 th{
	border: 1px solid #faebd7;
	font-size: 95%;
	color: #432f2f;
	font-weight: normal;
}

.ta1 td, .ta1 th{
	padding: 10px;	/*テーブル内の余白*/
}

.ta1 th{
	width: 150px;				/*左側thタグの幅*/
	text-align: center;
}




/*トップへスクロール
---------------------------------------------------------------------------*/
.pagetop {
	position: fixed;
	bottom: -40px;
	right: 50px;
}
.pagetop a {
	display: block;
	width: 60px;
	height: 40px;
	background-color: #000000;
	border-radius: 8px 8px 0 0;
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	line-height: 40px;
}
