/* ---------------------------------------------------------
   HTML5 Bones
   This stylesheet contains print styling and a section for
   you to simply add your own. This is a basic template
   after all.
   ---------------------------------------------------------*/
	body {
	margin: 0px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	}
	/* Default link styling */
	a:link {
	color: #003366;
}
	a:visited {
	color: #333366;
}
	a:hover, a:focus { }
	a:active { }

ul {
	margin: 0px;
	padding: 0px;
	float: left;
}
h1,h2,h3,h4{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}


/* ---------------------------------------------------------
   Author's styles
   ---------------------------------------------------------*/
	body {

	}
	li{
	list-style-type: none;
	}


.clear {
	clear: both;
}
.clear20 {
	clear: both;
	margin-bottom: 20px;
}
.clear10 {
	clear: both;
	margin-bottom: 10px;
}
.clear40 {
	clear: both;
	margin-bottom: 40px;
}
.clear60 {
	clear: both;
	margin-bottom: 60px;
}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}


.small {
	font-size: 0.8em;
	color: #333333;
}
#word li {
	background-image: url(../images/arrow2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1em;
	font-size: 0.8em;
}
.kei img {
	border: 1px solid #CCCCCC;
	padding: 2px;
}
#link {
	font-size: 0.8em;
	margin-top: 50px;
	margin-bottom: 10px;
	float: left;
}
#link #title {
	padding-left: 0.5em;
	color: #666666;
}

#link li {
	background-image: url(../images/arrow2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1em;
	float: left;
	margin-right: 1em;
}
.rightwrap {
	float: right;
	padding-top: 15px;
}
.rightwrap {
	font-size: 0.8em;
	margin-bottom: 10px;
}
.rightwrap #title {
	padding-left: 0.5em;
	color: #666666;
}

.rightwrap li {
	background-image: url(../images/arrow2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1em;
	float: left;
	margin-right: 1em;
}

a.arrow{
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1em;
	display: block;
	font-size: 9pt;
}
a.arrow2{
	background-image: url(../images/video.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 32px;
	display: block;
	font-size: 9pt;
	color: #006699;
	text-decoration: none;
}
.righttext {
	float: right;
}
