@charset "utf-8";

/* import css */
@import "common.css";
@import "advanced.css";





/* --- 全体枠 --- */
#wrap{
	width: 800px;
	margin: 0px auto;
	text-align: left;
}




/* --- h1 --- */
h1{
	position: absolute;
	width: 790px;
	color: #eee;
	text-align: right;
	z-index: 1;
}




/* --- Header --- */

#header{
	position: absolute;
	width: 800px;
	height: 120px;
	margin: 0px;
	text-align: left;
}

#header h2{
	margin: 35px 0px 0px 30px;
	font-size: 1.5em;
	color: #fff;
}

#header h2 a{ color: #fff; }


#header p{
	margin: 7px 60px 0px;
	color: #fff;
	font-size: 0.9em;
}




/* --- cwrap --- */

#cwrap{
	position: absolute;
	width: 800px;
	margin: 120px 0px 0px 0px;
	border-left: 1px #ff6699 solid;
	border-right: 1px #ff6699 solid;
	background-color: #fff;
}




/* --- pank --- */
#pank p{
	margin: 5px 20px 0px;
	font-size: 0.9em;
	text-align: right;
}



/* --- entry --- */

#entry{
	float: left;
	display: inline;
	width: 560px;
	margin: 0px 10px 0px;
}



#entry h3{
	margin: 30px 10px 0px;
	padding: 0px 0px 0px 15px;
	font-size: 1.3em;
	line-height: 30px;
	color: #000;
	border-bottom: 3px #ff6699 double;
}



#entry h4{
	margin: 30px 15px;
	padding: 0px 0px 0px 15px;
	font-size: 1.2em;
	line-height: 30px;
	color: #454545;
	border-bottom: 1px #ff6699 solid;
}



#entry p{
	margin: 30px 40px;
	line-height: 160%;
}



#entry img.left{
	float: left;
	margin: 0px 15px 15px 0px;
}

#entry img.right{
	float: right;
	margin: 0px 0px 15px 15px;
}



#entry blockquote{
	margin: 0px 40px;
	padding: 0px;
	border-left: 3px #ff6699 double;
}



#entry ul{
	margin: 30px 40px;
}

#entry ul li{
	margin: 7px 0px 0px 20px;
	color: #454545;
	list-style: circle none outside;
}



#entry ul.update li{
	margin: 10px 0px 0px;
	list-style: none none outside;
}

#entry ul.update li.rss{
	margin: 12px 0px 0px 190px;	/*	日本語を変えた場合は、ここの数値も変更してください。　*/
	padding: 0px 0px 0px 35px;
	border-bottom: none;
	line-height: 35px;
	background: url(../img/rss_icon.gif) left top no-repeat;
}



#entry dl{
	margin: 30px 40px;
}

#entry dl dt{
	padding: 5px 10px;
	font-size: 1.1em;
	font-weight: bold;
	color: #ff6699;
	background-color: #f3f3f3;
}

#entry dl dd{
	margin: 20px;
}



#entry table{
	margin: 20px 40px;
    font-size: 1.0em;
    empty-cells: show;
    border-spacing: 0px;
    border-collapse: collapse;
	border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background-color: #fff;
}

#entry table tr th{
	margin: 1px;
	padding: 7px;
	font-weight: bold;
    text-align: center;
    color: #fff;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #ff6699;
}

#entry table tr td{
	padding: 7px;
	text-align: left;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}



#entry .ranking{
	margin: 30px 40px;
	border: 1px #ff6699 solid;
}

#entry .ranking a{ background: none; }


#entry .ranking dl{
	margin: 10px 0px;
	padding: 5px 10px 10px;
	border-bottom: 1px #ff6699 dotted;
}

#entry .ranking dl.ranking-3{ border-bottom: none; }


#entry .ranking dl dt{
	padding: 0px;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 50px;
}

#entry .ranking dl.ranking-1 dt{ background: url(../img/ranking-1.jpg) left top no-repeat; }
#entry .ranking dl.ranking-2 dt{ background: url(../img/ranking-2.jpg) left top no-repeat; }
#entry .ranking dl.ranking-3 dt{ background: url(../img/ranking-3.jpg) left top no-repeat; }


#entry .ranking dl dt.img{
	float: left;
	margin: 0px 20px 0px 0px;
	background: none;
}

#entry .ranking dl dt.text{
	margin: 0px 0px 0px 140px;
	text-indent: 50px;
}

#entry .ranking dl dd{
	margin: 10px;
	font-size: 0.9em;
}



#entry .review{
	margin: 25px 40px;
	min-height: 250px;
	border: 1px #ff6699 dotted;
}

/*　人物左側　*/
#entry .person-l{ padding: 20px 30px 20px 120px; }

#entry .person-l-01{ background: url(../img/person-l-01.gif) 20px 20px no-repeat; }
#entry .person-l-02{ background: url(../img/person-l-02.gif) 20px 20px no-repeat; }
#entry .person-l-03{ background: url(../img/person-l-03.gif) 20px 20px no-repeat; }
#entry .person-l-04{ background: url(../img/person-l-04.gif) 20px 20px no-repeat; }
#entry .person-l-05{ background: url(../img/person-l-05.gif) 20px 20px no-repeat; }

/*　人物右側　*/
#entry .person-r{ padding: 20px 120px 20px 30px; text-align: right; }

#entry .person-r-01{ background: url(../img/person-r-01.gif) right 10px no-repeat; }
#entry .person-r-02{ background: url(../img/person-r-02.gif) right 10px no-repeat; }
#entry .person-r-03{ background: url(../img/person-r-03.gif) right 10px no-repeat; }
#entry .person-r-04{ background: url(../img/person-r-04.gif) right 10px no-repeat; }
#entry .person-r-05{ background: url(../img/person-r-05.gif) right 10px no-repeat; }

#entry .review p{
	display: inline;
	margin: 0px;
	font-size: 0.9em;
	line-height: 200%;
	border-bottom: 1px #ff6699 dotted;
}






/* --- menu --- */

#menu{
	float: right;
	display: inline;
	width: 200px;
	margin: 30px 15px 20px 0px;
}

#menu dl{
	margin: 0px 0px 30px 0px;
	border-left: 1px #ff6699 dotted;
	border-right: 1px #ff6699 dotted;

}

#menu dl dt{
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background-color: #ff6699;
}

#menu dl dd{
	display: inline;
	font-size: 0.9em;

}

#menu dl dd a{
	display: block;
	margin: 0px;
	padding: 5px 7px 5px 20px;
	border-bottom: 1px #ff6699 dotted;
	background-color: #f9f9f9;
}

#menu dl dd a:hover{ background: #e9e9e9; }


#menu p{
	padding: 15px;
	font-size: 0.85em;
	border: 1px #ff6699 dotted;
}




#footer{
	clear: both;
	width: 800px;
	text-align: center;
}

#footer .link{
	margin: 20px 0px 0px 0px;
	padding: 5px 0px;
	background-color: #ff6699;
}

#footer .link ul li{
	padding: 0px 10px;
	display: inline;
	font-size: 0.9em;
}

#footer .link ul li a{ color: #ffffff; }


#footer address{
	margin: 0px;
	padding: 10px 0px 0px;
	font-size: 0.9em;
	border-top: 1px #ff6699 solid;
}

#footer p{
	margin: 0px;
	padding: 0px 0px 10px;
	font-size: 0.8em;
}

/* 無料サーバー設置用css（1カラム以外の場合） */

h1{ top: 0px; }
#header{ position: static; }
#header h2{ margin: 0px; padding: 35px 0px 0px 30px; }
#gmenu{ position: static; margin: 0px; }
#cwrap{ position: static; margin: 0px 0px 0px 0px; padding: 1px 0px 0px; }