﻿@charset "utf-8";

/*----------------------------------

  Universal selector

------------------------------------*/

*{
	margin: 0;
	padding: 0;
	color: #444;
	}

header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav{
	margin:0;
	padding:0;
}

	
/*----------------------------------

  body

------------------------------------*/

body{
	margin:0;
	font-family: 'メイリオ','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	_font-family: Verdana,'ＭＳ Ｐゴシック',Arial, Helvetica, sans-serif;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
	text-align: center;
	-webkit-text-size-adjust:none;
	}
	
/*----------------------------------

  text

------------------------------------*/

p,
address{
	margin: 1.2em 0;
	line-height: 1.6;
	}
	
h1,
h2,
h3,
h4{
	line-height: 1.2;
	}

h1{
	font-size:180%;
	}

h2{
	font-size: 150%;
	}
	
h3{
	font-size: 120%;
	font-weight: bold;
	}
	
h4{
	font-size: 110%;
	font-weight: bold;
	}

img{
	vertical-align: bottom;
	border: none;
	}

/*----------------------------------

  Hypertext 

------------------------------------*/
a:link{
	color: #333;
	text-decoration:underline;
	}

a:visited{
	color: #999;
	text-decoration:underline;
	}
	
a:hover{
	color: #2487b3;
	text-decoration: none;
	}
	
/*----------------------------------

  List Style

------------------------------------*/

ul,ol{
	margin: 10px 0 10px 20px;
	padding: 1px 10px;
	list-style-position: inherit;
	}
	
li{
	margin: 10px 0;
	line-height: 1.6;
	}
	
dt{
	margin: 0.4em 10px;
	line-height: 1.6;
	}
	
dd{
	margin: 0.2em 10px 0.6em 10px;
	line-height: 1.6;
	}

/*----------------------------------

  Form

------------------------------------*/

form{
	margin: 0;
	}
	
fieldset{
	padding: 0 10px 0.3em 10px;
	border: 1px solid #ccc;
	}
	
legend{
	margin-left: 1em;
	padding: 0 10px;
	}
	
textarea{
	font-size: 100%;
	line-height: 1.0;
	}

/*----------------------------------

  Table

------------------------------------*/
table{
	table-layout: auto;
	border-collapse: collapse;
	}

th,td{
	font-size: 93%;
	*font: x-small;
	line-height: 1.6;
	}
