@charset "utf-8";

/* 1-1.Universal styles
========================================== */

* {
	margin:0;
	padding:0;
}

img {
	border:none;
}

hr {
	margin:0 0 0 0;
	border:none;
	padding:0;
	height:0;
	width:auto;
	visibility:hidden;
	clear:both;
	display: block;
}

/* 1-2.Structure styles
========================================== */

body {
	background-color: #fff7e6;
	font-family:Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-size:85%;
	text-align:center;
	margin-left: 30px;
	margin-right: 30px;
}

/* 1-3.Text styles
========================================== */

p {
	line-height:180%;
}

address {
	float: right;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4 {
	font-size: 100%;
}

h1 {
	float: left;
	padding-top: 13px;
}

h2 {

}

h3 {
	
}

h4 {
	
}


/* 1-4.Hypertext styles
========================================== */

a {
	text-decoration:none;
}

a:link {
	color: #30b3bf;
}

a:visited {
	color: #30b3bf;
}

a:hover {
	color: #76e0ea;
}


a:active {
	color: #76e0ea;
}

/* 1-5.List styles
========================================== */

ul,
ol,
dl {
	margin: 0;
	padding: 0;
	list-style: none;
}




/* 2-1.Header styles
========================================== */
#header{
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 36px;
	text-align: left;
	background: url(../images/bgi_common01.gif) repeat-x left bottom;
	width: 953px;
	clear: left;
}

#header p{
	text-align: right;
}


/* 2-2.Pagebody styles
========================================== */
#pagebody{
	margin: 0 auto;
	width:953px;
}

#mainarea{
	float: left;
	background: url(../images/bgi_common02.gif) repeat-y right top;
	width:663px;
}

#sidebar{
	float: right;
	width:290px;
}


/* 2-3.Footer styles
========================================== */
#footer{
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 27px;
	background: url(../images/bgi_common01.gif) repeat-x left top;
	width: 953px;
	clear: both;
}