@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 180%;
	font-size: 16px;
}
body {
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.5;
	color: #333333;
	background: #F4F4F4 url(images/kage.gif) center top repeat-y;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width: 751px;
}

h1 {
	font-size: 36px;
	color: #FF0000;
	font-weight: normal;
	line-height: 180%;
}
a:link {
	color: #0000ff;
}
a:visited {
	color: #0000ff;
}
a:hover {
	color: #ffffff;
	display:block;
}
a:active {
	color:#0000ff;
}

img {
	border: none;
	vertical-align: top;
}
#wrapper {
	width: 740px;
	text-align: left;
	padding:0;
	margin:0 auto;
	background-color:#ffffff;

}
div,td,th {
	text-align:left;
	margin:0;
	background-color: #FFFFFF;
}
li {
	margin: 0;
	list-style-type: none;
}
ol, ul {
	margin: 0;
	padding:0;
}
.float_left {
	float: left;
}

#content {
	width: 660px;
	background: #ffffff;
	clear: both;
	line-height: 180%;
	margin:0 auto;
	padding: 20px 0px;
	font-size: 16px;

}

/* color */
.red {
	color:#FF0000;
}

/* font-size */
.px24 {
	font-size:24px;
}

.px36 {
	font-size:36px;
}

/* background-color */
.b_yellow {
	background-color:#FFFF00;
}

/* list */
.ul_check {
	margin:10px;
}
.ul_check li {
	padding-left: 25px;
	background: url(images/check.gif) no-repeat left center;
}

.ul_point {
	margin:10px;
}
.ul_point li {
	padding-left: 30px;
	background: url(images/point.gif) no-repeat;
	background-position: 0 15px;
}

/* hr */
hr.dotted {
	border: 1px dotted #CCCCCC;
	margin:10px;
}
hr.solid {
	border: 1px solid #999999;
	margin:10px 0;
}

/* text-align */
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}

/* margin */
.m20 {
	margin:20px;
}
.m_rl20 {
	margin:0 20px;
}

.click {
	padding-left: 70px;
	background: url(images/finger.png) no-repeat;
	height:70px;
}

/* box */
.box_middle {
	margin:0;
	padding: 10px 20px;
	border-right: solid 1px #999999;
	border-left: solid 1px #999999;
}
.box_top {
	margin:0;
	background: url(images/box_top.gif) no-repeat center top;
	width:660px;
	height:20px;
}
.box_bottom {
	margin-bottom:20px;
	background: url(images/box_bottom.gif) no-repeat center top;
	width:660px;
	height:10px;
}
