/*　基本構造　*/

body {
	background-color: #ffffff;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.7;
	}
	
div#wrapper{
	width: 100%;
	background: url(../images/bg.jpg) repeat-y center top;
	margin: 0 auto;
	}
	
/*　ヘッダ　*/

h1{
	margin-top: 0;
	}
	
/*　もくじ　*/

div#mokuji{
	margin: 20px auto;
	}
	
.date{
	color:#0099FF;
	font-size: 10px;
	}
	
/*　リンク　*/

a:link{
	color: #04b410;
	text-decoration: none;
	}
	
a:visited{
	color: #999999;
	text-decoration: none;
	}
	
a:hover{
	color: #e78e10;
	text-decoration: none;
	}

/*　フォント　*/

.text12px{
	font-size: 12px;
	}
	
/*　フッタ　*/

div#foot{
	width: 800px;
	height: 100px;
	background: url(../images/bg-bottom.jpg) no-repeat center top;
	margin: 0 auto;
	text-align: center;
	padding-top: 60px;
	}
	
/*　脚注　*/

.tool-tip {
        width: 350px;
        height: 180px;
        z-index: 10;
}
.tool-text {
        color: #111111;
        font-size: 12px;
	height: 180px;
        text-align: left;
        padding: 20px;
	background: url(/iphone/images/comment_bg.png) no-repeat top center !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/iphone/images/comment_bg.png", sizingMethod="crop");
}
