@charset "utf-8";
/* CSS Document */

* {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	font-style: normal;
	margin: 0;
	padding: 0;
	color: #ffffff;
}

a {
	color:white;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: none;
}

a:active {
	color:brown;
}

li {
	list-style-type:none;
}

img {
	border: none;
}

body {
	background-image: url(../oogosho/imgs/bg.gif);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}

#wrapper {
	width: 740px;
	height: 100%;
	text-align: left;
	margin:0 auto 0 auto;
	background-color: #45281a;
	border-left: solid 1px white;
	border-right: solid 1px white;
	border-bottom: solid 1px white;
}

#titleImg {
	display: block;
	width: 740px;
	height: 88px;
}

#header {
	width: 740px; height: 29px;
	background-image: url(../oogosho/imgs/header_bg.gif);
	background-repeat: repeat-x;
}

#header img {
	float: right;
	margin: 5px 10px 0 0;
}

#header h1,#header p {
	padding: 7px 0 0 10px;
	vertical-align: middle;
	font-weight: bold;
	letter-spacing: 0.1em;
}

#menu li {
	float: left;
}

#main {
	float: right;
	width: 550px;
	padding: 0 10px 0 0;
}

#navi {
	width: 175px;
}

#navi img {
	margin: 10px 0;
}

#navi li {
	display: block;
	width: 170px;
	height: 30px;
	background-image: url(../oogosho/imgs/navi_bg.gif);
	background-repeat: repeat-x;

}

#navi li a {
	padding: 0 0 0 10px;
	font-weight: bold;
	vertical-align: middle;
	line-height: 30px;
	font-size: 11px;
}

#headline {
	width: 550px; 
	margin: 0 0 0px 0;
	background-image: url(../oogosho/imgs/headline_bgs.gif);
	background-repeat: no-repeat;
}

#headline p {
	padding: 7px 0 0 30px;
	font-weight: bold;
}

#headline ul {
	padding: 10px 0 0 30px;
	line-height: 20px;
}
	
#aheadline img {
	float: right;
	margin: 20px 30px 0 0;
}

#topStudy {
	width: 550px; height:300px;
	background-image: url(../oogosho/imgs/topstudy_bg.gif);
	background-repeat: no-repeat;
}

#topStudy ul {
	padding: 59px 0 0 40px;
}

#topStudy li {
	font-weight: bold;
	line-height: 20px;
}

.backtoTop {
	text-align: right;
	margin: 30px 10px 10px 0;
}

.clear {
	clear: both;
}

#footer {
	width: 700px;
	padding: 10px 20px 40px 20px;
}

#footer img {
	float: right;
}

#note * {
	color: #45281a;
	line-height: 20px;
	margin: 10px 0 0 0;
}
#note {
	background-color: white;
}

#note .noteFooter {
	margin: 0 0 0 0;
	padding: 0px;
}

#note h2 {
	height: 35px;
	line-height: 35px;
	padding: 0 0 0 45px;
	font-weight: bold;
	font-size: 1.2em;
	background-image: url(../oogosho/imgs/table_header.gif);
}

#note p {
	font-size: 1em;
	font-weight: normal;
	margin: 10px 10px 0 10px;
}

#note dl {
	list-style-type: none;
	clear: both;
}

#note dt {
	padding: 0 0 0 20px;
	margin: 10px 10px 0 10px;
	line-height: 30px;
	font-weight: bold;
	background-image: url(../oogosho/imgs/mark_green.gif);
	background-repeat: no-repeat;
	clear: both;
}

#note dd {
	margin: 0px 10px;
}

#note address {
	margin: 10px 10px;
	line-height: 20px;
}

#note a {
	color:#3366CC;
	text-decoration: underline;
}

#note a:hover {
	color: #990000;
	text-decoration: underline;
}

#note a:active {
	color: #003366;
	text-decoration: underline;
}

.markRed {
	padding: 0 0 0 20px;
	margin: 10px 10px 0 10px;
	background-image: url(../oogosho/imgs/mark_red.gif);
	background-repeat: no-repeat;
}

#note .red {
	color: red;
	font-weight: bold;
}

#note .blue {
	color: #3366CC;
	font-weight: bold;
}

#syukuba {
	margin: 0 10px 10px;
	float: right;
}

#dlDoc {
	background-color: #FFDD8C;
	margin: 0 0 0 10px;
}

#dlDoc td {
	background-color: #FFF8E8;
}

#dlDoc p {
	line-height: 25px;
}

#dlDoc img {
	margin: 5px 5px 0px 5px;
}

#contact {
	width: 520px;
	border: solid 2px #cccccc;
	border-collapse: collapse; 
	margin: 20px 0;
	clear: both;
}

#contact td {
	border: solid 1px #cccccc;
	margin: 4px;
}

#contact p	{
	margin: 0px;
	padding: 0 0 0 10px;
	font-weight: bold;
}
	
	
#eventCalender {
	border: solid 2px #1B2940;
	border-collapse: collapse; 
	margin: 20px 0 0 0;
	text-align: left;
}

#eventCalender td {
	border: solid 1px #1B2940;
	padding: 4px;
	line-height: 15px;
	font-size: 11px;
	letter-spacing: 0em;
}

#eventCalender strong {
	padding: 10px 0;
	color: #003399;
	font-size: 11px;
	line-height: 13px;
	letter-spacing: 0em;
}

#eventCalender2 {
	border: solid 2px #1B2940;
	border-collapse: collapse; 
	margin: 20px 0 0 15px;
	text-align: left;
}

#eventCalender2 td {
	padding: 4px;
	line-height: 15px;
	font-size: 11px;
	letter-spacing: 0em;
}

#eventCalender2 strong {
	padding: 10px 0;
	color: #003399;
	font-size: 11px;
	line-height: 13px;
	letter-spacing: 0em;
}

.ecOne {
	border-right: dotted 1px #1B2940;
	border-top: solid 1px #1B2940;
	border-bottom: solid 1px #1B2940;
	border-left: solid 1px #1B2940;
}

.ecTwo {
	border-left: dotted 1px #1B2940;
	border-top: solid 1px #1B2940;
	border-bottom: solid 1px #1B2940;
	border-right: solid 1px #1B2940;
}

.ecOtr {
	border: solid 1px #1B2940;
}

caption {
	margin: 10px 0;
	font-weight: bold;
	text-align: left;
}

#headerTitle {
	width: 740px;
	height: 89px;
	background-image: url(../oogosho/imgs/title.jpg);
	background-repeat: no-repeat;
	text-align: right;
}

#headerTitle a:active, #headerTitle a {
	display: block;
	color:white;
	font-size:12px;
	font-weight: bold;
	padding: 10px 10px 0px 0;
}

#note h3 {
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 15px 0 40px;
	font-weight: bold;
	font-size: 1em;
	background-image: url(../oogosho/imgs/h3.gif);
	background-repeat: no-repeat;
	margin: 20px 0 0 0;
	clear: both;
}

#list {
	clear: both;
}

#list ul {
	margin: 0 10px;
	padding: 0;
	list-style-type: none;
}

#list ul li {
	margin: 0 0px;
	padding: 5px 0 0 0;
	line-height: 20px;
	background-image: url(../oogosho/imgs/list_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 1em;
}

#list a {
	padding: 0 0 0 20px;
}

