@charset "utf-8";

/*====================index====================*/
/* wrapper_h
/* header
/*   header_search
/*   header_catch
/*   header_pankuzu
/* g_navi
/* contents
/*====================index====================*/

/*====================
 wrapper_h
====================*/
#wrapper_h {
	width: 100%;
	height: 151px;
	background-image: url(../img/top/bgimg_top_header.gif);
	background-repeat: repeat-x;
}

/*====================
 header
====================*/
#header_l {
	float: left;
	width: 250px;
	height: 151px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;

	/* IE6 マージン2倍バグ回避 */
	display: inline;
}

#header_r {
	float: right;
	width: 700px;
	height: 151px;
	background-image: url(../img/base/paper_header.gif);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;

	/* IE6 マージン2倍バグ回避 */
	display: inline;
}

/*====================
 header_search
====================*/
#header_search {
	width: 614px;
	height: 47px;
	background: url(../img/base/search_bg.gif) no-repeat;
	margin-right: auto;
	margin-left: auto;
}

/*====================
 header_catch
====================*/
#header_catch {
	height: 80px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

/*====================
 header_pankuzu
====================*/
#header_pankuzu {
	width: 610px;
	height: 39px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header_pankuzu p {
	color: #7c323f;
	font-size: 11px;
	line-height: 1.6;
}

/*====================
 g_navi
====================*/
#g_navi {
	width:614px;
	background: url(../img/base/gnavi_bg.gif) no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#g_navi ul {
	list-style: none;
}
#g_navi li {
	display: inline;
}
#g_navi ul li img {
	vertical-align: bottom;
}

/*====================
 contents
====================*/
#contents {
	width: 610px;
	/*
	min-height: 800px;
	*/
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#contents h2 {
	font-size: 18px;
	font-weight: bold;
	color: #7c323f;
	border-bottom: 3px solid #7c323f;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#contents h3 {
	clear: both;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	background-color: #AD6B77;
	display: block;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#contents h4 {
	font-size: 15px;
	font-weight: bold;
	color: #7c323f;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#contents p {
	margin-left: 10px;
}

/* added by t.kimura 09/10/10 */
div#contents ul.st_none,
div#contents dl.st_none
{
    list-style:             none;
    margin-left:            10px;
    margin-bottom:          1em;
}

div#contents dl.iln dt
{
    clear:                  left;
    float:                  left;
    padding-right:          15px;
}

div#contents dl.iln dd
{
}

div#contents h4.clr
{
    clear:                  both;
}

div#contents h6
{
	font-weight:			normal;
}

div#contents p.postscript
{
    font-size:              80%;
    margin-bottom:          15px;
    padding-left:           10px;
    border-left:            1px solid #666666;
}

div#contents ol.st_normal
{
    list-style-position:    inside;
    margin-left:            10px;
    margin-bottom:          1em;
}

div#contents th.align_top
{
    vertical-align:         top;
}

div#contents .mleft1char
{
    margin-left:            1em;
}

/* added by t.kimura -end- */

/*====================
 contents_local
====================*/
#contents_topics {
	clear: both;
	background: url(../img/base/box_a_middle.gif) repeat-y;
	width: 614px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contents_topics_top {
	height: 8px;
	background: url(../img/base/box_a_top.gif) no-repeat;
}
#contents_topics_bottom {
	height: 10px;
	background: url(../img/base/box_a_bottom.gif) no-repeat;

	/* IE6 上下余白バグ回避 */
	overflow: hidden;
}
#contents_topics_box {
	margin-top: 15px;
	margin-right: 25px;
	margin-bottom: 15px;
	margin-left: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contents_topics h4 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*====================
 link_navi
====================*/
div.link_navi {
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 8px;
	color: #666666;
	border-bottom: dotted 1px #333333;
	display: block;
	text-align: center;
	padding-bottom:10px;
	margin-left: 0px;
}

/*====================
 arc
====================*/
#arc {
}

#arc h3 {
	font-size: 16px;
	font-weight: bold;
	color: #7c323f;
	background-color: #ffffff;
	display: block;

	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;

	padding-left: 6em;
	text-indent: -6em;
}

#arc h3 span {
	font-size: 20px;
}

/* IE8 hack start */
html>/**/body #arc h3 {
	text-indent /*\**/: -4.8em\9;
}
/* IE8 hack end */

/*====================
 arc_line
====================*/
div.arc_line {
	clear: both;
	border-bottom: dotted 1px #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*====================
 books
====================*/
#books {
}

#books h3 {
	font-size: 16px;
	font-weight: bold;
	color: #7c323f;
	background-color: #ffffff;
	display: block;

	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0em;
}

#books h3 span {
	font-size: 20px;
}

/*====================
 arc_line
====================*/
div.topics_line {
	clear: both;
	border-bottom: dotted 1px #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/*====================
 topics_line
====================*/
div.topics_line {
	clear: both;
	border-bottom: dotted 1px #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/**/
#contents .topicsListBox {
	margin: 0 0 42px 0;
}
* html #contents .topicsListBox {/*IE6*/
	margin: 0 0 17px 0;
}
#contents .topicsListBox a:link,
#contents .topicsListBox a:visited,
#contents .topicsListBox a:hover,
#contents .topicsListBox a:focus,
#contents .topicsListBox a:active {
	color: #7c323f;
}

/**/
#contents .topicsYear {
	margin: 0 0 10px 0;
	padding: 2px;
	background: #f7f0f1;
	text-align: center;
}
#contents .topicsYear li {
	display: inline;
	list-style: none;
	padding: 0 0 0 14px;
	background: url(../img/base/icon_list_1.gif) 3px 0.6em no-repeat;
}
#contents .topicsYear li.first {
	padding: 0;
	background: none;
}

/**/
#contents .topicsMonth {
	width: 100%;
}
#contents .topicsMonth th {
	width: 1%;
	padding: 0 4px 0 0;
	color: #7c323f;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
}
#contents .topicsMonth td {
	text-align: right;
}
#contents .topicsMonth ul {
	color: #c9a3aa;
	text-align: right;
}
#contents .topicsMonth li {
	display: inline;
	list-style: none;
	padding: 0 0 0 14px;
	background: url(../img/base/icon_list_1.gif) 3px 0.6em no-repeat;
}
#contents .topicsMonth li.first {
	padding: 0;
	background: none;
}

/**/
#contents .topicsList {
	width: 100%;
	margin: 14px 0 14px 0;
	line-height: 1.6;
}
#contents .topicsList th {
	width: 37%;
	padding: 0 12px 4px 0;
	color: #7c323f;
	text-align: left;
	white-space: nowrap;
	vertical-align: top;
}
#contents .topicsList td {
	padding: 0 0 6px 0;
	vertical-align: top;
}

/**/
#contents .topicsDotted {
	height: 0;
	margin: 64px 0 0 0;
	border-bottom: dotted 1px #97535f;
}
#contents .topicsPast {
	margin: 18px 0 0 0;
}


/* message */
.greeting_waku {
	/*background-color:#FF0;*/
	border: 1px solid #613036;
}


.text_right {
		text-align:right;
}


