
/*-- base関連 --*/
body
{
	font-size: 80%;
/*	font-family: 'MS UI Gothic' ,monospace;*/
	font-family:’Lato’, ‘Hiragino Kaku Gothic ProN’, ‘ヒラギノ角ゴ ProN W3’, Meiryo, メイリオ, sans-serif;
	text-align: center;
	padding: 0px 0px;
	margin: 0;
/*	background: url(img/back.bmp) no-repeat 512px 170px;*/
/*	background: url(img/back_new.jpg) repeat center;*/
/*	background: url(img/background.jpg) repeat;*/
}

#header
{
	margin-top: 20px;
	margin-left: 15px;
	width: 600px;
	height: 95px;
	border: 0;
	float: left;
}

/*
#header a
{
	margin-top: 15px;
	width: 600px;
	height: 95px
	float: left;
	display: block;
}
*/

#wrapper_outline
{
	text-align: left;
	padding: 0px 0px;
	margin: 0 auto 0;
/*	margin: -20px auto 0px;*/
	width: 1024px;
	background-color: #ffffff;
/*	background: url(img/back.bmp) no-repeat top left;*/
	background: url(img/backedge.jpg) repeat-y;
/*	border-left: outset 4px #c9c9c9;*/
/*	border-right: outset 1px #c9c9c9;*/
}

/*
#wrapper_header
{
	text-align: left;
	padding: 0px 10px;
	margin: 0 auto 0;

}
*/

#wrapper_main
{
	font-size: 100%;
	text-align: left;
	padding: 0px 0px;
/*	margin: 0 auto 0;*/
	margin: 0px 10px;
	width: 750px;
	float: left;
}

/*-- link関連 --*/
#link_hierarchy
{
	font-size: 100%;
	margin-top: 10px;
	margin-left: 8px;
}

#link_hierarchy a
{
	color: #709F26;
	text-decoration: none;
}

#link_hierarchy a:hover
{
	/* ハイパーリンクにマウスカーソルが乗った時の設定 */
	color: #00cc00;
	text-decoration: none;
}

.margin
{
	margin-top : 20px ;
}

.margin_left
{
	margin-left : 10px ;
}

.margin_right
{
	margin-right : 20px ;
}

.grad
{
	width:97%;
	margin-left: 5px;
	color: #000033;
	filter: Alpha(opacity=100,FinishOpacity=0,style=1);
	-moz-opacity:0.5;	/*FireFox用*/
	-webkit-opacity:0.5;/* Google Chrome, Safari用*/
}

.circulargrad
{
	width:100%;
	margin-left: 0px;
	color: #090909;
	filter: Alpha(Opacity=50,FinishOpacity=0,style=1);
	-moz-opacity:0.5;	/*FireFox用*/
	-webkit-opacity:0.5;/* Google Chrome, Safari用*/
}

.floatclear
{
	clear: both;
}

#subcomment
{
	margin-left: 500px;
	margin-right: 20px;
	padding-top: 20px;
	border-bottom: solid 1px #c9c9c9;
}

#wrapper_menu
{
	text-align: left;
	padding: 0px 10px;
	width: 200px;
	float: right;
}

#menu_box
{
	background: url('img/menu_back.jpg') repeat-x top center;
	width: 1010px;
	margin-top: -15px;
	margin-left: 4px;
}

#menu
{
	list-style-type: none;
	height: 50px;
/*	font-weight:bold;*/
}

#menu li
{
	line-height: 30px;
	display: inline;
}

#activemenu
{
	background: url('img/gra_ber_select_moregreen.jpg') top center;
	text-decoration: none;
}

#menu li a
{
	/* リンクをブロック要素にする */
	text-align: center;
	padding: 0px 12px;
	width: 100px;
	display: block;
	float: left;
	border-right: solid 1px #c9c9c9;
	border-left: solid 1px #c9c9c9;
}

#menu li a:link
{
	/* 通常時のハイパーリンクの設定 */
	color: #000000;
	text-decoration: none;
}

#menu li a:visited
{
	/* すでに訪問済みのハイパーリンクの設定 */
	color: #000000;
	text-decoration: none;
}

#menu li a:hover
{
	/* ハイパーリンクにマウスカーソルが乗った時の設定 */
	background: url('img/gra_ber_hover.jpg') repeat-x top center;
	color: #009900;
	text-decoration: none;
}

#menu li a:active
{
	/* ハイパーリンクをクリックした時の設定 */
	color: #009900;
	text-decoration: none;
}

/*-- search関連 --*/
#wrapper_search
{
	text-align: right;
	margin-top: -25px;
	margin-left: 500px;
	margin-right: 250px;
	border-bottom: solid 1px #c9c9c9;
	float: left:
}

/*-- switcher関連 --*/
#wrapper_switcher
{
	text-align: right;
	height: 25px;
/*	margin-top: -15px; 検索を有効にする場合の座標 */
	margin-top: -15px;
	margin-left: 850px;
	margin-right: 20px;
	float: right;
}

#switcher
{
	list-style-type: none;
	height: 5px;
	margin-top: 10px;
	margin-right: 100px;
	margin-bottom: 15px;
}

#switcher li
{
	line-height: 25px;
	display: inline;
	float: right;
}

#switcher li a
{
	/* リンクをブロック要素にする */
	text-align: center;
	width: 30px;
	margin-right: 5px;
	display: block;
	float: left;
	color: #709F26;
	border-top: 1px solid #c9c9c9;
	border-left: 1px solid #c9c9c9;
	border-bottom: 2px outset #c9c9c9;
	border-right: 2px inset #c9c9c9;
}

#switcher li a:link
{
	/* 通常時のハイパーリンクの設定 */
	color: #000000;
	text-decoration: none;
}

#switcher li a:hover
{
	/* ハイパーリンクにマウスカーソルが乗った時の設定 */
	background: url('img/gra_ber_hover.jpg') repeat-x top center;
	color: #009900;
	text-decoration: none;
}

.line_switcher
{
	height: 10px;
	width: 170px;
	border-bottom: solid 1px #c9c9c9;
	float: right;
	margin-top: -20px;
	margin-right: 20px;
/*
	margin-left: 850px;
	margin-right: 20px;
*/
}

/*-- v_line関連 --*/
.v_line
{
	border-left: 1px solid #c9c9c9;
	float: left;
	height: 1900px;
}

.alignright
{
	text-align: right;
}
/*
.pagetop
{
	background: url('img/page_top.jpg') no-repeat right top;
	height: 18px;
	width: 750px;
	border: 0;
}
*/
.pagetop a
{
	background: url('img/page_top.jpg') no-repeat right top;
	height: 18px;
	width: 95px;
	float: right;
	text-decoration: none;
	display: block;
}

.hidden
{
	visibility: hidden;
}

#subtitle
{
	font-size:1.2em;
	font-weight:bold;
	color: #009900;
	padding: 5px 5px;
	margin-top: 10px;
	margin-left: 0px;
	background: url('img/bar.jpg') repeat-x left;
	height: 19px;
	width: 740px;
	border: 1px solid #c9c9c9;
	list-style-type: none;
}

.shadowchar
{
	text-shadow: 1px 1px 3px #000;	 /* CSS3 */
	-moz-text-shadow: 1px 1px 3px #000;　/* Firefox用 */  
	-webkit-text-shadow: 1px 1px 3px #000;　/* Safari,Google Chrome用 */ 
}

.emchar
{
	font-size: 250%;
	color: #709F26;
/*	border-top: 1px solid #c9c9c9; */
/*	border-left: 1px solid #c9c9c9; */
/*	border-bottom: 2px outset #c9c9c9; */
/*	border-right: 2px inset #c9c9c9; */
}

.strongchar
{
	font-size: 125%;
}

.strongboldchar
{
	font-size: 125%;
	font-weight:bold;
}

.boldchar
{
	font-size: 100%;
	font-weight:bold;
}

.standardchar
{
	font-size: 100%;
	font-weight:normal;
}

.indent
{
	margin-left: 25px;
}

.note
{
	font-size: 85%;
}

.rightboldchar
{
	text-align: right;
	margin-top : 5px ;
	margin-right : 20px;
	font-weight:bold;
}

.linkstyle
{
	margin-top: 25px;
}

.linkstyle li
{
	list-style-image: url("img/square.gif");
	margin-top: 10px;
	padding-left: 10px;
}

.linkstyle a
{
	color: #709F26;
	margin-top: 50px;
	text-decoration: none;
}

.linkstyle a:visited
{
	/* すでに訪問済みのハイパーリンクの設定 */
	color: #709F26;
	text-decoration: none;
}

.linkstyle a:hover
{
	/* ハイパーリンクにマウスカーソルが乗った時の設定 */
	color: #00cc00;
	text-decoration: none;
}

.liststyle li
{
	margin-left: -40px;
	padding-left: 30px;
	background: url('img/circle.png') no-repeat;
/*	list-style-image: url("img/circle.png");*/
	font-size: 145%;
	font-weight:bold;
	list-style: none;
}

.liststyle li a
{
	color: #709F26;
	padding-top: 30px;
	text-decoration: none;
}

.liststyle li a:hover
{
	/* ハイパーリンクにマウスカーソルが乗った時の設定 */
	color: #00cc00;
	text-decoration: none;
}
