a:link{color:blue; text-decoration:none;}
a:visited{color:blue; text-decoration:none;}
a:hover{color:#FF3300; text-decoration:none;}
a:active{color:#0000FF; text-decoration:none;}

pre {
	font-family:"ＭＳ ゴシック","Osaka",monospace;
	line-height:1.2;
}

/*トップページ-メニューバー*/
#menubar {
	padding:2px;
	color : #009;
	font-size : 12px;
	background-color : transparent;
	width: 448px;
	height: 20px;
	text-indent: 3px;

	margin-top: 10px;
	margin-bottom: 4px; 
}

/*本文フォント-余白5p、文字サイズ13p、インデント13p*/
#bdfont1 {
	padding:5px;
	font-size : 13px;
}

/*本文フォント-余白5p、文字サイズ13p、インデント13p*/
#bdfont2 {
	padding:5px;
	font-size : 13px;
	text-indent: 13px;
}

/*本文フォント-余白5p、文字サイズ10p*/
#bdfont3 {
	padding:5px;
	font-size : 10px;
}

/*本文フォント-文字サイズ12px*/
/*本文フォント-文字サイズ12px*/
.sss {
	font-size: 10px
}

.ss {
	font-size: 12px
}

/*本文フォント-文字サイズ13px*/
.mm {
	font-size: 13px
}

/*本文フォント-文字サイズ18px-文字色：白*/
.lw {
	color: #FFFFFF;
	font-size: 16px;
	a:link{color:#FFFFFF; text-decoration:none;}
	a:visited{color:#FFFFFF; text-decoration:none;}
	a:hover{color:#FFFFFF; text-decoration:none;}
	a:active{color:#FFFFFF; text-decoration:none;}
}

/*本文フォント-文字サイズ18px-文字色：黒*/
.lb {
	color: #000000;
	font-size: 16px;
	a:link{color:#FFFFFF; text-decoration:none;}
	a:visited{color:#FFFFFF; text-decoration:none;}
	a:hover{color:#FFFFFF; text-decoration:none;}
	a:active{color:#FFFFFF; text-decoration:none;}
}

@charset "shift_jis";

body {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
/*
	line-height: 2;
*/
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #FFFFFF url(images/_background1.gif);

}

strong {
	color: #FF0000;
}

h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
	vertical-align: bottom;
}

.look {
	background: #FFFFCC;
}

#container {
	background: #FFFFFF url(images/_container_bg.gif) repeat-y;
	width: 800px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 4px;
	padding-left: 4px;
}

/*サイドメニュー*/
#side {
	line-height: 1.5;
	font-size : 14px;

	float: left;
	width: 180px;
/*
	background: #003a90;
	color: #FFFFFF;
	background: #FFFFFF url(images/_background1.gif) repeat-y;
*/
	color: #000055;

	padding: 0px 3px 50px;
	padding-top: 10px;
}

#side p {
	padding-top: 3px;
	padding-bottom: 3px;
}

#side a {
	color: #FFFFFF;
}

#side li {
	margin-left: 3px; 
	margin-bottom: 5px;
}

#side .menu a {
	width: 160px;
	color: #FFFFFF;
	text-decoration: none;
	border-left: 7px solid #FFFFCC;
	border-bottom: 1px dotted #FFFFFF;
	padding-left: 7px;
	display: block;
}

#side .menu a:hover {
/*
	background: #FFFFFF;
*/
	color: #FF3300;
	border-bottom: 1px dotted #FF3300;
	border-left: 7px solid #FF3300;
}

/*メインコンテンツ*/
#main {
	float: right;
	width: 590px;
	margin-right: 10px;
	display: inline;
	padding-top: 20px;
	padding-bottom: 50px;
}

#main h2 {
	background: url(images/_main_title.gif) no-repeat;
	font-size: 14px;
	line-height: 34px;
	padding-left: 20px;
}

#main p {
	padding: 0px 10px 10px;
}


/*フッター*/
#footer {
	font-size: 12px;
	clear: both;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #CCCCCC;
	margin-bottom: 50px;
}

/*clearfix*/
#container:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#container { display: inline-block; }

/* Hides from IE-mac \*/
*html #container { height: 1%; }
#container { display: block; }
/* End hide from IE-mac */