/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}


html{
	height: 100%;
}

body{
	width: 1000px;	height: 100%;
	margin: 0 auto;
	color: #333;	line-height: 1.4em;	font-family:"Lucida Grande", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	background: #EAEAEA url(../image/bodybg.png) center top repeat-y;
	overflow-y:scroll;
	text-align: justify;
}

div#wrapper{
	width: 900px;	margin: 0 auto;
	min-height: 100%;
	padding: 0 50px;
	background: #FFF url(../image/background.png) fixed center top no-repeat;
	/*border-top: solid 4px #0066FF;*/
}

body#nobg{
	width: 900px;
	background: #F1F1F1;
}


a{
	color: #06F;	text-decoration: none;
}

a:hover{
	color: #06F;	text-decoration: underline;
}

a:visited{
	color: #06F;
}

strong{
	background-color: #FF6;
}

del{
	color: #999;
}

#globalheader ul{
	height: 40px;	margin: 10px 0 0;
	/*background: #1971ff;*/
	background: #444;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#globalheader li{
	display: table-cell;
/*	width: 110px;	height: 40px;	float: left;  English plus ver*/
	width: 127px;	height: 40px;	float: left;
	line-height: 40px;	list-style: none;
	background: none; text-align: center;	vertical-align: middle;
	/*border-left: solid 1px #0061ff;*/
	border-left: solid 1px #333;
}

#globalheader a{
	color: #FFF;	text-decoration: none;
}

#globalheader li:hover{
	background: #333;
	/*background: #0061ff;*/
}

#globalheader li:active{
	box-shadow: 0 1px 3px #222 inset;
	-moz-box-shadow: 0 1px 3px #222 inset;@/* Firefoxp */
	-webkit-box-shadow: 0 1px 3px #222 inset;@/* Safari,Google Chromep */
}

#globalheader a:first-child li{
	border-top-left-radius: 3px;	
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-left: none;
}

#pagetitle{
	margin-bottom: 0;
	padding-top: 35px;
}

#pagetitle p{
	font-size: 26px;	height: 38px;
}

#pagetitle p span{
	font-size: 12px;	color: #666;
}

#pagetitle h1{
	display: block;
	text-align: right;	margin-top: -22px;
}

.clear{
	clear: both;
	margin: 0 !important;
}




#globalfooter{
	margin:20px 0;
	clear: both;
}

div#breadory{
	background: rgba(220,220,220,0.5);
	border: 1px solid #999;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

div#breadory ol#breadcrumbs{
		height: 25px;
}

div#breadory ol#breadcrumbs li{
	display: table-cell;
	height: 25px;	float: left;	list-style: none;
	line-height: 25px;	background: url(../image/pankuzu.png) left center no-repeat; vertical-align: middle;
	padding: 0 20px;	margin-right: -15px;
}

div#breadory ol#breadcrumbs li.home{
	background: none;
	padding-left: 10px;
	
}

div#directorynav{
	border: 1px solid #999;
	border-top: none; margin-top: -1px;
	padding: 5px 20px;
}

div#directorynav div.column{
	width: 33.3%;	float: left;
}

div#directorynav div.column li{
	margin-left: 1em;	list-style: none;
}

div#copyright{
	font-size: small;	margin-top: 5px;
}

div#copyright ul{
}

div#copyright ul li{
	float: right;	list-style: none;
}

div#copyright ul li:after{
	content:' | ';	display: inline;
	padding-right: 5px;
}

div#copyright p{
	clear: both;
	border-top: solid 1px #999;
}

