html {
	margin:0;
	padding:0;
	font-weight: normal;
	}
	body {
	padding:0;
	background-color: #FFFFFF;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	}
	h1{
	color: #333333;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-align: left;
	padding: 0px;
	margin: 0px;
	}
	h2{
	line-height: 160%;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	background-color: #008E25;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 0.5em;
	}
	h3 {
	margin:0px;
	padding-top:5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	}
	p{
	font-size: 13px;
	margin: 0px;
	line-height: 140%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 120px;
	}
/* リンク */
	a{/*リンクされた文字*/
    color:0000ff;
    font-style:normal;
    text-decoration:underline;
	}
	a:link {/*未訪問のリンク*/
	color:#000099;
	font-style:normal;
	text-decoration:none;
	}
	a:visited {/*訪問後のリンク*/
    color:#934C7B;
    text-decoration:underline;
	}
	a:hover {/*マウスをのせたとき*/
    color:#ff0000;
    font-style:normal;
    text-decoration:underline;
	}
	a:active {/*クリック中*/
    text-decoration:none;
	}
	a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
	}
/* -- layout -- */
	#contents{
	width: 925px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	}
/* -- design -- */
	#fotter{
	text-align: left;
	width: 925px;
	position: absolute;
	}
	#topix{
	margin: 0px;
	padding: 0px;
	height: 400px;
	text-align: left;
	width: 710px;
	float: left;
	display: inline;
	}
	#topix h3{
	font-size: 14px;
	margin-bottom: 5px;
	}
	#topix .entry{
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	#topix .entrydata{
	width: 100px;
	font-size: 11px;
	background-image: url(../../images/mark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1em;
	}
	#topix .entrytxt{
	float: right;
	text-align: left;
	}
	#topix p{
	padding: 0px;
	}
	#topix .clear{
	clear: both;
	}
	#link{
	float: right;
	width: 200px;
	padding: 0px;
	margin: 0px;
	}
	#link ul{
	margin: 0px;
	padding: 0px;
	}
	#link li{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 0px;
	list-style-type: none;
	margin-bottom: 2px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	}
	.end{
	clear: both;
	}
	#foot{
	text-align: center;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 925px;
	font-size: 12px;
	line-height: 1.4em;
	}
	.attention{
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	}
