@charset "euc-jp";
/*共通設定*/
/* 初期化 */
*{
	font:normal normal normal 100%/1.3em "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin:0px;
	padding:0px;
	color: #333333;
	vertical-align:top;
}

/*ボディ*/
body{
background-color:#e4e4e4;
}

/*リンク文字設定　標準*/
a        {color:#2200C1; text-decoration: underline;}
a:visited{color:#2200C1; text-decoration: none;}
a:hover  {color:#999999; text-decoration: none;}


/*標準文字設定*/
caption,th,td,p,h1,h2,h3,h4,h5,h6,ul,ol,dl{
	font-size:;
	line-height: 1.3em;
}
/*太字*/
b{
	font-weight: bold;
	color:inherit;
}
/*強調*/
em{
	color:#ff0000;
}
/*強く強調*/
strong{
	font-weight: bold;
	color:inherit;
}

img{
	border:  none;
}

map{
	display:none ;/*NoFix*/
}

table{
	border-spacing:0;
	border-collapse:collapse;
}
ul,dl{
	list-style-type:none;
}

body#staff div#rightblock4home div.staff_box div.section div.staff div.staff_list,
body#staff div#rightblock4home div.staff_box div.section div.staff dl.message dd {
	font-size: 70%;
}

h2,h3,h4{
	clear: both;
	padding: 12px 3px 12px 15px;
	width: 605px;
	background: url(../gazou2/title_bar.gif) no-repeat scroll 0 10px;
	font-size: 1.2em;
	font-weight: bold;
	font-family: "メイリオ","meiryo","ＭＳ ゴシック", "MS Gothic", "Osaka−等幅", Osaka-mono, monospace;
	color: #6FBA2C;
	border-top: 1px solid #c0c0c0;
	margin-bottom:7px;
}


h5 {
    background: url("../images/title/bg-sidebar-h3.gi") no-repeat scroll left top #39A63C;
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 7px 10px 7px 19px;
}

/*元・言語選択ボタン*/
.langbnr{
	display:inline-block;
	position: fixed;
	top:40px;
	margin-left:510px;
	padding:10px;
	background:#EEEEEE;
	border:1px solid #CCCCCC;
	text-align:right;
	}
.langbnr li{
	display:inline-block;
	border:1px solid #CCCCCC;
	border-radius:5px;
}
.langbnr li+li{
	margin-left:5px;
}