@charset "utf-8";
/* formatting style
----------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
}
body {
	font-family: sans-serif;
	line-height: 1.8;
	color: #333333;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat;
	font-size: 90%;
}
/* link styles
----------------------------------------------------*/
a img {
	border-style: none;
}
img#wide {
	width: 100%;
}

a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	color: #000099;
	text-decoration: none;
}
a:hover {
	color: #000099;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}
#top-title {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}


/* basic layout
----------------------------------------------------*/

#wrapper {
	background-color: #FFFFFF;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 35px;
	padding-left: 65px;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #666666;
	border-left-color: #666666;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #666666;
	border-bottom-style: none;
	background-image: url(image/top/note-back.jpg);
	background-repeat: repeat-y;
}
#header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

#header table {
	margin-bottom: 2px;
	background-repeat: no-repeat;
	margin-top: 0px;
}

#header a:link {
	color: #333333;
	text-decoration: none;
}
#header a:visited {
	color: #333333;
	text-decoration: none;
}
#header a:hover {
	color: #669900;
	text-decoration: underline;
}







#main {
	float: left;
	width: 475px;
	margin-top: 5px;
	padding-top: 5px;
	padding-right: 25px;
	padding-left: 25px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: none;
	border-right-color: #333333;
	border-left-color: #333333;
}
#main img {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	border: 1px solid #333333;
}
#main table#navi {
	background-image: url(image/top/navi-bar.jpg);
}
#main table#navi tr td {
	padding-left: 30px;
}
#main table#shinasai tr td {
	padding-right: 7px;
}
#main table#nagara4 tr td {
	padding-top: 0px;
}
#mainwide {
	width: 100%;
}






img#photo-kan {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
table#sesaku a img {
	clear: right;
}

#form a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#form a:visited {
	color: #FFFFFF;
	text-decoration: none;
}



#sidebar {
	float: right;
	width: 215px;
	margin-top: 5px;
}












#footer {
	background-color: #999933;
	clear: both;
	height: 40px;
	width: 750px;
	color: #FFFFFF;
	padding-top: 10px;
}

#footer a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:visited {
	color: #FFFFFF;
}
#footer2 {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 30px;
}

#footer2 a:link {
	color: #666666;
	text-decoration: underline;
}
#footer2 a:visited {
	color: #666666;
	text-decoration: underline;
}
#footer2 a:hover {
	color: #0000FF;
	text-decoration: none;
}
