@charset "UTF-8";
/* CSS Document */

/* basic */
body {
	margin: 0px;
	padding: 0px;
	background-color: #dddddd;
}

img{
	border: 0;
}

.clear{
	clear: both;
}
a:link {
	color: #666666;
	text-decoration: none;
}

a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #0033ff;
	text-decoration: underline;
}
a:active {
	color: #0033ff;
	text-decoration: none;
}
ul,li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.frame_grey {
	border: 1px solid #666666;
}

/* pageTotal */
.total_style {
	width: 980px;
	background-color: #ffffff;
}

/* header */
.header {
	width: 980px;	
	/*margin-bottom: 25px;*/
}

.expo_header {
	background-image: url(../expo/img/expo_header2.jpg);
	background-repeat: repeat-x;
}

.expo_header a:link {
	color: #ffffff;
	text_decoration: none;
}

.expo_header a:visited {
	color: #ffffff;
	text_decoration: none;
}

.expo_header a:hover {
	color: #ffffff;
	text_decoration: underline;
}

.expo_header a:active {
	color: #ffffff;
	text_decoration: underline;
}

.second_navi_bg {
	background-image: url(../img/header2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/*navi*/
#navi_bg {
	width: 980px;
	height: 30px;
	background-image: url(../img/navi_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#navi_bg2 {
	width: 980px;
	height: 30px;
	background-image: url(../img/navi_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 25px;
}

#navi {
	/*text-align: center;*/
	margin-left: 10px;
	margin-right: auto;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 80%;
	/*font-weight: bold;*/
	color: #FFFFFF;
}

/*top_flash*/
#top_flash {
	width: 980px;
	margin-bottom: 25px;
}

/* contents top */
#contents_top {
	background-color: #ffffff;
}

#contents_top .left {
	float: left;
	padding: 0px 30px 0px 20px;
	text-align: left;
	margin-bottom: 20px;
}

#contents_top .right {
	padding: 0px 20px 0px 0px;
	float: right;
	text-align: left;
	margin-bottom: 20px;
}

.top_headline_title {
	background-image: url(../img/headline_title_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.top_headline_bg {
	background-image: url(../img/headline_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.top_jigyo {
	padding: 5px 10px 5px 10px;
	text-align: left;
}

.top_jigyo_grey {
	padding: 5px 10px 5px 10px;
	margin: 15px 0px 15px 0px;
	background-color: #dddddd;	
}
	
.dock_top {
	clear: both;
	width: 980px;
	height: 160px;
	/*border: 1px solid #666666;*/
	margin-bottom: 20px;
}

/*contents*/
/*#contents {
	margin-bottom: 20px;
}*/

/* footer*/
#footer_top {
	clear: both;
	width: 980px;
	/*height: 50px;*/
	background-color: #e1edfa;
}

#footer {
	clear: both;
	width: 980px;
	/*height: 50px;*/
}

#totop {
	clear: both;
	margin-right:20px;
	/*padding-top: 20px;*/
	font-size: 80%;
	color: #666666;
	text-align: right;
}

/* 各ページタイトル*/
.title {
	padding: 0px 20px 0px 20px;
}

/* エキスポッ */
#contents_expo .dock, #contents_expo .blog, #contents .mailmaga {
	background-color: #FFFFFF;
}

#contents_expo .dock {
	float: left;
	width: 180px;
	padding: 20px 0px 0px 0px;
	text-align: center;
	background-image: url(../expo/img/expo_navi_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

#contents_expo .blog {
	/*width: 800;*/
	padding-right: 20px;
	float: right;
	text-align: left;
}

#contents_expo .mailmaga {
	clear: both;
	padding-right: 20px;
	float: right;
	text-align: left;
}

.expo_title_bg {
	background-image: url(../expo/img/expo_title_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
