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

body {
	background-color: #FFFFFF;
	font-family: "Lucida Grande", LucidaGrande, "Aqua Kana", aquakana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "ＭＳ Ｐゴシック", "MS P Gothic";
	height: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	font-size: 12pt;
	color: #333333;
	background-image: url(img/main_back2.jpg);
	background-position: center 78px;
	background-repeat: no-repeat;
}


body.back2 {
	background-color: #FFFFFF;
	font-family: "Lucida Grande", LucidaGrande, "Aqua Kana", aquakana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "ＭＳ Ｐゴシック", "MS P Gothic";
	height: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	font-size: 12pt;
	color: #333333;
	background-image: url(img/main_back.jpg);
	background-position: center 78px;
	background-repeat: no-repeat;
}


#all {
	background-image: url(img/headLine.gif);
	background-repeat: repeat-x;
	background-position: top;
}


ul{
	list-style-type: none;
	margin: 1px 0px;
}

img {
	border: none;
}

/*******************************/

/**********ヘッダー部***********/

#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
}
#header {
	width: 960px;
	clear: both;
	float: none;
	height: 78px;
}
.topLogo {
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.topTel {
	float: right;
	margin: 15px 3px 0px 0px;
	font-size: 10pt;
}
/*******************************/

/* ------------------------------
トップnavi設定
------------------------------ */
.top_navi
 {
	height: 52px;
	margin-left: auto;
	clear: both;
	padding: 0px;
	float: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	width: 100%;
	background-image: url(img/menu_bg.jpg);
	background-repeat: repeat-x;
}
.top_navi ul  {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666666;
	margin-top: 13px;
	margin-bottom: 0px;
	height: 45px;
	padding-left: 0px;
}

.top_navi li {
	height: 45px;
	float: left;
	text-align: center;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666666;
	padding-right: 5px;
	padding-left: 5px;
}
.top_img {
	clear: both;
	float: none;
}



/*******************************/
a {
	color: #333333;
	text-decoration: none;
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #CC3366;
	text-decoration: none;
}

/*******************************/
/**********サイドコンテンツ***********/

#side {
	width: 230px;
	/* [disabled]margin-top: 25px; */
	float: right;
	font-size: 13pt;
	margin-right: 7px;
}
.Box1   {
	width: 230px;
	overflow: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.Box1    .txt   {
	font-size: 12pt;
	line-height: 145%;
	margin-top: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CC3366;
	border-bottom-color: #CC3366;
	border-left-color: #CC3366;
	padding: 8px;
	border-bottom-left-radius: 10px;  /* 左下 */
	border-bottom-right-radius: 10px; /* 右下 */
	-moz-border-radius-bottomleft: 10px;  /* 左下 */
	-moz-border-radius-bottomright: 10px; /* 右下 */
	-webkit-border-bottom-left-radius: 10px;  /* 左下 */
	-webkit-border-bottom-right-radius: 10px; /* 右下 */
}
.Box1 .txt img {
	margin-top: 8px;
}

.Box1 img {
	margin-bottom: 0px;
}

#side hr {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	border-collapse:collapse;
	padding-bottom: 8px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#side .banner {
	clear: both;
	float: none;
	text-align: center;
	margin-bottom: 20px;
}
#side    .banner img  {
	display: block;
	margin-bottom: 8px;

}

/*******************************/

/**********メインコンテンツ***********/

#main_box {
	width: 960px;
	clear: both;
	float: none;
	overflow: auto;
	background-repeat: repeat-x;
	background-position: bottom;
	line-height: 16pt;
	background-color: rgba(255,255,255,1.00);
	/* [disabled]margin-top: 25px; */
	padding-top: 25px;
}

#main {
	width: 710px;
	float: left;
	/* [disabled]margin-top: 25px; */
	font-size: 13pt;
}

#main2 {
	width: 550px;
	float: left;
	margin-top: 20px;
	font-size: 15px;
	margin-left: 28px;
	height: 800px;
}

/**********ホーム***********/
.box {
	padding-right: 20px;
	padding-bottom: 13px;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 20px;
}
.top_txt {
	margin-right: 20px;
	margin-left: 20px;
	font-size: 12pt;
	padding-top: 10px;
	background-color: #FFFFCC;
	border: 1px solid #FFCC66;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	margin-bottom: 30px;
	font-weight: bold;
	color: #666666;

}
.top_txt img {
	margin-left: 15px;
}
.top_txt p {
	padding-left: 40px;
	padding-right: 30px;
	line-height: 130%;
	padding-top: 0px;
	margin-top: 8px;
}

.seturitu  {
	overflow: auto;
	padding-top: 3px;
	padding-bottom: 60px;
	padding-left: 25px;
	padding-right: 20px;
	background-image: url(img/kinjo.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.greeting  {
	overflow: auto;
	padding-top: 3px;
	padding-bottom: 25px;
	padding-left: 25px;
	padding-right: 20px;
}

.box p {
	margin-left: 30px;
	margin-right: 15px;
	line-height: 165%;
	margin-bottom: 15px;
}

.box h2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	clear: both;
	float: none;
	height: 38px;
	padding-top: 8px;
	padding-left: 8px;
	font-size: 13pt;
	color: #660000;
	background-image: url(img/title_bar.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	line-height: 100%;
}
.box h3 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-left: 15px;
	padding-bottom: 3px;
	padding-top: 3px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FF9933;
	font-size: 12pt;
}
.contactTo {
	text-align: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.item_bnr {
	padding-left: 12px;
}
.item_bnr img {
	margin-right: 7px;
}

/*******************************/

/**********概要他コンテンツ***********/
.waku {
	border: 1px solid #999999;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
	margin-top: 10px;
	margin-bottom: 15px;
}
.table1  {
	vertical-align: top;
	width: 650px;
	line-height: 125%;
	color: #333333;
	margin-left: 12px;
	border-collapse:collapse;

}
.table1 th  {
	width: 120px;
	font-weight: normal;
	text-align: left;
	text-indent: 1.5ex;
	vertical-align: top;
	background-color: #FFFFCC;
	padding: 8px;
	border: 1px solid #999999;
	border-collapse:collapse;
}
.table1 td {
	vertical-align: top;
	text-align: left;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	border: 1px solid #999999;
	border-collapse:collapse;
}
.map {
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	width: 650px;
}

.table2 {
	vertical-align: top;
	line-height: 115%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 18px;
	width: 665px;
}
.table2 th {
	color: #FF590E;
	text-align: left;
	padding-left: 5px;
	padding-right: 3px;
	padding-bottom: 3px;
	width: 20%;
	padding-top: 3px;
	vertical-align: top;
	font-size: 15px;
	background-color: rgba(248,160,160,0.20);
}

.table2 td {
	vertical-align: top;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	line-height: 130%;
	font-size: 15px;
}
.table2 a {
	text-decoration: underline;
}

.table2 p {
	font-size: 13px;
	line-height: 125%;
	margin-top: 12px;
	padding-left: 2px;
}

.table3  {
	vertical-align: top;
	width: 650px;
	line-height: 125%;
	color: #333333;
	margin-left: 12px;
	border-collapse:collapse;

}
.table3 th  {
	width: 170px;
	font-weight: normal;
	text-align: left;
	text-indent: 1.5ex;
	background-color: #FFFFCC;
	padding: 8px;
	border: 1px solid #999999;
	border-collapse:collapse;
}
.table3 td {
	vertical-align: top;
	text-align: left;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	border: 1px solid #999999;
	border-collapse:collapse;
}


.newsBox{
	clear: both;
	float: none;
	padding-left: 25px;
	padding-right: 20px;
}
.newsBox a {
	color: #FF3333;
}


.ol_img img {
	margin-right: 3px;
}

.box2 p {
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 15px;
	line-height: 130%;
}

.box dl {
	margin-top: 20px;
	margin-bottom: 20px;
}

.box dt {
	margin-left: 20px;
	margin-top: 8px;
	margin-bottom: 8px;
}


/*　バックナンバー　*/
.backNo {
	margin-left: 20px;
	margin-right: 15px;
}
.backBox {
	margin-bottom: 20px;
	height: auto;
	display: block;
}
.backTit  {
	background-image: url(img/icon_o.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	display: block;
	padding-top: 5px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6633;
	padding-bottom: 2px;
	font-weight: bold;
}
.backBox img {
	padding: 0px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.comment {
	display: block;
	font-size: 8pt;
	clear: both;
	float: none;
	padding-top: 8px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	padding-left: 15px;
}

/**********フォント設定***********/

.fontL1 {
	font-size: 18px;
}
.fontPoint1 {
	font-size: 14px;
	color: #FF0000;
}
.fontcolor1 {
	color: #FF3333;
}

.fontS {
	display: inline-block;
	font-size: 8pt;
	clear: both;
	float: none;
	padding-left: 15px;
}


/*******************************/

/**********フォーム設定***********/
.box input , .box select , .box textarea {
	padding: 3px;
	margin: 2px;
}
input[type=checkbox]{
	padding: 3px;
	margin: 2px;
	height: 17px;
	width: 15px;
}
input[type=radio]{
	padding: 3px;
	margin: 2px;
	height: 17px;
	width: 15px;
}
.btnArea {
	padding: 25px;
}
input[type=submit]{
	width: 100px;
	margin-right:40px;
	height: 30px;
	font-size:15px;
}
input[type=reset]{
	width: 100px;
	height: 30px;
	font-size:15px;
}

/*******************************/

/**********フッター***********/

#footer {
	clear: both;
	text-align: center;
	font-size: 14px;
	padding-top: 12px;
	float: none;
	font-weight: normal;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #666666;
	color: #000000;
	margin-top: 15px;
	background-color: /*rgba(204,204,204,0.9)*/#FFCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC3366;
	padding-bottom: 6px;
}
.section #acd .acdBtn {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
}
.section #acd .acdOpen .sectionInner {
	padding: 8px;
	border: 1px dotted #666666;
	margin-top: 5px;
}

.box hr {
	border-top-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
}

.box2 hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
}
.fbBox {
	margin: 20px 0;
}
#footer .footArea {
	width: 960px;
	clear: none;
	float: none;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
}

/*******************************/
#footer .footArea a {
	color: #000000;
	text-decoration: none;
}

#footer .footArea a:link {
	color: #000000;
	text-decoration: none;
}
#footer .footArea a:hover {
	color: #CC3366;
	text-decoration: none;
}

/*******************************/


.footArea img {
	float: left;
	padding-bottom: 6px;
	clear: both;
	display: block;
}
.sub_menu  {
	clear: none;
	text-align: left;
	margin: 0px;
}
.sub_menu ul {
	margin: 0px;
	padding: 0px;
}

.sub_menu  li  {
	float: left;
	list-style-type: none;
	display: inline-block;
	font-weight: normal;
	color: #333333;
	margin-bottom: 5px;
	margin-right: 15px;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #333333;
}
.sub_menu  a  {
	color: #000000;
}


#footer hr {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 8px;
	clear: both;
	float: none;
	display: block;
}

.footArea address {
	font-style: normal;
	margin-top: 13px;
	clear: both;
	float: none;
	padding-top: 15px;
	font-size: 10pt;
}
.toTop {
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	float: right;
	height: 25px;
}
.breadcrumb {
	padding-bottom: 8px;
	font-size: 13px;
	padding-top: 0px;
	margin-left: 15px;
}
