@charset "Shift_JIS";
/* ■共通■ */
html{
	height: 100%;
}
body{
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
	font-weight: normal;
	height: 100%;
	font-size: 90%;
}

div,p,img,h1,h2,h3,ul,form{
	margin:0;
	padding:0;
	border:0;
	display:block;
}
/* ■ブラウザフォント設定■ */
/* ■Internet Explorer6.0■ */
* html body {
	margin-top:0;
	font-size: 90%;
	}
/* ■Internet Explorer7.0■ */
*+html body {
	margin-top:0;
	font-size: 90%;
	}

/* ■IE6、7以外のモダンブラウザのみ適用■ */
html>/**/{
	margin-top:0;
	font-size: 90%;
	}

/* ■Safariのみに適用■ */
html*body{
	margin-top:0;
	font-size: 100%;
	}

/* ■Operaのみに適用■ */
html:first-child body{
	margin-top:0;
	font-size: 90%;
	}

/* ■Firefoxのみ適用■ */
html>/**/body{
	margin-top:0;
	font-size: 90%;
	}

/* ■ブラウザ設定ここまで■ */

/* コンテンツ */ 
#container { 
	margin: 0; 
	width: 100%;
	background: #FFFFFF;
	text-align: left; 
} 

/* ヘッダー */ 
#header {
	height: 65px;
	background-image: url(../img/common/header_bg.gif);
	background-repeat: repeat-x;
	margin: 0 0 10px 0;
} 
#header h1 {
	
}
#logo{
	float: left;
	width:550px;
}
#counter{
	float: right;
	width:150px;
	text-align: right;
	margin-right: 10px;
	height: 100%;
}
.counter_text{
}
.counter_no{
	font-size: 20px;
	color: #FF0000;
}
/* メニュー */ 
#sidebar1 {
	float: left;
	width: 160px;
	margin-bottom: 20px;
}
#sidebar1 h2 {
	margin-top: 20px;
	font-weight: bold;
	font-size: medium;
	padding: 3px 0 3px 5px;
	background-color: #666666;
	color: #FFFFFF;
}
#sidebar1 ul {
}
#sidebar1 li {
	margin: 5px 0 0 0;
	background-image: url(../img/common/yaji01.gif);
	text-indent: 0.5em;
	background-repeat: no-repeat;
	list-style: none;
	background-color: #f0f0f0;
	padding: 5px;
	background-position: 5px 5px;
}
.menu_text{
	font-size: x-small;
	line-height: 120%;
}
#search{
	margin: 0 0 5px 0;
	background-color: #f0f0f0;
	padding: 5px;
}
#search img{
	margin: 3px 0 0 0;
	border:none;
}
#amazon{
	margin: 20px 0;
}
/* サイドバー */ 
#sidebar2 {
	float: right; 
	width: 10em; 
}
#sidebar2 h2 {
	font-weight: bold;
	font-size: medium;
	padding: 3px 0 3px 5px;
	background-color: #666666;
	color: #FFFFFF;
	margin-top: 20px;
}
.chief{
	margin: 0;
	border-left: 6px #333333 solid;
	padding-left: 5px;
}
.english{
	margin: 20px 0 0 0;
	border-left: 6px #333333 solid;
	padding-left: 5px;
}
#category ul{
	list-style-position: inside;
	font-size: small;
	background-color: #f0f0f0;
	padding: 5px;
}
#category a{
	text-decoration: none;
}
#category li{
	padding: 8px 0 0 0;
	border-bottom: 2px #FFFFFF dotted;
}
/* メインコンテンツ */ 
#mainContent {
	margin: 0 10em 0 160px;
	padding: 0 1em 0 1em;
} 

/* フッター */ 
#footer {
	margin: 0;
	padding: 5px 0;
	background:#DDDDDD;
	text-align: center;
	font-size: small;
} 

/* フロート設定 */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
}
/* 文字設定 */
.honbun{
	line-height: 150%;
}
/* 文字色 */
.red{
	color: #FF0000;
}

/* ページ内スキップ */
.new{
	display: none;
}