/* 基本部分 */ *{margin:0; padding:0;} a { color: #069;text-decoration: none; }a:link  { color: #069 }a:hover { color: red }body  {	color: #555;	font-size: 12px;	line-height:150%;	text-align: center;	background-color: #f5f3f1;	margin-top: 0px;	}h1{	color: #005100;	text-align: center;	text-indent: 10px;	font-size: 14px;	margin-top:0px;	margin-bottom:14px;	padding-top:62px;	padding-bottom:14px;	background-image:url(../../../common/2026/images/top/titile.png);	background-position: top center;	background-repeat: no-repeat;	}h2{	color:red;	text-align:center;	font-size: 14px;	line-height:140%;	margin-top:0px;	margin-bottom: 4px;	}h3{font-size: 14px;	line-height:140%;	font-weight:normal;	margin-top:5px;	margin-bottom:5px;	}/* 基本テーブル部分 */td{	text-align: left;	font-size: 12px;	font-weight:normal;	line-height:150%;	}th{	text-align: left;	font-size: 12px;	font-weight:normal;	line-height:150%;	}p{	font-size: 12px;	line-height:150%;	margin-top: 3px;	margin-bottom: 3px;	}b{	color: red;	line-height:150%;	font-weight:normal;	}textarea,input{	font-size: 12px;	font-weight:normal;	color: #555;	}div{	text-align: left;	font-size: 12px;	line-height:150%;	}img{	border:none;	}/* ボディ部分 */.body{	width: 900px;	text-align: center;	background-color: white;	margin-top: 0px;	margin-left: 30px;	margin-right: 30px;	}/* ヘッド */.header{	text-align: center;	color:white;	width: 100%;	background-color:#005100;	border: 0;	margin-bottom: 0px;	padding-top:3px;	padding-bottom:3px;	overflow: hidden;	}/* 左サイド */.left{	float: left;	text-align: left;	width: 495px;/* ←★左サイドの幅 */	margin-right:30px;/* ←★中央とのアキ */	margin-bottom:20px;	overflow: hidden;	}.right{	float: left;	text-align: left;	width: 360px;/* ←★右サイドの幅 */	margin-bottom:20px;	border-left: 15px solid #eee;	background-image: url(../../../common/2015/images/right-back.jpg);	background-repeat:repeat-y;	background-position: top right;	overflow: hidden;	}/* フッター */.footer{	clear: both;	color:white;	font-size: 12px;	text-align:center;	width: 100%;	margin-top: 20px;	background-color:black;/* ←★背景色 */	padding-top:3px;	padding-bottom:3px;	overflow: hidden;	}/* ボディ枠部分 */.body-waku{	background-color: white;	margin:auto;	margin-bottom:40px;	width: 960px;/* IDボディの幅に余白分をプラスした幅を指定する */	border-right: 1px solid black;	border-left: 1px solid black;	border-bottom: 1px solid black;	}