@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	background-image: url(../../../images/bg/himawari.jpg);
}
ul {
	list-style: none;
	margin-bottom: 40px;
	margin-top: 10px;
}
li {
	margin-bottom: 10px;
}
p {
	line-height: 2em;
	margin-bottom: 15px;
}

a {
	color: #FFF;
	text-decoration: none;
	background-color: #ff99cc;
	padding: 6px;
	letter-spacing: 0.1em;
	font-size: 14px;
	font-weight: bold;
}
a:hover {
	color: #FF9;
	text-decoration: none;
}
h1 {
	font-size: 24px;
	line-height: 2em;
}

.wrapper {
	padding: 30px;
	background-color: #FFFFFF;
	margin: 20px;
	text-align: justify;
	
}

.left {
	width: 320px;
	float: left;
	height: 100%;
	position: relative;
}
.right {
	margin-left: 320px;
	padding-left: 25px;
}

.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}