@charset "utf-8";

/* Browser Default Initialization */
/* http://www.css-lecture.com/template/default.css */

html {
	overflow-y: scroll;
}
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;
}
address, caption, cite, code, dfn, em, strong, th, var	{
	font-style: normal;
}
table	{
	border-collapse: collapse;	border-spacing: 0;
}
caption, th	{
	text-align: left;
}
q:before ,q:after	{
	content: '';
}
object, embed	{
	vertical-align: top;
}
hr, legend	{
	display: none;
}
h1, h2, h3, h4, h5, h6	{
	font-size: 100%;
}
img, abbr, acronym, fieldset	{
	border: 0;
	vertical-align: bottom;
}
li	{
	list-style-type: none;
}

/* Basic Font Style */

body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 75%;
	line-height: 150%;
}
html>/**/body {
	font-size: 12px;
}
* + html body {
	font-family: "メイリオ","Meiryo";
}

/* Specific Styles */

.floatL   { float: left; margin: 0 10px 5px 0; }
.clearL   { clear: left }
/* 画像の下に回り込みをしない */
p    { overflow: hidden; _zoom: 1; }


body { margin: 1.5em }
h1 { 
	font-size: 150%;
	margin-bottom: 1em;
}
h2 { 
	font-size: 120%;
	margin-top: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #b0b0b0;
}
h4 { 
	margin-top: 1em;
	margin-bottom: 0.5em;
}
p.floatL { 
	margin-top: 0.5em;
	width: 155;
}
a:link {
	color: #333399;
}
a:visited {
	color: #663333;
}

/* ぶら下げインデント */
p { 
	padding-left: 1em;
	text-indent: -1em;
}

div.footer {
	border-top: 1px solid #b0b0b0;
	font-size: 90%;
	text-align: right;
	margin-top: 0.5em;
	margin-right: 1em;
	clear: both;
}
ul, ol{  
    margin:auto -3em 1em 0; padding:0;  
    position:relative; left:-3em; overflow:hidden;  
}
li{ 
	margin-top:0.25em;
	margin-bottom:0.5em;
	margin-left:4em;
	margin-right:3em;
	padding-left:1em;
	text-indent:-1em;
}
