@charset "utf-8";
	
/*======================================

	最終更新日：2009/1/26
	
	00.reset
	01.setting
	02.layout
	03.margin

	98.clear fix
	99.other

=======================================*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,th,var {
	font-weight: normal;
	font-style: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
}

table {
	font: 100%;
	font-size: inherit;
}

select, input, textarea {
	font: 99% arial,helvetica,clean,sans-serif;
}

pre, code {
	font: 115% monospace;
	font-size: 100%;
}

html {
	height: 100%;
}

/*======================================

	01.setting

=======================================*/

body {
	margin: 0px;
	background-color: #fff;
	padding: 0px;
	text-align: center;
	line-height: 160%;
	color: #666;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

a:link {
	color: #06c;
}

a:visited {
	color: #06c;
}

a:hover {
	text-decoration: none;
	color: #06c;
}

a:active {
	color: #06c;
}


/*======================================

	02.layout

=======================================*/

#container {
	margin: 0 auto;
/*	background: url(../../images/header_bg.jpg) repeat-x 0 0;  */
	width: auto;
	text-align: left;
}


#body {
	clear: both;
/*	margin-left: 10px;  */
	background: url(../../images/navi_bg.jpg) repeat-y right 0;
	width: auto;
	text-align: left;
	font-size:14px;
}


#main {
	float: right;
/*	margin-right: 10px;  */
	padding: 15px 0 20px 0;
	width: 650px;
}


/*======================================

	00.navi

=======================================*/

#navi {
	float: left;
	width: 190px;
}


#navi ul {
	display: block;
	margin: 15px 5px 0 5px;
	background: url(../../images/navi_line.gif) no-repeat bottom;
	padding: 0 0 10px 0;
	width:200px;
	float:right;
}


#navi ul li {
	margin-bottom: 8px;
	margin-left: 5px;
	background: url(../../images/navi_icon.gif) no-repeat 0 5px;
	padding: 0 0 0 15px;
	font-size: 0.9em;
}


#navi ul li.here {
	background: url(../../images/navi_icon_here.gif) no-repeat 0 5px;
	font-weight: bold;
}


#navi .html {
	margin: 0 auto;
	background: url(../../images/navi_line.gif) no-repeat bottom;
	width: 200px;
	float:right;
	margin:0 5px;
}

.html {
	padding:10px 0;
}

.html p {
	margin:0 10px 10px 10px;
}


/*======================================

	00.html inner

=======================================*/

.html {
	margin-bottom: 20px;
	background: #F3F3F3;
	width: auto;
	padding-bottom:15px;
}


/*======================================

	00.main

=======================================*/

#main h2 {
	margin-bottom: 3px;
	background: url(../../images/h2_bg.gif) no-repeat 0 0;
	width: auto;
	height: 28px;
	text-indent: 15px;
	line-height: 28px;
	font-size: 14px;
	font-weight: normal;
}


#main .data {
	font-size: 0.7em;
}


#main .entry {
	margin: 10px 0 20px;
	border-left: 3px solid #0066CC;
	padding: 0 0 0 13px;
	font-size: 14px;
}


#main .key {
	font-weight: bold;
}


.page-top {
	text-align: right;
	font-size: 0.8em;
	margin-bottom:15px;
}


.page-top a {
	color: #06c;
}


#page_foot {
	text-align: center;
}


#page_foot ul {
	display: block;
	margin: 10px 0;
	border-top: 1px solid #666;
	padding: 15px 0 5px 0;
}


#page_foot ul li {
	display: inline;
	margin: 0 2px;
	font-size: 0.8em;
}


#page_foot ul li a {
	color: #333333;
}


#page_foot ul li.active {
	color: #f60;
	font-weight: bold;
}


/*======================================

	03.margin

=======================================*/

.mt_xsmall {
	margin-top: 5px;
}



.mt_small {
	margin-top: 8px;
}



.mt_middle {
	margin-top: 10px;
}



.mt_large {
	margin-top: 20px;
}


/*======================================

	04.header

=======================================*/

/*
#header {
	position: relative;
	width: 900px;
	height: 109px;
}
#header p.disp {
	margin-left: 10px;
	height: 25px;
	line-height: 25px;
	color: #fff;
	font-size: 0.8em;
}
#header h1 {
	display: inline;
	float: left;
	margin: 25px 0 20px 10px;
	width: 211px;
	font-family: "ヒラギノ丸ゴ Pro W4", HiraMaruPro-W4, "MS UI Gothic",Helvetica, Arial, sans-serif;
}
#header h1 a {
	display: block;
	width: auto;
	text-decoration:none;
	line-height:normal;
}
#header form {
	float: right;
	margin: 30px 0 0 0;
	width: auto;
}
#header form .text {
	float: left;
	padding: 5px 14px 0 0;
}
#header form .feed {
	float: left;
}
#header form .submit {
	font-size: 0.8em;
}
*/

#search_info {
	clear: both;
	background: url(../../images/search_bg.jpg) repeat-x 0 0;
	padding-left: 10px;
	width: auto;
	height: 36px;
	line-height: 32px;
	color: #fff;
	font-size: 20px;
}


#search_info p {
	display: block;
	width: 900px;
}


#search_info span {
	float: right;
	margin-right: 10px;
	font-size: 12px;
}


/*======================================

	04.footer

=======================================*/

/*
#footer {
	clear: both;
	background: url(../../images/footer_bg.gif) repeat-x 0 0;
	margin-top:2px;
	padding-bottom: 10px;
	width: auto;
	font-size: 0.8em;
}


#footer p {
	display: block;
	margin-left: 10px;
	padding: 3px 0 5px;
	width: 900px;
	text-align: center;
	color: #fff;
}


#footer a {
	color: #fff;
}


#footer address {
	display: block;
	margin-left: 10px;
	width: 900px;
	text-align: center;
	color:#fff;
}
*/

/*======================================

	98.clearfix

=======================================*/

.clearfix:after {
	display: block;
	clear: both;
	height: 1px;
	height: 0;
	content: ".";
	visibility: hidden;
}


.clearfix {
	display: inline-table;
}


* html .clearfix {
	height: 1em;
	overflow: visible;
}

.clearfix {
	display: block;
}

/*======================================

	99.other

=======================================*/

