﻿@charset "UTF-8";
/* showroom CSS Document */
/* styles.css */


/* ブラウザスタイルの初期化 */

* {
	color: #000000;
	margin: 0;
	padding: 0;
	}

bode {
	background-color: #FFFFFF;
	}

/* リンクテキスト */
a:link{color:#000099;}
a:visited{color:#660099;}
a:active{color:#ff6633;}
a:hover{color:#ff6633;}

/* 検索ボックスエリア */
.search {
	height: 16px;
	width: 102px;
	} 

/* 画像 */

img { border: 0; }


/* 文書本体 */

div#container {
	width: 760px;
	margin-left: 20px;
	}
div#container h1 {  /* 音声読み上げコンテンツ不可視化 */
	height: 0;
	overflow: hidden;
	}
div#container h2 {  /* 音声読み上げコンテンツ不可視化 */
	height: 0;
	overflow: hidden;
	}

/* メインコンテンツエリア */

div#content-boxupper {
	float: left;
	width: 760px;
	height: 40px;
	background: 
			url(../images/box_upper.jpg)
			no-repeat
			left
			bottom;
	}
div#content-boxunder {
	float: left;
	width: 760px;
	height: 7px;
	background: 
			url(../images/box_under.gif)
			no-repeat
			left
			top;
	}

div#content {
	float: left;
	padding-bottom: 5px;
	width: 760px;
	height: 337px;
	background:
			url(../images/box_bg.gif)
			repeat-y
			left;
	}

div#content ul{
	float: left;
	text-align: right;
	width: 188px;
	}
div#content ul li{
	display: inline;
	list-style: none;
	padding-bottom: 5px;
	}
div#content ul li.target img {
	display: block;
	margin: 2px 0 3px 50px;
	text-align: left;
	}

div#content ul li.target p {
	margin-left: 50px;
	padding-left: 15px;
	background:
			url(../images/icon_gray.gif)
			no-repeat
			left;
	font-size: 75%;
	text-align: left;
	}
	
div#content ul.span { /* 真ん中ボックスエリア幅指定 */
	width: 193px;
	}


/* お知らせ */

div#information {
	float:left;
	margin-top: 30px;
	width: 450px;
	font-size: 75%;
	line-height: 145%;
	}
div#information p {
	padding-left: 4px;
	}
div#information p.date {
	padding-top: 17px;
	font-weight: bold;
	}


/* 来場者フォト */
div#photo {
	float: right;
	margin-top: 27px;
	width: 195px;
	}
div#photo img{
	text-align: center;
	}
div#photo p {
	padding: 5px 0 10px 0;
	font-size: 73%;
	line-height: 155%;
	color:#333333;
	}
div#photo p.read {
	padding: 15px 0 0 0;
	background:
			url(../images/line_dot.gif)
			repeat-x
			top
			left;
	}


/* FOOT */
div#foot {
	width: 760px;
	float: left;
	margin-left: 20px;
	margin-top: 15px;
	padding-top: 15px;
	padding-bottom: 30px;
	}
div#pagetop {
	text-align:right;
	padding-bottom: 7px;
	border-bottom: 1px solid #7A7A7A;
	font-size: x-small;
	line-height: 110%;
	}
div#policy table{
	width: 760px;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 4px;
	}
div#policy table td.copyright{
	text-align: right;
	}



	


/* Win IE 5～6の調整 */

*html div#content {
	height: 335px;
	}
	
/* お知らせ */
*html div#information {
	margin-top: 20px;
	}

/* 来場者フォト */
*html div#photo {
	margin-top: 17px;
	}
	
*html div#foot {
	margin-left: 10px;
	}


/* Win IE 7の調整 */
*:first-child+html {
	
	}
	
	
/* 追加分080417 */
	
.bg-mainline {
	background: url(../images/bg_mainline.gif) left bottom repeat-y;
}

.tb15rl {
	padding: 0 0 15px 0;
}

.t20brl {
	padding: 20px 0 0 0;
}

.t10b10r10l10 {
	padding: 10px;
}

.t10br10l10 {
	padding: 10px 10px 0 10px;
}

.t10b10rl {
	padding: 10px 0;
}

.border-b1 {
	border-bottom: 1px dotted #cccccc;
}
	
body {
	font-size: 75%;
	line-height: 1.5;
}		
	
	
	
	
	
