@charset "utf-8";

/*----------------------------------

  Universal selector

------------------------------------*/

*{
	margin: 0;
	padding: 0;
	color: #999388;
	}

	
/*----------------------------------

  body

------------------------------------*/

body{
	margin:0;
	background:url(../images/bg_base.png) repeat #e7e2db;
	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;
	}

	
/*----------------------------------

  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;
	}
h5{
	font-size: 130%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

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

/*----------------------------------

  Hypertext 

------------------------------------*/
a:link{
	color: #111;
	text-decoration:underline;
	}

a:visited{
	color: #111;
	text-decoration:underline;
	}
	
a:hover{
	color: #999288;
	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;
	margin-top: 10px;
	margin-left: 30px;
	}

th,td{
	font-size: 93%;
	*font: x-small;
	line-height: 1.6;
	}
