@charset "utf-8"; /*utf-8の場合*/  
/* default styles
   -------------- */
*{ margin: 0; padding: 0; }* 
body {
	line-height: 1.4em;
	background: #fff;
	color: #444;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.7em;
}

a {	color: #E0691A;	background: inherit;}
a:hover { color: #6C757A; background: inherit; }

h1 { font: normal 2.4em padding: 7px 0 0 8px; margin: 0; }
h1 a { color: #737373; background: inherit; }
.orange { color: #E0692A; }
sup { font-size: .5em; }

h1 a, h2 a { text-decoration: none; }
h1 a:hover, h2 a:hover { color: #FF6600; background: inherit; }
h2 { font-size: 1.5em; margin-bottom: 5px; color: #000; background: inherit; }
p {	margin: 0 0 5px 0; }

ul { list-style : none; }



/* layout
   ------ */

.content { 
	margin: 0 auto;
	width: 940px;
	padding: 10px; 
}

.header {
	height: 82px;
	background: #fff url(../images/headerbg.gif) repeat-x bottom;
	color: #808080;
	margin: 3px 0;
	padding: 2px 0 0 0;
}

.top_info {
	float: right;
	width: 555px;
	padding: 5px 0 4px 0;
	color: #808080;
}

	.top_info_left {
		width: 200px;
		float: left;
	}

	.top_info_right {
		float: right;
		width: 290px;
		padding: 0 0 0 35px;
		border-left: 1px solid #eee;
	}

.browse_category  {
	width: 590px;
	color: #FFF;
	background: inherit;
}

.bar {
	clear: both;
	font-size: 1.1em;
	height: 30px;
	color: #FFF;
	background-color: #EBD8C5;
	background-image: url(../images/menubg.gif);
	background-repeat: repeat-x;
}

	.bar li {
	padding: 6px 12px 6px 12px;
	color: #006699;
	float: left;
	}
	
	.bar li.active {
	background: #006699 url(../images/bar.gif) repeat-x;
	color: #666;
	font-weight: bold;		
	}
	
	.bar li a { 
		font-weight: bold;
		color: #006699; 
		background: inherit;
		text-decoration: none;
	} 
	

.center_field {
}

/* left side
   --------- */

.main {
	float: left;
	width: 624px;
	margin: 0 0 10px 0;
}

.main h2 {
	clear: both;
	background: #E8E8E8 url(../images/h2bg.gif) no-repeat center left;
	color: #444;
	padding: 3px 0 4px 23px;
	font: 1.1em;
	margin: 0 0 10px 0;
}
	.left_side {
		float: left;
		width: 270px;
		padding: 0 0 0 10px;
		margin: 10px 0 0 8px;
	}
		
	.left_side a, .right_side a { color: #414141; background: #FFF; }
		
	.right_side {
		float: right;
		width: 280px;
		background: #FFF url(../images/dotted.gif) repeat-y;
		color: #414141;
		padding: 0 5px 0 15px;
		margin: 10px 0 0 0;
	}
	.main_box { 
		margin: 0 0 10px 0; 
		color: #000; 
		background: #FFF; 
		padding: 3px 0; 
	}
	



/* right side
   ---------- */
		
.sub {
	float: right;
	width: 310px;
	margin: 0 0 10px 0;
}
	.sub h3 {
	color: #FFF;
	padding: 4px 0 4px 12px;
	font: 1.1em;
	margin: 0 0 3px 0;
	background-color: #ff6699;
	background-image: url(../images/h3bg.gif);
	background-repeat: no-repeat;
	background-position: right center;
	}

	.sub .links{
		font-size: 0.8em;
	}

	.sub .links	a {	color: #666;	background: inherit;}
	.sub .links	a:hover {color: #36f; background: inherit;}


	.sub_articles {
		background: #f5f5f5;
		color: #414141;
		padding: 8px;	
		margin: 0 0 3px 0;
	}
	.notice {
		background: #eee;
		color: #808080;
		padding: 12px 8px;	
		margin: 0 0 3px 0;
	}
	.image {
		float: left;
		margin: 0 9px 3px 0;
	}

/* foot1
   ------ */

.foot1 { 
	clear: both;
	text-align: right;
}


/* footer
   ------ */

.footer { 
	clear: both;
	text-align: center;
	padding: 10px 0;
	border-top: 1px solid #ccc;
	line-height: 2em;
}
	.footer a { color: #808080; background: #fff; }

/* table 
  ----- */
table#list01 {
	width: 99%;
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
}

table#list01 th {
	padding: 5px;
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	background: #F5F5F5;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
	color: #F69;
}

table#list01 td {
	font-size: 1.1em;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	margin: 0 2px 0 2px;
	padding: 5px;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
}


table#kamoku_list {
	width: 100%;
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
}

table#kamoku_list td {
	font-size: 1.0em;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	margin: 0 2px 0 2px;
	padding: 2px;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
}

//---
.help_topic h3{
	color: #36F;
	padding-top: 40px;
}

