body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Verdana, Arial, san-serif;
	font-size: 16px;
	color: #787f8c;
	background: #ffffff;
}

a:link, a:visited { color: #0099CC; text-decoration:none;} 
a:active, a:hover { color: #006699; text-decoration: underline;}

p { margin: 0; padding: 0; text-align: justify;}

.cleaner {
	clear: both;
	width: 100%;
	height: 1px;
	font-size: 1px;
}

.cleaner_with_height {
	clear: both;
	width: 100%;
	height: 30px;
	font-size: 1px;
}


#container{
	width: 850px;
	background: url(images/main_bg.gif) repeat-y;
	margin: 0 auto;
	padding: 0px 10px;
}

#header {
	font-size: 12px;
	width: 850px;
	height: 100px;
	background: url(images/header_bg.jpg) top center no-repeat;
}
h1 {
	padding: 0px;
	margin: 10px 0 10px 0;
	font-size: 24px;
	color: #ffffff;
}

#header #out_mission_section {
	float: left;
	width: 380px; /* padding 30 + */
	padding: 0px 15px;
	margin-top: 10px;
	margin-left: 30px;
}

#header #daily_shoshinge_section {
	float: right;
	width: 250px; /* padding 30 + */
	padding: 0px 15px;
	margin-top: 10px;
	margin-right: 30px;
}

#daily_shoshinge_section #shoshinge {
	clear: both;
	padding-top: 5px;
	font-weight: bold;
	color: #ffffff;
}

/* menu */
#menu {
	clear: both;
	width: 850px;
	height: 50px;
	background: url(images/menu_bg.gif) repeat-x;
}

#menu ul {
	text-align: center;
	margin: 0;
	padding: 12px 0 0 0;
	list-style: none;
}

#menu ul li{
	text-align: center;
	display: inline;
}

#menu ul li a{
	padding: 5px 25px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #4979af;
	border-right: 1px solid #d5d5d5;	
}

#menu li a:hover, #menu li .current{
	color: #ff9900;
}

#menu li .last{
	border-right: none;
}

/* end of menu */

/* content */

#content {
	clear: both;
	width: 850px;
	height: 100%;
}

#content #left {
	float: left;
	width: 200px;
	margin-top: 20px;
	margin-left: 30px;
	padding: 0;
}

#content #right {
	float: right;
	width: 570px;
	margin-top: 30px;
	margin-right: 30px;
	padding: 0px 0px;
}

/* left column */

#left #news_section {
	clear: both;
	width: 200px;
}

#news_section h1 {
	height: 30px; /* + 20 for padding top */
	padding: 20px 0 0 15px;
	margin-bottom: 30px;
	background: url(images/news_title_bg.gif) bottom left no-repeat;
}

#news_section .news_box {
	margin: 0 15px 30px 15px;
}
.leftmenu {
	font-size:24px;
	line-height:1.3em;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-top:0px;
	border-top:solid 1px #5e8eab;
	}

.leftmenu a {
	color:#ff9900;
	border-bottom:solid 1px #5e8eab;
	text-decoration:none;
	display:block;
	width:100%;
	line-height:1.8em
	}

.leftmenu a:hover {
	background-color:#c5e1ed
	}

.leftmenu span {
	color:#c5e1ed;
	display:none
	}
.news_box h2 {
	padding: 0px;
	margin: 0 0 10px 0;
	font-size: 14px;
	color: #0099CC;
}

#left .left_col_section {
	padding: 0px;
	margin-bottom: 30px;
}

/* end of left column */

#right .right_col_section {
	margin-bottom: 30px;
	padding: 0px;
}

.right_col_section h1 {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	font-size: 32px;
	font-weight: normal;
	color: #ff9900;
}

.right_col_section h2 {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	font-size: 28px;
	font-weight: bold;
	color: #ff9900;
	line-height:1.5em;
	border-bottom:solid 1px #5e8eab;
}

.right_col_section h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #ff9900;
}

.right_col_section img {
	float: left;
	margin: 3px 15px 0 0;
	border: 5px solid #e4e4e4;
}

.right_col_section p{
	margin-bottom: 15px;
}

.right_col_section ul {
	margin: 15px 0;
	padding: 0 0 0 30px;
}

.right_col_section ul li {
	margin-bottom: 5px;
}

.right_col_section #welcome_title {
	height: 38px;
	background: url(images/welcome.gif) top left no-repeat;
	margin-bottom: 20px;
}

.right_col_section .right_cleaner_with_10px {
	float: left;
	display: block;
	width: 10px;
	height: 100%;
	font-size: 1px;
}

.right_col_section .right_two_col {
	float: left;
	width: 200px;
}

.right_two_col img {
	float: none;
	margin-bottom: 10px;
}

.right_two_col p{
	margin-bottom: 5px;
}

/* end of content */

/* footer */

#footer{
	clear: both;
	width: 850px;
	text-align: center;
	padding: 10px 0;
	background-color: #e3e3e3;
	border-top: 5px solid #dadada;
}

.sectionmenu {
	text-align:left;
	margin-left:0;
	padding-left:1em;
	padding-bottom:10px;
	border-bottom:solid 9px #5e8eab;
	}

.sectionmenu li {
	padding-left:0.3em;
	color:#555555;
	font-weight:bold;
	margin-bottom:0.5em
	}

.sectionmenu li a {
	color:#5e8eab;
	}	

.sectionmenu li a:hover {
	color:#49db8b;
	}
div.hyoudai { 
	background-color :#ffff99;
	text-align:left;
	border-left:solid 1px #5e8eab;
	border-right:solid 1px #5e8eab;
	border-bottom:solid 1px #5e8eab;
	border-top:solid 1px #5e8eab;
	padding: 10px 10px 10px 10px;
	writing-mode: lr-tb; 
	white-space: nowrap; 
	font: 200%/150% serif;
} 
p.hyoudai {
	background-color :#ffff99;
	text-align:left;
	border-left:solid 1px #5e8eab;
	border-right:solid 1px #5e8eab;
	border-bottom:solid 1px #5e8eab;
	border-top:solid 1px #5e8eab;
	padding: 10px 10px 10px 10px;
	writing-mode: lr-tb;
	white-space: nowrap;
	font: 24px/1.5em serif;
} 
p.kokuban { 
	background-color:darkgreen;
	color: white;
	border-bottom:solid 10px #993300;
	padding: 10px 10px 10px 10px;
	writing-mode: lr-tb; 
	white-space: nowrap; 
	font: 200%/150% serif;
	line-height:1em;
} 
.em {
	font-weight:bold;
	background-color:yellow;
	}
.bold {
	font-weight:bold;
}
.red {
	color: red;
}
.br {
	color: red;
	font-weight:bold;
}
td.hyoudai	{
	font-size:20px;
	text-align:left;
	font-weight:bold;
	}
td.gen	{
    background-color:#FFFFCC;
	border-color:#FF6600;
	border-width:1px;
	margin:1px;
	padding:10px;
	font-size:24px;
	text-align:left;
	font-weight:bold;
	}
td.kaki	{
    background-color:#FFFFFF;
	border-color:#FF6600;
	border-width:1px;
	margin:1px;
	padding:10px;
	font-size:14px;
	text-align:left;
	}
.quote {
	border: thin dotted #FFCC99;
	margin: 10px;
	padding: 10px;
}

#content #right p  {
	margin-bottom: 24px;
}


