@import "style_reset.css";

body{
	background:url(../images/top.jpg) repeat-x #ffc2d6;
	color:#151515;
	font-size:small;
	font-family: "HG丸ｺﾞｼｯｸM-PRO", sans-serif;
	line-height: 1.5;
}


h1{
	font-size:x-large;
	font-weight:bold;
	padding:80px 30px;
}


.sub{
	background:#f6367a;
	font-size:medium;
	font-weight:bold;
	padding:3px 2px;
	border:solid 2px #f45d92;
	text-align:center;
}

h2{
	font-weight:bold;
}

#page_w{
	width:960px;
	margin:0 auto;
}

#content{
	background:#fff;
	border:solid 1px #242424;
	width:640px;

}
#right{
	width:640px;
	float:right;
}

#kage{
	width:640px;

	height:20px;
	background:url(../images/bgs.jpg) no-repeat;
}

#content h2{
	background:#000;
	font-size:medium;
	padding:3px 2px;
	color:#FFF;
	border:solid 2px #333;
	text-align:center;
}

#content ul{
	padding:2px 10px;
}

#content li{
	padding:1px 0;
}

#content p{
	padding-bottom:10px;
}

.cont{
	padding:5px 10px;
}

#side-menu{

	border:solid 1px #fe75a2;
	width:300px;
	float:left;
}

#side-menu ul{
}

#side-menu li{
	border:solid 1px #ffb1cb;
}


#side-menu a{
	display:block;
	padding:3px 10px;
	color:#f6367a;
	text-decoration:none;
}

#side-menu a:hover{
	display:block;
	padding:3px 10px;
	color:#f30358;
	background:#ffd8f2;
	text-decoration:none;
}


a{
	color:#f6367a;
	text-decoration:none;	
}
a:hover{
	color:#f30358;
	text-decoration:underline;
}

#footer{
	color:#f6367a;
	clear:both;
	padding:30px;
	text-align:center;
}

.next-page{
	text-align:center;
}
