/*基礎部分で使用するCSS */

body {
color: #333333;
margin: 0px;
padding: 0px;
font-size: 12px;
background-image:url(../img_common/background_image.jpg);
background-repeat:repeat-x;	line-height: 1.4em;
font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
text-align:center;	
}

#allArea{
margin:0px auto 0px auto;		/* ←IE6とFirefox1.5のセンタリングはこの指定だけでOK。ただし、上記IE1.5用の記述があるとIE6とFirefox1.5も文字がセンタリングされるので、下記の左よせの記述は絶対に必要。*/
padding:0px;
width:750px;				/* ←左右にラインがあるため、実際は762pxになる。 */
height:100%;				/* ←高さ指定を内容の全体に100%でかける。 */
text-align:left;				/* ←IE5.x用に記述。センタリングされた文章を左よせに戻す。上記centerの記述があるときは絶対にこれも記述する。 */
background-color:#FFFFFF;
}

#allArea_line{
padding:0px;
width:750px;	
margin:0px;
border-left:solid 1px #CCCCCC;
border-right:solid 1px #CCCCCC;
/*最後にallArea_line領域に背景をひく */	
float:left;
background-color:#FFFFFF;
}

a:link,a:visited {
	color:#0033CC;
	text-decoration: none;
}
a:hover,a:active {
	color: #D12A4A;
	text-decoration: none;
}

#contents {
	text-align: center;
}

#headmese {
	padding: 3px 3px 3px 5px;
	font-size:10px;
	text-indent:5px;
}

#head {
	width: 745px;
	margin: 0px;
	padding-right: 5px;
}

#navi {
	width: 750px;
	text-align: left;
}
#footer {
	width: 740px;
	padding: 2px 5px;
	background-image: url(../img_common/footer_bk.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	font-size:10px;
}
a.footerlink:link,a.footerlink:visited {
	color: #333333;
}
a.footerlink:hover,a.footerlink:active {
	color: #0033CC;
}

.clear{
clear: both;
}


/*中で使用するCSS */


#pankuzu {
	width: 740px;
	padding: 5px 3px 5px 5px;
	text-align: left;
	font-size:10px;
	text-indent:5px;
}

#leftmenu {
	text-align: left;
	background-image: url(../img_common/menu_bk.gif);
	background-repeat: repeat-x;
}

#main {
	width: 550px;
	text-align: left;
	margin-bottom:20px
}

a.botan:link,a.botan:visited {
	background-image: url(../img_top/point02.gif);
	background-repeat: no-repeat;
	padding-left: 13px;
}
a.botan:hover,a.botan:active {
	background-image: url(../img_top/point02on.gif);
	background-repeat: no-repeat;
	padding-left: 13px;
}

.banner {
	margin: 5px 0 5px 3px;
	width: 149px;
	text-align: center;
	padding: 0px;
}

.photo {
	width: 155px;
	margin: 0px;
	padding: 0px;
}


.menu {
	margin: 0px 0px 20px;
	padding: 0px;
	width: 155px;
}
.menu li {
	width: 145px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	list-style-type: none;
	background-color: #E7E7E7;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #999999;
	margin: 0px;
}
.title {
	background-image: url(../img_common/point_title.gif);
	background-repeat: no-repeat;
	padding: 5px 5px 5px 15px;
	border: 1px solid #CCCCCC;
	font-size: 13px;
	font-weight: bold;
	background-position: 0px 5px;
	margin-bottom: 0px;
}

#main h2 {
	background-image: url(../img_common/point_title.gif);
	background-repeat: no-repeat;
	padding: 5px 5px 4px 15px;
	border: 1px solid #CCCCCC;
	font-size: 14px;
	font-weight: bold;
	background-position: 0px 5px;
	margin:3px 0 10px 0;
}

h3 {
	background-image: url(../img_common/h3_back.gif);
	background-repeat: no-repeat;
	padding: 5px 5px 5px 23px;
	font-size: 13px;
	font-weight: bold;
	background-position: 0px 4px;
	margin:0 0 10px 0;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding: 1px 0 2px 12px;
	margin:0 0 10px 0;
	background-image: url(../img_common/h4_back.gif);
	background-repeat: no-repeat;
}


.sabtitle {
	background-image: url(../img_common/point_sab.gif);
	background-repeat: no-repeat;
	padding: 5px 5px 5px 15px;
	font-size: 12px;
	font-weight: bold;
	background-position: 0px 4px;
	margin-left: 2px;
	margin-bottom: 15px;
}

.honbun {
	margin-bottom: 15px;
}

.underline {
	text-decoration: underline;
	margin-bottom: 5px;
}




a.menulink:link,a.menulink:visited {
	color: #333333;
	text-decoration: none;
    font-size: 12px;
}

a.menulink:hover,a.menulink:active {
	color: #0033CC;
	text-decoration: none;
	font-size: 12px;
}
.point {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 15px;
}
.point2 {
	font-size: 110%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding: 2px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #999999;
	margin-bottom: 15px;
}
.list {
	margin-bottom: 15px;
}

.list li {
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 30px;
}
.midashi {
	background-color: #E8E8E8;
	padding: 3px;
	text-align: center;
}
.midashimoji {
	padding: 5px 10px 15px;
}
.arealink {
	list-style-type: none;
}
.hyou  {
	border: 1px solid #CCCCCC;
	margin-top: 5px;
}

.hyou td {
	padding: 3px;
}

.merit {
	margin-bottom:20px;
}

/* 沿革で使用するテーブルはここから  070125_miyajima */ 


table.enkaku {
	font-size: 10pt; color:#555555;
}

table.enkaku td {BORDER-TOP: #CAC9C9 1px solid; line-height:1.3em;
}

table.enkaku th {BORDER-TOP: #CAC9C9 3px solid; line-height:1.3em; text-align:center; width:120px;
}

table.enkaku_none {
	BORDER-TOP: medium none; BORDER-LEFT: medium none; 
}

table.enkaku_none td {
	BORDER-RIGHT: medium none; BORDER-BOTTOM: medium none;
}

/* 沿革で使用するテーブルはここまで  */



TABLE.spec {
	BORDER-TOP: #CAC9C9 1px solid; BORDER-LEFT: #CAC9C9 1px solid ; font-size: 10pt; color:#555555;
	line-height: 1.3em;
}
TABLE.spec TD {
	BORDER-RIGHT: #CAC9C9 1px solid; BORDER-BOTTOM: #CAC9C9 1px solid; FONT-SIZE :10pt;
}
TABLE.spec TH {	BORDER-RIGHT: #CAC9C9 1px solid; BORDER-BOTTOM: #CAC9C9 1px solid; FONT-SIZE :10pt;　background-color: #F3FFF2;
}
TABLE.spec_none {
	BORDER-TOP: medium none; BORDER-LEFT: medium none;
}
TABLE.spec_none TD {
	BORDER-RIGHT: medium none; BORDER-BOTTOM: medium none;
}

TABLE.photo {
	BORDER-RIGHT: #CAC9C9 1px solid; BORDER-BOTTOM: #CAC9C9 1px solid;  text-align:center; width:150px;
}

.logo_photo{
    margin:0;
    padding:0;
    border:0;
}


.members_gijiroku {
	list-style-type: none;
	margin: 0 0 20px 0;
	padding:0px;
}

.gijiroku_list {
	list-style-type: none;
	margin: 0 0 15px 0;
    padding:0px;
}

.gijiroku_honbun{
	margin:0;
	padding:0 0 0 0;
}

.gijiroku_honbun .gijiroku_text{
    float:left;
	margin:0px;
}

.gijiroku_honbun .gijiroku_download{
    float:left;
	margin:0 20px 0 0;
}

.syousai_link{
text-align:right;
}

.sonota_link{
margin:0 0 25px 0;
}

.members_syorui {
	list-style-type: none;
	margin: 0 0 10px 0;
	padding:0px;
}

.syorui_list {
	list-style-type: none;
	margin: 0 0 10px 3px;
   　　　　　  padding:0 0 0 0;
}

.menberslist_gojyuon {
	list-style-type: none;
	margin:0 0 40px 5px;
	padding:0px;
}

.menberslist_gojyuon li {
	margin: 0 0 5px 0;
    padding:0 10px 0px 10px;
	float:left;
	border-right:1px solid #999999;
}

.menberslist_listtable {
	list-style-type: none;
	margin:0 0 15px 0px;
	padding:0px;
}

.menberslist_listtable li {
	margin:0 0 15px 0px;
	padding:0;
}

.form_sentaku {
	padding:0;
	margin:0;
}

.totop{
margin:10px 0 25px 0;
text-align:right;
	}


#members_head {
	width: 745px;
	margin: 0px;
	padding-right: 5px;
	border-bottom:solid 1px #CCCCCC;
}


#members_leftmenu {
	text-align: left;
	border-right:solid 1px #CCCCCC;
}


#members_leftmenu li{
list-style-image:url(../images/members_listmark.gif);
list-style-position:outside;
margin: 5px 0 0 20px;
padding:0 3px 0 0;
}

#members_leftmenu a:link,a:visited{
	color: #333333;
}

#members_leftmenu a:hover,a:active{
	color: #0033CC;
	text-decoration:underline;	
}


#members_leftmenu .next_txt{
	text-align: right;
	margin:5px;
}

#members_leftmenu .members_count{
padding:5px;
margin:5px;
border:solid 1px #CCCCCC;
background-color:#FFFFCC;
}

	.members_list {
	list-style-type: none;
	margin: 0 0 20px 0;
    padding:20px;
	border: 1px solid #CCCCCC;
	
}

ul, ol, li{
margin: 0px;
padding: 0px;
list-style:none;
}

#members_leftmenu .noentry{
	margin:5px 5px 10px 10px;
}

#members_leftmenu .members_info{
padding:5px;
margin:15px 5px 15px 5px;
border:solid 1px #CCCCCC;
background-color:#F7F7F7;
}


