@charset   "Shift_JIS";

/* うわっ見つかった！　恥ずかしいのであまり見ないで…
私のなんか参考になりますかね？　だったら嬉しいですが。
たぶん色々余分なものとかもっと上手な書き方があると思うんですよ。
「ここはこうした方がいいよ！」ってのがあったら教えてほしいです…*/

* {
	margin:0;
	padding:0;
	background: #ffffff;

}

body {
	text-align: center;
	scrollbar-face-color:       #ffffff; 
        scrollbar-highlight-color:  #ffffff;
        scrollbar-shadow-color:     #6600cc;
        scrollbar-darkshadow-color: #ffffff;
        scrollbar-arrow-color:      #6600cc;
        scrollbar-base-color:       #ffffff;
        scrollbar-3dlight-color:    #6600cc;
        scrollbar-track-color:      #ffffff;
}

#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border-style: solid;
	border-color: #6600cc;
	border-width: 0px 1px 1px 1px;

}

#header {
	width: 100%;
	font-size: 12px;
	border-style: solid;
	border-color: #6600cc;
	border-width: 0px 0px 1px 0px;
	padding-bottom: 0px;
}

#mainbox {
	width: 100%;
	height: 100%;
	border-style: solid;
	border-color: #6600cc;
	border-width: 0px 0px 0px 0px;
}

#menu {
	padding: 5px;
	width: 165px;
	height: 100%;
	float: left;
	font-size: 11px;
	overflow: auto;
	display: block;
}

#menu ul {
	margin-left: 40px;
	text-align: left;
	font-size: 11px;
}

#menu li {
	text-align: left;
	font-size: 11px;
}

#main {
	width: 458px;
	height: 100%;
	float: left;
	padding: 5px;
	font-size: 12px;
	border-style: solid;
	border-color: #6600cc;
	border-width: 0px 1px 0px 1px;
	overflow: auto;
}

#main li {
	margin: 5px 30px 5px 30px;
	text-align: left;
}


#store {
	padding: 6px;
	width: 143px;
	height: 100%;
	float: right;
	overflow: auto;
	font-size: 10px;
}

#footer {
	clear: both;
	font-size: 10px;
	text-align: right;
	width: 100%;
	border: solid #6600cc;
	border-width: 1px 0px 0px 0px;
}

#comment {
	padding: 5px;
	width: 400px;
	border: solid 1px #6600cc;
	font-size: 12px;
}

#words {
	padding-left: 15px;
	font-size: 12px;
	text-align: left;
}

#link-box {
	background: #ccccff;
	width: 100%
	margin: 0;
	padding: 0;
}

#link {
	font-family: sans-serif;
	list-style-type: none;
	height: 20px;
	margin: 0;
	padding: 0;
}

#link li {
	line-height: 20px;
	display: inline;
}

#link li a {
	background: #ffffff;
	padding: 0px 20px;
	display: block;
	float: left;
	border-right: solid 1px #6600cc;
}

#bunner a{
	display: inline;
}

a:link {
	color: #0066cc;
	text-decoration: none;
}

a:visited {
	color: #003399;
	text-decoration: none;
}

a:active {
	color: #9999ff;
	text-decoration: none;
}

a:hover {
	color: #0099ff;
	text-decoration: underline;
}

h1 {
	font-family: "Times new Roman";
	color: #ccccff;
	font-size: 28px;
	text-align: right;
	background-color: #6600cc;
}

h2 {
	font-family: "Times new Roman";
	background-color: #6600cc;
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px;
	font-size: 14px;
	text-align: center;
	color: #ccccff;
}

h3 {
	font-family: "Times new Roman";
	font-weight: bold;
	font-size: 12px;
	color: #6600cc;
	text-align: left;
}

h4 {
	font-weight: bold;
	font-size: 11px;
	color: #3300cc;
	text-align: left;
	padding-left: 1em;
}


h5 {
	font-weight: bold;
	font-size: 12px;
	color: #0099cc;
	text-align: center;
}

p {
	padding-left: 3em;
}


img {
	border: 0;
	vertical-align: bottom;
}

form {
	display: inline;
}

input {
	color: #6600cc;
	background: #ffffff;
	border: solid 1px #6600cc;
}

textarea {
	background: #ffffff;
	border: solid 1px #6600cc;
}

select {
	background: #ffffff;
	border: solid 1px #6600cc;
}

li {
	list-style-type: none;
}

table#list {
	border: 0;
	border-collapse: separate;
	border-spacing: 1em;
	font-size: 12px;
	margin: 10px;
}

table#list td {
	padding: 10px;
}

table#list th {
	padding: 10px;
	text-align: right;
	font-weight: normal;
	color: #3300cc;
}


table#question {
	border-collapse: collapse;
	font-size: 12px;
	margin: 5px;
	padding: 0px;
	border: solid 1px #6600cc;
}

table#question td {
	padding: 5px;
}

table#question th {
	padding: 5px;
	text-align: left;
	background-color: #ccccff;
	font-weight: normal;
	border: solid 1px #6600cc;
}


table.cookpa {
	border-collapse: collapse;
	font-size: 12px;
	margin: 5px;
	padding: 0px;
	border: solid 1px #6600cc;
}

table.cookpa td {
	padding: 5px;
	text-align: left;
	font-weight: normal;
	border: solid 1px #6600cc;
}

table.cookpa th {
	padding: 5px;
	text-align: left;
	font-weight: normal;
	background-color: #ccffff;
	border: solid 1px #6600cc;
}

