@charset "UTF-8";


/*======================================

	message 
	
========================================*/

#message{
	width:840px;
	text-align: left;
	margin:0 auto 0 auto;
	padding:0 0 0 0;
}

#message p{
	padding:0 25px 0px 25px;
}


/*======================================

	h2
	
========================================*/

#message h2{
	width:200px;
	height:200px;
	font-size:12px;
	line-height: 12px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: transparent url(../i/h2_message.png) no-repeat 0 0px;
	text-indent: -9999em;
}


/*======================================

	h3
	
========================================*/

h3#kyousei{
	width:600px;
	height:60px;
	font-size:12px;
	line-height: 12px;
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	background: transparent url(../i/h3_me_kyousei.png) no-repeat 0 0px;
	text-indent: -9999em;
}

h3#bunka{
	width:600px;
	height:60px;
	font-size:12px;
	line-height: 12px;
	margin: 30px 0 20px 0;
	padding: 0 0 0 0;
	background: transparent url(../i/h3_me_bunka.png) no-repeat 0 0px;
	text-indent: -9999em;
}

h3#ichigo{
	width:600px;
	height:60px;
	font-size:12px;
	line-height: 12px;
	margin: 30px 0 20px 0;
	padding: 0 0 0 0;
	background: transparent url(../i/h3_me_ichigo.png) no-repeat 0 0px;
	text-indent: -9999em;
}





/*======================================

	map 
	
========================================*/

#message-foot{
	width:600px;
	text-align: left;
	margin:45px 0 0 0px;
	padding:15px 0 12px 0;
	border-top: 1px solid #663300;
	border-right: 1px solid #663300;
	border-left: 1px solid #663300;
	border-bottom: 1px solid #663300;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}

#message-foot p{
	font-size:14px;
	line-height: 28px;
}


