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

.headerwrapper {
	width: 960px;
	height: 70px;
	margin: 0 auto;
	position: relative;
	/*border-top: #22ac3d solid 5px;*/
}

.header {
	width: 960px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
}

.header .hleft {
	padding: 10px 0;
	position: absolute;
	bottom: 0;
	left: 0;
}

.header .hleft img {
}

.header .hright {
	width: 355px;
	text-align: right;
	padding: 10px 0;
	position: absolute;
	bottom: 0;
	right: 0;
}

.header #fontSize {
    display: block;
    width: 180px;
    height: 26px;
   /* float: right;*/
}

#fontSize ul, #fontSize p {
    float: right;
}

#fontSize p {
    font-size: 14px;
    line-height: 1.9em;
    margin-right: 8px;
}

#fontSize li {
    float: left;
    list-style: outside none none;
    margin-left: 7px;
	margin-top: 1px;
    padding: 3px;
    color: #84c3e0;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    background: #FFF none repeat scroll 0% 0%;
    cursor: pointer;
    border-radius: 3px;
    border: 2px solid #84c3e0;
}

#fontSize li:hover,#fontSize li.active {
	background: #84c3e0;
	color: #FFF;
}

/*全体のフォントサイズの変更*/
.fontS {
	font-size: 12px;
}
.fontM {
	font-size: 14px;
}
.fontL {
	font-size: 16px;
}

#header_btn {
	float: right;
	margin-left: 30px; 
}

#breadcrumb_wrap {
    width: 960px;
    margin: 0px auto;
    /*border-bottom: 1px solid #F2F2F2;*/
    /*border-top: 1px solid #F2F2F2;*/
    /*background-color: #FFF;*/
}

#breadcrumb {
    width: 100%;
    padding: 12px 0px;
    overflow: hidden;
    margint: 0 auto;
}

#breadcrumb li {
    float: left;
    font-size: 12px;
    color: #454545;
    background: transparent url(../images/breadcrumb_allow.gif) no-repeat scroll left center;
    text-indent: 15px;
    margin-left: -15px;
    margin-right: 20px;
}

#breadcrumb a {
    text-decoration: none;
    font-size: 12px;
    line-height: 14px;
    color: #848484;
}

.topimg {
	width: 960px;
	margin: 0 auto 10px;
}

.contents {
	width: 960px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
}

.contents p {
	color: #333;
	/*font-size: 16px;*/
	line-height: 1.8em;
}

.contents .bold {
	font-weight: bold;
}

.contents .dotted {
	border-bottom: #CCC dotted 1px;
	margin: 0 0 25px;
}

.contents h2 {
	margin: 0 0 20px;
	padding: 14px 20px;
	background: url(../images/h2_bg.gif) repeat-x;
	font-size: 23px;
	color: #ffffff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 23px;
}

.contents .title{
	width: 960px;
	margin: 0 0 20px;
}

.contents .index_l {
	width: 710px;
	float: left;
}

.contents .index_r {
	width: 226px;
	float: right;
}

.contents .honbuinner p {
	color: #333;
	/*font-size: 14px;*/
	line-height: 1.8;
}

.contents .honbuinner p.bold {
	border-left: #eee solid 6px;
	padding-left: 12px;
}

.contents .honbuinner .soukai p {
	line-height: 1.9;
}

.contents .soshikizuinner {
	width: 950px;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
	background: url(../images/soshikizu/img_zubg.gif) no-repeat;
}

/*news*/
.newscontent {
	width: 650px;
	float: left;
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 0px;
	margin-bottom: 30px;
}

#news {
	color: #000000;
	font-size: 12px;
	width: 650px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: auto;
}

#news p {
	color: #8b93be;
	font-size: 12px;
	font-weight: bold;
}

/* 最新情報 */
#news dl {
	font-size: 15px;
	display: block;
	clear: both;
	margin: 0px;
	padding: 0px;
}

/* 年月日 */
#news dt {
	color: #db9245;
	float: left;
	width: 120px;
	line-height: 100%;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	margin: 0px;
	letter-spacing: 1px;
	font-weight: bold;
	height: 23px;
}

/* 内容 */
#news dd {
	float: left;
	width: 530px;
	line-height: 100%;
	padding-bottom: 10px;
	padding-top: 12px;
	padding-right: 0px;
	padding-left: 0px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #727172;
	color: #666666;
	height: 23px;
}

#news img {
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}

.honbu a {
	color: #0068b7;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	vertical-align: 0%;
}

.honbu img {
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}

.katsudou a {
	color: #006934;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	vertical-align: 0%;
}

.katsudou img {
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}

.life a {
	color: #ea5514;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	vertical-align: 0%;
}

.life img {
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}

/*historyTable*/
.contents table {
	width: 706px;
	/*font-size: 14px;*/
	text-align: left;
	border-collapse: collapse;
	border-spacing: 0;
	background: url(../images/index/img_tablebg.gif) repeat;
}

.contents table .title_h {
	text-align: left;
	padding: 12px 0 14px 40px;
	border-bottom: none;
	border-top: 1px solid #cdbea7;
	border-right: 1px solid #cdbea7;
	background: url(../images/index/img_historybg.gif) repeat-x;
}

.contents table th {
	width: 110px;
	vertical-align: middle;
	text-align: center;
	padding: 15px;
	border-bottom: 1px solid #cdbea7;
	border-left: 1px solid #cdbea7;
	border-right: 1px dotted #cdbea7;
}

.contents table td {
	line-height: 1.8em;
	vertical-align: middle;
	padding: 15px 0 15px 35px;
	border-bottom: 1px solid #cdbea7;
	border-right: 1px solid #cdbea7; 
}
.contents table td span {
	font-weight: bold;
	/*color: #c29545;*/
}

/*Honbu History Table*/
.honbu table {
	width: 100%;
	/*font-size: 14px;*/
	text-align: left;
	border-collapse: collapse;
	border-spacing: 0;
	background: url(../images/index/img_tablebg.gif) repeat;
}

.honbu table .title_h {
	text-align: left;
	border-bottom: none;
	border-top: 1px solid #cdbea7;
	border-right: 1px solid #cdbea7;
	background: url(../images/index/img_historybg.gif) repeat-x;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 14px;
	padding-left: 40px;
}

.honbu table th {
	width: 110px;
	vertical-align: middle;
	text-align: center;
	padding: 15px;
	border-bottom: 1px solid #cdbea7;
	border-left: 1px solid #cdbea7;
	border-right: 1px dotted #cdbea7;
}

.honbu table td {
	line-height: 1.8em;
	vertical-align: middle;
	border-bottom: 1px solid #cdbea7;
	border-right: 1px solid #cdbea7;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 20px;
}
.honbu table td span {
	font-weight: bold;
	/*color: #c29545;*/
}


/*katsudoTable*/
.contents .katsudoTable table {
	width: 960px;
	font-size: 12px;
	text-align: left;
	border-collapse: collapse;
	border-spacing: 0;
	/*background: url(../images/index/img_tablebg.gif) repeat;*/
	/*background: #FFF;*/
}

.contents .katsudoTable table th {
	color: #fafafa;
	width: 45px;
	vertical-align: middle;
	text-align: center;
	padding: 7px;
	border-top: 1px solid #cdbea7;
	border-bottom: 1px solid #cdbea7;
	border-left: 1px solid #cdbea7;
	border-right: 1px dotted #cdbea7;
	background: url(../images/img_tablebg.gif) repeat;
}

.contents .katsudoTable table th.year {
	width: 70px;
}

.contents .katsudoTable table th.none {
	width: 25px;
}

.contents .katsudoTable table td {
	line-height: 1.3;
	vertical-align: middle;
	padding: 1px 10px;
	border: 1px solid #cdbea7; 
}

.contents .katsudoTable table td.group {
	width: 70px;
	height: 54px;
	font-size: 14px;
}

.contents .katsudoTablelClear table {
	width: 960px;
	font-size: 12px;
	text-align: left;
	border-collapse: collapse;
	border-spacing: 0;
}

.contents .katsudoTableClear table td {
	line-height: 1.3;
	vertical-align: middle;
	padding: 1px 10px;
}

.contents .katsudoTableClear table td.group {
	width: 70px;
	height: 54px;
	font-size: 14px;
}

.katsudoTablelClear table {
	width: 960px;
	font-size: 12px;
	text-align: left;
	border-collapse: collapse;
	border-spacing: 0;
}

.katsudoTableClear table td {
	line-height: 1.3;
	vertical-align: middle;
	padding: 1px 10px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

.katsudoTableClear table td.group {
	width: 70px;
	height: 54px;
	font-size: 14px;
}

/*katsudo_tbl*/
.contents .katsudo_tbl table {
	width: 960px;
	font-size: 12px;
	text-align: left;
	border-collapse: collapse;
	border-spacing: 0;	/*background: url(../images/index/img_tablebg.gif) repeat;*/
	/*background: #FFF;*/
}

.contents .katsudo_tbl table th {
	color: #fafafa;
	width: 30px;
	vertical-align: middle;
	text-align: center;
	padding: 5px;
	background-color: #ba8077;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.contents .katsudo_tbl table th.year {
	width: 70px;
}

.contents .katsudo_tbl table th.none {
	width: 25px;
}

.contents .katsudo_tbl table td {
	line-height: 1.3;
	vertical-align: middle;
	border: 1px solid #000000;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}

.contents .katsudo_tbl table td.group {
	width: 80px;
	height: 54px;
	font-size: 14px;
	background-color: #ddc6ca;
}

.contents .katsudo_tbl table td.day {
	width: 30px;
	margin: 0px;
	padding: 0px;
}

.contents .katsudo_tblClear table {
	width: 960px;
	font-size: 12px;
	text-align: left;
	border-collapse: collapse;
	border-spacing: 0;
}

.contents .katsudo_tblClear table td {
	line-height: 1.3;
	vertical-align: middle;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
}

.contents .katsudo_tblClear table td.group {
	width: 70px;
	height: 54px;
	font-size: 14px;
}

.katsudo_tblClear table {
	width: 960px;
	font-size: 12px;
	text-align: left;
	border-collapse: collapse;
	border-spacing: 0;
}

.katsudo_tblClear table td {
	line-height: 1.3;
	vertical-align: middle;
	padding: 1px 10px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

.katsudo_tblClear table td.group {
	width: 70px;
	height: 54px;
	font-size: 14px;
}

/*zuTable*/
.contents .zuTable table {
	width: 300px;
	/*font-size: 14px;*/
	text-align: left;
	border-collapse: collapse;
	border-spacing: 0;
	background: url(../images/index/img_tablebg.gif) repeat;
	margin: 0 0 10px;
}

.contents .zuTable table .title_h {
	color: #FFF;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0;
	border-bottom: none;
	border-top: 1px solid #cdbea7;
	border-right: 1px solid #cdbea7;
	background: url(../images/img_tablebg02.gif) repeat;
}

.contents .zuTable table .title_a {
	color: #FFF;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0;
	border-bottom: none;
	border-top: 1px solid #cdbea7;
	border-right: 1px solid #cdbea7;
	background: url(../images/img_tablebg03.gif) repeat;
}

.contents .zuTable table th {
	width: 130px;
	vertical-align: middle;
	text-align: center;
	font-weight: normal;
	padding: 7px;
	border-bottom: 1px solid #cdbea7;
	border-left: 1px solid #cdbea7;
	border-right: 1px solid #cdbea7;
}

.contents .zuTable table td {
	line-height: 1.8em;
	vertical-align: middle;
	padding: 7px 0 7px 45px;
	border-bottom: 1px solid #cdbea7;
	border-right: 1px solid #cdbea7; 
}

.contents .zuTable table .address {
	width: 300px;
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
	line-height: 1.5em;
	padding: 15px 0 15px 35px;
	border-bottom: 1px solid #cdbea7;
	border-left: 1px solid #cdbea7;
	border-right: 1px solid #cdbea7;
	background: url(../images/img_tablebg02.gif) repeat;
}

.contents table td span {
	font-weight: bold;
	/*color: #c29545;*/
}


/*gallery*/
.contents .megane img {
	vertical-align: middle;
}

.contents ul.gallery li {
	width: 290px;
	float: left;
	/*display: inline;*/
	padding: 10px;
	margin-right: 15px;
	margin-bottom: 20px;
	/*border: 1px solid cdbea7;*/
	background: url(../images/img_photobg.gif) repeat;
}

.contents ul.gallery li.right {
	margin-right: 0;
}

.contents ul.gallery img {
	margin: 0 0 5px;
}

.contents ul.gallery p {
	/*font-size: 14px;*/
	line-height: 1.3em;
}

.contents .photo_l {
	width: 310px;
	float: left;
}

.contents .photo_r {
	width: 590px;
	float: right;
	padding: 10px;
	background: url(../images/img_photobg.gif) repeat;
}

.contents .photo_r ul.gallery li {
	background: none;
}

.contents .photo_r ul.gallery li.right {
	margin-left: 0;
}

/*slowlife*/
.sl_left {
	width: 310px;
	float: left;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.sl_right {
	width: 600px;
	float: right;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.sl_right .name {
	font-size: 30px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}

.sl_right p {
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 30px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.sl_right .subtitle {
	font-size: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	color: #ea5514;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #ea5514;
	padding-left: 8px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
	line-height: 20px;
}

.sl_right a {
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 30px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #ea5514;
}

.sl_just {
	width: 960px;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
}

.sl_just .name {
	font-size: 30px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}

.sl_just p {
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 30px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.sl_just .subtitle {
	font-size: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	color: #ea5514;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #ea5514;
	padding-left: 8px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
	line-height: 20px;
}

.sl_just a {
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 30px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #ea5514;
}

.soukai {
	margin: 20px 0 30px;
}

.soukai .snapshot {
	float: left;
	width: 495px;
	clear: both;
	overflow: hidden;
	margin: 0 30px 0 0;
}

.bu {
	clear: both;
	overflow: hidden;
	margin: 0 0 20px;
}

.bu .name {
	width: 138px;
	float: left;
}

.bu .member {
	width: 760px;
	float: right;
	padding: 4px 16px;
	background: url(../images/index/img_tablebg.gif) repeat;
}

.karaoke {
	padding: 20px;
	margin: 40px 0 0;
	border: #c29545 dashed 1px;
	background: #fffefb;
}

.karaoke .snapshot {
	float: right;
	width: 495px;
	clear: both;
	overflow: hidden;
	margin: 0 0 0 35px;
}

.golf {
	padding: 20px;
	margin: 40px 0 0;
	border: #c29545 dashed 1px;
	background: #fffefb;
}

.golf .snapshot {
	float: right;
	width: 290px;
	margin: 0 0 0 35px;
}


/*copy*/
.copywrapper {
	/*width: 100%;*/
	/*border-bottom: #bbab8d solid 5px;*/
}

.copywrapper p {
	color: #999;
	font-size: 12px;
	width: 960px;
	margin: 50px auto 10px;
	padding: 10px 0 0;
	text-align: center;
	border-top: #CCC dotted 1px;
}
