@charset "utf-8";

/*----------------------------------------
body und schrift deffinitionen
----------------------------------------*/
* {
	padding:0px;
	margin:0px;
}

body {
	font-size: 12px;
	line-height: 1.4em;
	font-weight: normal;
	font-family: Helvetica,Arial,"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
	color:#626262;
	background-color: #F0F0F0;
	padding:0px;
	margin:0px;
}

p,pre {
   padding:0px;
   margin:0px
}

ul, li, dl, dt, dd {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}

.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    font-size:0;
    clear: both;
	visibility:hidden;
}
.clearfix{
	display: inline-block;
}

/*----------------------------------------
	Head start
----------------------------------------*/
.cover {
	line-height: 1.5;
	text-align: center; /* 古いIE向け */
	color: #fff;
}

.cover .container {
	width:1010px;
	height:auto;
	margin: 10px auto; /* モダンブラウザ向け */
	padding: 0 0 70px 0;
	text-align: left; /* 古いIE向け記述の後処理 */
	background: url(../images/bg_illust.jpg) center bottom no-repeat #000000;
}

img {
    border-style:none;
}

.container a:img,
.container a:hover img {
    border-style:none;
}
.container a { color: #cf000d; text-decoration: underline;outline: none;}
.container a:hover { text-decoration: none; }

.container a img:hover {
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha( opacity=80 );
	opacity: 0.8;
}

.ml16 {margin-left: 16px;}
.ml22 {margin-left: 22px;}

.area_left {
	display: inline;
	float: left;
	width: 506px;
	margin: 45px 0 0 76px;
}

.area_left .txt {
	line-height: 1.6;
	margin-top: 30px;
	font-size: 133%;
}

.area_right {
	display: inline;
	float: left;
	width: 295px;
	margin: 45px 0 0 88px;
}
.area_right .archive ul {
	width: 295px;
}
.area_right .archive ul li {
	height: 87px;
	padding-top: 10px;
}
.area_right .profile {
	position: relative;
	margin-top: 55px;
	background: #2b2b2b;
}
.area_right .profile .ph {
	position: absolute;;
	top: 28px;
	left: 7px;
	width: 70px;
	height: 70px;
}
.area_right .profile .name {
	position: absolute;;
	top: 28px;
	left: 78px;
}
.area_right .profile .txt {
	line-height: 1.6;
	padding: 95px 15px 20px;
	color: #cccccc;
}
.area_right .backs {
	position: relative;
	margin: 0 0 40px 0;
	background: #2b2b2b;
}
.backl {
	margin: 40px 0 0 75px;
	background: #000;
}