@charset "Shift_JIS";

html {
	background-color: #2e4398;
}
body {
	margin: 0;
	padding: 0;
	background-color: #dee9f8;
	color: #444;
	overflow-y: scroll;
	font:13px/1.22 ;*font-size:small;*font:x-small;
}
*html body {  　　　　　/*IE6だけに適用*/
   overflow-y:auto;
}
*+html body {　　　　　/*IE7だけに適用*/
   overflow-y:auto;
}

h1,h2,h3,h4,h5,h6,p{	margin: 0; padding: 0;}
img{	border: 0;}
table {border-collapse:collapse;border-spacing:0;font-size:inherit;font:100%;}

/*///////////////////////////////////////////////////////////////////// ヘッダー部分の設定 */
#header_bg {
	background: url(../images/header_bg.gif) repeat-x;
}
#header {
	margin: 0 auto;
	width: 850px;
	height: 100px;
}
#header h1 {
	width: 310px;
	height: 100px;
	background: url(../images/header_01.gif) no-repeat;
	float: left;
}
#header h1 a{
	width: 310px;
	height: 100px;
	display: block;
}
#header #header_right {
	width: 260px;
	height: 100px;
	float: right;
}
#header #header_right #text_size h3,
#header #header_right #text_size p{
	float: left;
}
#header #header_right #text_size p img{
	margin-left: 4px;
}

/*///////////////////////////////////////////////////////////////////// メインメニュー部分の設定 */
#main_menu {
	margin: 0 auto;
	width: 850px;
}
#main_menu p{
	width: 170px;
	height: 45px;
	float: left;
}
#main_menu p a{
	width: 170px;
	height: 45px;
	display: block;
}
#main_menu .menu_01 {
	background: url(../images/menu_01.gif) no-repeat;
}
#main_menu .menu_01 a:hover{
	background: url(../images/menu_01_ro.gif) no-repeat;
}
#main_menu .menu_02 {
	background: url(../images/menu_02.gif) no-repeat;
}
#main_menu .menu_02 a:hover{
	background: url(../images/menu_02_ro.gif) no-repeat;
}
#main_menu .menu_03 {
	background: url(../images/menu_03.gif) no-repeat;
}
#main_menu .menu_03 a:hover{
	background: url(../images/menu_03_ro.gif) no-repeat;
}
#main_menu .menu_04 {
	background: url(../images/menu_04.gif) no-repeat;
}
#main_menu .menu_04 a:hover{
	background: url(../images/menu_04_ro.gif) no-repeat;
}
#main_menu .menu_05 {
	background: url(../images/menu_05.gif) no-repeat;
}
#main_menu .menu_05 a:hover{
	background: url(../images/menu_05_ro.gif) no-repeat;
}
#main_menu .menu_06 {
	background: url(../images/menu_06.gif) no-repeat;
}
#main_menu .menu_06 a:hover{
	background: url(../images/menu_06_ro.gif) no-repeat;
}
#main_menu .menu_07 {
	background: url(../images/menu_07.gif) no-repeat;
}
#main_menu .menu_07 a:hover{
	background: url(../images/menu_07_ro.gif) no-repeat;
}
#main_menu .menu_08 {
	background: url(../images/menu_08.gif) no-repeat;
}
#main_menu .menu_08 a:hover{
	background: url(../images/menu_08_ro.gif) no-repeat;
}
#main_menu .menu_09 {
	background: url(../images/menu_09.gif) no-repeat;
}
#main_menu .menu_09 a:hover{
	background: url(../images/menu_09_ro.gif) no-repeat;
}
#main_menu .menu_10 {
	background: url(../images/menu_10.gif) no-repeat;
}
#main_menu .menu_10 a:hover{
	background: url(../images/menu_10_ro.gif) no-repeat;
}

/*///////////////////////////////////////////////////////////////////// メインコンテンツ部分の設定 */
#main_block {
	margin: 0 auto;
	padding: 0 10px 10px 10px;
	width: 830px;
	background-color: #fff;
	font-size: 100%;
	line-height: 160%;
}

/*-------------------------------------------- リンク */
#main_block a:link,
#main_block a:visited{
	color: #21399b;
}
#main_block a:hover,
#main_block a:active{
	color: #f70;
}




/*///////////////////////////////////////////////////////////////////// フッター部分の設定 */
#footer_bg {
	padding: 20px 0 40px 0;
	background-color: #2e4398;
	color: #fff;
	font-size: 100%;
	line-height: 160%;
}
#footer_bg #footer {
	margin: 0 auto;
	width: 850px;
}
/*-------------------------------------------- カウンター */
#footer_bg #footer #counter {
	float: right;
}
/*-------------------------------------------- フッターメニュー */
#footer_bg #footer #footer_menu {
	color: #fff;
	float: left;
}
#footer_bg #footer a:link,
#footer_bg #footer a:visited {
	color: #fff;
	text-decoration: none;
}
#footer_bg #footer a:hover,
#footer_bg #footer a:active {
	color: #fff;
	text-decoration: underline;
}
/*-------------------------------------------- コピーライト */
#footer_bg #footer .copy {
	padding-top: 15px;
	text-align: right;
}



/*///////////////////////////////////////////////////////////////////// フォントの設定 */
.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal;
}
.center{
	text-align: center;
}
.bl_b{
	color: #4a5fba;
	font-weight: bold;
}
.or_b{
	color: #ff6600;
	font-weight: bold;
}
.orange{
	color: #ff6600;
}
.light_blue {
	color: #97a4d9;
}

.red {
	color: #ff3131;
}
.pink {
	color: #eb6c6c;
}
.green {
	color: #00984b;
}

.t_right{
	text-align: right;
}
.fontS {
	font-size: 80%;
	line-height: 140%;
}

/*-------------------------------------------- テキストインデント */
.indent {
	margin-left: 1em;
	text-indent: -1em; 
}

/*-------------------------------------------- テキストを隠す */
em {
	display: none;
}


/*/////////////////////////////////////////// フロートの設定 */
.f_left {
	float: left;
}
.f_right {
	float: right;
}
.clear{
	clear: both;
}
/*///////////////////////////////////////////*/
.right{
	text-align: right;
}