@charset "UTF-8";
/*@import url("root.css");*/

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* base */
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

* {
	margin: 0px;
	padding: 0px;
	font-family:"ＭＳ ゴシック", "Osaka－等幅";
	line-height:140%;
	}

body {
	background:#0C4E1B url(../img/bg.gif) ;
	margin: 0px auto;
	text-align: center;
	font-size:14px;
	}

a:link, a:visited {
	color:#0C5770;
	text-decoration:underline;
	}
a:hover {
	text-decoration:none;
	}

img {
	border:0px;
	}

.clear {
	clear:both;
	}

.marker {
	background:#ffff00;
	}

#wrapper {
	width:830px;
	margin:0 auto;
	background-image:url("../img/bg_wrapper.png");
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://zeirishijimusyo.com/service/web-tsushin/img/bg_wrapper.png', sizingMethod='scale');
	}

#contents {
	width:800px;
	margin:0 15px;
	background:#ffffff;
	text-align:left;
	}

h1 {
	width:800px;
	height:95px;
	background:url("../img/header.png");
	text-indent:-7777px;
	}
#obiH2 {
	width:800px;
	height:165px;
	background:url("../img/01.gif");
	text-indent:-7777px;
	}

#topTxt p {
	margin:0 35px 20px 35px;
	}

#txt p {
	width:550px;
	margin:0 125px 5px 125px;
	}
span.red {
	color:#ED0027;
	font-size:14px;
	font-weight:bold;
	}

#button p {
	margin:0 140px 20px 140px;
	}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* copyright */
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#copyright {
	width:800px;
	height:105px;
	background:url("../img/copyright.gif");
	text-indent:-7777px;
	}


