@charset "utf-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th {
	text-align: left;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

ol,ul {
	list-style: none;
}

img {
	vertical-align: bottom;
	border: none;
}

input,textarea {
	padding: 3px;
	font-size: 100%;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}

.center {
	text-align: center;
}

.alignright {
	float: right;
	margin: 0 0 15px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 0 0;
}

.bold {
	font-weight: bold;
	color: #666666;
}

.red {
	color: #cc0000;
}

span.line {
	background: #ffe0ff;
}

.button-move a:hover { 
	position: relative; 
	top: 1px; 
	left: 1px; 
}

body {
	background: url(images/body_bg.jpg) repeat-x;
	color: #585858;
	font-family: Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, Sans-Serif;
	font-size: 100%;
	text-align: center;
}


/*----------------------------------------------------
	link
----------------------------------------------------*/
a:link {
	color: #3399ff;
	text-decoration: underline;
}

a:visited {
	color: #3399ff;
	text-decoration: underline;
}

a:hover {
	color: #ff6600;
	text-decoration: none;
}

a:active {
	color: #ff6600;
	text-decoration: none;
}


/*----------------------------------------------------
	clearfix
----------------------------------------------------*/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {
	display: inline-table;
	min-height: 1%;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/*----------------------------------------------------
	container
----------------------------------------------------*/
#container {
	width: 820px;
	margin: 0 auto;
	background: url(images/container_bg.jpg) repeat-y;
	text-align: left;
}


/*----------------------------------------------------
	header
----------------------------------------------------*/
#header {
	width: 820px;
	height: 440px;
	margin: 0 0 20px 0;
	background: url(images/header_bg.jpg) no-repeat left top;
}

#header h1 {
	padding: 5px 0 0 25px;
	color: #ffffff;
	font-weight: normal;
	font-size: 88%;
	letter-spacing: 0.04em;
}

#header h2 {
	text-indent:-9999px;
}

#header p {
	line-height: 1.4;
	width: 350px;
	margin: 185px 20px 1em 165px;
	font-size: 82%;
	letter-spacing: 0.04em;
}

#header p.syousai-m {
	clear: both;
	margin: 10px 0 0 30px;
	padding: 0;
}


/*----------------------------------------------------
	contents
----------------------------------------------------*/
#contents {
	width: 800px;
	margin: 0 10px;
}

#contents div#contents01 h2 {
	clear: both;
	height: 40px;
	margin: 0 0 10px 15px;
	text-indent:-9999px;
	background: url(images/title01.jpg) no-repeat;
}

#contents div#contents02 h2 {
	clear: both;
	height: 40px;
	margin: 0 0 20px 15px;
	text-indent:-9999px;
	background: url(images/title02.jpg) no-repeat;
}

#contents div#contents02 h3.point01 {
	clear: both;
	height: 40px;
	margin: 0 0 20px 15px;
	text-indent:-9999px;
	background: url(images/title02_01.jpg) no-repeat;
}

#contents div#contents02 h3.point02 {
	clear: both;
	height: 40px;
	margin: 0 0 20px 15px;
	text-indent:-9999px;
	background: url(images/title02_02.jpg) no-repeat;
}

#contents div#contents02 h3.point03 {
	clear: both;
	height: 40px;
	margin: 0 0 20px 15px;
	text-indent:-9999px;
	background: url(images/title02_03.jpg) no-repeat;
}

#contents div#contents02 h3.point04 {
	clear: both;
	height: 40px;
	margin: 0 0 20px 15px;
	text-indent:-9999px;
	background: url(images/title02_04.jpg) no-repeat;
}

#contents p {
	line-height: 1.7;
	margin: 0 30px 1em 30px;
	font-size: 94%;
	letter-spacing: 0.04em;
}

#contents p.syousai-s {
	clear: both;
	margin: 0 30px 20px 0;
	text-align: right;
}

#contents p.syousai-l {
	clear: both;
	padding: 30px 0 0 0;
	text-align: center;
}

#contents ul {
	margin: 0 0 20px 40px;
	padding: 0;
}

#contents ul li {
	line-height: 2.0;
	margin: 0 0 0 0;
	padding: 7px 0 0 60px;
	color: #996666;
	font-weight: bold;
	font-size: 100%;
	letter-spacing: 0.04em;
	background: url(images/icon_balloon.jpg) no-repeat;
}


/*----------------------------------------------------
	footer
----------------------------------------------------*/
#footer {
	clear: both;
	width: 820px;
	height: 120px;
	margin: 0;
	text-align: center;
	background: url(images/footer_bg.jpg) no-repeat left bottom;
}

#footer p {
	line-height: 1.8;
	padding: 50px 0 0 0;
	font-size: 82%;
	letter-spacing: 0.04em;
}

