@charset "utf-8";


@import url(02.css);
/*========================================
	Font-size Adjustment
	
	77% = 10px	|	123.1% = 16px	|	167% = 22px	
	85% = 11px	|	131% = 17px	    |	174% = 23px
	93% = 12px	|	138.5% = 18px	|	182% = 24px
	100% = 13px	|	146.5% = 19px	|	189% = 25px
	108% = 14px	|	153.9% = 20px	|	197% = 26px
	116% = 15px	|	161.6% = 21px	|
========================================*/
	
body {
	font:13px/1.231 arial, helvetica, clean, sans-serif;
*font-size:small;
*font:x-small;
}
select, input, button, textarea {
	font:99% arial, helvetica, clean, sans-serif;
}
table {
	font-size:inherit;
	font:100%;
}
pre, code, kbd, samp, tt {
	font-family:monospace;
*font-size:108%;
	line-height:100%;
}
/*======================================

	1-2. Font size setting
	
=======================================*/

p, pre, cite, blockquote {
	font-size: 100%;
}
li, dt, dd {
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	zoom: 1;
}
/*======================================

	1-3.Universal selector
	
=======================================*/

* {
	margin: 0;
	padding: 0;
	font-style: normal;
}
/*======================================

	1-4.Structure Module
	
=======================================*/

body {
padding: 10px 0 10px;
	color: #fff; /* 文字色 */
	background: #f8f5e6 url(../img/bg/body.jpg) repeat-x;/* 背景色 */
	font-family: Arial,'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
	line-height: 1.5;

}
/*======================================

	1-5.Text Module
	
=======================================*/

p, pre, blockquote, address, cite {
margin: 0 10px;
}
h1, h2, h3, h4, h5, h6 {
margin: 0 ;
}
em {
font-weight: bold;
}
/*======================================

	1-6.Hypertext Module
	
=======================================*/

a:link {
	color: #fff8be;
}
a:visited {
	color: #fff8be;
}
a:hover {
	color: #f3e77b;
}
/*======================================

	1-7.List Module
	
=======================================*/

ul, ol, dl {
margin: 0 10px;
list-style: none;
}
/*======================================

	1-8.Edit Module
	
=======================================*/

del {
}
/*======================================

	1-9.Forms Module
	
=======================================*/

form {
}
/*======================================

	1-10.Tables Module
	
=======================================*/
table {
}
/*======================================

	1-11.Image Module
	
=======================================*/

img {
	border: 0;
}
/*======================================

	1-12.Object Module
	
=======================================*/

object, embed {
	border: 0;
}
.c-both {
clear: both;
}
.center {
margin: 0 auto;
}
.img {
margin: 0 0 10px;
}
/*======================================

	1-13.Float
	
=======================================*/

.f-left {
float: left;
margin: 0 10px 0 0;
}
.f-right {
 float: right;
 margin: 0 0 0 10px;
 }
 
 /*======================================

	1-14.Text Decoration
	
=======================================*/
.t-01 {
color:#f22;
}
.t-02 {
color:#39f;
}
.ex {
font-size: 85%;
}