/*------------------all------------------*/
* {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin: 0;
	padding: 0;
	line-height: 1.5;
}
img {
	border-style: none;
}
body {
	background-color:#EBF1F4;
}
a {
	text-decoration: none;
}
strong {
	font-weight: bold;
	color: #3366CC;
	font-size: 16px;
}
.red {
	color: #CC0000;
	font-weight: bold;
}
.italic {
	font-style: italic;
}
/*------------------contener------------------*/
#contener {
	width: 955px;
	background-color:#FFFFFF;
	background-image: url(img/shadow.gif);
	background-repeat: repeat-y;
	background-position: 950px;
	clear: both;
	float: left;
}
.clear {
	clear: both;
}

/*------------------head------------------*/
#head {
	height: 85px;
	width: 950px;
	background-image: url(img/head2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #02559B;
	font-size: 12px;
}
#head p {
	width: 319px;
	color: #FFFFFF;
	height: 78px;
	float: right;
	text-align: right;
	padding-top: 7px;
	padding-right: 11px;
}
#head p img {
	padding-top: 6px;
}
#head h1 {
	float: left;
	width: 600px;
	height: 85px;
}
/*------------------menu------------------*/
#menu {
	width: 236px;
	font-size: 12px;
	background-image: url(img/menu_shadow.gif);
	background-repeat: repeat-y;
	background-position: 236px;
	float: left;
	background-color: #FFFFFF;
}
#menu li {
	list-style-type: none;
}
#menu ul{
	padding-left:8px;
}
#menu img {
	vertical-align:bottom;
}
#menu #menu_zeimu a {
	color: #0033cc;
	line-height: 2em;
}
#menu_zeimu a:hover,#menu_consal a:hover {
	border-bottom: 1px dotted;
}
#menu #menu_consal a {
	color: #006600;
	line-height: 2em;
}
#menu .menu_title {
	font-size: 11px;
	color: #666666;
	margin-top: 5px;
}
#menu img a:hover {
	text-decoration: none;
}
/*------------------main------------------*/
#main {
	width: 950px;
	margin-right: 5px;
	clear: both;
	float: left;
	background-color: #F0F0F0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
/*------------------footer------------------*/
#footer {
	padding-bottom: 20px;
}
address {
	width: 670px;
	height: 30px;
	font-style: normal;
	text-align: center;
	font-size: 12px;
	background-image: url(img/k.gif);
	background-repeat: no-repeat;
	clear: both;
	background-position: top;
	padding-top: 40px;
}
/*------------------index-only------------------*/
#index {
	width: 670px;
	clear: none;
	padding: 20px;
	float: right;
	background-color: #FFFFFF;
}
#index h2 {
	padding-top: 15px;
	padding-bottom: 15px;
}
#index ul {
	padding-left: 30px;
}
#index ul a:hover {
	border-bottom: 1px dotted;
}
#index table a {
	border-style: none;
}
