/*
	Default style sheet
		Update : 2012/04/28
	by Freekobo S.Nagatsugu
*/

* { zoom:1; } /* IE6, IE7 hack */

html {
	width: 100%;
	height: 100%;
}
body {
	font-family: Meiryo, Osaka, "Hiragino Mincho Pro", "Kozuka Mincho std", "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
	font-size: 12pt;
	line-height: 1.4em;
	margin: 0px auto 0px auto;
	padding: 0px;
}
div, header, section, article, aside, footer, nav, figure {
	display: block;
	margin: 0px;
	padding: 0px;
	height: auto;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px 0px 1em 0px;
	padding: 0px;
}
p {
	margin: 0px 0px 1em 0px;
	padding: 0px;
}

img {
	font-size: 1px;
	line-height: 0px;
	border: none;
	margin: 0px;
	padding: 0px;
}
a {
	color: #0000aa;
	text-decoration: underline;
	outline: none;
}
a:hover {
	color: #C30;
	text-decoration: none;
}

/* Font size */
.f1 {
	font-size: 24pt;
}
.f2 {
	font-size: 18pt;
}
.f3 {
	font-size: 14.4pt;
}
.f4 {
	font-size: 12pt;
}
.f5 {
	font-size: 9.6pt;
}
.f6 {
	font-size: 8.4pt;
}
.f7 {
	font-size: 7.2pt;
}
.f8 {
	font-size: 6.6pt;
}
/* Font size end */

#wrapper {
	margin: 0px;
	padding: 20px;
}

/* Vertical setting */

.vtop {
	display: inline-block;
	vertical-align: top;
}

.vcenter {
	display: inline-block;
	vertical-align: middle;
}

.vbuttom {
	display: inline-block;
	vertical-align: bottom;
}

.bold{font-weight:bold;}

* html .vtop, * html .vcenter, * html .vbuttom { /* IE 6 */
	display: inline;
}
*:first-child+html .vtop, *:first-child+html .vcenter, *:first-child+html .vbuttom { /* IE 7 */
	display: inline;
}
/* Vertical setting end */

/* css hack (clearfix orignal) */
.clearfix:after {  
	content: ".";   
	display: block;   
	height: 0;   
	clear: both;   
	visibility: hidden;  
}  
.clearfix {
	display: inline-table;
}  
/* Hides from IE-mac \*/  
* html .clearfix {
	height: 1%;
}  
.clearfix {
	display: block;
}  
/*-------------------------*/
#header h1.page_title {
    font-size: 10px;
    font-weight: normal;
    position: absolute;
    right: auto;
    text-align: right;
    text-indent: 0;
    top: auto;
    width: 990px;
}
#header ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}#container #contents #sup-image {
	width: 1000px;
	height: auto;
}
table tbody tr {
	font-size: 10pt;
}
#contents-left #course-note .right-2 {
	width: 300px;
	height: auto;
}
