@charset "utf-8";
/* CSS Document */

body, div, p, option, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, address, th, td {
	margin: 0px;
	padding: 0px;
}
ul {
    list-style:none;
}
html {
    margin-bottom:1px;
}
/* リセット部分↑
------------------------------------*/
/*パンくずリスト---------------------------*/
ul.root{
	color:#BC4B78 !important;
}
	ul.root li{
		display:inline !important;
	}
		ul.root li a{
			color:#BC4B78 !important;
		}
/*---------------------------パンくずリスト*/
/* ------------------------------------------------------
clearfix
------------------------------------------------------ */
.clearfix:after {   
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both;   
}
.clearfix {   
	display: inline-block;
}

/*ページメイン-----------------------------------*/

#page {
	text-align: left;
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#midasi {
	margin-top: 10px;
	margin-bottom: 15px;
}
#report {
	overflow:hidden;
	margin-left: 10px;
}

.repo01 {
	display: inline;
	float: left;
	width: 188px;
}
.repo02 {
	margin-left: 47px;
}

/**/
#report :after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

* html #report {
    height: 1em;
    overflow: visible;
}
/**/
#report dd{
	line-height: 1.5em;
	color: #676767;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 12px;
}
.clear {
	clear: left;
}
#profile {
	background-image: url(img/matsue.jpg);
	background-repeat: no-repeat;
	height: 423px;
	width: 676px;
	margin-left: 2px;
	margin-top: 15px;
}
#profile a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#matueBnr01 {
	left: 12px;
	top: 310px;
	position: relative;
	width: 320px;
}
#matueBnr02 {
	position: relative;
	width: 320px;
	left: 344px;
	top: 210px;
}

