@charset "UTF-8";

#container .contents
{
	width: auto;
	height: auto;
	padding-top: 15px;
}

#container .contents .info
{
	float: left;
	width: 420px;
	height: auto;
	margin-top: 0px;
	margin-left: 20px;
}

#container .contents .info .information
{
	width: 420px;
	height: auto;
	margin: 0 0 20px 0;
	padding: 0;
	background: url("../images/index/info_bg.jpg");
}

#container .contents .illust
{
	float: left;
	width: 300px;
	height: auto;
	margin-top: 10px;
	margin-left: 20px;
}

#container .contents .info2
{
	width:380px;
	height: auto;
	margin: 0 auto 0 auto;
	padding:2px;
	background:#E1CBF7;
	border-color:#6A35A0;
	border-width:1px;
	border-style:solid;
}

#container .contents .info2 .info2_2
{
	width:372px;
	height: auto;
	margin: 0 auto 0 auto;
	padding:3px;
	background:#FFFFFF;
	border-color:#6A35A0;
	border-width:1px;
	border-style:dotted;
}

#container .contents .info2 .info2_2 p.info2_text1
{
	font-size: 90%;
	color: #3366CC;
	font-weight: bold;
	border-bottom: 1px solid #bbb;
	padding-bottom: 3px;
}

#container .contents .info2 .info2_2 p.info2_text2
{
	font-size: 90%;
	color: #444;
	font-weight: normal;
	padding-top: 5px;
}

#container .contents .illust p.illust_text1
{
	font-size: 90%;
	color: #663366;
	padding-bottom: 10px;
	line-height: 150%;
}


