@charset "euc-jp";
/* CSS Document */

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

 File name:		default.css
 Author:			Yoneda Ryo
 date:					2008/07/28
----------------------------------------------------------- */


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

	Universal selector

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

* {line-height:1.5;}

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

	Structure Module

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

body {
	font-size: 14px;
	color: #4C4C4C;
	margin: 0px;
	text-align: center;
	background-color: #F5F5F5;
  font-family:"£Í£Ó ¥´¥·¥Ã¥¯", "MS Gothic", "Osaka¡ÝÅùÉý", Osaka-mono, monospace;
}

a{outline : 0 ;}

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

	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: #23378D;
	text-decoration: none;
}

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

a:hover {
	color: #23378D;
	text-decoration: underline;
}

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

	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;
}

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

	FONT

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

.font_red {color:#FF0000;}

.font_blue{color:#0000CC;}

.font_white {color:#FFFFFF;}

.font_pink {color: #F84395;}

.red_arial {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
}

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

	CLEAR

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

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