@charset "utf-8";
/* CSS Document */

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

 File name:      default.css
 Author:         Yoneda Ryo
 date:            2008/08/25
----------------------------------------------------------- */

/*======================================

	Universal selector

=======================================*/

* {line-height:1.7;}

/*======================================

	Structure Module

=======================================*/

html {
	overflow-y: scroll;
}

body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 86%;
	color: #333333;
	margin: 0px;
	text-align:center;
	background-image: url(../image/basic/body_bg.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

a{outline : 0 ;}

address {
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;

}

/*======================================

	Text Module

=======================================*/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	padding: 0;
	margin: 0;
	text-align:left;
}
p {
	margin:0;
	text-align:left;
}

em {}

strong {}

/*======================================

	Hypertext Module

=======================================*/

a:link {
	color: #333333;
	text-decoration: none;
}

a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #A70175;
}

/*======================================

	List Module

=======================================*/

ul,
ol,
dl {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

li,
dt,
dd {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

dt {}

dd {}

/*======================================

	Forms Module

=======================================*/

form {
	margin:0;
	padding:0;
}

form dl,
form p {}

input,
textarea {}

input {line-height:normal;}

input:hover,
textarea:hover {}

input:focus,
textarea:focus {}

textarea {}

/*======================================

	Tables Module

=======================================*/

table {border-collapse: collapse;}

th {
	font-weight: normal;
	padding: 5px;
}
td {
	padding: 5px;
	text-align: left;
}

/*======================================

	Image Module

=======================================*/

img {
	vertical-align: bottom;
	border-style: none;
}

/*======================================

	Hatidori Project

=======================================*/

.font_red {color:#FF0000;}

.font_blue{color:#0000CC;}

.font_white {color:#FFFFFF;}

.clear {
	clear:both;
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;	
}
