/* CSS Document */





#contentsimage{
	width:650px;
	margin-top:65px;
	padding:0px 50px 40px 50px;
	background-color:#000;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:18px;
	color:#FFF;
	line-height:250%;
	
	}
	




#file{ 
font-size:16px;
}

.title{
	padding-top:50px;
	padding-bottom:30px;
	width:750px;
	height:auto;
	
	
}
.report{
	padding-top:0px;
	padding-bottom:35px;
	width:750px;
	text-align:center;
	
}
	
	

.container_b{
	width:750px;
	height:auto;
	margin:0px 0px 0px 0px;
	
}




.koshi_name{
	width:auto;
	padding:10px 0px 10px 30px;
	font: 1.1em sans-serif;
	color:#6D6D6D;
	background-color:;
}
	


.wrapReady{
	float:left;
	padding-right:30px;
}

.navi{
	font-size:14px;
	margin-left:480px;
}

.left{
	float:left;
	width:200px;
}
.right{
	float:right;
	width:450px;
	margin-left:20px;
	font-size:18px;
	color:#36134E;
	line-height:250%;
}


#specer{
	width:auto;
	height:auto;
}








#info{
	width:650px;
	margin:65px 0px 25px 0px;
	padding:50px 25px 20px 70px;
	background-color:#FEFEFE;
	border-bottom: solid 1px #D5D5D5;
	border-right:solid 1px #D5D5D5;
	border-left:solid 1px #EBEBEB;
	border-top:solid 1px #EBEBEB;
	border-radius:15px 15px;
	
	 filter:alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
	
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:18px;
	color:#36134E;
	line-height:250%;
}
#info_address{
	padding-left:75px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	color:#36134E;　
	line-height:150%;
}

#chirashi{
	margin-left:400px;
}

****************************************

          Comments Area

*****************************************/

#comment-area h3{
	font-size: 150%;
	font-family: 'Josefin Sans', sans-serif;
}

.required{ color: #fe56aa;}

.commets-list,
.trackback-list{
	overflow: hidden;
	margin-top: -20px;
	margin-bottom: 40px;
}
	.commets-list li,
	.trackback-list li{
		overflow: hidden;
		margin-top: -1px;
		padding: 20px 0 0;
		width: 100%;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid transparent;
	}
		.commets-list .avatar{
			float: left;
			margin-right: 10px;
			margin-bottom: 10px;
		}

		.comment-meta,
		.reply,
		.comment-notes,
		.form-allowed-tags,
		span.small{
			font-size: 80%;
		}

		.comment-body p{
			clear: both;
		}
		.reply{
			text-align: right;
		}

.bypostauthor{
	/* 記事投稿者のコメントのスタイル */
}

.children{
	padding-left: 2em;
}

#respond{
	margin-bottom: 40px;
}

****************************************

          Form

*****************************************/
.form{
	width:750px;
	height:auto;
	margin:0px 0px 0px 0px;
	
}


input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
	margin: 0;
	margin-bottom: 20px;
	padding: 6px 4px;
	max-width: 100%;
	width: 290px;
	outline: none;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #eee;
	color: #777;
	vertical-align: bottom;
	font-size: 13px;
}

#comment-area input[type="text"],
#comment-area textarea{
	display: block;
}

textarea {
	overflow: auto;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus {
	border: 1px solid #ff69b4;
	background: #fff;
	-webkit-box-shadow: 0 0 3px rgba(255,105,180,1);
 	-moz-box-shadow: 0 0 3px rgba(255,105,180,1);
	box-shadow:  0 0 3px rgba(255,105,180,1);
 	color: #444;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	margin-bottom: 20px;
	padding: 4px 12px;
	padding: 8px 10px;
	border: 1px solid #fe56aa;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #ff89c4;
	color: #333;
	text-decoration: none;
	text-shadow: 0 1px rgba(255, 255, 255, .75);
	font-weight: bold;
	font-size: 12px;
	line-height: normal;
	cursor: pointer;
	/* Old browsers */
}

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
	  	border: 1px solid #fe56aa;
		background: #ff89c4;
		color: #fff;
	  	text-shadow: 0 -1px rgba(0, 0, 0, .4);

	}

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		position: relative;
		top:1px;
	}
	
	.form-submit{
		margin-top:20px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	