
/*---------------------------------------------------------------------
page layout
---------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	font-size:13px;
/*	outline: 0;*/}


.m_top {
	height: 100px;
	width: auto;
	}

.icon_2 {
	height: auto;
	width: 100%;
	}


a:hover {
opacity:0.5;
filter:alpha(opacity=50);
-ms-filter: "alpha( opacity=50 )";
}

.contents {
text-align:left;
width: 100%;
position: relative;
height: auto !important;
height: 100%;
min-height: 100%;
}

div#wrap{
	background:#ffffff;
	background-image: url(../img/back9.gif); 
	background-repeat:no-repeat;
	background-position:right;}



div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,table,th,td,em,img{
margin:0;
padding:0;
border:none;
font-weight:normal;


}

.togmenu {
	display:none;
}
.menubtn {
	padding: 16px 20px;
	background:#BEBDB9;
	color: #000;
}
#menu ul {
	margin: 0;
	padding: 0;
	background:#BEBDB9;
}
#menu li {
	list-style: none;
	border-top: 2px solid #fff;
}
#menu li a {
	padding: 16px 20px;
	display:block;
	text-decoration:none;
	background:#BEBDB9;
	color: #000;
}
@media only screen and (min-width: 800px) {
	.menubtn {
		display:none;
	}
	.togmenu {
		display:block;
	}
	#menu li {
		display: inline-block;
		border:none;
	}
}

.space {
    text-align:  left;
}

/*---------------------------------------------------------------------
不要なものを消す　クラス="none"
---------------------------------------------------------------------*/


@media screen and (max-width: 460px){
.none {display:none}
}


/*---------------------------------------------------------------------
history layout
---------------------------------------------------------------------*/

dd.d_main {text-align:  left;}

dt {
    background-color: #eeeeee;
    padding-bottom: 15px;
    padding-top:  15px;
    margin-bottom:  15px;
    margin-top:  15px;
}


img.his_size {
    width:  80%;
}

div#main2 {
    margin-left:  15px;
    margin-right:  15px;
}



/*---------------------------------------------------------------------
company layout
---------------------------------------------------------------------*/



dd.hinmoku {
    text-align: left;
}


td.com {
    text-align:  left;
    width: 30%;
}

iframe {
    width: 100%;
}

td {
    text-align:  left;
}


/*---------------------------------------------------------------------
header layout
---------------------------------------------------------------------*/


#header {
	height:30px;
	background-color:#fff;
	padding:15px;
	text-align:left;
	}

#header2 {
	height:auto;
	margin:0 auto;
	background-color:#fff;
	}

div#header2 {
    text-align: left;
}


#tousen {/* 当選者発表 */
	width:90%;
	margin:0 auto;
	margin-top:2px;
	background-color:#fff;
	padding:15px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	box-shadow:0px 0px 10px 3px #e5e5e5;
	-moz-box-shadow:0px 0px 10px 3px #e5e5e5;
	-webkit-box-shadow:0px 0px 10px 3px #e5e5e5;
	}

#topic {　/*　トピックス欄 */
	width:90%;
	margin:0 auto;
	margin-top:2px;
	background-color:#fff;
	padding:15px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	box-shadow:0px 0px 10px 3px #e5e5e5;
	-moz-box-shadow:0px 0px 10px 3px #e5e5e5;
	-webkit-box-shadow:0px 0px 10px 3px #e5e5e5;
	}

div#topic {
    width: 90%;
}

#last { /* ご案内欄 */
	margin:  0 auto;
	width:90%;
	margin-top:2px;
	background-color:#fff;
	padding:15px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	box-shadow:0px 0px 10px 3px #e5e5e5;
	-moz-box-shadow:0px 0px 10px 3px #e5e5e5;
	-webkit-box-shadow:0px 0px 10px 3px #e5e5e5;
	}

#icon { /* 当選アイコン */
	width:100%;}

#icon_2 { /* おめでとうアイコン */
	width:100%;
	margin-left:50%;}

#icon_3 { /* トピックスアイコン */
		width:100%;;}

#icon4 { /* ご案内アイコン */
	width:100%;}

#icon5 { /* 個体識別バナー */
	 width: 100%; }

li.list { /* トピックスリスト */
	text-align:left;
	list-style-type: circle;}

li.list2 { /* */
	text-align:center;
	margin-left:7%;
	list-style-type: none;
	float:left;}

#list3{ /* ご案内ulレイアウト */
    margin:0 auto;
    width:100%;
    overflow:hidden;
}
#list3 li{ /* ご案内リスト */
    float:left;
    list-style-type:none;
    text-align: center;
    padding:5px 5px;
    margin:0 0 0 0;
    background:#fff;
    font-size: 9px;
}
#list3 li.last{ /* ご案内 */
    margin: 0;
}


#footer { /* フッター */
	height:20px;
	background-color:#cfcfcf;
	margin:0 auto;
	padding:20px;
	text-align:left;
	position: fixed;
	bottom: 0;
	width: 100%;
	opacity: 0.5;
	filter: alpha(opacity=50);/*IE7*/
}