/*-- 専用スタイルシート --*/

@import url(../../../common/css/base.css);


body {
	color : #666666 ;
	background-color : #ffffff ;
}

div#outer_frame {
	margin-right : auto ;
	margin-left : auto ;
	width : 800px ;
	height : 480px ;
	background-image : url(../img/background_outer_frame.jpg) ;
	overflow : auto ;
}

div#outer_frame div#contents {
	width : 800px ;
	height : 448px ;
}

div#outer_frame div#contents p.info {
	margin : 0 ;
	padding : 180px 0 0 20px ;
}

div#outer_frame div#contents p.message {
	margin : 0 ;
	padding : 40px 0 0 20px ;
}

div#outer_frame div#contents dl {
	margin : 0 ;
	padding : 40px 0 0 20px ;
}

div#outer_frame div#contents dl dt {
	width : 50px ;
	float : left ;
}

div#outer_frame div#contents dl dd {
	margin-left : 50px ;
}

div#outer_frame div#contents p.request {
	padding : 20px 20px 0 0 ;
	text-align : right ;
}

div#outer_frame div#footer {
	border-top : dotted 2px #666666 ;
	width : 800px ;
	height : 30px ;
	text-align : center ;
}

div#outer_frame div#footer a {
	font-size : 12px ;
	line-height : 30px ;
	font-family : Arial ;
	color : #666666 ;
	text-decoration : none ;
}

div#outer_frame div#footer a:hover {
	color : #63a543 ;
}

