body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family:  "Lucida Grande", sans-serif;
	font-size: 13px;
}

html{overflow-y: scroll;}

/* for WinIE7*/

*:first-child+html body {
	font-size: 13px;
	font-family: 'メイリオ', Meiryo, sans-serif;
}
h1,h2,h3,h4,p,dl,dt ,dd {
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding: 0px;
}

img {
border: none;
}
.highlight a:hover {
-moz-opacity:0.5;
opacity:0.8;
filter: alpha(opacity=70);
}
/*コンテナー
---------------------------------------------------------------------------*/
#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border: 1px solid #CCC;
}
/*ヘッダー
---------------------------------------------------------------------------*/
#header_index {
	height: 250px;
	position: relative;
	width: 1000px;
}



/*ヘッダー
---------------------------------------------------------------------------*/
#header {
	height: 83px;
	text-align: left;
	position: relative;
	background-image: url(../img/misc/header_bg.gif);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	width: 1000px;
}
/*グローバルナビ
---------------------------------------------------------------------------*/
h1 {
	height: 83px;
	position: absolute;
	width: 389px;
	left: 0px;
	top: 0px;
	font-size: 12px;
	color: #333;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#header h1 a
{
	display: block;
	width: 147px;
	height: 40px;
	background-color: transparent;
	background-image: url(../img/misc/header_title_02.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	position: absolute;
	top: -4px;
	left: -358px;
	text-indent: -9999px;
}
#header_right  
{
	width: 216px;
	height: 83px;
	background-color: transparent;
	position: absolute;
	top: 0px;
	left: 784px;
}
#header_title  
{
	width: 263px;
	height: 28px;
	position: absolute;
	top: 20px;
	left: 17px;
	font-size: 13px;
	color: #666;
}
/*グローバルナビ
---------------------------------------------------------------------------*/
#header_menu_02 {
	height: 23px;
	position: absolute;
	width: 407px;
	left: 492px;
	top: 54px;
	float: left;
}
#sub_navi {
	font-size: 13px;
	background-image: url(../img/misc/bg_subnavi.jpg);
	background-repeat: repeat;
	height: 25px;
	padding-top: 5px;
	padding-left: 830px;
}
ul.sub_navi {
	width: 450px;
	list-style-image: url(../img/misc/arow_subnavi.jpg);
	padding: 0px;
	margin: 0px;
}
ul.sub_navi li{
	height:25px;
	float:left;
	text-decoration:none;
	font-size: 13;
	overflow:hidden;
	margin-left: 5px;
	list-style-position: inside;
	padding-left: 5px;
}

/*グローバルナビ
---------------------------------------------------------------------------*/
#g_navi {
	height: 37px;
	width: 1000px;
}
#g_navi ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#g_navi li {
	float:left;
	text-decoration:none;
	overflow:hidden;
	list-style-position: outside;
	list-style-type: none;
	display: inline;
}
#pankuzu {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #666;
}

.information {
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #CCC;
	text-align: left;
	height: 200px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}

.information dl {
	padding: 0px 5px 10px;
	margin: 0px;
}
.information dt {
	padding: 5px 0;
	line-height: 18px;
	margin: 0px;
	border-top: 1px dotted #cfcfcf;
}

.information dd {
	padding: 0px 0 5px;
	line-height: 16px;
	margin: 0px 0px 0px 10px;
}
#topics_area {
	padding-bottom: 10px;
}

/*フッター
---------------------------------------------------------------------------*/
#footer {
	font-size: 12px;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 15px;
	width: 980px;
	padding-left: 20px;
	background-color: #000;
}
#footer_copy {
	padding-top: 10px;
	padding-left: 20px;
	float: left;
}
#footer_submenu {
	padding-top: 7px;
	float: right;
	padding-right: 20px;
}
#footer_submenu  ul {
	margin: 0;
	　　padding: 0;
	　　list-style-type: none;
	width: 200px;
}
#footer_submenu li {
	float: left;
	　　width: 8em;
	　　margin-right: 5px;
	　　padding: 2px;
	　　text-align: center;
	padding-right: 10px;
	list-style-image: url(../img/misc/footer_subnemu_dot.jpg);
	list-style-position: inside;
	list-style-type: none;
}
.blog_bt_txt {
	font-size: 12px;
	line-height: 18px;
	padding-top: 5px;
	padding-left: 5px;
}
.img_float_left
{
	float: left;
	padding-right: 1em;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

.kome {
padding-left:1em;
text-indent:-1em;
}
