@charset "shift_jis";



body {

	line-height: 2;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #ddeeba ;
}
h1,h2,h3,h4,p,ul,li{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}

.look {
	background: #FFFF99;
}


/*ヘッダー
------------------------------------------------------------------*/
#head {
	background: url(http://www.navirun.com/~navirun/report/main_bg_01.jpg) no-repeat center top;
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-right: 50px;
	padding-left: 70px;
}


#head #main-img {
	padding-top: 12px;
}



/*コンテンツ枠
------------------------------------------------------------------*/
#contents {
	background: url(http://www.navirun.com/~navirun/report/main_bg_02.jpg) repeat-y center;
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-right: 50px;
	padding-left: 70px;
}



/*メインコンテンツ
------------------------------------------------------------------*/
#main {
	float: right;
	width: 800px;
	display: inline;
	margin-right: 15px;
	margin-top: 15px;
}

/*メインコンテンツ内の見出し設定箇所*/
#main h2 {
	font-size: 110%;
	border-top: 1px solid #cc0000;		/*上に入っている線*/
	border-bottom: 1px solid #cc0000;	/*下に入っている線*/
	line-height: 50px;					/*見出しの高さ*/
	background: #000000 url(images/h2_bg.jpg) no-repeat right center;	/*見出しに入っている画像設定*/
	padding-left: 10px;
	letter-spacing: 0.2em;
	color: #ffffff;		/*文字色*/
}

#main p {
	padding: 0.5em 10px;
}

/*ボックス内にある画像の設定*/
.box img {
	padding: 4px;				/*写真とフチ線の間にある余白*/
	border: 1px solid #cccccc;	/*写真のフチ設定。solidは直線という意味。*/
	margin: 2px;
}

p {
   border-bottom: 1px dashed ;
}




/*フッター
------------------------------------------------------------------*/
#foot {
	clear: both;
	background: url(http://www.navirun.com/~navirun/report/main_bg_03.jpg) no-repeat center bottom;
	width: 830px;
	height: 300px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-right: 50px;
	padding-left: 70px;
}
}

#foot ul li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px solid #CCCCCC;
}

#foot .menutop {
	border-left: 1px solid #CCCCCC;
}



/*コピーライト
------------------------------------------------------------------*/
#copyright {
	line-height: 1.2;
	font-size: 10px;
	padding-bottom: 20px;
}




/*clearfix
------------------------------------------------------------------*/
#contents:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#contents { display: inline-block; }

/* Hides from IE-mac \*/
*html #contents { height: 1%; }
#contents { display: block; }
/* End hide from IE-mac */

