@charset "Shift_JIS";

/* パンフレット 2007/07/02 */

/* local
-----------------------------------*/

body {
	background-color:#fff;
}
h1 {
	text-align:center;
	margin:10px 0 30px;
	border-bottom:1px dotted #ccc;
}
h3.title {
	margin-bottom:20px;
	text-align:left;
	font-size:24px;
}

ul {
	margin-bottom:30px;
	padding:10px 0 0 0;
	font-size:0.85em;
	border-top:0px dotted #ccc;
	border-bottom:0px dotted #ccc;
	list-style-image:none;
}

/* メインブロックID定義 */

/* 右カラム */
div#col3-right {
	text-align:left;
}

table.tbl1 {
	width:400px;
	margin-bottom:0;
	background-color:transparent;
	border:0px solid #ccc;
	
}
table.int {
	margin:0;
	padding:0;
	width:80%;
	background-color:transparent;
	border:0px solid #ccc;
}
table.int td {
	color:#333;
	padding:5px 10px 10px 0;
	vertical-align:top;
	line-height:1.3em;
	text-align:justify;
	text-justify: distribute;
}
p.navi {

}
p.content {
	font-size:1em;
}
.col2 {
	margin-bottom:10px;
	padding: 5px;
	font-size:0.8em;
	line-height:1.5em;
	border:0px dotted #ccc;
	background-color: #fff;
}
strong {
    margin:0 2px;
	padding:0 2px;
	color:0;
	background-color:#ff8;
	font-weight:normal;
}