@charset "utf-8";

/*

author:	Joshibi University
Copyright 2009 Joshibi University of ArtandDesign. All Rights Reserved.
date	:	2010.02.05
memo	:	this css for about page only.

*/


/* base -----------------------------------------------------------------*/
h3 {
	margin:30px 0 0 30px;
}

div.title_images {
	margin:0;
	padding:5px 0 0 5px;
}

div.sub_title{
	margin:15px 0 0 30px;
}

h4 {
	width:619px;
	height:29px;
	margin:0;
	padding:24px 0 16px 0;
}

ul.message_name {
	width:620px;
	margin:30px 0 0 0;
	padding:0;
	list-style:none;
}
ul.message_name li.lst_left,
ul.message_name li.lst_right,
ul.message_name li.lst_left_last,
ul.message_name li.lst_right_last {
	background:url(../messages/images/dotline.gif) no-repeat 0 0;
	width:304px;
	margin:0 10px 0 0;
	padding:12px 0 9px 0;
	float:left;
	display:block;
}
ul.message_name li.lst_right {
	margin:0;
}

dl.lst_name {
	width:304px;
	margin:0;
	padding:0;
	list-style:none;
}
dl.lst_name dt,
dl.lst_name dd {
	background:url(../messages/images/arrow.gif) no-repeat 0 6px;
	*background:url(../messages/images/arrow.gif) no-repeat 0 5px;
	width:100px;
	margin:0 0 0 2px;
	padding:2px 0 0 24px;
	*padding:1px 0 0 24px;
	float:left;
	display:block;
}
dl.lst_name dt {
	font-size:12px;
}
dl.lst_name dd {
	background:none;
	width:174px;
	float:right;
	margin:0;
	padding:0;
	font-size:14px;
	font-weight:bold;
}

div.line_end {
	margin:0;
	padding:0;
}

ul.message_name a:link,
ul.message_name a:visited {
	color:#333;
	text-decoration:none;
}

ul.message_name a:hover,
ul.message_name a:active {
	color:#8c95e7;
	text-decoration:none;
}

/* page top -----------------------------------------------------------------*/
.pagetop{
	background:url(../images/shared/page_top.gif) no-repeat;
	font-size:12px;
	letter-spacing:0.0;
	display:block;
	margin:30px 0 0 0;
	padding:0 30px 20px 10px;
	background-position:0% 0.4em;
}
.pagetop a {
	color:#333;
	text-decoration:underline;
}
.pagetop a:hover {
	color:#8c95e7;
	text-decoration:underline;
}

p.fright {
	float:right;
}

