@charset 'Shift_JIS';

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	
}  

a {
	color: #0000cd;
	text-decoration: underline;
}

a:hover {
	font-weight: normal; 
	color: #0000cd; 
	text-decoration: none;
}

body {

	background-color: #eee;
	background-repeat: repeat-x;
	font-family: "ＭＳ Ｐゴシック", Osaka , "ヒラギノ角ゴ Pro W3";
}


h1 {
	
	font-size: 110%;
	font-weight: bold;
	color: #0000cd;
	line-height: 160%;
	margin-bottom :20px;
	margin-top :20px;
}


h2 {
	margin :20px 0 20px;
	padding: 0 0 2px 4px; 
	border-left: 8px solid #999999;
	border-bottom: 1px solid #999999;
	font-size: 110%;
	color: #0000cd;
	line-height: 160%;
}

h2.small {
	
	font-size: 100%;
	font-weight: bold;

}



p {
	font-size: 90%;
	color: #333333;
	line-height: 160%;

}

p.small {
	font-size: 80%;

}

p.smallb {
	font-size: 80%;
	font-weight: bold;
	color: #0000cd;
}


p.border {
	padding: 6px 6px 6px 6px; 
	border: 1px solid #CCCCCC;
	font-weight: bold;
	color: #0000cd;

}
p.list {
	text-align: center;
	margin: 0 0 0 5px; 

	font-size: 80%;

	line-height: 140%;
}
p.footer {
	text-align: center;
	padding: 5px 0 0 0; 
	border-top: 1px dotted #333333;
	font-size: 80%;
	color: #0000cd;
	line-height: 140%;
}



ul {
	margin-top: 10px;
	margin-left: 30px;
	margin-bottom: 10px;
	line-height: 140%;
}

li {
	margin: 10px 0 10px;
	font-size: 90%;
	color: #333333;
	line-height: 140%;
}



.number li {
	list-style-type: decimal;
	margin-bottom: 10px;

}

.none li {
	list-style-type: none;
	margin-bottom: 10px;

}


#main {
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}


#container {
	width: 700px;
	margin:0px 15px 0px;
	padding: 0px;
	background: #FFFFFF;
}

.con img
{

	margin: 10px 0px 0px 10px;
}



.jisseki {
	width: 700px;
	margin: 20px auto;	
}

.jisseki a {
	color: #0000cd;
	text-decoration: none;
}

.jisseki img {
	border: 1px solid #CCC;
	padding: 2px;	
	margin: 10px 5px 10px 0;
}




/*　----------メニューボタン----------　*/

#menu_w {
	width: 700px;
	margin:0px auto 0px;

}

#menu {
	width: 700px;
	margin:0px auto 0px;
	height: 50px;
	float:left;

}

#menu ul {

	margin:0px auto 0px;
	padding:0;
	list-style:none;
}

#menu li {
	float:left;
	display:block;
	width: 175px;
	height: 50px;
	background-image: url(../images/w_button.gif) ;
	text-indent: -9999px;
}

#menu01 a {
	background-position:-0 0;
	float:left;
	display:block;
	width: 175px;
	height: 50px;
	background-image: url(../images/w_button.gif) ;
	text-indent: -9999px;
}

#menu02 a {
	background-position:-175px 0;
	float:left;
	display:block;
	width: 175px;
	height: 50px;
	background-image: url(../images/w_button.gif) ;
	text-indent: -9999px;
}

#menu03 a {
	background-position:-350px 0;
	float:left;
	display:block;
	width: 175px;
	height: 50px;
	background-image: url(../images/w_button.gif) ;
	text-indent: -9999px;
}

#menu04 a {
	background-position:-525px 0;
	float:left;
	display:block;
	width: 175px;
	height: 50px;
	background-image: url(../images/w_button.gif) ;
	text-indent: -9999px;
}

#menu01 a:hover {
	background-position:-0 -50px;
	float:left;
	display:block;
	width: 175px;
	height: 50px;
	background-image: url(../images/w_button.gif) ;
	text-indent: -9999px;
}

#menu02 a:hover {
	background-position:-175px -50px;
	float:left;
	display:block;
	width: 175px;
	height: 50px;
	background-image: url(../images/w_button.gif) ;
	text-indent: -9999px;
}

#menu03 a:hover {
	background-position:-350px -50px;
	float:left;
	display:block;
	width: 175px;
	height: 50px;
	background-image: url(../images/w_button.gif) ;
	text-indent: -9999px;
}

#menu04 a:hover{
	background-position:-525px -50px;
	float:left;
	display:block;
	width: 175px;
	height: 50px;
	background-image: url(../images/w_button.gif) ;
	text-indent: -9999px;
}


/*　----------クリア----------　*/
#clear {
	clear: both;

}