@charset "utf-8";

/* レイアウトベース
----------------------------------------*/
body	{
	width: 100%;
	margin: 0;
	background: #fff;
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	color: #333;
}
#sct-wrapper{
	width: 780px;
	margin: 0 auto;
	overflow: hidden;
}

/* ヘッダ
----------------------------------------*/
h1 {
	text-align: center;
	font-size: 30px;
	margin-top: 40px;
	margin-bottom: 40px;
	color: #082d6c;
}

/* メインコンテンツ
----------------------------------------*/
h2 {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 50px auto 15px auto;
	padding: 15px 8px 13px 8px;
	background-color: #cda270;
	text-shadow: -1px -1px 0 rgba(160,125,85,1);
	text-align: center;
	letter-spacing: 5px;
	font-size: 1.7em;
	font-weight: bold;
	color: #fff;
	box-shadow: 0px 0px 12px 2px rgba(225,225,225,1);
}
h2#first {
	margin-top: 0px;
}
h3 {
	margin: 20px 0 10px 0;
	font-size: 1.8em;
	font-weight: bold;
}
p, li	{
	line-height: 1.5em;
	font-size: 1.4em;
}
li {
	list-style-type: disc;
	margin-left:25px;
	margin-bottom:5px;
}

#guidelineFooter {
	margin-top:20px;
	margin-bottom:20px;	
}
#guidelineFooter p#settle {
	float:right;
	text-align:right;
	margin-top:15px;
}
#guidelineFooter img#jkLogo {
	float:left;
}