@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*-----CSSリセット-----*/

html {	
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	}

body{
	background-color: #000;
	width: 100%;
	}
	
div#contents{
	width: 980px;
	height: auto;
	background-color: #000;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	text-align: center;
	font-family: "Times New Roman","Georgia","Courier New","ヒラギノ明朝 ProN W3",'Hiragino Mincho ProN',"HGS明朝B","ＭＳ Ｐ明朝",'MS PMincho',"ＭＳ 明朝",'MS Mincho',serif;
	}
	
p{
	font-size: 18px;
	line-height: 150%;
	color: #aaa;
	}

span#sub{
	font-size: 14px;
	}
	
div#coment{
	width: 602px;
	color: #aaa;
	font-size: 14px;
	line-height: 135%;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}
	
span#project{
	float: right;
	margin-top: 5px;
	}
	
div#big{
	width: 600px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
	}
	
#big img{
	height: 400px;
	width: 600px;
	}
	
div#home{
	font-size: 16px;
	margin-left: 470px;
	margin-top: 40px;
	text-decoration: none;
	text-align: center;
	background-color: #444;
	padding: 3px 15px 3px 15px;
	border: #444 solid 0px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-family:"Lucida Grande","segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",'Meiryo UI','メイリオ', Meiryo, Verdana, Arial, sans-serif;
	}
	
div#small{
	width: 600px;
	height: 1150px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	}
	
#small img{
	width: 147px;
	margin: 0;
	}
	
a:link{
	color: #ccc;
	text-decoration: none;
	}
	
a:visited{
	color: #ccc;
	text-decoration: none;
	}
	
a:hover{
	color: #fff;
	text-decoration: none;
	}

