@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
	vertical-align: bottom;
}

strong {
	font-size: 115%;
}

.caution {
	color: #ff0000;
}

.clr_red {
	color: #ff0000;
}


body {
	margin: 0px;
	padding: 0px;
	background: url(../images/bg_nav.jpg) repeat-x;
	text-align: center;
	font-size: 80%;
	font-family: "ãƒ¡ã‚¤ãƒªã‚ª","ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´",sans-serif;
	color: #333333;
}

body#page_index {
	margin: 0px;
	padding: 0px;
	background: url(../images/bg_body.jpg) repeat-x;
	text-align: center;
	font-size: 80%;
	font-family: "ãƒ¡ã‚¤ãƒªã‚ª","ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´",sans-serif;
	color: #333333;
}

#pagebody {
	width: 900px;
	margin: 0px auto;
	border-right: 0px solid #ADAED4;
	border-left: 0px solid #ADAED4;
	text-align: left;
	position: relative;
}



/*ãƒ˜ãƒƒãƒ€ãƒ¼****************************************************
**************************************************************
**************************************************************/
#header {
	width: 900px;
	height: 135px;
}

body#page_index #header {
	width: 900px;
	height: 135px;
}

#header h1 {
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 9pt;
	font-weight: normal;
	color: #ffffff;
	text-align: right;
}

#header #header_ci {
	width: 390px;
	height: 55px;
}

#header #header_add {
	width: 320px;
	height: 55px;
	position: absolute;
	top: 20px;
	left: 580px;
}



/*ã‚°ãƒ­ãƒ¼ãƒãƒ«ãƒŠãƒ“:*********************************************
**************************************************************
**************************************************************/
ul#globalnavi {
	width: 900px;
	height: 60px;
	clear: both;
	position: absolute;
	top: 75px;
	left: 0px;
}

body#page_index ul#globalnavi {
	width: 900px;
	height: 60px;
	clear: both;
	position: absolute;
	top: 75px;
	left: 0px;
}

ul#globalnavi li a img {
	display: block;
	height: 60px;
}

ul#globalnavi li {
	float: left;
	height: 60px;
	background: #ccffdd;
	position: relative;
	list-style-type: none;
}

* html ul#globalnavi li{
    display:inline;
    zoom:1;
}
*+html ul#globalnavi li{
    display:inline;
    zoom:1;
}



/*ãƒ¡ã‚¤ãƒ³:*********************************************
**************************************************************
**************************************************************/
#main {
	float: left;
	width: 630px;
	height: 700px;
}

#page_guide #main,
#page_access #main {
	height: 1100px;
}

#main .para {
	clear: both;
	margin: 20px 0px 80px;
	overflow: auto;
}

#main .para p {
	padding: 0px 0px 0px 20px;
	margin-bottom: 10px;
	line-height: 140%;
}

#main .para ul li {
	margin: 0px 20px 0px;
}

#main h2 {
	clear: both;
	height: 40px;
	margin: 0px 0px 10px;
}

#main h3 {
	background: url("../images/mrk_h3.jpg") no-repeat 0% 10%;
	text-indent: 20px;
	margin-left: 10px;
	color: #006933;
	font-weight: bold;
}


.tbl  {
	clear: both;
}

.tbl p img {
	display: block;
	float: left;
	margin: 0px 10px 20px 0px;
}


address {
	clear: both;
	display: block;
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-style: normal;
	font-family: "ãƒ¡ã‚¤ãƒªã‚ª","ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´",sans-serif;
	background: #1d2088;
	height: 20px;
	color: #ffffff;
}



/*ã‚µã‚¤ãƒ‰:*********************************************
**************************************************************
**************************************************************/

#side {
	float: right;
	width: 230px;
	padding-top: 20px;
}

#side .para {
	clear: both;
	margin-bottom: 20px;
}

#info {
	height: 212px;
	background: url("../images/bg_info.jpg");
	padding: 10px 6px;
}

#info p {
	margin: 0px 0px 10px;
	line-height: 120%;
}

#update {
	height: 60px;
	border: 1px solid #abaaaa;
	padding: 6px;
	overflow: auto;
}

#update dt {
	color: #006933;
	font-weight: bold;
	background: url("../images/mrk_leaf.jpg") no-repeat 0% 20%;
	text-indent: 15px;
}

#update dd {
	padding: 0px 0px 0px 10px;
}

/*ãƒãƒŠãƒ¼ã®ãƒ­ãƒ¼ãƒ«ã‚ªãƒ¼ãƒãƒ¼ã‚’é€æ˜Žåº¦ã§å¤‰åŒ–******************
**************************************************************
**************************************************************/
#side a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/*ï¼£ï¼©ã®é€æ˜Žåº¦ã¯å¤‰åŒ–ã•ã›ãªã„**************
#header_ci a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}****/

a:hover {
	color: #339999;
}



 