/**********************************************************************/
/* レイアウト                                                         */
/**********************************************************************/
body {
	background-color:#F5F5F5;
	width:100%;
	margin: 0;
	padding: 0;
	line-height: 120%;
}

#outer{
	margin: 0;
	padding: 0;
	text-align: center;
	width: 780px;
}

#header {
	width:733px;
	_width:100%;
	padding-right: 33px;
	_padding-right: 24px;
	margin-bottom: 15px;
	background-color: #FFFFFF;
	border-top:5px solid green;
	border-bottom:3px solid #CCCCCC;
	padding-left: 14px;
}

#header-in {
	width:100%;
	margin-bottom: 15px;
	border-bottom:5px solid #CCCCCC;
}


#body {
	width: 780px;
	margin: 0;
	background-color:#FFFFFF;
	border:1px solid #000000;
	text-align: left;
}

#menu{
	margin: 0 0 10px 25px;
	padding: 0;
	width:200px;
	float:left;
}

#contents {
	margin: 0 0 10px 10px;
	padding: 0;
	height: auto;
	float: left;
	width: 504px;
}

#footer {
	clear:both;
	text-align:center;
	font-size: 11px;
	line-height: 200%;
	color: #FFFFFF;
	background-color: green;
}



/**********************************************************************/
/* メニュー                                                           */
/**********************************************************************/

/* メニューボタン  */
a.menu01 { 
	background-image:url(../images/menu/menu01.gif);
	background-position: 0px 0px;
	width:200px;
	height:35px;
	display:block;
	border: 1px solid #CCCCCC;
}
a.menu01:hover {
	background-position:-200px 0px;
}

a.menu02 { 
	background-image:url(../images/menu/menu02.gif);
	background-position: 0px 0px;
	width:200px;
	height:35px;
	display:block;
	border: 1px solid #CCCCCC;
}
a.menu02:hover {
	background-position:-200px 0px;
}

a.menu03 { 
	background-image:url(../images/menu/menu03.gif);
	background-position: 0px 0px;
	width:200px;
	height:35px;
	display:block;
	border: 1px solid #CCCCCC;
}
a.menu03:hover {
	background-position:-200px 0px;
}

a.menu04 { 
	background-image:url(../images/menu/menu04.gif);
	background-position: 0px 0px;
	width:200px;
	height:35px;
	display:block;
	border: 1px solid #CCCCCC;
}
a.menu04:hover {
	background-position:-200px 0px;
}

a.menu05 { 
	background-image:url(../images/menu/menu05.gif);
	background-position: 0px 0px;
	width:200px;
	height:35px;
	display:block;
	border: 1px solid #CCCCCC;
}
a.menu05:hover {
	background-position:-200px 0px;
}

a.menu06 { 
	background-image:url(../images/menu/menu06.gif);
	background-position: 0px 0px;
	width:200px;
	height:35px;
	display:block;
	border: 1px solid #CCCCCC;
}
a.menu06:hover {
	background-position:-200px 0px;
}

a.menu07 { 
	background-image:url(../images/menu/menu07.gif);
	background-position: 0px 0px;
	width:200px;
	height:35px;
	display:block;
	border: 1px solid #CCCCCC;
}
a.menu08:hover {
    background-position:-200px 0px;
}

a.menu08 { 
	background-image:url(../images/menu/menu08.gif);
	background-position: 0px 0px;
	width:200px;
	height:35px;
	display:block;
	border: 1px solid #CCCCCC;
}
a.menu07:hover {
    background-position:-200px 0px;
}

/* 文字サイズ変更ボックス */
.moji-size{
	text-decoration: none;
}

.size-box{
	border: 1px solid #000000;
	background-color: #CCCCCC;
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	text-align: center;
}

/* リンク文字 */
.moji-size a:link {
	color: #000000;
}

.moji-size a:visited {
	color: #000000;
	text-decoration: none;
}



/**********************************************************************/
/* 共通                                                               */
/**********************************************************************/
img{
	border: 0;
}

/* テキスト */
.sim-text {
	font-family: "ＭＳ ゴシック", "Osaka−等幅", "sans-serif";
/* 	font-size: 14px; */
	line-height: 200%;
	font-style: normal;
}

/* リンク文字 */
.sim-text a:link {
	color: #000000;
}

.sim-text a:visited {
	color: #000000;
}

.sim-text a:hover {
	color: #4169E1;
}

h2{
	margin: 0 0 20px 0;
	font-family: "ＭＳ ゴシック", "Osaka−等幅", "sans-serif";
	font-size: 16px;
	font-style: normal;
	line-height: 150%;
}



/**********************************************************************/
/* トップ                                                             */
/**********************************************************************/
.news-box{
	padding: 10px;
	border: 2px solid #6495ED;
	background-color: #FAFAD2;
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	line-height: 150%;
}

p.title{
	border-left: 5px solid #96E800;
	border-bottom: 1px dashed #CCCCCC;
	padding: 5px;
	font-weight: bold;
}

table.enkaku{ border-bottom:1px solid #A9A9A9; border-collapse:collapse;}
table tr.bg_yellow{ background-color:#FFFFE8;}
table tr.bg_green{ background-color:#F2FFD9;}
table th{ border-left:1px solid #A9A9A9; font-weight:normal; padding:5px; vertical-align:top; white-space:nowrap; text-align:left;}
table td{ vertical-align:top; padding:5px;}
table td.detail{ border-right:1px solid #A9A9A9;}
table td.midashi{ border-top:0px; border-bottom:1px solid #A9A9A9; white-space:nowrap;}