@charset "UTF-8";
/*formatting style
------------------------*/
* {
	margin: 0px;
	padding: 0px;
	font-style: normal;
}
body {
	color: #333333;
	background-color: #BF6067;
	background-image: url('images_top/bg.gif');
	background-repeat: repeat;
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6
}
hr {
	display: none;
}
/* link styles
------------------------*/

a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	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: 858px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}
#main {
	padding: 15px;
	float: right;
	width: 573px;
	margin-bottom: 20px;
}
#sidebar {
	padding: 15px;
	float: left;
	margin-bottom: 20px;
	width: 225px;
}
#footer {
	color: #FFFFFF;
	background-color: #994D53;
	padding: 15px;
	clear: both;
}
/* header styles
------------------------*/

#header {
	background-image: url('images_top/header02.jpg');
	background-repeat: no-repeat;
	height: 270px;
	border-top: 4px solid #BF6067;
	position: relative;
	list-style-type:decimal; list-style-image:url('none'); list-style-position:inside
}
#siiku #header {
    background-image: url('images_top/header01.jpg');
}
#harisen #header {
    background-image: url('images_top/header03.jpg');
}
#links #header {
    background-image: url('images_top/header04.jpg');
}
#profile #header {
    background-image: url('images_top/header05.jpg');
}
#suizokukan #header {
    background-image: url('images_top/header06.jpg');
}
#suiso #header {
    background-image: url('images_top/header07.jpg');
}   
#header #logo {
	position: absolute;
	left: 20px;
	top: 110px;
}
#header ul {
	background-color: #FFFFFF;
	width: 858px;
	position: absolute;
	left: 0px;
	top: 200px;
}
#header ul li {
	list-style: none;
	float: left;
}
#header ul li a {
	line-height: 2.5em;
	color: #666666;
	text-decoration: none;
	background-color: #FFE6E8;
	text-align: center;
	display: block;
	line-height: 2.5em;
	width: 140px;
	border-top: 3px solid #FF808A;
	border-bottom: 3px double #999999;
	border-left: 3px solid #FFFFFF;
}
#header ul li a:hover {
	background-color: E8ECF5;
}


#home #header #nHome a, 
#links #header #nLinks a, 
#harisen #header #nHarisen a, 
#suiso #header #nSuiso a, 
#suizokukan #header #nSuizokukan a, 
#siiku #header #nSiiku a {
	color: #FFFFFF;
	background-color: 828CA7;
}

/* main styles
------------------------*/

#main h2 {
	font-size: 100%;
	margin-bottom: 15px;
    background-image: url('images_top/bullet.gif');
    background-repeat: no-repeat;
    background-position: left center;
    border-top: 3px solid #FF808A;
    border-bottom: 1px dotted #666666; padding-left:15px; padding-right:0px; padding-top:4px; padding-bottom:4px;
}
#main h1 {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 150%;
}
#main p {
	line-height: 1.8;
	margin-bottom: 1em;
	padding-left: 10px;
}
#main h3 {
	text-align: center;
	padding-top: 10px;
	font-size: 10px;
	color: #343434;
}
#home #main h2 { 
    background-image: url('none');
    padding: 0px;
    border-style: none;
}
#main dl#news dt {
    font-weight: bold;
    background-image: url('images_top/bullet2.gif');
    background-repeat: no-repeat;
    background-position: left center;
    clear: left;
    float: left;
    width: 5em;
    padding-left:15px; margin-left:0px; margin-right:0px; maegin-top:0px; margin-bottom: 10px;
}
#main dl#news dd {
    margin: 0px 0px 10px;
}



/* sidebar styles 
------------------------*/
#sidebar h2 {
	margin-bottom:30px;
	margin-top: 10px;
}
#sidebar dl dt a {
    padding: 5px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #CCCCCC;
}
#sidebar dl dt a:hover {
    border: 1px solid #000000;
}
#sidebar dl dt {
    clear: both;
}
#sidebar dl dd {
    margin-bottom: 10px;
}
#sidebar ul {
	margin-top: 10px;
	padding-left: 10px;
}
#sidebar dt {
	clear: both;
}
#sidebar ul li {
   margin-bottom: 6px;
   list-style: none;
}
#sidebar ul li a {
	background-image: url('images_top/arrow.gif');
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	width: 200px;
	padding-left: 15px;
}
#sidebar ul li a:hover{
	background-image: url('images_top/arrow_hover.gif');
}

/* 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;
	list-style: none;
	margin-right: 15px;
}
#footer p {
	margin: 0px;
	float: right;
}



/* faq
------------------------------*/
#main dl#faqList dt {
	font-weight: bold;
	background-image: url('images/q.gif');
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px
}
#main dl#faqList dd {
	line-height: 1.8;
	background-image: url('images/a.gif');
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 1em;
	padding-left: 25px
}
/* table
------------------------------*/
#main table {
	margin-bottom: 15px;
	border-top: 1px solid #CCCCCC;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:collapse;
}
#main table th {
	text-align: right;
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#main table td {
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
	margin: 10px;
}
#main table tr td p {
	margin: 5px;
	padding: 0px;
	border-width: 0px;
}
#main table tr td p img {
	margin: 5px;
}
#main table tr.odd {
	background-color: #EFEFEF;
}
/* works
------------------------------*/
#main div.wk {
	float: left;
	width: 170px;
	margin-right: 20px;
	margin-bottom: 15px;
}
#main div.wk h3 {
	margin: 10px 0px 5px;
}
#main div.wk h3 a {
	font-family: Vardana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.2;
	font-weight: bold;
	display: block;
	padding-left: 7px;
	border-left: 3px solid #999999;
}
#main div.wk img {
	border: 1px solid #999999;
}
/* form
------------------------------*/
#main form {
	margin-bottom: 25px;
}
#main input[type="text"], #main textarea {
	padding: 2px;
	border: 1px solid #999999;
}
#main form em {
	color: #FF0000;
	padding-left: 5px;
}
#main form textarea#comment {
	overflow: auto;
	height: 120px;
	width: 300px;
}

