@charset "utf-8";


/*--------------------------------------------------------------------
common
cssの初期化
--------------------------------------------------------------------*/


* {
	margin: 0;
	padding: 0;
}
	
html, body {
	margin: 0;
	padding: 0;
}


h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
}

table, caption, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
}

span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
}


/*---------------------------------------------------------------------------------------------
font size CSS。フォントサイズを変えるときは下記classをブロックごとに追加していけばＯＫ。
---------------------------------------------------------------------------------------------*/


.floatR{
	float:right;}

.floatL{
	float:left;}

	
h1 {
	margin-left: 20px;
}
h2 {
	font-size: 12px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #000000;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding-bottom: 5px;
	margin: 20px;
	float: left;
	width: 500px;
}
h3 {}
h4 {}
h5 {}
h6 {}
p {
	line-height: 1.3em;
	letter-spacing: 0.2em;
	padding: 30px;
	float: left;
	width: 500px;
}
	
/*---------------------------------------------------------------------------------------------
リンクの編集
---------------------------------------------------------------------------------------------*/
a{
	color:#666666;
	outline:0;
	text-decoration:none;
	}

a:hover{
	color:#666666;
	text-decoration:underline;
	}


/*---------------------------------------------------------------------------------------------
共通ＣＳＳの編集
---------------------------------------------------------------------------------------------*/
br.clear {
	clear:both;
}
br.clear5 {
	clear:both;
	height: 5px;
}
br.clear10 {
	clear:both;
	height: 10px;
}
br.clear15 {
	clear:both;
	height: 15px;
}
br.clear20 {
	clear:both;
	height: 20px;
}
br.clear30 {
	clear:both;
	height: 30px;
}
br.clear60 {
	clear:both;
	height: 60px;
}
ul li{
	list-style-type:none;
	}
.hr {
	height: 3px;
	margin-bottom: 10px;
	clear: both;
}

/*--------------------------------------------------------------------
ページ共通部分
container・body
--------------------------------------------------------------------*/

/*bodyのスタイル*/

body {
	font-size: 10px;
}

div#zentai {
	width: 800px;
	margin: auto;
}
ul {
	float: right;
	width: 200px;

}
li {
	display: block;
	float: left;
	width: 60px;
	height: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

address {
	text-align: center;
}
