@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	background-image: url(/images/main_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#sidebar  {
	width: 178px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#mainContent  {
	margin: 0px;
	padding: 0px;
	width: 590px;
	text-align: left;
} 
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#sidebar #update {
	background-color: #deeef2;
	width: 177px;
	margin-bottom: 2px;
}
#sidebar #update .text {
	line-height: 18px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#sidebar #update .text li {
	padding-left: -5px;
	margin-left: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#sidebar #update .text ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#sidebar #menu {
	width: 177px;
}
#sidebar #menu .text {
	line-height: 18px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}
#banner {
	margin-left: 10px;
}
#sidebar #menu .text li {
	padding-left: 0px;
	margin-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006699;
	list-style-image: url(/images/menu_arrow.gif);
	list-style-position: outside;
}
#sidebar #menu .text ul {
	margin: 0px;
	padding: 0px;
}
#sidebar #menu .text li a:link {
	text-decoration: none;
	color: #333333;
}
#sidebar #menu .text li a:visited {
	text-decoration: none;
	color: #333333;
}
#sidebar #menu .text li a:hover {
	text-decoration: underline;
	color: #990000;
}
#elm {
	margin-top: 10px;
}
.elm-01 {
	background-color: #f6f4f3;
	background-image: url(/images/element_01_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.elm-02 {
	background-color: #f6f4f3;
	background-image: url(/images/element_02_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.elm-03 {
	background-color: #f6f4f3;
	background-image: url(/images/element_03_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.elm-04 {
	background-color: #f6f4f3;
	background-image: url(/images/element_04_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.elm-05 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a7a7a7;
	background-image: url(/images/elm-05_bg.gif);
	background-repeat: repeat-y;
}
.main {
	background-color: #ffffff;
	padding: 25px 25px 0px 25px;
}
.maintext {
	font-size: 14px;
	line-height: 20px;
	width: 540px;
	padding: 0px 0px 25px 0px;
}
.mmargin {
	padding: 0px 0px 10px 0px;
	width: 540px;
}
.midashi {
	background-color: #DAE0F3;
	padding: 3px 5px 3px 5px;
	width: 530px;
	font-size: 15px;
	font-weight: bold;
}
#photo-intro {
	margin-top: 10px;
	margin-bottom: 20px;
}
#photo-intro #photo-tit {
	font-size: 10px;
	color: #666666;
	margin-bottom: 5px;
}
#elm .text {
	margin-top: 10px;
	margin-right: 80px;
	margin-left: 25px;
	line-height: 18px;
}
#elm .detail {
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 17px;
	margin-left: 25px;
	background-image: url(/images/menu_arrow.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
}
#elm .detail a:link {
	text-decoration: underline;
	color: #45a3b9;
}
#elm .detail a:visited {
	text-decoration: underline;
	color: #45a3b9;
}
#elm .detail a:hover {
	text-decoration: underline;
	color: #990000;
}
#elm .elm-05 .text {
	margin-right: 20px;
}
#elm .elm-05 .detail {
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
	background-image: url(/images/menu_arrow.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
}





.maintext li {
	padding-left: 0px;
	margin-left: 15px;
	padding-top: 0px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #006699;
	list-style-image: url(/images/menu_arrow.gif);
	list-style-position: outside;
}
.maintext ul {
	margin: 0px;
	padding: 0px;
}
.maintext li a:link {
	text-decoration: underline;
	color: #990000;
}
.maintext li a:visited {
	text-decoration: underline;
	color: #990000;
}
.maintext li a:hover {
	text-decoration: underline;
	color: #990000;
}



a:link {
	text-decoration: underline;
	color: #990000;
}
a:visited {
	text-decoration: underline;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}

.footer {
	text-align:right;
	font-size: 10px;
	line-height: 18px;
	width: 565px;
	padding: 0px 0px 25px 0px;
}