/*  ----------  共通 ----------- */
body {
	width:100%;
	margin:0;
	padding-bottom: 30px;
	overflow:auto;
	}
img{
	vertical-align: bottom;
	}

/*  ----------  FONT ----------- */
a:link{
	color: #000000;
	text-decoration: none;
	}
a:visited{
	color: #000000;
	text-decoration: none;
	}
a:hover{
	color: #0000FF;
	text-decoration: none;
	}
a:active{
	color: #0000FF;
	text-decoration: none;
	}
a.text_link{
	color: #0000FF !important;
	text-decoration: underline !important;
	}
.text{
	color:#000000;
	font-size: 12px;
	line-height: 1.5em;
	font-family: "Hiragino Mincho Pro","ヒラギノ明朝 Pro W3","ＭＳ ゴシック",sans-serif;
	text-align: left;
	}
.date{
	color:#000000;
	font-size:12px;
	font-weight: bold;
	font-family: "Hiragino Mincho Pro","ヒラギノ明朝 Pro W3","ＭＳ ゴシック", sans-serif;
	color: #222222;
	}
.menu{
	font-size: 12px;
	font-family: "Hiragino Mincho Pro","ヒラギノ明朝 Pro W3","ＭＳ ゴシック", sans-serif;
	}

/*  ----------  BOX ----------- */
.main_box{
	width:720px;
	border: solid 1px #666666;
	position: relative;
	margin: 30px auto 0px;
	}
.pict_box{
	margin: 50px auto;
	}
.text_box{
	border-bottom: dotted 1px #666666;
	width: 600px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	}
.text_box_last{
	width: 600px;
	padding-bottom: 30px;
	margin-bottom: 0px;
	}
.bottom_box{
	width: 645px;
	margin: 0px 15px 15px 60px;
	padding-top: 15px;
	border-top: dashed 1px #666666;
	}
