/* -----------------------------------------------------------
CSS Information

File name:      top.css
Created:        2009-11-28
Last update:    2009-11-28
Style Info:     kosugadesign
----------------------------------------------------------- */
/* -----------------------------------------------------------
Table of Contents

リセット
基本設定
top

----------------------------------------------------------- */


/* リセット
----------------------------------------------------------- */

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

ul,ol {
	list-style: none;
}

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

img {
	border: 0;
}

/* modules
----------------------------------------------------------- */
.clear {
	zoom: 1;
}
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* 基本設定
----------------------------------------------------------- */

body {
	color: #333333;
	font-size: 62.5%;
	font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.5;
}

div#main {
	width: 535px;
	margin-left: auto;
	margin-right: auto;
}

/* top
----------------------------------------------------------- */
#top div#main {
	text-align: center;
	margin: 200px auto 0;
}

#top div#main ul.info {
	margin: 80px 0 0;
}

#top div#main ul.info li {
	margin-bottom: 12px;
	font-size: 1.5em;
}

#top div#main ul.info li.work {
	margin-bottom: 40px;
	font-size: 1.9em;
}

#top div#main ul.info li a:link {
	color: #bbc718;
	text-decoration: none;
}

#top div#main ul.info li a:hover {
	text-decoration: underline;
}









