@charset "utf-8";
/* dummy \*/
* html div {
 height:1%;
 }
html {
	height: 100%;
	width: 100%;
}
/* dummy */
/* 基本項目設定 */
*{
margin:0;
padding:0;
}

body{
	color:#333333;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	height: 100%;
	width: 100%;
	background-image: url(../../../common/images/back01.png);
}

img{
border:none;
vertical-align:bottom;
}

a{
	text-decoration:none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #999999;
}

ul{
list-style-type:none;
}

hr{
display:none;
clear:both;
}

.left {
	float: left;
}
.clear_both {
	float: none;
}

.right {
	float: right;
}
.left {
	float: left;
}
#fade {
	position:absolute; /* ie6 */
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 3;
}
#container {
	width: 800px;
	margin-left: -280px;
	background-color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 0px;
	box-shadow: 0px 0px 3px #E4E4E4;
	-moz-box-shadow: 0px 0px 3px #E4E4E4;
	-webkit-box-shadow: 0px 0px 3px #E4E4E4;
	height: auto;
}
#container h2 {
	background-image: url(../images/titleback.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	height: 130px;
	width: 690px;
	padding-top: 110px;
	padding-left: 110px;
	font-size: 28px;
	font-weight: normal;
	line-height: 1em;
}
#container #breadclumb {
	background-color: #333333;
	float: left;
	width: 780px;
	font-size: 10px;
	text-align: right;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	color: #FFFFFF;
}
#container #breadclumb a {
	color: #FFFFFF;
}
#container #contents {
	padding: 30px;
	float: left;
	width: 740px;
	margin-bottom: 20px;
}
