﻿@charset "utf-8";

/*
------------------------------------------------
Layout
------------------------------------------------*/
h2 {
	text-indent: -9999px;
}

#box00 {
	margin-bottom: 20px;
	width: 570px;
	height: 320px;
}

/*
------------------------------------------------
before after
------------------------------------------------*/

#box_01 {
	width: 270px;
	height: 370px;
	border-color: #CCCCCC;
	border-style: dotted;
	border-width: 2px;
	float: left;
	margin-right: 5px;
	margin-bottom: 20px;
}

#text_01 {
	color: #FFFFFF;
	width: 270px;
	margin-bottom: 5px;
}

#text_02 {
	width: 255px;
	margin-bottom: 5px;
	text-align: left;
	margin-left: 5px;
	margin-right: 5px;
}

#img_01 {
	margin-bottom: 2px;
	margin-top: 5px;
	margin-left: 5px;
}

#box_02 {
	width: 270px;
	height: 480px;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	float: left;
	margin-right: 5px;
	margin-bottom: 20px;
}

#img_02 {
	margin-bottom: 2px;
	margin-top: 2px;
	width: 260px;
	height: 91px;
	margin-left: 5px;
}

#img_03 {
	margin-bottom: 2px;
	margin-top: 5px;
	margin-left: 10px;
}

#img_04 {
	margin-bottom: 2px;
	margin-top: 10px;
	margin-left: 10px;
}

#img_00 {
	margin-bottom: 2px;
	margin-top: 10px;
	margin-left: 10px;
}
/*
------------------------------------------------
間仕切りタイプ
------------------------------------------------*/


#box_03 {
	width: 550px;
	height: 360px;
	float: left;
	margin-right: 5px;
	
}

#img_05 {
	margin-bottom: 2px;
	margin-top: 5px;
	margin-left: 10px;
	float:left;
	
}

#img_06 {
	margin-bottom: 2px;
	margin-top: 5px;
	margin-left: 10px;
	float:left;
}


#box_04 {
	width: 270px;
	height: 300px;
	float: left;
	margin-right: 5px;
	margin-bottom: 20px;
}


#text_03 {
	width: 250px;
	margin-bottom: 2px
}

#box_05 {
	width: 130px;
	float: left;
	margin-right: 5px;
	margin-bottom: 20px;
}

#img_07 {
	margin-bottom: 2px;
	margin-top: 5px;
	margin-left: 5px;
	float:left;
}

#img_08 {
	margin-bottom: 2px;
	margin-top: 5px;
	margin-left: 5px;
	float:left;
}

#img_09 {
	margin-bottom: 2px;
	margin-top: 10px;
}

#text_04 {
	width: 130px;
	margin-bottom: 2px;
}

#text_05 {
	width: 130px;
	margin-bottom: 5px;
	text-align: left;
	margin-left: 5px;
}

#box_06 {
	width: 270px;
	height: 300px;
	float: left;
	margin-right: 5px;
	margin-bottom: 20px;
}

#text_06 {
	width: 260px;
	margin-bottom: 5px;
	text-align: left;
	height: 83px;
}

#box_07 {
	width: 130px;
	height: 330px;
	float: left;
	margin-right: 5px;
	margin-bottom: 20px;
}
#text_07 {
	width: 130px;
	margin-bottom: 2px;
	text-align: left;
}

/*
------------------------------------------------
フッター
------------------------------------------------*/
#box11 {
    clear:both;
	margin-top: 60px;
	background-image: url(../../img/footermenu.jpg);
	background-repeat: no-repeat;
	height: 34px;
	width: 575px;
	padding-bottom: 15px;
}
#box11 li {
	float: left;
	margin-top: 2px;
	height: 30px;
}
#box11 li a {
	height: 30px;
    text-indent:-9999px;
	display:block;
    text-decoration:none;
}
#box11 .list01 {
	margin-left: 6px;
	width: 130px;
}
#box11 .list02 {
	margin-left: 2px;
	width: 120px;
}
#box11 .list03 {
	margin-left: 2px;
	width: 110px;
}

.clearfix:after {
 content:".";
 display: block;
 height:0px;
 clear:both;
 visibility:hidden;
}

