@import "common.css";


/* top image style */

#news_top {
	background: url('images/illust_top.gif') no-repeat scroll top center;
	height: 350px;
}

#document_top {
	background: url('images/illust_document.gif') no-repeat scroll top center;
	height: 200px;
}

#archive_top {
	background: url('images/illust_archive.gif') no-repeat scroll top center;
	height: 200px;
}

#member_top {
	background: url('images/illust_mailing.gif') no-repeat scroll top center;
	height: 200px;
}

#contact_top {
	background: url('images/illust_contact.gif') no-repeat scroll top center;
	height: 200px;
}





/* title style */

#news_title {
	background: #fff url('images/top_title01.gif') no-repeat scroll center left;
}

#document_title {
	background: #fff url('images/top_title02.gif') no-repeat scroll center left;
}

#archive_title {
	background: #fff url('images/top_title03.gif') no-repeat scroll center left;
}

#member_title {
	background: #fff url('images/top_title04.gif') no-repeat scroll center left;
}

#contact_title {
	background: #fff url('images/top_title05.gif') no-repeat scroll center left;
}





/* block style */


/** contact page **/

#form_contact {
/*	width: 675px;
	word-wrap: break-word;*/
}

#form_contact table,
#form_contact th,
#form_contact td {
	border: 1px solid #ccc;
	margin: 10px;
	padding: 2px;
}
#form_contact table {
	width: 675px;
	margin: 10px 0 25px;
	padding: 5px;
/*	overflow: hidden;*/
}
#form_contact tr {
/*	width: 675px;
	overflow: hidden;*/
}
#form_contact th {
	color: #666;
	font-weight: normal;
	width: 100px;
}
#form_contact td {
	width: 550px;
/*	overflow: hidden;*/
}


.form_wrap {
	border: 0px solid rgb(204, 204, 204);
	width: 550px;
	word-wrap: break-word;
	overflow: hidden;
}


#form_contact textarea {
	width: 545px;
	height: 100%;
}

#form_contact p {
	text-align: center;
}



/** member page **/

#list_member {
	padding: 1px 0 30px;
}
#list_member li {
	font-size: 15px;
	font-weight: bold;

	list-style-position: inside;

	margin: 17px 0 10px;
	padding: 20px 0 0;
}
#list_member li h4 {
	display: inline;
}
#list_member li p {
	color: #666;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.7em;
	padding: 3px 0;
}
#list_member li img {
	padding: 10px 0 5px;
}

#list_member .top_border {
	border-top: 1px dotted #777;
}



/** archive page **/

.list_archive {
	margin: 10px 0 25px;
}
.list_archive ul {
	list-style: square inside;
	margin: 0 0 15px;
}
.list_archive li {
	margin: 3px 0 5px;
}

.list_archive p {
	padding: 2px 0 3px;
}



/** document page **/

#list_document {
	color: #990000;
	font-weight: bold;
	margin: 10px 25px;
}
#list_document li {
	padding: 5px 0;
}
#list_document a:hover {
	color: #e10000;
}



/** top page **/

.content_news {
	padding: 20px 0 0;
}

.description_news {
	width: 625px;
	letter-spacing: 0em;
	word-spacing: 1em;
}



/** news list page **/

#news_list_footer a {
	background: #fff url('images/button_ej1.gif') no-repeat scroll center right;

	width: 130px;
	height: 15px;

	margin-right: 10px;
	padding-right: 17px;
}
#news_list_footer a:hover {
	background: #fff url('images/button_ej2.gif') no-repeat scroll center right;
}


#news_selector {
	border: 2px dotted #ccc;
	margin: 20px 20px 20px 10px;
	padding: 0 10px 17px;
}
#news_selector h3 {
	background-color: #fff;
	font-size: 15px;
	text-align: center;
	top: -10px;
	left: 0px;
	position: relative;

	width: 40px;
	margin: 0;
	padding: 0 7px;
}
#news_selector form {
	padding: 0 45px;
}
#news_selector p {
	display: inline;
	padding-left: 15px;
}


#news_category_menu {
	margin-bottom: 30px;
	padding-left: 27px;
}


.news_end {
	text-align: center;
	border-top: 3px solid #ccc;
	border-bottom: 3px solid #ccc;
	margin: 20px 5px 15px 0;
}





/* inline style */

.file_size {
	color: #990000;
	font-weight: normal;
}




