@charset "UTF-8";
/* CSS Document */



/*-----------------------------------------------
 RESET
-----------------------------------------------*/

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,label,button,iframe,tr,th,td { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul { list-style: none; }
ol { padding-left:18px; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
dl { display:block; }
p{
    font-size: 128.5%;
    font-weight: bold;
    letter-spacing: 2px;
    padding-left: 16px;
    background: url(/common/img/bg_p_year.png) left center no-repeat;
    margin-bottom: 1em;
    line-height: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

span{
    font-size: 128.5%;
    font-weight: bold;
    letter-spacing: 2px;
    padding-left: 16px;
    background: url(/common/img/bg_p_year2.png) left center no-repeat;
    margin-bottom: 1em;
    line-height: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
	display: block;
}


/*-----------------------------------------------
 BASE
-----------------------------------------------*/
body { font-size:87.5%; line-height:160%; color:#333; background-color:#fff; font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Osaka, sans-serif; }


/*#### ACADEMIC SOCIETY ####*/
h3.bluebox { font-size:18px; font-weight:bold; color:#fff; line-height:1em; padding:8px 14px; background:url(http://orarize.com/common/img/bg_h3_bluebox02.png) left top no-repeat; margin-bottom:0em; }
h3.bluebox span { font-size:16px; padding:0 3px; }
h3.blue { font-size:128.5%; font-weight:bold; color:#5db1db; margin-bottom:0.5em; }

/*#### DOCUMENT ####*/
.doclist { }
.doclist dt.leftbar { font-size:114.2%; font-weight:bold; letter-spacing:2px; padding-left:16px; background:url(../img/bg_h3_leftbar.png) left center no-repeat; margin-bottom:1em; line-height:20px; padding-top:5px; padding-bottom:5px; }
.doclist dd { margin-bottom:2em; margin-left:16px; }
.docread { padding:3px 3px 3px 7px; margin-bottom:1.5em; background-color:#5cb0d9; color:#FFF; font-size:110%; font-weight:bold; border-left:solid #3f8bb1 7px; }

