body {
	margin: 0;
	color: #000;
	text-align: center;
	background: url(/assets/4/line.gif);
	font-family: 'Arial', 'Helvetica', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', Osaka, sans-serif;
	font-size: 90%;
	line-height: 150%;
}
img {
	border: 0;
}
ul {
	margin: 0 0 0 1.5em;
	padding: 0;
}
#header {
	position: relative;
	width: 100%;
	height: 100px;
	background: #4b7edf url(/assets/5/white-light.jpg) no-repeat right;
}
#corporate_logo {
	float: left;
	margin: 0;
}
#corporate_name {
	font-size: 130%;
	font-weight: bold;
	text-align: right;
	margin: 0;
	padding: 40px;
}
#tag_line {
	margin: 0;
	padding: 0;
	font-size: 12px;
	position: absolute;
	top: 83px;
	left: 22px;
}

#menu {
	margin: 0;
	padding: 0px;
	color: #fff;
	background: #00468b;
	width: 100%;
display: block;
overflow: hidden;
}

#menu li {
	float: left;
	display: block;
	margin-right: 4px;
	padding: 3px 7px;
	font-size: 1.1em;
	text-align: center;
	text-decoration: none;
}
#menu li.here {
	background: #6666cc;
}


#menu a:link {
	color: #fff;
}
#menu a:visited {
	color: #fff;
}
#menu a:active {
	color: #fff;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li {
	display: inline;
}

#submenu {
	color: #fff;
	background: #6666cc;
	padding-left: 7px;
}
#submenu a:link {
	color: #fff;
}
#submenu a:visited {
	color: #fff;
}
#submenu a:active {
	color: #fff;
}



#wrapper {
	margin: 0;
	overflow: auto;
	width: 100%;
	background: url(/assets/8/bg.gif);
}
#contents {
	width: 830px;
	margin: 0 auto;
	text-align: left;
	/* background: #d4e1f9; */
	background: #00468b;

}
#rightmenu {
	display: inline;
	float: right;
	margin: 5px;
	margin-right: 5px;
	padding: 5px 15px;
	width: 200px;

	background: #fff;
}

#all_contents_top {
	width: 100%;
	height: 5px;
	font-size: 0;
	background: url(/assets/7/bg2.gif);
}

#all_contents_bottom {
	width: 100%;
	height: 5px;
	font-size: 0;
	background: url(/assets/7/bg2.gif);
}

#fall {
	height: 5px;
	background: url(/assets/9/fall.gif);
}
#book {
	margin-top: 5px;
	text-align: center;
}
#main {
	padding: 5px 15px;
	float: left;
	width: 550px;
	height: auto;
	margin: 5px;
	background: #fff;
	display: inline;
}
ul#new {
	list-style-type: disc;
	list-style-image: url(/assets/6/material.gif);
}
li#new {
	margin-bottom: 10px;
}
#footer {
	width: 100%;
	*: first-child+html width:830px;
	clear: left;
	text-align: center;
	background: #4b7edf;
}
.published_date {
	text-align: right;
	margin-bottom: 10px;
}

h1 {
	padding: 2px 5px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-width: 2px;
	border-left-width: 10px;
	border-color: #4169e1;
        font-size: 125%;
}

h2 {
	padding: 0px 5px;
	border-left-style: solid;
	border-left-width: 10px;
	border-color: #4169e1;
        font-size: 125%;
}

h3{
       font-size: 110%;
  }

p {
	font-weight: none;
	margin: 1.5 auto;
}
