/*　サイト内全体で共通の体裁　*/
body {
	margin: 0;
	width: 100%;
	padding: 0;
	background-color: #ffffff;
}
	
p {
	text-indent: 0.8em;
}

li {
	line-height: 150%;
}

dt {
	font-weight: bold;
	font-size: 10pt;
}

dd {
	font-size: 90%;
	line-height: 150%;
}


/*　リストマーク関連　*/
.no_mark {
	list-style-type: none;
}

li.mini_title{
	font-weight: bold;
	font-size: 100%;
	list-style-image: none;
}

li.mini_list{
	color: #333333;
	list-style-type: none;
}

li.image_00{
	list-style-image: url(../img/list_circle.gif);
}

ul.listmark{
	margin: 0 10px;
	line-height: 100%;
}

.listmark li{
	margin: 3px 10px;
	list-style-type: disc;
}

ul.number{
	margin: 0 2em;
	line-height: 100%;
}

.number li{
	margin: 3px 2em;
	list-style-type: decimal;
}


/*　配置関係　*/
.img_center {
	margin: 5px auto;
	padding: 0;
	border: 0;
	text-align: center;
}

.float_right {
	margin: 5px 10px;
	padding: 0;
	border: 0;
	float: right;
}

.float_left {
	margin: 5px 10px;
	padding: 0;
	border: 0;
	float: left;
}

/*　画面で見せる罫　*/
hr {
	border-width: 1px 0 0 0;
	border-color: #999999;
	border-style: solid;
	margin: 0;
}


/*　画面で見せない　*/
.nodisplay {
	display: none;
}

/*　メインコンテンツ　*/
div#main {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #ffffff;
}

#pagetop ul{
	margin: 10px 0 10px 0;
	padding: 0;
	border: 0;
	font-size: 10pt;
	color: #000000;
}

li.navimg_03{
	margin: 0 0 0 10px;
	padding: 0;
	border: 0;
	display : inline;
}

li.navimg_03 a:hover{
	color: #FF8119;
	text-decoration: underline;
}

#pagetop div.float_right{
	clear: both;
	float: right;
	margin: 10px 20px 0 0;
	font-size: 10pt;
	color: #000000;
}

/*　フッタ　*/
div#footer {
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
	background-image: url(../img/ftr_line.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#address {
	margin: 25px 10px;
	padding: 0;
	border: 0;
	color: #333333;
	font-size: 9pt;
	font-style: normal;
}

#address p{
	margin: 0;
	padding: 2px 0;
	border: 0;
}

/*　リンクの設定　*/
a {
	text-decoration: none;
}

a:link{
	color: #0b2bb7;
}

a:visited{
	color: #754c9b;
}

a:hover{
	color: #003399;
	text-decoration: underline;
}

a:active{
	color: #ff0000;
	text-decoration: underline;
}
	
a img{
	border: none;
}
