@charset "shift_jis";

/* ------------------------------
全クリア
------------------------------ */
*{
margin:0;
padding:0;
}

body {
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 90%/150% "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", "Arial", "sans-serif";
	background-image: url(../img/bg_top.jpg);
	background-repeat: repeat-x;
}

h1,h2,h3,h4,h5,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
	text-align: left;
}

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

img {
	border: none;
}


/* ------------------------------
リンク設定
------------------------------ */
a:link {
	color: #FF3366;
	text-decoration: none;
}

a:visited {
	color: #FF3366;
	text-decoration: none;
}

a:hover {
	color: #FF3366;
	text-decoration: none;
}


/* ------------------------------
 メインテーブル
------------------------------ */

#wrapper {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}


/* ------------------------------
ヘッダー
------------------------------ */
#header {
	width: 960px;
	height: 65px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/header_2.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#header h1 {
	font-size: 12px;
	font-weight: normal;
	line-height: 150%;
	letter-spacing: 2px;
	padding: 5px 0px 10px;
	text-align: right;
}


/* ------------------------------
メインイメージ
------------------------------ */

#mainImg {
	height: 235px;
	width: 930px;
}




/* ------------------------------
ＨＰ枠の設定
------------------------------ */
#container {
	width: 960px;
	overflow: visible;
	background-image: url(../img/body_bg.jpg);
	background-repeat: repeat-y;
	padding: 0px;
}



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

#side {
	float: right;
	width: 300px;
	text-align: center;
	vertical-align: top;
	margin: 0px;
	overflow: visible;
	height: auto;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#side table {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-color: #00CCFF;
	background-color: #FFFFFF;
	border-right-color: #00CCFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 18px;
	padding: 0px;
	width: 270px;
}


#side h2 {
	text-align: left;
	padding-left: 25px;
	white-space: normal;
	font-size: 12px;
	line-height: 4ex;
	background-image: url(img/side_bg.jpg);
	background-repeat: repeat-x;
}
.side_tb1 {
	background-image: url(img/side_b1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 15px;
	width: 270px;
	text-align: center;
	margin-right: auto;
	margin-left: 18px;
	margin-top: 10px;
	margin-bottom: 0px;
}
.side_tb2 {
	background-image: url(img/side_b2.jpg);
	background-repeat: no-repeat;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 18px;
	height: 15px;
	width: 270px;
}


/* ------------------------------
サイドメニュー設定
------------------------------ */

ul.sidemenu a {
	text-decoration: none;
	text-align: left;
	font-size: 14px;
	padding-left: 8px;
	line-height: 1.8em;
	background-position: left;
	margin-top: 7px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 20px;
	background-image: url(../img/icon1.jpg);
	text-indent: 10px;
	background-repeat: no-repeat;
	display: block;
}

/* ------------------------------
トップHOME設定
------------------------------ */

ul.top_home {
	width: 120px;
	height: 30px;
	margin-left: auto;
	margin-right: 20px;
	background-image: url(../img/top_nave.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
ul.top_home li {
	float: left;
	height: 30px;
	overflow: hidden;
}
ul.top_home li a { display: block; }
ul.top_home li a.stay img,
ul.top_home li a:hover img { margin-top: -30px; }
* html ul.top_navi li a:hover { zoom: 1; }
ul.top_home li.lnk01 { width: 120px; }

/* ------------------------------
トップnavi設定
------------------------------ */

ul.top_navi {
	width: 960px;
	height: 35px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	background-image: url(img/menu.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
ul.top_navi li {
	float: left;
	height: 35px;
	overflow: hidden;
}
ul.top_navi li a { display: block; }
ul.top_navi li a.stay img,
ul.top_navi li a:hover img { margin-top: -36px; }
* html ul.top_navi li a:hover { zoom: 1; }
ul.top_navi li.lnk01 { width: 243px; }
ul.top_navi li.lnk02 { width: 130px; }
ul.top_navi li.lnk02 img { margin-left: -243px; }
ul.top_navi li.lnk03 { width: 105px; }
ul.top_navi li.lnk03 img { margin-left: -373px; }
ul.top_navi li.lnk04 { width: 130px; }
ul.top_navi li.lnk04 img { margin-left: -478px; }
ul.top_navi li.lnk05 { width: 105px; }
ul.top_navi li.lnk05 img { margin-left: -608px; }
ul.top_navi li.lnk06 { width: 100px; }
ul.top_navi li.lnk06 img { margin-left: -713px; }
ul.top_navi li.lnk07 { width: 147px; }
ul.top_navi li.lnk07 img { margin-left: -813px; }



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

#main {
	width: 600px;
	float: left;
	margin: 0px;
	padding-bottom: 15px;
	text-align: left;
	padding-left: 20px;
	padding-right: 15px;
}



h2 {
	text-align: left;
	font-size: 24px;
	margin-top: 12px;
	margin-bottom: 8px;
	float: none;
	clear: both;
}

h3 {
	text-align: left;
	font-size: 16px;
	line-height: 3ex;
	letter-spacing: 2px;
	text-indent: 1em;
	padding-bottom: 8px;
	padding-top: 5px;
}
#main p {
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
    font-size: 15px;
    line-height: 135%;
    color: #333333;
    margin-left: 30px;
    margin-bottom: 5px;
}

.image_w {
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin: 5px;
}
.image_w2 {
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-top: 5px;
	margin-right: 25px;
	margin-bottom: 5px;
	margin-left: 5px;
}


.point {
	color: #FF3300;
}


.screen1 {
	margin-bottom: 20px;
	float: right;
	margin-left: 7px;
}
.screen2 {
	float: left;
	margin-left: 20px;
	margin-top: 7px;
	margin-right: 10px;
}
.screen3 {
	margin-left: 20px;
	margin-top: 7px;
	margin-right: 10px;
}

.screen4 {
	margin-left: 30px;
	margin-top: 7px;
	margin-right: 10px;
	border: 1px solid #CCCCCC;
	padding: 2px;
}

.taxt_area {
    float: none;
    width: 580px;
}
.chuo_ichi  p {
	display: block;
	width: 500px;
	text-align: center;
}
.ryakureki {
	margin-left: 55px;
}

.indent {
    padding-left: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
}
.ind_a {margin-left: 20px;}
.ind_b {margin-left: 30px;}
.ind_c {margin-left: 50px;}
.ind_d {margin-left: 75px;}


.blog_area {
	margin-left: 20px;
	float: none;
}

.blog_area_side {
	width: 290px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 15px;
}


.kaihou_area {
	margin-left: 0px;
	float: none;
	display: block;
	height: 280px;
	width: 290px;
	background-image: url(../img/kaihou.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 15px;
}

.kousin {
	font-size: 12px;
	text-align: left;
	width: 105px;
	float: left;
	line-height: 135%;
	vertical-align: middle;
	padding-top: 70px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.next {
	margin-top: 245px;
	float: right;
	width: 135px;
	margin-right: 25px;
}

.jimukyoku_area {
	margin-left: 8px;
	float: none;
	display: block;
	height: 220px;
	width: 290px;
	background-image: url(../img/jimukyoku.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 15px;
}

.annai {
	font-size: 12px;
	text-align: left;
	width: 230px;
	float: left;
	line-height: 135%;
	vertical-align: middle;
	padding-top: 120px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.text_migi {
	text-align: right;
}


#main p {
	float: none;
}


/* ------------------------------
テーブル
------------------------------ */

.table_1 {
	width: 540px;
	top: 10px;
	padding: 0px;
	border: 1px solid #CCCCCC;
	margin-left: 20px;
}
.table_1 th {
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	background-color: #FFCCCC;
	font-size: 14px;
	border: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.table_1 td {
	text-align: left;
	vertical-align: middle;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	font-size: 14px;
	text-indent: 10px;
}

/* ------------------------------
テーブル
------------------------------ */

.table_2 {
	width: 500px;
	top: 10px;
	margin-left: 40px;
	background-color: #CCCCCC;
}
.table_2 th {
	font-weight: normal;
	background-color: #CCFFFF;
	font-size: 14px;
	text-align: center;
	padding: 5px;
}
.table_2 td {
    text-align: left;
    vertical-align: middle;
    background-color: #FFFFFF;
    font-size: 14px;
    text-indent: 10px;
    font-weight: bold;
    padding: 5px 5px 5px 20px;
}

/* ------------------------------
テーブル
------------------------------ */

.table_3 {
	width: 540px;
	top: 10px;
	padding: 0px;
	border: 1px solid #CCCCCC;
	margin-left: 20px;
	background-color: #CCCCCC;
}
.table_3 th {
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	background-color: #FFFFCC;
	font-size: 14px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-indent: 10px;
}
.table_3 td {
	text-align: left;
	vertical-align: middle;
	background-color: #FFFFFF;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	font-size: 14px;
	text-indent: 10px;
}

/* ------------------------------
テーブル
------------------------------ */

.table_4 {
	width: 540px;
	top: 10px;
	padding: 0px;
	border: 1px solid #CCCCCC;
	margin-left: 20px;
	background-color: #CCCCCC;
}
.table_4 td {
	text-align: left;
	vertical-align: middle;
	background-color: #FFFFFF;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	font-size: 14px;
	text-indent: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	border-collapse:collapse;
}

/* ------------------------------
テーブル_サイド
------------------------------ */

.table_side {
	width: 280px;
	padding: 0px;
	top: 10px;
	font-size: 14px;
	height: 640px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 12px;
	margin-bottom: 10px;
}
.table_side tr {
	text-align: center;
	font-size: 14px;
	color: #333333;
	vertical-align: bottom;
}
.table_side td {
	text-align: left;
	font-size: 14px;
	color: #333333;
	padding: 10px;
	vertical-align: top;
}

/* ------------------------------
委員会表
------------------------------ */

.txt_c {
	font-size: 125%;
	margin-left: 80px;
}

.iinkai {
	/*border: 1px solid rgba(176,174,174,1.00);
	border-collapse: collapse;*/
	margin-left:12px;
	background-color: rgba(176,174,174,1.00);
}

.iinkai th {
	background-color: rgba(255,255,204,1.00);
	/*border: 1px solid rgba(176,174,174,1.00);
	border-collapse: collapse;*/
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	width: 23%;
}
.iinkai td {
	background-color: #FFFFFF;
	/*border-collapse: collapse;*/
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 6px;
	width: 25%;
}
td.iinhyo {
	padding-left: 28px;
}

stong.btnLink {
    margin-top: 6px;
}
.btnLink a {
    background-color: #36A27B;
    padding: 10px 12px;
    color: #ffffff;
    border-radius: 6px;
    display: inline-block;
}
.btnLink a:hover {
    background-color:#33C0A4;
}

/* ------------------------------
 ソーシャルメディア
------------------------------ */

.social {
	margin-left: 20px;
	margin-bottom: 15px;
}

.ban {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 8px;
}



/* ------------------------------
 パンくず記述
------------------------------ */
#breadcrumbs {
	clear: both;
	FONT-SIZE: 12px;
	LINE-HEIGHT: 2.5em;
	HEIGHT: 25px;
	TEXT-ALIGN: left;
	background-image: url(../img/bread_bg.jpg);
	background-repeat: no-repeat;
	color: #FF3366;
	padding-left: 20px;
	padding-bottom: 8px;
}



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

#footer {
	clear: both;
	text-align: center;
	font-size: 12px;
	color: #FF6699;
	line-height: 3em;
	background-image: url(../img/footer_bg.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	background-position: center;
	height: 34px;
	margin: 0px;
}



/* ------------------------------
What's New
------------------------------ */

#main dl.new {
	background: #FFFFFF;
	margin-top: 10px;
	width: 600px;
}

#main dt {
	font-size: 14px;
	font-weight: normal;
	background-image: url(img/new_t.jpg);
	background-repeat: no-repeat;
	background-position: 10px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 46px;
}

#main dd {
	font-size: 14px;
	color: #333333;
	margin-top: 10px;
	margin-right: 1px;
	margin-bottom: 20px;
	margin-left: 20px;
}

.cond {
	font-size: 11px;
}

/* ------------------------------
罫線
------------------------------ */

hr  {
	clear: both;
	float: none;
	border-collapse:collapse;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	margin-bottom: 20px;
	margin-top: 20px;
	height: 1px;
}

/* ------------------------------
見出し
------------------------------ */
#cl {
	clear: both;
	float: none;
}


/* ------------------------------
totop設定
------------------------------ */
#totop {
	clear : both;
	width: 960px;
	display: block;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 0px;
	background-image: url(../img/body_bg.jpg);
	background-repeat: repeat;
	margin-right: auto;
	text-align: right;
}


#totop img{
	margin-right: 20px;
	margin-bottom: 3px;
}





/* ------------------------------
clear
------------------------------ */
	
.clear { clear:both; }   
.visual {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	width: 480px;
	text-align: left;
}
.visual td {
	text-align: left;
	vertical-align: top;
	background-position: top;
}

.visual  img {
	margin-right: 5px;
	margin-left: 5px;
}


/* ------------------------------
バナー
------------------------------ */

#side .banner {
	width: 270px;
	margin-left: 8px;
	margin-bottom: 15px;
	clear: both;
	float: none;
}

/* ------------------------------
下線リンク
------------------------------ */
.mail a {
	text-decoration: underline;
}

/* ------------------------------
VR　ポスター展コーナー
------------------------------ */
.vrposter {
	background-color: #E7FAFC;
	border: solid 1px #A1D1E5;
	padding: 10px;
	text-align: center;
	margin: 10px 20px 20px;
}
/**/.vrposter h3{
	text-align: center;
	font-size: 135%;
	color: #0085B2;
	border-bottom: 3px solid #F57A7C;
	margin-bottom: 15px;
}
