@charset "utf-8";
/* ===================================================================
CSS information

 File Name  : demo.css
 Author     : MIYA
=================================================================== */

html { overflow-y: scroll; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, pre, p	{ margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6	{ font-size: 100%; }
img	{ border: 0; -ms-interpolation-mode: bicubic; vertical-align: top; }
li	{ list-style-type: none; }
body {
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 75%;
	line-height: 150%;
	color: #545454;
	text-align: center;
}
html>/**/body {
	font-size: 12px;
}
* + html body {
	font-family: "メイリオ","Meiryo";
}
a:link	{
	text-decoration: none;
	color: #2D88B3;
}
a:visited	{
	text-decoration: none;
	color: #2D88B3;
}
a:hover	{
	text-decoration: underline;
	color: #2D88B3;
}
a:active	{
	text-decoration: none;
	color: #9F81D9;
}

.inner	{
	width: 820px;
	margin: 0 auto;
	text-align: left;
}

/* header要素
----------------------------------------------------------- */
#header	{ 
	background: #121212;
	padding: 20px;
	color: #FFF;
}
#header h1	{ text-align: right; margin-top: -20px;}

/* contents要素
----------------------------------------------------------- */
#contents	{
	width: 820px;
	background: #EFEFEF;
	margin: 0 auto;
	text-align: left;
}
#contents:after
{ height:0;	visibility: hidden;	content: ".";	display: block;	clear: both; }

/* main要素
----------------------------------------- */
#main	{
	width: 570px;
	background: #FFF;
	padding: 30px 35px 30px 10px;
	float: left;
}
#main .section	{ padding: 5px; margin-bottom:30px; }
#main .section h2	{ 	
	font-size: 133.3%;
	border-bottom: solid 2px #CCC;
	padding: 5px;
	margin: 0 -5px 10px;
}
#main .section p	{ margin-bottom:1em; }

/* sub要素
----------------------------------------- */
#sub	{
	width: 180px;
	padding: 30px 10px;
	float: right;
}
#sub h3	{ font-size: 116.6%; margin-bottom: 5px; }
#sub ul	{ margin-bottom: 30px; }
#sub li	{ padding: 5px; border-bottom:1px dotted #CCC; }

/* footer要素
----------------------------------------------------------- */
#footer	{
	background: #121212;
	padding: 15px;
	color: #FFF;
}
div#footer .bnr	{
	clear: both;
	padding: 8px 10px;
	text-align: center;
	border: 2px solid #454545;
	margin-bottom: 10px;
}
div#footer .bnr li	{
	display: inline;
	margin-right: 10px;
}
div#footer address	{ font-family: Arial, Helvetica, sans-serif; text-align: right; }

