@charset "utf-8";

/* ------------------------------------------------------------------------- */
/*
	(font-sizeを bodyで 82% 指定済み)
	各セクションで以下の指定をして大きさをかえる。
	font-size: 115%; (+1)
	font-size: 84%; (-1)
	font-size: 77%; (-2)
*/
/* ------------------------------------------------------------------------- */

/*-----------------------------------------------
 __default style clear
-----------------------------------------------*/

* {
	margin: 0;
	padding: 0;
/*
	word-break:break-all
*/
	font-size:16px;
	/*\*/
	font-size:100%;
	/**/
}

html {
	height: 100%;
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

html:first-child body {
	min-height: 100%;
	padding-bottom: 1px;
}

body {
	line-height: 1.37;
	font-size:88%;
	line-height: 1.46;
    background-color:#414647;
	font-family:  "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	margin:0 0 10px 0;
	color:#776666;
}

/*
link=#775555 vlink=#775555 alink=#775555
*/

h1{margin:0}

.inner10{margin-left:15pt;font-size:10pt;line-height:16pt}

/*-----------------------------------------------
 __Base Link Color Setting
-----------------------------------------------*/
 
a {color: #775555;}
a:visited {color:#775555;}
a:hover {	color:#f33;	background-color:#775555;}
a:active { color:#775555;}

/*-----------------------------------------------
 __footer
-----------------------------------------------*/

#footer {
  width:650px;
  margin:10px; auto;
}

.otoiawase{
  margin:10px;
}

.otoiawase p{
  color:#fff;
  font-size:13px;
}

.copyright{
  margin:10px;
  font-size:
}

#ad_seo_link{
  font-size:84%;
  color:#fff;
}

#ad_seo_link a{
  color:#fff;
}

#ad_seo_link a:visited{
  color:#fff;
}

#ad_seo_link a:hover
{
  color:#fff;
}

#ad_seo_link a:active
{
  color:#fff;
}
