@charset "UTF-8";

@import url("common.css");


/* -------------------------------------------------------------------
 第2階層以降のCSS
------------------------------------------------------------------- */

/* -------------------------------------------------------------------
 レイアウト枠
------------------------------------------------------------------- */

div#wrap {
	width: 1086px;
	height: 800px;
	margin: 0px auto;
	text-align: left;
	background: url(../img/bg_low.png) no-repeat top;
}

div#wrap-inner {
	width: 900px;
	margin: 0px 93px;
}

div#ct-area {
	width: 900px;
	padding: 30px 0px;
}

div#ct-left{
	width: 180px;
	float: left;
}

div#ct-right{
	width: 700px;
	float: right;
}


/* -------------------------------------------------------------------
 左メニュー
------------------------------------------------------------------- */

div#ct-left dl dt{
	margin-bottom: 5px;
}

div#ct-left ul{
	margin-bottom: 15px;
}

div#ct-left ul li{
	margin-bottom: 2px;
	padding: 2px 5px;
	border-bottom: 1px dotted #FFFFFF;
}


/* -------------------------------------------------------------------
 コンテンツ
------------------------------------------------------------------- */

/* エントリーリスト -------------------- */

div#ct-right .ct-title{
	margin-bottom: 20px;
	padding: 5px;
	font-weight: bold;
	font-size: 120%;
	color: #FFFFFF;
	background: #606000;
	letter-spacing: 0.2em;
}

.entry-list{
	width: 700px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 2px solid #CCCCCC;
}

.entry-list h2.title{
	margin-bottom: 15px;
	padding-left: 10px;
	font-size: 130%;
	font-weight: bold;
	border-left: 5px solid #B8A203;
}

.entry-list .s-box{
	width: 485px;
	float: left;
}

.entry-list .s-box p{
	width: 115px;
	float: left;
}
.entry-list .s-box p img{
	border: 3px solid #FFFFFF;
}

.entry-list .s-box dl{
	width: 370px;
	float: right;
}

.entry-list .s-box h2{
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 120%;
}

.entry-list .s-box h2 span{
	margin-left: 10px;
	color: #FF3300;
}

.entry-list .more-read{
	width: 205px;
	margin-top: 25px;
	float: right;
}

.entry-list .date{
	margin-top: 5px;
	clear: both;
	text-align: right;
}

.entry-list .date02{
	margin-top: 5px;
	margin-bottom: 15px;
	clear: both;
	text-align: right;
}

.next-link{
	margin-top: 15px;
	text-align: center;
}

.next-link span{
	margin: 3px;
	padding: 2px 3px;
	line-height: 180%;
}


/* エントリー単独 -------------------- */

.entry{
	width: 700px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 2px solid #FFFFFF;
}

.entry .s_title{
	margin-bottom: 15px;
	padding-left: 10px;
	font-size: 130%;
	font-weight: bold;
	border-left: 5px solid #B8A203;
}

.entry img{
	border: 3px solid #FFFFFF;
}

.entry_date{
	margin: 15px 0px 10px 0px;
	text-align: right;
}

.entry p{
	margin-bottom: 10px;
}


/* Reptiles -------------------- */

.entry .reptile{
	width: 700px;
}

.entry .reptile table{
	width: 700px;
	margin-bottom: 25px;
}

.entry .reptile table th{
	width: 10%;
	padding: 2px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px dotted #FFFFFF;
}

.entry .reptile table td{
	padding: 5px;
	border-bottom: 1px dotted #FFFFFF;
}

.entry .reptile table td span{
	font-weight: bold;
	color: #FF3300;
	font-size: 115%;
}


/* galley -------------------- */

div#galley{
	width: 900px;
	margin: 15px 0px;
}

div#galley .photo-box{
	width: 106px;
	margin: 0px 0px 15px 19px;
	background: #FFFFFF;
	float: left;
}

* html div#galley .photo-box{
	margin: 0px 0px 15px 15px;
}

div#galley .photo-box .image{
	margin: 3px 3px 6px 3px;
}

div#galley .photo-box .link{
	margin: 3px 3px 6px 24px;
}


/* Profile -------------------- */

div#profile{
	width: 790px;
	margin: 15px 55px;
}

div#profile .photo{
	width: 270px;
	float: left;
}

div#profile .photo img{
	border: 4px solid #FFFFFF;
}

div#profile .detail{
	width: 500px;
	float: right;
}

div#profile .detail h2{
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 120%;
	border-bottom: 1px dotted #FFFFFF;
}

div#profile h3{
	margin: 45px 0px 10px 0px;
	clear: both;
}

div#profile table{
	width: 790px;
}

div#profile table th{
	width: 30%;
	padding: 5px;
	text-align: left;
	border-bottom: 1px dotted #FFFFFF;
}

div#profile table td{
	padding: 5px;
	border-bottom: 1px dotted #FFFFFF;
}


/* Contact -------------------- */

div#contact{
	width: 790px;
	margin: 15px 55px;
}

div#contact form{
	margin: 30px 0px;
}

div#contact table{
	width: 790px;
}

div#contact table th{
	width: 30%;
	padding: 5px;
	text-align: left;
	border-bottom: 1px dotted #FFFFFF;
}

div#contact table td{
	padding: 5px;
	border-bottom: 1px dotted #FFFFFF;
}

div#contact table td .form200{
	width: 200px;
}

div#contact table td .form350{
	width: 350px;
}

div#contact table td .form450{
	width: 450px;
}

div#contact table td .form550{
	width: 530px;
}

#error_area {
	margin-top: 20px;
	padding: 10px;
	border: 2px solid #FFFFFF;
	display: none;
}

#error_area p{
	text-align: center;
	font-weight: bold;
	color: #FF3300;
}

#error_area ul{
	margin-top: 10px;
}

div#contact .submit-box{
	margin-top: 25px;
	text-align: center;
}

div#contact p.thx{
	margin-bottom: 10px;
}



