@charset "utf-8";




body {
	font-family:"MS PGothic","Osaka",Arial,sans-serif;
	background-color: #e3e4e2;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
h1,h2,h3,h4,h5,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}

img,iframe,object {
	max-width:100%;
}

.ie7 img,.ie7 object/ {
	width:100%;
}

.ie8 img,.ie8 object {
    width:auto\9
}


img {
	max-width: 100%;
	height: auto;
}



ul {
	list-style-type:none;
} 

input,textarea,select {
	font-size: 1em;
}


#sotowaku {
	margin:0 auto;
	width:100%;
	overflow:hidden;
}



#menu {
	display:none;
	font-size: 80%;
	margin-top: 5px;
	margin-bottom: 10px;
}


#navi li {
	display: inline;
}

#navi a {
	color: #ff3399;
	text-decoration: none;
}

.ya {
	background-image : url(../images/navi_li.gif);
	background-repeat: no-repeat;
	background-position:left center;
	padding-left: 16px;
}

.big {
	font-size: 150%;
	line-height: 28px;
}

.list_1 {
	margin:10px 10px;
}

.list_1 li {
	background: url(../images/check.gif) no-repeat;
	padding-left: 20px;
	padding-top: 1px;
	padding-bottom: 3px;
	line-height: 17px;
}

.list_2 {
	margin:10px 5px;
}

.list_2 li {
	background: url(../images/check_3.gif) no-repeat;
	margin: 0px 5px;
	padding-left: 17px;
	padding-top: 1px;
	padding-bottom: 3px;
	line-height: 17px;
}

.space {
	margin: 100px 0px;
}

.text_right {
	text-align: right;
}

.text_center {
	text-align: center;
}

.cr {
	clear: both;
}

.cr hr {
	display:none;
}

