@charset "UTF-8";

/*角丸・シャドウのCSS3を適用したclassなどには以下のセレクタと値を追加
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
behavior: url(ie-css3.htc);
*/
/*
リンクのある画像にクラスopacitystyle指定で透過
a:hover img.opacitystyle
{opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";}
*/

body {
	font-size: 16px;
	line-height: 1.6em;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','メイリオ',Verdana,'ＭＳ Ｐゴシック',sans-serif;
    margin: 0;
    padding: 0;
    line-height:1.4;
    color:#333;
    font-size:0.9em;
}

figure{
	margin:0;
}

figcaption{
	font-size:11px;
}

.mb10{
	margin-bottom: 10px;
}
.alignleft{margin-right:15px; margin-bottom:15px; float:left;}
.alignright{margin-left:15px; margin-bottom:15px; float:right;}


.left{text-align:left;}
.right{text-align:right;}
.center{text-align:center;}

.clr { clear:both; }

.ora{color:#ff8702;}

.ora-b{
	color:#ff8702;
	font-weight:bold;
}

.font10{
	font-size:10px;
}

.font11{
	font-size:11px;
}
#section{
    margin-top: 13px;
}