/* CSS Document */

/* 全体の設定-----------------------------------------------*/
body {
	margin: 0 auto;
	padding: 0;
	font-family: メイリオ, Tahoma, "MS UI Gothic", "ＭＳ Ｐゴシック", Osaka, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", arial, verdana, helvetica;
	font-size: 80%;
	line-height: 1.4em;
	background-image: url(/images/background.jpg);
	background-repeat: repeat;
}

a{
	outline: 0;
}


/*-h1(header) h2(ライブカメラバナー) h3（ページタイトル）------*/
h2,h4,h5,h6,p,div,ul,ol {
	margin: 0px;
	padding: 0px;
}

h1 {
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}

h3 {
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}



img {
	border: 0px;
}

hr {
	display: none;
}

li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	/* display: inline; IE6対策*/
}

/* a:link {text-decoration: underline;color: #06c;} */
a:link {text-decoration: none; color: #06c;}
a:visited {text-decoration: none; color: #c71585;}
/* a:visited {text-decoration: underline;color: #606;} */
a:hover {text-decoration: underline; color: #cc3800;}
a:active {text-decoration: none; color: #cc3800;}


/* コンテンツ部-----------------------------------------------*/
.ie6fix {
	text-align: center;
}

#container {
	margin: 0 auto;
	text-align: left;
	width: 770px;
}

#wrapper {
	margin: 0px;
	background:url(/images/shadow.jpg) repeat-y;
	overflow: auto;
	padding: 0px 9px 0px 11px;
	width: 100%;
}


/* ヘッダー-----------------------------------------------*/
.head {
	margin-left: 15px;
	font-size: 10px;
	line-height: 16px;
}

#header {
	width: 750px;
}

.renewal {
    position: absolute;
    font-size: 12px;
	line-height: 16px;
    color: white;
	white-space: nowrap;
}

/*ヘッダーナビ*/
#header_navi {
	width: 750px;
	height: 25px;
	float: left;
}
#header_navi ul {
	height: 25px;
}

#header_navi li {
	display: inline;
}


/*- コンテンツ -*/
#containts {
	padding: 15px;
	margin: 0px;
	clear: both;
}



/*- 左ナビ -*/
#navi {
	width: 165px;
	float: left;
	margin-right: 15px;
}

.left_container {
	width:163px;
	padding-top: 6px;
	padding-bottom: 4px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	margin-bottom: 5px;
	background-color: #E8E8E8;
	font-size: 10pt;
	line-height: 1.35em;
}

/*- 右ボックス -*/
.right_container {
	width: 540px;
}

.place_left {
	float: left;
}

.place_right {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

.a-box {
	width: 225px;
}

/*- メイン部 -*/
#main {
	width: 540px;
	float: left;
}

.pannavi {
	margin-bottom: 10px;
	font-size: 80%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

/* フッター-----------------------------------------------*/
#footer_menu {
	text-align: center;
	clear: both;
/*	padding-top: 20px; */
	padding-top: 10px;
	font-size: 10pt;
}

#footer_menu li {
/*	margin: 0 0 0 0.5em; */
	display: inline;
}


#footer {
	width: 750px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #8B0000;
	overflow: auto;
}

#add {
	margin: 0px;
	padding: 0px;
	float: left;
}

#copy {
	margin: 0px;
	padding: 45px 0px 0px;
	float: right;
	bottom: 0px;
}

#footer .tell {
	font-size: 18px;
	font-weight: bolder;
	color: #FFFFFF;
	margin-bottom: 10px;
	margin-left: 15px;
}

#footer .time {
	font-size: 15px;
	font-weight: bolder;
	color: #FFFFFF;
	margin-left: 15px;
}

#footer .copy {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	margin-right: 15px;
}
