@charset "UTF-8";

/*============================================================
//
//  目次---------------------
//  ・初期設定
//  ・共通設定
//
//==========================================================*/


/*============================================================
//  初期設定
//==========================================================*/

* {
	margin: 0;
	padding : 0;
}

body {
	text-align: center;
	font-family: "Verdana","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3","メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック","MS P Gothic", sans-serif;
	background:#FFF url(../img/bg.jpg) repeat-x center top;
}

#page {
	margin:0 auto;
	width:800px;
	text-align: left;
}
#page:after {
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
#page {
	zoom: 1;
}


/*============================================================
//  共通設定
//==========================================================*/

body{
	font-size:12px;
	line-height:1.5em;
	color:#333;
}

h1, h2, h3, h4, h5, h6, p, li,dt,dd {
	line-height:1.5em;
}

.left{ float:left; }

.right{ float:right; }

a {
	color:#333;
/* macIE&FF対策\*/
	overflow: hidden;
/* macIE&FF対策*/
}
a:hover {
	color:#CC0000;
}

img,
a img {
	border : 0;
	text-decoration: none;
}

img{vertical-align:bottom;}

.clr {
	clear: both;
/* macIE対策\*/
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
/* macIE対策*/
}


* html h1 {
	behavior: expression(IEPNGFIX.fix(this));
}
h1{
	width:800px;
	height:140px;
	background:url(../img/title.png) no-repeat;
	text-indent:-9999px;
}
h1 a{
	width:800px;
	height:140px;
	display:block;
}

* html h2 {
	behavior: expression(IEPNGFIX.fix(this));
}
h2{
	width:800px;
	height:115px;
	background:url(../img/lead.png) no-repeat;
	text-indent:-9999px;
}
h2 a{
	width:800px;
	height:115px;
	display:block;
}
* html .boxLeft {
	behavior: expression(IEPNGFIX.fix(this));
}
.boxLeft{
	width:292px;
	height:395px;
	background:url(../img/cover.png) no-repeat;
	float:left;
}
h3{
	width:292px;
	height:306px;
	text-indent:-9999px;
}
h3{
	width:292px;
	height:306px;
	text-indent:-9999px;
}
ul.bookmark{
	height:18px;
	list-style:none;
	float:right
}
ul.bookmark li{
	width:18px;
	height:18px;
	margin-left:6px;
	text-indent:-9999px;
	float:left;
}
ul.bookmark li a{
	width:18px;
	height:18px;
	display:block;
}
.myspace a{
	width:101px;
	height:28px;
	display:block;
	text-indent:-9999px;
	margin-top:22px;
}
.boxRight{
	width:508px;
	float:right;
}
* html h4 {
	behavior: expression(IEPNGFIX.fix(this));
}
h4{
	width:508px;
	height:300px;
	background:url(../img/cap.png) no-repeat;
	text-indent:-9999px;
}
* html h5 {
	behavior: expression(IEPNGFIX.fix(this));
}
h5{
	width:508px;
	height:195px;
	background:url(../img/profile.png) no-repeat;
	text-indent:-9999px;
	margin-bottom:15px;
}
.url{
	margin-bottom:35px;
}

#PV{
	width:800px;
	margin-bottom:20px;
}
#PV .ray{
	width:385px;
	float:left;
}
#PV .jag{
	width:385px;
	float:right;
}
#PV .ray p,
#PV .jag p{
	font-size:0.8em;
	color:#555;
	margin-top:6px;
}


#BORED{
	width:800px;
	margin-bottom:15px;
}
#BORED h6{
	font-size:1.0em;
	color:#FFF;
	background:#333;
	padding:4px 5px 5px 8px;
	margin-bottom:8px;
}
#BORED p.lead{
	font-size:1.0em;
	color:#777;
	margin-bottom:10px;
	text-decoration:none;border-bottom:1px black dotted;
}
#BORED .jp{
	width:385px;
	float:left;
}
#BORED .jp p{
	font-size:0.8em;
	color:#555;
	margin-bottom:8px;
}
#BORED .en{
	width:385px;
	float:right;
}
#BORED .en p{
	font-size:0.8em;
	color:#555;
	margin-bottom:8px;
}
#BORED .logo{
	float:right;
}

