﻿@charset "UTF-8";
.red{color:#f00;}
/* --------------------------------------------------------------------------------------
ページタイトル */
body #pagetitle{
	margin:0 0 10px;
}
#pagetitle h1{
	height:45px;
	background:url(/sp/img/top/bg_alfa_l.png) right top no-repeat #0047cc;
	background-size:130px 45px;
	font-size:1.49em;
	color:#fff;
	line-height:45px;
	text-align:center;
}
#pagetitle h1 img{
	width:30px;
	height:45px;
}
/* --------------------------------------------------------------------------------------
コンテンツ */
#wrapper{
	background:#fff;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 3px #999;/* Firefox用 */
	-webkit-box-shadow: 0px 1px 3px #999;/* Safari,Google Chrome用 */
	padding:10px;
}
#contents-wrapper h1{
	font-family: HiraKakuProN-W6, "ヒラギノ角ゴ ProN W6", sans-serif;
	font-weight: bold;
	margin-bottom:5px;
}
#contents-wrapper p{
	margin-bottom:20px;
	line-height:20px;
}
#contents-wrapper ol{
	padding-left:30px;
	margin-bottom:20px;
	line-height:20px;
}
#contents-wrapper ol li{
	margin-bottom:5px;
}
#contents-wrapper a{
	display:inline-block;
	text-decoration:underline;
}
