@charset "shift_jis";


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	file name : window.css

 : :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

	
/*-- 

	Base

====================================================== --*/

body {
	background-color: #FFFFFF;
	font-size: 12px;
	color: #333333;
	margin:0px;
	padding:0px;
	text-align:center;
}
.container{
}
.all {
	width: 100%;
	margin:0px auto;
	text-align:left;
}
.partition {
	clear: both;
	display: none;
}
h1 {
	font-size: 16px;
}
img {
	border: 0px;
	vertical-align:top;
}
dl,dt,dd,ul,li,ol {
	margin: 0px;
	padding:0px;
}
dt {
	font-weight: bold;
}
dd {
	line-height: 1.3em;
}
li {
	line-height: 1.3em;
}
hr {
	display:none;
	clear:both;
}
strong {
}
em {
}
.anchor{
	font-size:0px;
	line-height:0px;
	display:block;
	overflow:hidden;
	height:0px;
}
.clear{
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0px;
}
.clear-fix:after
{
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0px;
}
* html .clear-fix { display: inline-block; }
/* no ie mac \*/
* html .clear-fix { height: 1%; }
.clear-fix { display: block; }
/* */
sup{
	vertical-align:5px;
	font-size:9px;
}



/*-- 

	3.Head Ele

====================================================== --*/
.head {
	width: 100%;
	text-align:center;
	position:relative;
	background:#A0A0A0;
	height:70px;
	margin:0px 0px 25px;
}
.head h1{
	text-align:center;
	margin:0px 0px 0px 0px;
	padding:37px 0px 0px;
}
.head .close{
	position:absolute;
	right:10px;
	top:7px;
	width:auto;
	padding:0px;
}
.head .close img{
	margin:0px;
}

/*-- 

	7.Main Contents Ele

====================================================== --*/
.main {
	width: 560px;
	margin:0px auto;
}
.main .img{
	margin:0px 0px 15px;
}
.main p{
	margin:0px 0px 26px;
}
.main p.caption{
	margin:0px 0px 29px;
}

.close{
	background:#A0A0A0;
	width:100%;
	text-align:right;
	padding:7px 0px;
	position:absolute;
	bottom:0px;
}
.close img{
	margin-right:10px;
}

