/*base css
--------------------------------------------------*/
body {
	margin : 0; 
	padding : 0;
	background-color: #fff;
	width:800px;
}

body,td,div,li	{
	font-size : small;
	font-family : verdana,arial,sans-serif;
	line-height : 120%;
}

a:link {color: #36c; text-decoration: underline}
a:visited {color: #666; text-decoration: underline}
a:hover {color: #900; text-decoration: underline}

table {
	border: none;
	border-collapse:collapse;
	padding: 0;
}

img {
	border:none;
}

/*main_navi
--------------------------------------------------*/
div#main_navi {
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	background-image: url(../images/bg_blue.gif);
	width: 720px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: none;
}

div#main_navi a:link {color: #EBEBEB; text-decoration: none}
div#main_navi a:visited {color: #EBEBEB; text-decoration: none}
div#main_navi a:hover {color: #fff; text-decoration: none}

/*sub_navi
--------------------------------------------------*/
div#sub_navi {
	width: 718px;
	line-height: 130%;
	border-bottom: 1px dotted #666;
	border-left: 1px dotted #666;
	border-right: 1px dotted #666;
	background-color: #fff;
	padding-top: 2px;
	padding-bottom: 5px;
}
div#sub_navi td{
	font-size: 10px;
}

div#sub_navi a:link {color: #333; text-decoration: none}
div#sub_navi a:active {color: #333; text-decoration: none}
div#sub_navi a:visited {color: #333; text-decoration: none}
div#sub_navi a:hover {
	color: #990000;
	text-decoration: none;
	background-image:url(../images/bg_blue_off.gif);
	background-repeat: repeat;
	background-color: #77b4ff;
}

/*contents
--------------------------------------------------*/
h1 {
	font-size: large;
	font-weight: bold;
	text-indent: 2em;
}

h1#info {
	background-image:url(../images/title01.jpg);
	background-repeat: no-repeat;
	border-style: none;
	height: 65px;
	width: 720px;
	margin: 30px 0 10px 0;
	padding-top: 25px;
}

h1#activities {
	background-image:url(../images/title02.jpg);
	background-repeat: no-repeat;
	border-style: none;
	height: 65px;
	width: 720px;
	margin: 30px 0 10px 0;
	padding-top: 25px;
}

h2 {
	margin-left : 25px;
	font-size: medium;
	font-weight: bold;
	border-left: 10px solid #c33;
	text-indent: .5em;
}

h3 {
	color: #c33;
	margin-left : 10px;
	clear:both;
	font-size:medium;
	text-indent: .5em;
	line-height: 130%;
	width: 500px;
}

h4 {
	font-size:small;
	text-indent: 1.5em;
	margin-top: 30px;
}

/*top
--------------------------------------------------*/
.bg_sq_side {
	background-image:url(../../images/bg_sq_side.gif);
}

/*
--------------------------------------------------*/

div.text_fl_left {
	width: 410px;
	float: left;
	margin: 0 30px 20px 35px;
}

span.fl_right {
	float: right;
	margin: 0 10px 0px 0px;
}

div#contents p.text {
	margin-left:25px;
}

div#contents p.text2{
	margin: 0 60px 15px 25px;
	border-left: 2px double  #36c;
	padding-left: 10px;
}

div#contents .square {
	font-size: x-small;
	line-height: 130%;
	background-image:url(../images/bg_ffe3c5.gif);
	margin: 45px;
	border: 1px solid #ccc;
	padding: 15px 25px;
}

div#contents .square li{
	margin-bottom:10px;
}

div#contents div#office {
	border-style: none;
	margin: 0 30px 30px 35px;
}

div#contents div#office table td{
	font-size: x-small;
	line-height: 130%;
}

.u_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}
/*font
------------------------------------------------------------*/
.small_red_bold {
	font-size: small;
	font-weight: bold;
	color: #c33;
}

.bold {
	font-weight: bold;
}




.to_top {
	font-size: x-small;
	text-align: right;
	background-image: url(../images/arrow_top.gif);
	background-repeat: no-repeat;
	background-position: right;
	margin-right: 20px;
	padding-right: 20px;
	}


/*footer
------------------------------------------------------*/
div#footer img {
	margin-top: 20px;
}


.copyright {
	text-align: center;
	font-weight: normal;
	font-size: 10px;
	color: #666666;
	font-style: normal;
	margin: 15px 0 30px 0;
}