* {
	font-family: "メイリオ",Verdana,"Segoe UI",sans-serif;
	font-weight: normal;
	margin: 0; 
	padding: 0;} 
html {
	overflow-y:scroll;}
/* 基本
========================= */ 
body {
	background-color: #ffffff;
	color: #15272b;
	height: 100%;
	overflow: auto;
	text-align: center;
	width: 100%;}
#page {
	text-align: left;}
/* サイド */
#side {
	line-height: 2;
	letter-spacing: 1px;}
#menu {
	text-align: right;}
.clearLeft { 
	clear: left;}
/* メイン */
#main {
	height: 100%;
	letter-spacing: 1px;
	line-height: 1.5;
	padding: 10px;}
/* 文字
=========================  */
.right {
	color: #c5c5c5;
	font-size: smaller;
	text-align: right;}
.center {
	font-size: smaller;	
	text-align: center;}
.min {
	font-size: smaller;
	letter-spacing: 0;}
.iro {
	color: #c5c5c5;}
.initial {
	color: #009999;}
/* リンク
=========================  */
/* 全体 */
a {
	color: #a5a5a5;
	cursor: crosshair;
	text-decoration: none;}
a:hover {
	color: #55555b;}
/* サイド */
#menu a {
	display: block;
	color: #55555b;
	letter-spacing: 5px;}
#menu a:hover {
	color: #a5a5a5;}
#list a {
	margin: 0 5px 5px 0;}
.right a{
	color: #009999;}
.right a:hover {
	color: #a5a5a5;}
/* タイトル
========================= */
h1 {
	color: #c5c5c5;
	font-size: 150%;
	letter-spacing: 10px;}
h2 {
	color: #55555b;
	font-size: 110%;
	letter-spacing: 4px;
	text-align: center;}
h3 {
	color: #dddddd;
	font-size: 110%;
	letter-spacing: 5px;
	margin: 10px 0;
	text-align: right;}
/* フォーム
========================= */ 
form {
	margin: 0;
	padding: 0;}
input,textarea,select,option {
	border: 1px #15272b dashed;
	border-radius: 5px;
	color: #55555b;
	letter-spacing: 1px;
	margin: 1px;
	padding: 2px 5px;}
input[type="submit"] {
	background-color: #55555b;
	border: none;
	color: #ffffff;
	margin-top: 5px;
	padding: 2px 10px 3px;}
/* インデント
========================= */ 
#indent {
	color: #990019;
	font-size: 100%;
	letter-spacing: 3px;
	padding: 0 5px 0 10px;}
#indent p {
	color: #15272b;
	font-size: 80%;
	letter-spacing: 1px;
	line-height: 140%;
	margin: 5px 0 0 10px;}
/* テキスト
=========================  */
#text {
	color: #55555b;
	font-size: 90%;
	letter-spacing: 2px;
	line-height: 200%;}
#text p	{
	color: #a5a5a5;
 	text-indent: -10px;}
#list {
  	margin-left: 10px;}
#list p {
	color: #15272b;
	font-size: 80%;
 	text-indent: -10px;}
#list br {
	display: none;}
/* その他
=========================  */
br {
	letter-spacing: 0;
	line-height: 100%;}
hr,img {
	border: 0;}

#bottom {
	border-bottom: 1px #dddddd solid;}

@media screen and (min-width: 800px) {

#page {
	margin: 0 auto;
	position: relative;
	width: 800px;}
/* サイド */
#side {
	border-right: 1px #dddddd solid;
	height: 100%;
	padding: 20px 0 10px;
	position: fixed;
	_position: absolute;
	top: 40px;
	width: 150px;}
#menu {
	position: relative;
	top: 30px;
	left: 1px;
	margin-bottom: 80px;
	width:160px;}
/* メイン */
#main {
	margin-left: 160px;}
/* リンク
=========================  */
/* サイド */
#menu a {
	border-right: 10px transparent solid;
	padding-right: 20px;
	text-align: right;}
#menu a:hover {
	border-right: 10px #009999 solid;}
#text {
	margin: 10px;}
/* タイトル
========================= */
h1 {
	text-align: right;}
h2 {
	margin-top: 40px;}
}
@media screen and (max-width: 799px) {
#page {
	width: 100%;}
/* サイド */
#side {
	border-bottom: 1px #dddddd solid;
	text-align: right;}
#menu {
	vertical-align:bottom;
	display: inline-block;
	/display:inline;/zoom:1;}
.index {
	display: none;}
#text {
	margin: 5px;}
/* リンク
=========================  */
/* サイド */
#menu a {
	border-left: 10px  transparent solid;
	padding: 0 10px;
	float: left;
	list-style: none;
	text-align: left;}
#menu a:hover {
	border-left: 10px #009999 solid;}
/* タイトル
========================= */
h1 {
	padding: 10px 0 0 10px;
	text-align: left;}
h2 {
	margin-top: 20px;}
}