@charset "UTF-8";

/* 文字サイズ「中」（標準）*/

/* ================================= */
/* =========== 共通のCSS =========== */
/* ================================= */

/* ==================
　きほんせってい
================== */
html {
	overflow-y: scroll;
}
body {
	min-width: 960px;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color:#EEE;
	background: url(images/0_bg5.jpg) repeat top center;
	-webkit-text-size-adjust: none;
}

/* ==================
　タグのせってい
================== */
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	line-height: 100%;
	margin: 0;
	padding: 0;
	font-weight: normal;
	display: inline;
}
p {
	margin: 0;
	padding: 0;
}
ul,li {
	margin: 0;
	padding: 0;
	list-style: none;
}
a {
	outline: none;
}
a:link {
	text-decoration: none;
	color: #2a83a2;
}
a:visited {
	text-decoration: none;
	color: #2a83a2;
}
a:hover {
	text-decoration: underline;
	color: #f39800;
}
a:active {
	text-decoration: none;
}

br {
	letter-spacing: 0;
}
img {
    border-style:none;
}
a img {
    border-style:none;
}
.tilt {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.tilt:hover {
	-webkit-transform: rotate(-6deg);
	-moz-transform: rotate(-6deg);
	-o-transform: rotate(-6deg);
	-ms-transform: rotate(-6deg);
	transform: rotate(-6deg);
}

/* ==================
　レイアウト
================== */
#wrapper {
	text-align: left;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

/* ページ背景 */
#b_page {
	background: url(images/0_page_bg_2.png) repeat;
	width: 100%;
	min-height: 512px;
	height: auto !important;
	height: 512px;
	margin: 0;
	padding: 0;
}

/* Contents_wrapper */
#tsutsumu {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

/* Header */
#atama {
	font-size: 11px;
	color: #FFF;
	text-align: left;
	width: 100%;
	height: 20px;
	line-height: 20px;
	margin: 0;
	background: url(images/0_page_bg_1.png) repeat-x bottom;
}

/* Footer */
#ashi {
	height: 10px;
	font-size: 1px;
	margin: 0;
	width: 100%;
	min-width: 960px;
	background: url(images/0_page_bg_3.png) repeat-x top;
}

/* メニュー枠 */
#mainmenu {
	float: left;
	width: 150px;
	display: inline;
	padding: 0;
	margin: 86px 0 0 0;
	position:relative;
	z-index:5;
}
#pause {
	width: 150px;
	height: 73px;
	padding: 5px 0 13px 0;
	float: left;
	margin: 0 auto;
	display: block;
}
#pause_nakami {
	width: 73px;
	height: 73px;
	margin: 0 auto;
	background:url(images/pause_nakami.gif);
}
/* メニュー1 */
ul#menu{
	margin:0;
	padding:0;
	width:150px;
	list-style:none;
	float: left;
}
ul#menu li{
    list-style:none;
    width:150px;
    float:left;
}
ul#menu a{
    display:block;
    width:150px;
    height:48px;
	background-image: url(menu/img/menu_00.png);
}
#menu a span{
    display:none;
}
/* 各ボタン */
a.home{
	background-position: 0 0;
}
a:hover.home{
    background-position: 0 -48px;
}
a.actvhome{
	cursor: default;
    background-position: 0 -48px;
}

a.news{
	background-position: 0 -97px;
}
a:hover.news{
    background-position: 0 -145px;
}
a.actvnews{
	cursor: default;
    background-position: 0 -145px;
}

a.about_kasuri{
	background-position: 0 -194px;
}
a:hover.about_kasuri{
    background-position: 0 -242px;
}
a.actvabout_kasuri{
	cursor: default;
    background-position: 0 -242px;
}

a.invite{
	background-position: 0 -291px;
}
a:hover.invite{
    background-position: 0 -339px;
}
a.actvinvite{
	cursor: default;
	background-position: 0 -339px;
}

a.weblog{
	background-position: 0 -388px;
}
a:hover.weblog{
    background-position: 0 -436px;
}
a.actvweblog{
	cursor: default;
	background-position: 0 -436px;
}
/* メニュー2 */
ul#menu2{
	margin:0;
	padding:0;
	width:150px;
	list-style:none;
	float: left;
}
ul#menu2 li{
    list-style:none;
    width:150px;
    float:left;
}
ul#menu2 a{
    display:block;
    width:150px;
    height:29px;
	background-image: url(menu/img/menu_00.png);
}
#menu2 a span{
    display:none;
}
/* 各ボタン */
a.inquiry{
	background-position: 0 -485px;
}
a:hover.inquiry{
    background-position: 0 -514px;
}
a.actvinquiry{
	cursor: default;
	background-position: 0 -514px;
}

a.sitemap{
	background-position: 0 -544px;
}
a:hover.sitemap{
    background-position: 0 -573px;
}
a.actvsitemap{
	cursor: default;
	background-position: 0 -573px;
}

a.policy{
	background-position: 0 -603px;
}
a:hover.policy{
    background-position: 0 -632px;
}
a.actvpolicy{
	cursor: default;
	background-position: 0 -632px;
}

/* タブ */
ul.tab_css {
	margin: 0 auto 0 0;
	padding: 0 0 0 153px;
	height: 35px;
	display: inline-block;
	list-style: none;
	background: url(images/tab_advice.gif) no-repeat 20px 0;
}
ul.tab_css li {
	float: left;
	width: 149px;
	text-align: center;
	padding: 0;
	margin: 0 10px 0 0;
	display: inline;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	background: url(images/tab_bg.gif) no-repeat;
}
ul.tab_css li a {
	display: inline-block;
	outline: none;
}
ul.tab_css li a:hover {
	line-height: 35px;
	background: url(images/tab_bg_act.png) no-repeat -150px 0;
}
html ul.tab_css li.active, html ul.tab_css li.active a:hover  {
	line-height: 35px;
	background: url(images/tab_bg_act.png) no-repeat 0 0;
}
/* タブのなかみ */
#tab_css_container {
	display:block;
	float: left;
	width: 770px;
	padding: 0;
	margin: 0;
}

/* ==================
　記事ウィンドウ
================== */
#paper {
	position:relative;
	z-index:0;
	width: 810px;
	float: right;
	clear:right;
	margin: 0;
	padding: 18px 0 5px 0;
}

/* 記事を包む */
#paper_tsutsumu {
	width: 770px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	clear:both;
}

/* くぎる */
.danraku {
	clear: both;
}

/* ページタイトル */
.page_title {
	margin-top: 4px;
	margin-bottom: 6px;
	padding: 0;
	line-height: 2em;
	display: block;
}

/* 左寄せコンテンツ */
.hidari_content {
	width: 375px;
	float: left;
	padding: 0 20px 20px 0;
}
.hidari_shy {
	width: 325px;
	float: left;
	padding: 0 20px 10px 0;
}

/* 右寄せコンテンツ */
.migi_content {
	width: 375px;
	float: right;
	padding: 15px 0 0 20px;
	margin: 0;
	display: inline-block;
	clear: right;
}
.migi_pushy {
	width: 425px;
	float: right;
	padding: 0 0 0 20px;
}

/* 左寄せイメージ */
.hidari_image_180 {
	float: left;
	width: 180px;
	margin: 5px 15px 5px 5px;
	display:inline;
}
.hidari_image_160 {
	float: left;
	width: 160px;
	margin: 5px 15px 5px 5px;
	display: inline;
}
.hidari_image_120 {
	float: left;
	width: 120px;
	margin: 5px 15px 5px 5px;
	display: inline;
}
.hidari_image_95 {
	float: left;
	width: 95px;
	margin: 5px 15px 5px 5px;
	display: inline;
}
.hidari_image_95a {
	float: left;
	width: 95px;
	margin: 5px 15px 5px 5px;
	display: inline;
}
.hidari_image {
	float: left;
	margin: 5px 15px 5px 5px;
	display: inline;
}

/* 狭いところにイメージ */
.hidari_image_narrow_100 {
	float: left;
	width: 100px;
	margin: 5px 5px 5px 5px;
	display: inline;
}
.hidari_image_narrow_95 {
	float: left;
	width: 75px;
	margin: 5px 5px 5px 5px;
	display: inline;
}
.hidari_image_narrow_72 {
	float: left;
	width: 72px;
	margin: 5px 5px 5px 5px;
	display: inline;
}
.hidari_image_narrow_65 {
	float: left;
	width: 65px;
	margin: 5px 5px 5px 5px;
	display: inline;
}
.migi_image_narrow_65 {
	float: right;
	width: 65px;
	margin: 5px 5px 5px 5px;
	display: inline;
}

/* 右寄せイメージ */
.migi_image_180 {
	float: right;
	width: 180px;
	margin: 5px 5px 5px 15px;
	display: inline;
}
.migi_image_160 {
	float: right;
	width: 160px;
	margin: 5px 5px 5px 15px;
	display: inline;
}
.migi_image_120 {
	float: right;
	width: 120px;
	margin: 5px 5px 5px 15px;
	display: inline;
}
.migi_image_100 {
	float: right;
	width: 100px;
	margin: 5px 5px 5px 15px;
	display: inline;
}
.migi_image_95 {
	float: right;
	width: 95px;
	margin: 5px 5px 5px 15px;
	display: inline;
}
.migi_image_95a {
	float: right;
	width: 95px;
	margin: 5px 5px 5px 15px;
	display: inline;
}
.migi_image_75 {
	float: right;
	width: 75px;
	margin: 5px 5px 5px 15px;
	display: inline;
}
.migi_image {
	float: right;
	margin: 5px 5px 5px 15px;
	display: inline;
}

/* テーブル */
table.t_bien{
    border-collapse: collapse;
	margin: 10px;
    empty-cells: show;
}
.t_bien th{
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    padding: 0.3em 1em;
	font-weight:normal;
}
.t_bien td{
    border-bottom: 1px solid #aaa;
    padding: 0.3em 1em;
}

/* 生地いろいろ */
ul#iro-iro {
	width:770px;
	height:330px;
	float:left;
}
ul#iro-iro li {
	margin:0;
	padding:0;
	display:inline;
	width:55px;
	height:55px;
	float:left;
}
ul#iro-iro li img {
	vertical-align:bottom;
}

/* ==================
　ロゴとCopyright
================== */
#bien_logo {
	width: 200px;
	height: 120px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 6;
	visibility: visible;
}
#atama_copy {
	position: absolute;
	z-index: 4;
	top: 0;
	visibility: visible;
	width:374px;
	height: 32px;
	line-height:32px;
	left: 175px;
	background:url(images/head_copy-bg.png) 0 0 no-repeat;
	color: #432;
	font-size:11px;
	letter-spacing:0.1em;
}
 /*　かたむく文字　*/
.tiltfont {
	width:355px;
	height:22px;
	line-height:22px;
	margin: 3px 0 0 16px;
	-webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    transform: rotate(-1deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.99984770, M12=0.01745241, M21=-0.01745241, M22=0.99984770)"; /* IE8 */
	zoom:1;
}

#copyright_tsutsumu {
	width: 920px;
	height: 22px;
	margin: 0 auto;
}
#copyright {
	position: relative;
	z-index: 3;
	text-align: right;
	font-size: 11px;
	line-height: 16px;
	height: 16px;
	letter-spacing: 1px;
	color: #321;
	float: right;
	padding: 0 0.5em;
	margin: 0;
	background-color: #D3C5A7;
	border: 1px dashed #edb;
	border-top: 1px solid #cb9;
	border-bottom: 1px solid #ba8;
	display: inline;
	font-family:Verdana, Geneva, sans-serif;
	-moz-box-shadow: 0px 3px 6px rgba(0,0,0,0.4); /*Firefox*/
	-webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.4); /*Safari*/
	box-shadow: #444 0px 3px 6px; /*IE*/
	behavior: url(PIE.htc);
}

/* ==================
　装飾
================== */
.title_box {
	border: 1px solid #321;
	margin-bottom: 7px;
	padding: 3px 10px;
	display: inline;
	line-height: 28px;
}
.chu-i {
	color: #b7282e;
}
.imgkage {
	display:block;
	margin-bottom: 2px;
	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 1px 4px rgba(0,0,0,0.4);
	box-shadow: #777 0px 1px 4px;
	behavior: url(PIE.htc);
}
.linkarrow {
	margin:0 2px;
}

/* ======= js無効のひとへ ======== */
#j_off {
	margin: 0 auto 10px auto;
	padding: 0;
	clear: both;
	text-align:center;
}

/* ==================
　文字サイズボタン
================== */
/* いれもの */
#fontsize {
	width: 182px;
	height: 34px;
	top: 0;
	right: 10px;
	z-index: 5;
	position: absolute;
	float: right;
	visibility: visible;
	display: inline;
	margin-top: 0;
	padding-top: 0;
}
/* 背景 */
ul#fontsize_button {
	margin: 0;
	height: 34px;
	float: right;
	width: 182px;
	padding: 0 10px 0 0;
	top: 0;
	background: url(images/fontsize_bg.png) no-repeat right top;
}
/* ボタンせってい */
ul#fontsize_button li{
	float: right;
	width: 30px;
	height: 34px;
}
ul#fontsize_button a{
    display: block;
    width: 30px;
    height: 34px;
}
#fontsize_button a span{
    display: none;
}

/* ================================= */
/* ======= フォント切り替え ======== */
/* ================================= */

.font_medium {
	font-size: 14px;
	line-height: 22px;
	color: #320;
	letter-spacing: 1px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}
.font_tiny {
	font-size: 11px;
	line-height: 16px;
	color: #321;
	font-family:"ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック" ,sans-serif;
	margin: 5px 0 0 0;
}
.font_small {
	font-size: 12px;
	line-height: 18px;
	color: #320;
	letter-spacing: 2px;
	font-family:"ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック" ,sans-serif;
}
.font_news {
	font-size: 13px;
	line-height: 22px;
	color: #320;
	letter-spacing: 1px;
	font-family:"ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック" ,sans-serif;
}

/* アクティブの中ボタン */
a.size_m{
	background: url(images/fontsize_c.png) 0 -103px;
}
a:hover.size_m{
	background-position: 0 -103px;
	cursor: default;
}

/* 大ボタン */
a.size_l{
	background: url(images/fontsize_c.png) 0 0;
}
a:hover.size_l{
    background-position: 0 -34px;
	cursor: pointer;
}
