@charset "UTF-8";

div#contents:after
{
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*======================================
	1.Universal Selector	
=======================================*/
*{
	font-family: "Osaka","‚l‚r ‚oƒSƒVƒbƒN";
	line-height:1.5;
	font-style:normal;
	font-size:14px;
	letter-spacing:0.15em;	
}

/*======================================
	2.body	
=======================================*/
body{
	padding: 0;
	text-align:center;
	margin:3px;
	
	background-color:#FDFDFA;	
}

/*======================================
	3.h~,p,storng	
=======================================*/
h1,
h2,
h3,
h4 {
	margin:0em 0 0 0;
	font-weight:normal;
}

h1 {
	font-size:152%;
}

h2 {
	font-size:114%;
}

h3 {
	font-size:112%;
}

h4 {
	font-size:100%;
}

strong{
	font-weight:bold;
}

p{
	line-height:1.5;
	padding-top:15px;
	letter-spacing:0.1em;
}

/*======================================
	4.a	
=======================================*/
a{
	text-decoration:none;
}
a:link{
	color:#3333CC;
}

a:visited{
	color:#3333CC;
}

a:hover{
	color:#3333CC;
	text-decoration: underline;
}

a:active{
	color:#3333CC;
}

/*======================================
	5.img,object,embed	
=======================================*/
img{
	border:0;
}

object,
embed
{
	margin:0;
	padding:0;
}

/*======================================
	6.ul/ol¡Áli,dl¡Ádt/dd	
=======================================*/
ul,
ol,
dl{
	margin: 0;
	padding: 0;
}

li,
dt,
dd{
	padding: 0;
	margin: 0;
}

ul{
	list-style-position: outside;
	list-style-type: none;
}

/*======================================
	7.table	
=======================================*/
td{
	line-height:1.5;
}
/*======================================
	8.	
=======================================*/

/*======================================
	9.form	
=======================================*/
form{
	padding:0;
	margin:0;
}

input,
textarea
{
	padding:2px 0;
	margin:0 3px 0 0;
	/*background-color:#ffffff;*/
}

input:focus,
textarea:focus
{
	/*background-color:#eeffff;*/
}


/*======================================
	0.other	
=======================================*/
