/*
css by Hiro Fujii
*/

html{ height: 100%; width: 100%; margin: 0; padding: 0; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,blockquote,th,td{ margin: 0;padding: 0; }
table{ border-collapse: collapse; border-spacing: 0; }
fieldset,img{ border: 0; }
li{ list-style: none; }
h1,h2,h3,h4,h5,h6{ font-size: 100%; }
input,textarea,select{ font-family: inherit;font-size: inherit;font-weight: inherit; }

/* basic */

body {
	background: #000000;
	font-family: 'PT Sans', sans-serif, 'Lucida Grande','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo,メイリオ,sans-serif;
	line-height: 1.6em;
	color: #ffffff;
	font-size: large;
	padding: 10px;
}

a:link,
a:visited,
a:active {
	color: #dcdcdc;
}

a:hover {
	color: #ffffff;
}


p {
	margin-bottom: 0.5em;
}

img {
	vertical-align: bottom;
    max-width: 100%;
    height: auto;
}



.clearfix:after {
	display: block;
	clear: both;
	content: " ";
}


/* adjustment */

.padding-0-10 {
	padding: 0 10px;
}

.padding-0-15 {
	padding: 0 15px;
}


.padding-10 {
	padding: 10px;
}

.padding-15 {
	padding: 15px;
}

.padding-20 {
	padding: 15px;
}

.MT-0 {
	margin-top: 0;
}

.MT-10 {
	margin-top: 10px;
}

.MT-15 {
	margin-top: 15px;
}

.MT-20 {
	margin-top: 20px;
}

.MT-25 {
	margin-top: 25px;
}

.MT-30 {
	margin-top: 30px;
}

.MT-35 {
	margin-top: 35px;
}

.MT-40 {
	margin-top: 40px;
}

.MB-0 {
	margin-bottom: 0;
}

.MB-10 {
	margin-bottom: 10px;
}

.MB-15 {
	margin-bottom: 15px;
}

.MB-20 {
	margin-bottom: 20px;
}

.MB-25 {
	margin-bottom: 25px;
}

.MB-30 {
	margin-bottom: 30px;
}

.MB-35 {
	margin-bottom: 35px;
}

.MB-40 {
	margin-bottom: 40px;
}





.TA-L {
	text-align: left;
}

