@charset "Shift_JIS";

/* default */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}
/* fonts(Yahoo UI) */
body {
	font: 13px arial,helvetica,clean,sans-serif;
	text-align:center;
	*font-size:small;
	*font:x-small;
}
table {
	font-size: inherit;
	font: 100%;
}

#contents {
	width:720px;
	text-align:left;
	font-size: 100%;
	color: #454341;
}

hr {
	display: none;
}

.both{
	clear:both;
	}

a:link {
	color: #414191;
}
a:visited {
	color: #414161;
}
a:hover {
	color: #914141;
}
a:active {
	color: #914141;
}

div#header {
	margin-bottom: 20px;
	border-top: solid 4px #595956;
	border-bottom: double 3px #FFFFFF;
	background: #0099CC;
}

div#side {
	width: 220px;
	float: left;
}

#side ul{
	width: 200px;
	margin: 0 20px 1em 20px;
	border-bottom: double 3px #FBFBFA;
}
#side li{
	margin-bottom: 15px;
	padding-top: 0.1em;
	background: #FBFBFA;
}
#side li.side-on {
	background: #ECECEA;
}
#side li a{
	display: block;
	width: 200px;
	padding: 0.4em 10px 0.4em 10px;
	border-bottom: dotted 2px #0099CC;
	font-weight: bold;
	text-decoration: none;
}
#side li a:hover,#side li a:active{
	border-bottom: solid 2px #BA8474;
	text-decoration: none;
}

div#main {
	width: 440px;
	margin: 0px;
	padding: 0 0 0 10px;
	border-left: solid 10px #FBFBFA;
	float:right;
}
div#mainfloat {
	width: 440px;
	margin: 0px;
	padding: 0 0 0 0px;
	border-left: solid 0px #FBFBFA;
	float:right;
	text-align:left;
}
h1 {
	padding: 0.3em 0;
	border-bottom: solid 1px #CCCCCA;
	color: #330099;
	font-size: 122%;
	letter-spacing: 0.2em;
}
div.text {
	margin: 0.5em 2.5em 1.5em 0;
	line-height: 1.7;
}
.text p {
	margin-bottom: 1em;
}
h2 {
	padding: 0.6em 0 0.4em 0;
	letter-spacing: 0.1em;
}
h3 {
	padding: 0.5em 0 0.2em 0;
	letter-spacing: 0.1em;
}
h4,h5 {
	padding: 0.4em 0 0.2em 0;
}
.text ul.modori {
	text-align: right;
	font-size: 85%;
	list-style: none;
}
.modori a:link,.modori a:visited{
	color: #BA7464;
}

.text ul {
	margin: 0 0 1em 35px;
	list-style: square;
}

div#footer {
	width: 100%;
	clear: left;
	text-align: right;
	margin-top: 20px;
	border-top: double 3px #FFFFFF;
	border-bottom: solid 6px #595956;
	background: #0099CC;
}
#footer h2 {
	display: none;
}
#footer ul {
	padding: 0.8em 2em;
}
#footer li {
	display: inline;
	padding: 0 0.5em;
	font-size: 92%;
}
#footer a{
	text-decoration: none;
}
address {
	display: inline;
}


input {
	margin-top: 0.5em;
}
input#TEXT {
	border: solid 1px #CCCCCA;
}
input#BUTTON {
	padding: 1px 0.5em;
	border: double 3px #CCCCCA;
	background: #EDEDEA;
}
textarea {
	margin-top: 0.5em;
	border: solid 1px #CCCCCA;
}
select {
	margin-top: 0.5em;
	border: solid 1px #CCCCCA;
}

pre {
	padding: 0.3em;
	border: solid 1px #DADADC;
	font-size: 92%;
	font-family: monospace;
}

/* 物理要素 */
b { font-weight: bold; } /* 太字 */
i { font-style: italic; } /* 斜体 */
big { font-size: 107%; } /* 文字大 */
small { font-size: 85%; } /* 文字小 */
tt { font-family: monospace; } /* 等幅 */

.right {
	float:right;
	margin:0px 0px 20px 20px;
	}



