/* 
* Amazium V1.0.1
* Copyright 2012, Mike Ballan
* www.amazium.co.uk
*/


/***** Reset & Basics *****/
*,
*::before,
*::after{
  box-sizing: border-box;
}

html, body, div, span, applet,object, iframe, h1, h2, h3, h4,h5, h6, p, blockquote, pre, a,abbr, acronym, address, big, cite,code, del, dfn, em, img, ins, kbd,q, s, samp, small, strike, strong,sub, sup, tt, var, b, u, i, center,dl, dt, dd, ol, ul, li, fieldset,form, label, legend, table, caption,tbody, tfoot, thead, tr, th, td,article, aside, canvas, details,embed, figure, figcaption, footer,header, hgroup, menu, nav, output,ruby, section, summary, time, mark,audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}

ol, ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content:'';
	content:none;
}

/***** Basic Styles *****/
	
html {
	overflow-y:scroll;
	overflow:-moz-scrollbars-vertical;
}
body {
	background:#FFF; 
	color:#333;
	font:14px "ヒラギノ丸ゴ Pro W3", "Hiragino Maru Gothic Pro", Meiryo, "メイリオ", Verdana, Helvetica, sans-serif; 
	line-height:1.7em;
	margin:0;
	padding:0; 
}
	
/***** Typography *****/

h1, h2, h3, h4, h5, h6 {
	font-family:"ヒラギノ丸ゴ Pro W3", "Hiragino Maru Gothic Pro", Meiryo, "メイリオ", Verdana, Helvetica, sans-serif;
	margin:0 0 10px 0;
	padding:0;
	color:#333;
	font-weight:bold;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 {
	font-size:26px;
	color:#0e7bd5;
	text-shadow:1px 1px 1px #FFFF;
}
h2 {
	font-size:20px;
	color: #FFF;
	background: #0e7bd5;
	padding: 5px 10px;
	line-height: 140%;
}
h3 {
	font-size:18px;
}
h4 {
	font-size:16px;
}
h5 {
	font-size:12px;
}
h6 {
	font-size:10px;
	font-weight:normal;
}

p {
	margin:0;
	padding:0 0 10px 0;
}

sup, sub {
	height:0;
	line-height:1px;
	vertical-align:baseline;
	position:relative;
}
sup {
	bottom:1px;
}
sub {
	top:1px; font-size:.6em;
}
em {
	font-style:italic;
}
strong {
	font-weight:bold;
}
small {
	font-size:80%;
}
	
hr {
	margin:20px 0 20px 0;
	border:0;
	border-top:1px solid #999;
	height:2px;
	width:100%;
	text-align:left;
}

.line-trh {
	text-decoration:line-through;
}
/***** Links *****/
a:link {
	color:#333;
	text-decoration:underline;
	outline:0;
	transition-property:color .1s linear 0s;
	-moz-transition:color .1s linear 0s;
	-webkit-transition:color .1s linear 0s;
	-o-transition:color .1s linear 0s;
}
a:visited {
	color:#333;
	text-decoration:underline;
	outline:0;
}
a:active {
	color:#333;
	text-decoration:underline;
	outline:0;
}
a:hover {
	color:#999;
	text-decoration:none;
	outline:0;
}
a:focus {
	-moz-outline-style:none;
}

a.link_blue:link 							{
color: #36F;
text-decoration: underline;
outline: 0;
transition-property: color .1s linear 0s;
-moz-transition: color .1s linear 0s;
-webkit-transition: color .1s linear 0s;
-o-transition: color .1s linear 0s;
}
a.link_blue:visited {
color: #369;
text-decoration: underline;
outline: 0;
}
a.link_blue:active {
color: #09F;
text-decoration: underline;
outline: 0;
}
a.link_blue:hover {
color: #09F;
text-decoration: none;
outline: 0;
}
a.link_blue:focus {
	-moz-outline-style:none;
}

/***** Lists *****/

ul, ol { margin-bottom:20px; }
ul { list-style:none outside; }
ol { list-style:decimal; }

li {
	margin-bottom:0;
}

ol,
ul.square,
ul.circle,
ul.disc {
	margin-left:20px;
}
ul.square,
ul.circle,
ul.disc {
	list-style:disc outside;
}
ul.fancy li {
	padding:0 0 0 15px;
	background:transparent url('../images/bullet.png') no-repeat 0 3px;
}
ul.square li {
	line-height:18px;
	margin-bottom:12px;
}
ul.large li {
	line-height:21px;
}
li p {
	line-height:21px;
}
ul.fancy {
	margin-bottom:0;
}

ul.lecture li {
text-indent: -3em;
margin-left: 3em;
line-height: 160%;
}
ul.lecture_c li {
text-indent: -8em;
margin-left: 8em;
line-height: 160%;
}
ol.lecture li {
margin-left: 1em;
line-height: 160%;
padding-bottom: 0.5em;
}

ul.ul02  {
	padding: 0;
	margin: 0.2em 0 0.5em 0;
}
ul.ul02 li {
	padding: 3px 0;
	margin: 0 2em;
	list-style: url(../images/bullet.png) none;
	border-bottom: 1px dashed #CCC;
}

/***** Images *****/

img {
	border:0;
	-ms-interpolation-mode:bicubic;
}

/***** Buttons  *****/
 
a.btn {
	margin:5px 0 5px 0;
	padding:4px 28px 4px 8px;
	display:inline-block;
	font-size:11px;
	color:#fff;
	border:1px solid #444;
	background:#333 url(../images/btn-arrow.png) no-repeat right;
	border-radius:4px;
	cursor:pointer;
	text-shadow:none;
	text-decoration:none;
}
a:hover.btn {
	text-decoration:underline;
}

/***** Back to Top *****/

#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:-999px;
	background:url(../images/ui.totop.png) no-repeat left top;
}
#toTopHover {
	background:url(../images/ui.totop.png) no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}
#toTop:active,
#toTop:focus {
	outline:none;
}
		
/***** Global Classes *****/

.img-left {
	float:left;
	margin:0 30px 30px 0;
	border:none;
}
.img-right {
	float:right;
	margin:0 0 30px 30px;
	border:none;
}

.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}
.float-left { float:left; }
.float-right { float:right; }

.text-big01 { font-size:120%; }
.text-big02 { font-size:140%; }
.text-left { text-align:left; }
.text-right { text-align:right; }
.text-center { text-align:center; }
.text-justify { text-align:justify; }

.text-red { color:#F00; }

.normal { font-weight:normal; }
.bold { font-weight:bold; }
.italic { font-style:italic; }

.mm_btm10 {
	margin-bottom:1em;
}

.mm_lft10mm_lft10 {
	margin-left:1em;
}

.mm_top10 {
	margin-top:1em;
}