@charset "utf-8";
/* formatting style
----------------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
	background-repeat: repeat;
	background-image: url(images/bg.gif);
}
hr {
	display: none;
}
/* link styles
----------------------------*/

a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #717171;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}
/* basic layout
----------------------------*/
#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 768px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}
#main {
	padding: 1px;
	float: left;
	width: 542px;
	margin-bottom: 1px;
}
#comain {
	color: #333333;
	width: 542px;
	padding: 1px;
	float: left;
	margin-bottom: 1px;
}
#widthlong {
	width: 762px;
	float: left;
	padding: 1px;
	margin-bottom: 1px;
	color: #333333;
}


#sideber {
	padding: 1px;
	float: right;
	width: 220px;
	margin-bottom: 1px;
	background-color: #EEEEEE;
}
#footer {
	color: #FFFFFF;
	background-color: #003366;
	padding: 5px;
	clear: both;
	height: 40px;
}
/* header styles
----------------------------*/
#header {
	height: 93px;
	border-top: 3px solid #FFFFE6;
	position: relative;
}
#top_img {
	width: 768px;
	height: 200px;
}
#subPage_img {
	height: 150px;
	width: 768px;
}


#header #tamagawa_h_logo {
	position: absolute;
	left: 0px;
	top: 5px;
}
#header ul {
	background-color: #FFFFFF;
	width: 768px;
	position: absolute;
	left: -1px;
	top: 54px;
}
#header ul li {
	float: left;
	list-style: none;
}
#header ul li a {
	line-height: 2.5em;
	color: #4B4B4B;
	text-decoration: none;
	background-color: #E1E4FF;
	text-align: center;
	display: block;
	height: 2.5em;
	width: 152px;
	border-top: 3px solid #0000BD;
	border-bottom: 3px double #7A7BB8;
	border-left: 2px solid #FFFFFF;
	background-image: url(images/bg_menu.gif);
}
#header ul li a:hover {
	background-color: #C4CAFF;
	background-image: url(images/bg_menu_hover.gif);
}

#header ul li#nHome a {
	border-left-style: none;
}


/* main styles
----------------------------*/
#main h2 {
	margin-bottom: 3px;
	color: #FFFFFF;
	background-color: #97A2FF;
}
#main p {
	line-height: 1.8;
	margin-bottom: 1px;
}
#main dl#news dt {
	font-weight: bold;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px 0px 10px ;
	clear: left;
	float: left;
	width: 5em;
	padding-left: 15px;
}
#main dl#news dd {
	margin: 0px 0px 10px 6em;
}



/* sideber styles
----------------------------*/
#sideber h2 {
	margin-bottom: 5px;
}
#sideber dl dt a {
	padding: 1px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}
#sideber dl dt {
	clear: both;
}
#sideber dl dd {
	margin-bottom: 10px;
}
/* footer styles
----------------------------*/
#footer ul li a {
	color: #CCCCCC;
}
#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p a {
	color: #CCCCCC;
}
#footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	margin-right: 15px;
	list-style: none;
}
#footer p {
	margin: 0px;
	float: right;
}
#sideber-right {
	padding: 1px;
	float: left;
	width: 220px;
	margin-bottom: 1px;
}
