@charset "UTF-8";

/* visual */
div#visual {
	margin: 0 0 20px 0;
}
div#visual h2 {
	background: url(../img_greeting/tit_greeting.jpg) no-repeat left bottom;
	width: 960px;
	height: 180px;
	text-indent: -9999px;
}

/* main */
div#main {
	background: url(../img_greeting/bg_bottom.gif) no-repeat left bottom;
	padding: 0 0 77px 0;
}

/* introduction */
div#intro {
	background: url(../img_greeting/bg_top.gif) no-repeat left top;
	padding: 22px 0 0 0;
}

/* description */
div#desc {
	background: url(../img_greeting/bg_middle.gif) repeat-y left top;
	padding: 0 37px 0 33px;
	color: #333333;
	line-height: 1.5em;
}

/* topic path */
p#topicpath {
	clear: both;
	width: 620px;
	font-size: smaller;
	color: #999999;
}
p#topicpath a {
	color: #999999;
}
p#topicpath a:hover {
	text-decoration: none;
}

/* data */
div#greeting {
	clear: both;
	width: 620px;
	padding: 10px 0 0 0;
}
div#greeting h3 {
	background: url(../img_greeting/tit_maintitle.gif) no-repeat left top;
	width: 620px;
	height: 50px;
	text-indent: -9999px;
}
div#profile {
	width: 590px;
	margin: 40px 0 0 30px;
}
div#profile img {
	float: left;
	width: 200px;
}
div#profile ul {
	list-style: none;
	margin: 0 0 0 240px;
}
p#message {
	clear: both;
	margin: 0 0 0 30px;
	padding: 30px 0 0 0;
}
div#policy {
	clear: both;
	margin: 0 0 0 30px;
	padding: 55px 0 0 0;
}
div#policy h4 {
	border-top: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
	border-left: #888888 7px solid;
	padding: 3px 0 3px 13px;
	margin: 0 0 25px 0;
	font-size: 110%;
}
div#policy ol {
	margin: 1.0em 0 0 1.75em;
}

