﻿  /* CSS layout */
html,body {
	
	min-width: 1050px;
   	height: 100%;            
	margin: 0;
	padding: 0;
	


}

#normal{
	background-repeat: repeat-y;
	background-image: url('../images/top1.jpg');
	background-attachment: fixed;
	color: #ffffff; /* テキストの色 */;
	font-size: 15px; /* フォントの大きさ */
	
}

#robot{
	background-repeat: repeat-y;
	background-image: url('../images/top2.jpg');
	background-attachment: fixed;
	color: #ffffff; /* テキストの色 */;
	font-size: 15px; /* フォントの大きさ */
}


a:link { 
	color: white
} 
a:visited { 
	color: white
	} 
a:hover { 
	color: gray
	} 

#masthead {
	width:100%;
	height:20px;
	background-color:black;
	}
	
#hedder{
	font-size:12px;
	color : white;
 	padding-top : 4px;
  	padding-bottom :4px;
  	padding-left : 5px;
	padding-right : 5px;
}
	
#hedder span{
	color : white;
	float:right;
}

#top_nav {
	width:100%;
	height:32px;

}

#container {
	height:100%;
	min-height: 100%;
}

#left_col {
	width: 600px;
	/*
	filter: alpha(opacity=70);
  	-moz-opacity:0.7;
  	opacity:0.7;
  	background: rgba(0, 0, 0, 0.7); 
  	*/
  	color : white;

}

#left_col h1{
color: #ffffff; /* テキストの色 */
font-size:18px; /* フォントの大きさ */
font-weight:bold; /* 太字 */
background-color:#dcdcdc;
color:#000066;
border-bottom:2px solid #000099;
padding:5px 0 5px 10px;
line-height:160%;
margin:0px;
}
#left_col h2{
color: #ffffff; /* テキストの色 */
font-size:15px; /* フォントの大きさ */
font-weight:bold; /* 太字 */
line-height: 1.5em; /* 行間 */
border-bottom:1px solid #008ee1; /* 下線 */
border-left:10px solid #008ee1; /* 左側の線 */
margin: 5px 0 5px 0; /* 上下の余白 */
padding:3px 10px 1px 10px; /* テキストとボーダーの間の余白 */
}



#left_col_robot {
	width: 1000px;
	/*
	filter: alpha(opacity=70);
  	-moz-opacity:0.7;
  	opacity:0.7;
  	background: rgba(0, 0, 0, 0.7); 
  	*/
  	color : white;

}

#left_col_robot h1{
color: #ffffff; /* テキストの色 */
font-size:18px; /* フォントの大きさ */
font-weight:bold; /* 太字 */
background-color:#dcdcdc;
color:#000066;
border-bottom:2px solid #000099;
padding:5px 0 5px 10px;
line-height:160%;
margin:0px;
}
#left_col_robot h2{
color: #ffffff; /* テキストの色 */
font-size:15px; /* フォントの大きさ */
font-weight:bold; /* 太字 */
line-height: 1.5em; /* 行間 */
border-bottom:1px solid #008ee1; /* 下線 */
border-left:10px solid #008ee1; /* 左側の線 */
margin: 5px 0 5px 0; /* 上下の余白 */
padding:3px 10px 1px 10px; /* テキストとボーダーの間の余白 */
}


#page_content {
	margin-left: 600px;
	width:450px;


}
/*
img.ac_logo{
	padding-left: 50px;

	width:400px;

}
*/
#footer {
	clear: both;
	width:600px;
}
