/*--- 共通css ---*/

body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-size: 80%;
	color: #333333;
	font-family: "Osaka","ＭＳ Ｐゴシック","ＭＳ ゴシック",sans-serif;
	margin-bottom: 10px;
}

ul,li,div,p,h,h1,h2,h3,h4,h5,form {
	margin: 0;
	padding: 0;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
	color: #003399;
/*	color: #4A99C4;
	font-weight: normal;
	cursor: pointer;
	outline-style: none; */
}

a:hover {
	color: #4A99C4;
}


/*
table {
	font-size: 11pt;
	line-height: 110%;
	color: #333333;
}

A.l { 
	text-decoration: underline;
}

A.b { 
	font-weight: bold;
}

A.bl { 
	text-decoration: blink;
}

br {
	line-height: 10px;
	font-size: 0px;
}

b {
	color: #725F49;
	font-weight: bold;
	letter-spacing: 1px;
}
*/



#container {
	width: 950px;
}

#header {
	padding-top: 10px;
	border-top: 4px solid #000066;
}

#left {
	width: 140px;
	float: left;
	text-align: left;
}

#footer {
	margin-top: 10px;
	font-size: 10pt;
}

#middle {
/*	border: 1px solid #9CA8BF;*/
	padding: 3px 10px;
	margin-bottom: 5px;
	text-align: left;
	background-color:#E3E5EF;
}

#wall {
	background-color: #9CA8BF;
	width: 805px;
	margin-left: 5px;
	padding-top: 20px;
	padding-bottom: 30px;
	text-align: left;
	float: left;
}


/*--- 配置 ---*/
.right {
	text-align: right;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
	line-height: 0px;
}



/*--- header ---*/

#logo {
	width: 158px;
	text-align: center;
	float: left;
	margin-top: 8px;
}

#logo p {
	background-color: #000066;
	font-size: 11pt;
	color: #ffffff;
	text-align: center;
	letter-spacing: 2px;
	margin-top: 4px;
	padding: 1px 0;
}

#logo a {
	display:block;
}

#head_adv {
	width: 770px;
	text-align: right;
	float: left;
	margin-left: 10px;
}

#header br {
	line-height: 0px;
}

/*--- menu ---*/
#menu {
	border: 1px solid #9CA8BF;
	padding: 0 2px;
}

.menu01 a {
	display:block;
	margin-top: 8px;
	margin-bottom: 3px;
	padding: 2px 3px;
	color: #5F6E87;
	background-color:#E3E5EF;
	font-weight: bold;
	font-size: 11pt;
}

.menu01 a:hover {
	color: #FFFFFF;
	background-color:#9CA8BF;
}

.menu01_2 {
	margin-top: 5px;
	margin-bottom: 3px;
	padding: 1px 3px;
	color: #5F6E87;
	background-color:#E3E5EF;
	font-weight: bold;
	font-size: 11pt;
}

.menu02 a {
	font-weight: bold;
	display:block;
	padding: 6px 4px;
	color: #333333;
/*	line-height: 11pt;*/
}

.menu02 a:hover {
	color: #AAAAAA;
}

.menu02 img {
	margin-right: 5px;
	vertical-align: middle;
}

.menu03 {
	display: none;
}


.menu03 li a {
/*	line-height: 5pt;*/
	display:block;
	padding-left: 10px;
	color: #333333;
	font-weight: bold;
}

.menu03 li a:hover {
	color: #003399;
	background-color: #9CA8BF;
}

.menu04 li a {
	display:block;
	color: #222222;
	padding-left: 2px;
}

.menu04 li a:hover {
	color: #FFFFFF;
	background-color:#9CA8BF;
/*	color: #003399;
	background-color: #9CA8BF;*/
}
/*
.menu04 img {
	margin-right: 5px;
	vertical-align: middle;
}
*/

#menu ul {
	padding-top: 3px;
}

#menu li {
	list-style-type: none;
	line-height: 80%;
}

#menu li a {
	list-style-type: none;
	padding-top: 2px;
	padding-bottom: 2px;
}



/*--- main ---*/
.title_con01 {
	margin-left: 30px;
	text-align: left;
}

.main_con03 {
	margin-right: 5px;
	text-align: right;
}


#title02 {
	width: 553px;
	height: 35px;
/*	margin-bottom: 20px;*/
	padding-bottom: 2px;
	background: url(../images/title_bg01.gif) no-repeat;
	text-align: left;
}

#title02 img {
	margin: 5px 0 0 15px;
}

.title03 {
	margin-bottom: 10px;
	padding: 20px 0 2px 2px;
	text-align: left;
	color: #FFFFFF;
	font-size: 19pt;
	border-bottom: #000000 solid 1px;
	position: relative;
}


/*--- footer ---*/

#footer p {
	text-align: left;
	padding: 1px 10pt;
	background-color: #000066;
}

#footer a {
	color: #FFFFFF;
	margin: 0 10pt;
}

#footer a:hover {
	color: #0099FF;
}




