@charset "utf-8";

#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background-color:#FFF;
} 

#header {
	padding: 0;
	background-color:#FFF;	
} 

#tit {
	float:left;
	padding:0px;
	background-color:#FFF;
} 

#summary {
	float:left;
	padding-top:35px;
	padding-left:0px;
	background-image:url(img/header_bg.gif);
	color:#996633;
	width:720px;
	height:65px;
	font-size:120%;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	
}

 #headerright {
	float:left;
	width:240px;
	text-align:right;
	background-image:url(img/bg.gif);
	height:100px;
}

#menu {

	background-image:url(img/btn/menu02.gif);
} 

#menu a:hover img {
	filter: alpha(opacity=0);
	opacity: 0.0;
}

#mainContent{
	background-image: url(img/content_bg.gif);
	background-position: center top;
	background-repeat: no-repeat;
	padding: 20px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	margin: auto;
}

.profile ul {
	list-style: none;
	margin:0 0 0 0;
	padding:0 0 0 0;
	line-height: 1.8;
	list-style-image:url(img/toumei.gif);
	background:url(profile/img/profile_top.gif) no-repeat left top ;
}

.profile li {
	list-style: none;
	text-align:left;
	display:block;
	margin:0 0 0 0;
	padding:5px 0 5px 0;
	background:url(profile/img/profile_line.gif) no-repeat left bottom ;
}



.profile a:link{
	display:block;
	color:#220000;
	text-decoration:none;

}


.profile a:visited{
	display:block;
	color:#220000;
	text-decoration:none;

}


.profile a:hover{
	color:#ff0000;
	text-decoration:underline;

}



#footer {
	
	background-color: #0D0D0D;
	margin-top:10px;
	padding-top:5px;
	padding-bottom:30px;
} 


.clearfloat { 
	clear:both;
    height:0;
    font-size: 0px;
    line-height: 0px;
}
