﻿/* ボディレイアウト */
body{

	background-color:		white;

	font-family:			osaka,"MS　ゴシック",sans-serif;
	font-size:			11px;
	color:				#666666;

	margin:				auto;
	width:				950px;

}

/* h1 */
h1					{font-size:15px;font-weight:normal;}

/* h2 */
h2					{font-size:11px;font-weight:normal;}

/* 画像 */
img					{border:0;}
img.hr				{width:100%;height:1px;}


/* リンク */
a					{text-decoration:none;color:#555555;}
a:hover				{text-decoration:underline;}
a:active			{color:red;}
a:visited			{color:#5555FF;}


/* コンテンツブロック */
div.attention		{text-align:right;}
div.main_contents	{float:right;width:700px;}
div.menu_contents	{float:left;width:200px;}

/* テーブル */
table				{width:100%;}
td					{text-align:center;}

/* WEB拍手 */
input.webclap		{border:2px dotted #EE5555;background-color:#EEAAAA;}

/* フォーム */
input				{border:2px dotted #555555;background-color:white;}
select				{border:2px dotted #555555;background-color:white;}
textarea			{border:2px dotted #555555;background-color:white;}
