@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:#FFF;
	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: #6666AA;}
a:visited {color:#6666AA;}
a:hover {	color: #8a183c;	background-color: white;}
a:active { color: #f2443e;}

/*-----------------------------------------------
 __adsense
-----------------------------------------------*/

#google_adsense{
  margin:10px 0;
}


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

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

.otoiawase{
  margin:10px;
}

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

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

#ad_seo_link{
  font-size:84%;
}


