@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

html,body {
	height: 100%;
}

body {
	font: normal 11pt "ƒqƒ‰ƒMƒmŠpƒS Pro W3","Hiragino Kaku Gothic Pro",Osaka,Meiryo,"‚l‚r ‚oƒSƒVƒbƒN","MS PGothic",Sans-Serif;
	color: #000000;
	background-color: #FFFFFF;
	position: absolute;
	width: 100%;
	height: 100%;
}

img,div,p,h1,h2,h3,h4,h5,h6,a,
ul {
	padding: 0;
	margin: 0;
	border: 0;
}

ul {
	list-style-type: none;
}

.clear {
	display:block;
	clear: both;
}

.left{
	float: left;
}

.right{
	float: right;
}

a {
	text-decoration: none;
}

.lsize{
	font-size: 1.4em;
}

div#wrap{
	width: 1000px;
	margin: auto;
}

div#imgTOP{
	margin-top: 50px;
	position: relative;
	width: 1000px;
	height: 420px;
}

div#imgTOP a{
	width: 480px;
	height: 420px;
}

div#imgTOP a.writer{
	position: absolute;
	top: 0;
	left: 0;

	background: url('images/imgMainBk.jpg');
	background-repeat: no-repeat;

	display: block;
	text-indent: -9999px;
	background-position: 0 0;
}

div#imgTOP a.mental{
	position: absolute;
	top: 0;
	left: 520px;

	background: url('images/imgMainWt.jpg');
	background-repeat: no-repeat;

	display: block;
	text-indent: -9999px;
	background-position: 0 0;
}

div#imgTOP a.writer:hover,
div#imgTOP a.mental:hover{
	background-position: 0 -420px;
}

h1{
	position: absolute;
	top: 0;
	left: 0;
	width: 96%;
	background-color: #666;
	padding: 2px 2%;
	font-weight: 300;
	font-size: 8pt;
	color : #fff;
}

div.footer{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 96%;
	text-align: right;
	background-color: #666;
	padding: 2px 2%;
	font-weight: 300;
	font-size: 8pt;
	color : #fff;
}


.rss {
	width: 480px;
	margin: 0;
	padding: 20px 0;
	border: 0;
}

.rss ul {
	width :480px;
}

.rss ul li{
	padding: 5px 0;
	border-bottom: 1px #ccc dashed;
}

.infoDate{
	width: 150px;
	display: block;
	float: left;
}

h2.black{
	width: 480px;
	height: 40px;
	background: url('images/black/titleInfoBk.gif');
	background-repeat: no-repeat;

	display: block;
	text-indent: -9999px;
	background-position: 0 0;
}

h2.white{
	width: 480px;
	height: 40px;
	background: url('images/white/titleInfoWt.gif');
	background-repeat: no-repeat;

	display: block;
	text-indent: -9999px;
	background-position: 0 0;
}



#footer{
	position: absolute;
	left: 10%;
	bottom: 0;
}
