@charset "EUC-JP";
/* CSS Document */
/* BASE-------------------------------------- */
* {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
html,body{
height: 100%;
}
body {
font-size: 80%;
margin: 0px;
text-align: left;
text-decoration: none;
color: #000000;
font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

img {
border-style: none;
border-width: 0;
margin: 0px;
padding: 0px;
}

a:link {
text-decoration:none;
color:#FF6600;
}

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

a:hover {
color:#000066;
text-decoration:underline;
}

.clear {
clear: both;
}
hr {
display:none;
}



/* MAIN wrapper-------------------------------------- */

#main_wrapper {
width: 100%;
height: 100%;
min-height: 100%;
margin-left : auto ;
margin-right : auto ;
position: relative;
margin-top: 0px;
margin-bottom: 0px;
padding: 0px;
background-repeat:repeat-y;
}


/* Contents wrapper-------------------------------------- */
/*フッタをコンテンツ部分で止める子供セレクタ*/
body > #main_wrapper {
        height: auto;
}


/* Header-------------------------------------- */
/* サブコンテンツのヘッダー */
#main_wrapper h1#header {
display:none;
}

/* Footer-------------------------------------- */

#main_wrapper #footer { 
display:none;
}


/* 左　カラム-------------------------------------- */

#left_column {
display: none;
}


/* 左　カラム　メニュー-------------------------------------- */
ul#mainmenu {
display: none;
}

ul#mainmenu li a {
display: none;
}


/* 右　カラム-------------------------------------- */

#right_column {
display: block;
width: 760px;
text-align : left ;
}


/* access-------------------------------------- */

/*#right_column h3#add {
display: list-item;
  list-style-image: url(../images/access/h3_add.gif);
  list-style-position: inside;
  letter-spacing: -1000em;
}

#right_column h3#access {
display: list-item;
  list-style-image: url(../images/access/h3_access.gif);
  list-style-position: inside;
  letter-spacing: -1000em;
}*/

#right_column iframe { 
	display:none;
}

p#printmap02 { 
width:800px;
height:800px;
	display: block;
}

#right_column p {
margin: 0px 20px 15px 26px;
}
#right_column ul {
margin: 0px 20px 40px 26px;
list-style:none;
}

#right_column p small {
display:none;
}

div#right_column strong a {
display:none;
}
