﻿@charset "UTF-8";

/*-----------------------------------------------------
スタイルシート
FileName:	defualt/style.css
Version:	06.11.11
-----------------------------------------------------*/

h1{ font-size: 12px; font-weight: normal;}
h2{ font-size: 18px; color: #808080; font-weight: normal;}
h3{ font-size: 16px;}
h4{ font-size: 15px;}
h5{ font-size: 15px; font-weight: normal; text-decoration: underline}
h6{ font-size: 14px; color: #008000; font-weight: normal; text-decoration: underline}

/*
a:link   {color: #0000ff; text-decoration: underline;}
a:active {color: #0000ff; text-decoration: underline;}
a:hover  {color: #0000ff; text-decoration: underline;}
a:visited{color: #0000ff;}
*/


*{ margin: 0; padding: 0; }

img{border: 0px;}


body {
	background:#ffffff;
	text-align:center;}

/*
	ID SECTION
*/

#container {
	position:relative;
	margin:0 auto;
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	padding-left:10px;
	padding-right:10px;
	width: 820px;
	background:#ffffff;
	text-align: left;
	line-height: 1.5;
	color: #333;
	font-size: 15px;

	}

#head{
	border-bottom: 3px double #808080;
	font-size: 12px;}

#menu{
	float:right;
	width:310px;
	height:420px;
	margin-top:10px;
	padding-left:10px;}

#main{
	float:left;
	width:500px;
	margin-top:10px;
	word-wrap: break-word;}

#navi{
	width:100%;
	clear:both; 
	padding:2px;
	text-align:center;
	border-bottom:1px solid #c0c0c0;}
/*
#navi a {
	width: 100px;
	text-decoration: none;
	color: #0000ff; }

#navi a:hover {
	background-color: #ffe4e1;
	text-decoration: none;
	color: #ffffff;}
*/

#websearch{
		height:50px;
		margin-left:120px;
		margin-right:120px;
		border:1px solid #b0b3ff;
		background-color: #dfe0ff;
		padding-top: 20px;
		text-align:center;}

.credit{float:right;
		padding-right:3px;
		font-size:12px;
		color: #b0b3ff;}

#foot{
	clear:both; 
	border-top:1px solid #c0c0c0;
	font-size:13px;
	text-align:center;}

#title{
	padding:5px;
	border-bottom: 2px solid #ff0000;
	margin-bottom: 10px;
	}


/*
	CLASS SECTION
*/

.left{ float: left;}

.right{ float: right;}

.block{border:1px solid #c0c0c0;
		padding:5px;}
.mscreen{border:1px solid #c0c0c0;
		background-color: #7f7f7f;
		width:102px;
		padding:5px;
		float: left;}


.ads{ text-align: center;}
.note{font-size: 13px; font-style:italic; border:1px dotted #c0c0c0;}
.highlight{background: #ffffee;}
.message{}
.notes  {font-size: 13px;}
.warning{color:#ff0000; font-style:italic;}
.caution{color:#ff0000; font-style:italic; text-decoration: bold;}
.system {font-size:12px; }
.date {font-size: 14px; text-align: right;}

