@charset "Shift_JIS";

/* -----------------------------------------------------------
 mindtower (since 2003/07/10)

 File name:      css/base.css
 Author:         Motoki Satoh
 Style Info:     Base set
 
 1.base
 2.body
 3.link
 4.design
----------------------------------------------------------- */

/* 1.base
----------------------------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
}

html {
	overflow-y: scroll;
}

td,td,form,fieldset {
	margin: 0px;
	padding: 0px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

tr,th,td,caption {
	vertical-align: top;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

fieldset {
	border: 0;
}

address,cite,code,dfn,em,strong,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

h1,h2,h3,h4,h5,h6 {
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

q:before,q:after {
	content: '';
}

img {
	border: 0;
	font-size: 0;
	line-height: 0;
	vertical-align: bottom;
}


/* 2.body
----------------------------------------------------------- */

body {
	background: #000000 url(../img/index/bg.jpg) repeat-y left top;
	color: #DDDDDD;
	font-size: 12px;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.4;
}

* + html body {
	font-family: "メイリオ","Meiryo";
}


/* 3.link
----------------------------------------------------------- */

a:link {
	color: #ea1c00;
	text-decoration: none;
}

a:visited {
	color: #ea1c00;
	text-decoration: none;
}

a:hover {
	color: #ff6652;
	text-decoration: none;
}

a:active{
	color: #ff6652;
	text-decoration: none;
}

/* 4. design
------------------------------------------------------------------------*/
h1{
	text-align:left;
	padding:20px 20px 5px 20px;
	height:20px;
	font-size:15px;
	font-weight:normal;
	line-height:20px;
	color:#808080;
	margin:0px 0px 0px 0px;
}

h2 {
}

h3 {
	font-size:15px;
	font-weight:normal;
	text-align:left;
	color:#808080;
	margin:0px 0px 0px 240px;
}

div#header {
}

div.cm {
	margin: 15px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}

div#gm {
	width: 750px;
	margin: 0px 0px 0px 50px;
	padding: 0px 0px 0px 0px;
}

div#footer {
	font-style: normal;
	font-weight: normal;
	font-size: 110%;
	width: 750px;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 50px;
}

div.icon {
	width: 750px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div#thumb {
	background: #000000 url(../img/index/thbg.jpg) repeat-y left top;
	width: 750px;
	height: 300px;
	margin: 20px 0px 20px 0px;
	padding: 20px 0px 20px 0px;
}

div#thumbin {
	float: left;
	padding: 0px 0px 0px 20px;
}

div#size {
	font-size: 12px;
	padding: 50px 0px 0px 555px;
}

div#thumbtext {
	font-size: 12px;
	padding: 20px 0px 0px 580px;
}

div#dl {
	padding: 20px 0px 0px 540px;
}

div#sendmail {
	padding: 20px 0px 20px 50px;
}
