@charset "utf-8";
/*ページの基本デザイン用css */
body	{
        background-color: #FFFFFF;	
		color: #4F4F4F;
		letter-spacing: 1px;
		}

a		{
		color: #4040FF;
		text-decoration: none;
		font-family: Verdana, "ＭＳ Ｐゴシック", Osaka, Sans-Serif;
		font-weight: bold;
		}

h6		{
		font-family: "ＭＳ Ｐ明朝", "細明朝体", serif;
		font-size: 400%;
		/*font-style: bold;*/
		margin: 0px;
		}

h6 a	{
		color: #01a252;
		}

h2		{
		font-family: Verdana, "ＭＳ Ｐゴシック", Osaka, Sans-Serif;
		font-size: 100%;
		letter-spacing: 0px;
		text-align: right;
		margin: 1em 0px;
		}
		
h3		{
		font-family: Verdana, "ＭＳ Ｐゴシック", Osaka,sans-serif;
		color: #008000;
		font-size: 120%;
		margin:1em 0px;
		background-color:#E7FAEE;
		border-style: solid; 
    	border-width: 0px 0px 2px 15px;
    	border-color: #99FF99; /*#01A252;*/
    	padding: 5px 0px 1px 6px;
		text-align: left;
		clear:both;
		} 
		
p		{
		padding: 0px 15px;
		font-family: Verdana, "ＭＳ Ｐゴシック", Osaka, Sans-Serif;
		font-size: 90%;
		line-height: 1.5;
		}

p.right {
		clear: both;
		text-align: right;
		}
		
p.left {
		clear: both;
		text-align: left;
		}

ul		{
		margin-left: 40px;
		padding: 0px 20px 0px 20px;
		font-family: Verdana, "ＭＳ Ｐゴシック", Osaka, Sans-Serif;
		font-size: 90%;
		line-height: 1.5;
		}

ol		{
		margin-left: 40px;
		padding: 0px 20px 0px 20px;
		font-family: Verdana, "ＭＳ Ｐゴシック", Osaka, Sans-Serif;
		font-size: 90%;
		line-height: 1.5;
		}

blockquote	{
		font-family: Verdana, "ＭＳ Ｐゴシック", Osaka, Sans-Serif;
		font-size: 90%;
		line-height: 1.5;
		}

tr		{
		font-family: Verdana, "ＭＳ Ｐゴシック", Osaka, Sans-Serif;
		font-size: 90%;
		line-height: 1.5;
}

img     {
		margin: 0px;
		border: 0px;
}

p img	{
		float: left;
		margin-right: 20px;
		border: 0px;
		}
		
address	{
		font-family: sans-serif;
		font-size: 70%;
		font-style: normal;
		text-align: center;
		border-top: dashed 1px #663300;
		padding-top: 5px;
		margin-top: 15px;
		letter-spacing: 0px;
		clear: both;
		}

a#address {
		text-decoration: none;
		color: #4F4F4F;
		font-family: sans-serif;
		font-style: normal;
		font-weight: bold;
}		
