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

#header{
	width:950px;
	height:65px;
	margin:0 auto;
}
#contents{
	width:950px;
	margin:8px auto 10px auto;
	padding:20px 0;
	background:#ffffff;
}
#contents_in{
	width:790px;
	margin:20px auto;
}
#footer{
	padding:7px 0 5px 0;
	border-bottom:5px solid #4D4D4D;
	height:80px;
}
#footer_box{
	width:950px;
	margin:0 auto;
	text-align:left;
}
#copyright{
	width:350px;
	text-align:right;
	font-size:77%;
	color:#808080;
	float:right;
}
#footer_in{
	width:600px;
	text-align:left;
	float:left;
}

#footer li{
	margin:2px 0 0 0;
	font-size:77%;
	color:#808080;
}
#bg_img_elex{ background:#eeeeee; padding:20px 0;}
.elex_title{
	background:url(../images/title_icon.gif) no-repeat;
	padding-left:50px;
	text-align:left;
	margin-bottom:20px;
}

/* メイン画像 */
.viewer {
	margin: 0 auto;
	width: 780px;
	height: 305px;
	text-align: left;
	overflow: hidden;
	border:5px solid #144E9C;
}
.viewer ul {
	width: 780px;
	height: 305px;
	text-align: left;
	overflow: hidden;
	position: relative;
	/margin-top:-1px;
}
.viewer ul li {
	top: 0;
	left: 0;
	width: 780px;
	height: 305px;
	display: none;
	position: absolute;
}


/* タブ */
#menu { padding:0px; height: 43px;}
#menu li { float: left;}
#menu li a { display: block; height: 43px;}
#menu li a.active { display: block; height: 43px;}
#content1,#content2 {
	width:710px;
	border:2px solid #D9D9D9;
	padding:60px 38px;
}
.menu-item1 a{ background:url(../images/tab_01.gif) no-repeat; width: 395px;}
.menu-item1 a:hover{ background:url(../images/tab_01_on.gif) no-repeat; width: 395px;}
.menu-item1 a.active { background:url(../images/tab_01_on.gif) no-repeat; width: 395px;}

.menu-item2 a{ background:url(../images/tab_02.gif) no-repeat; width: 395px;}
.menu-item2 a:hover{ background:url(../images/tab_02_on.gif) no-repeat; width: 395px;}
.menu-item2 a.active { background:url(../images/tab_02_on.gif) no-repeat; width: 395px;}

.subcolor li { float: right;}

table tr td{
	border-bottom:1px solid #ffffff;
	text-align:left;
	line-height:1.8em;
}

table tr td.t_left{
	background-color:#A6A6A6;
	color:#FFFFFF;
	padding:5px 10px;
}
table tr td.t_right{
	background-color:#F0F0F0;
	color:#000000;
	padding:5px 20px;
}
table tr td.btm{ padding:5px 20px 25px;}
.box_10{
	float:left;
	width:355px;
	text-align:left;
}

.gaiyo_list ul li{
	background:url(../images/list_img.gif) no-repeat;
	margin:12px 0 0 50px;
	padding-left:30px;
	line-height:1em;
}


.ml50{ margin-left:50px;}
p{ text-align:left;}

a:link {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: underline;
}
a:visited:hover {
	color: #333;
	text-decoration: none;
}
.to_top {
	clear:both;
	background:url(../../images/common/arrow.gif) no-repeat;
	padding-left:18px;
	margin-top:30px;
	line-height:1.2em;
	font-size:85%;
	float:right;
}

.mt3 	{margin-top:3px;}
.mt5 	{margin-top:5px;} 	
.mt10 	{margin-top:10px;} 
.mt12 	{margin-top:12px;} 
.mt15 	{margin-top:15px;} 
.mt20 	{margin-top:20px;}
.mt25 	{margin-top:25px;} 
.mt30 	{margin-top:30px;} 
.mt35 	{margin-top:35px;} 
.mt40 	{margin-top:40px;} 
.mt45 	{margin-top:45px;} 
.mt50 	{margin-top:50px;}
.mt60 	{margin-top:60px;}
.mt70 	{margin-top:70px;}
.mt80 	{margin-top:80px;}
.mt90 	{margin-top:90px;}
.mt100 	{margin-top:100px;}

