@charset "UTF-8";
@import url("stamp.css");
/* CSS Document */


.header{
	width:960px;
	height:70px;
	padding:0px;
	margin:0px;
	background-color:#FFF;
	color:#333;
	font-size:30px;
	margin-bottom:9px;
}
.header h1 a{
	display:block;
	background:#fff;
	color:#333;
	text-align:center;
	width:400px;
	margin-left:260px;
	border-radius:160px;
	text-decoration:none;
	font-size:40px;
}
.header h1 a:hover{
	background-color:#333;
	color:#fff;
	text-align:center;
	width:400px;
	margin-left:260px;
	border-radius:160px;
	text-decoration:none;
	font-size:40px;
}
ol.topic-path{
	margin-top:30px;
	margin-bottom:-20px;
	height:22px;
	margin-left:95px;
	font-size:12px;
}
ol.topic-path li{
	display:inline;
}
ol.topic-path li:first-child{
	
}
ol.topic-path li a{
	margin-right:0px;
	padding-right:30px;
	background:url(../gazou/yajirusi.png) no-repeat right;
	color:blue;
}
ol.topic-path li a:hover{
	color:darkblue;
}
.menu li { position: relative; }
.menu li:first-child:before{
      content: '┏'; /* 自由！ */
      display: block;
      position: absolute;
      top:0;
      left: -400px;
}
.menu li:last-child:before{
	content:"┗";
	display:block;
	position:absolute;
	top:0;
	left:-40px;
	}
.menu li:not(first-child):not(last-child):before{
	content:"┣";
	display:block;
	position:absolute;
	top:0;
	left:-40px;
}
.column{
	width:960px;
	height:200px;
	padding:0px;
	margin:0px;
}
.column-sub{
	width:200px;
	float:left;
	padding:0px;
	margin:0px;
	margin-left:130px;
	font-size:14px;
}
.column-sub h2{
	margin-top:40px;
	margin-bottom:24px;
	background-color:#333;
	color:#FFF;
	font-size:15px;
	border-radius:150px;
	height:19px;
}
.column-sub ul.menu{
	padding-left:0px;
	margin-left:10px;
	margin-top:-15px;
	list-style-type: none;
	font-size:15px;
}
.menu li a{
	display:block;
	color:#333;
	background-color:#FFF;
	text-decoration:none;
}
.menu li a:hover{
	display:block;
	color:#FFF;
	background-color:#333;
	text-decoration:none;
}
.column-main{
	width:450px;
	float:left;
	padding:0px;
	margin:0px;
	margin-left:90px;
	margin-right:20px;
}
.space{
	height:0px;
	width:500px;
	margin-top:40px;
	margin-bottom:40px;
	text-align:center;
	margin-left:-50px;
}
.space a{
	text-decoration:none;
	margin-left:-30px;
}
.column-main h3{
	border-radius:300px;
	background-color:#333;
	width:500px;
	height:39px;
	margin-top:0px;
	margin-left:px;
	color:#fff;
	line-height:2.2;
	padding-left:20px;
	text-align:left;
}
.column-main h3{
	text-align:left;
	margin-left:-20px;
	padding-left:20px;
	font-size:18px;
}
.column-main p{
	margin-left:20px;
	margin-top:20px;
	margin-bottom:20px;
	
}
.column-main h4{
	margin-left:20px;
}
.column-main {
	text-align:left;
	margin-left:50px;
	width:450px;
	font-size:17px;
}
.photo_kiss{
	resize:both;
	width:300px;
	height:200px;
}
.clear{
	clear:both;
	padding:0px;
	margin:0px;
}
.footer{
	margin-top:22px;
	display:block;
	width:960px;
	height:20px;
	text-align:center;
	line-height:2.4;
}