/******************************
 ベース
******************************/

*{
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body{	
	margin: 0 auto;
	text-align: center;
	font-family: "Arial","Sans-serif";
	font-size: 12px;
	color : #333333;
	line-height: 150%;
	background-color: #FFFFFF;
}

a:link,a:visited{
	color : #333333;
	text-decoration: none;
}

a:hover,a:active{
	color : #0000FF;
	text-decoration: none; 
}

a{
	outline: none;
}

img{
	border: none;
}

li{
	list-style-type: none;
}

.font_red{
	color: #ff0000;
}

.con1 span.font_blue{
	color:#00F;
	font-size:12px;
}

.clear{
	clear: both;
}

/* 段組 */

#container{
	width: 800px;
	margin: 0 auto;
	text-align: left;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
}

#header{
	width: 800px;
}

#contents{
	width: 800px;
	margin: 0 0 0 0;
	clear:both;
}

#left{
	width: 199px;
	padding: 30px 0;
	float: left;
}

#main{
	width: 540px;
	padding: 30px 30px 30px 30px;
	float: right;
	border-left: solid 1px #cccccc;
}

#footer{
	width: 800px;
	height: 20px;
	clear: both;
	background-color: #003399;
}

/******************************
 ヘッダー
******************************/

/* ライン・ロゴ・TEL */

#header_line{
	width: 800px;
	height: 10px;
	margin-bottom: 10px;
	background-color: #003399;
	border-bottom: solid 3px #6699FF
}

#header_logo{
	width: 270px;
	height: 40px;
	margin-bottom: 5px;
	padding: 5px 0 0 10px;
	float: left;
}

#header_tel{
	width: 240px;
	height: 42px;
	margin-bottom: 5px;
	padding-top: 3px;
	float: left;
}

/* 右上リンク */

#header_link{
	width: 280px;
	height: 25px;
	margin-bottom: 5px;
	padding-top: 20px;
	float: right;
	text-align: right;
}

#header_link li{
	display: inline;	
	margin-left: 12px;
	padding-top: 0px;
	font-size: 11px;
}

.li_map{
	background-image: url(../images/base/icon_map.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-right: 8px;
}

.li_global{
	background-image: url(../images/base/icon_global.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
}

/* 流れる文字 */

#header_text{
	width: 800px;
	margin-bottom: 5px;
	clear: both;
	color: #333399;
}

/* ナビ1 */

#navi1{
	width: 800px;
	height: 40px;
	clear: both;
}

#navi1 ul{
	margin: 0;
}

#navi1 li{
	display: inline;
}

#navi01,#navi02,#navi03,#navi04,#navi05,#navi06,#navi07,#navi08{
	width: 88px;
	height: 40px;
	margin-right: 1px;
	display:block;
	float:left;
	background-repeat: no-repeat;
}

#navi09{
	width: 88px;
	height: 40px;
	display:block;
	float:right;
	background-repeat: no-repeat;
}

#navi1 a:hover img,#navi1 a:active img{
	visibility: hidden;
}

#navi01{
	background-image:url(images/base/navi_news2.jpg);
}

#navi02{
	background-image:url(images/base/navi_media2.jpg);
}

#navi03{
	background-image:url(images/base/navi_products2.jpg);
}

#navi04{
	background-image:url(images/base/navi_voice2.jpg);
}

#navi05{
	background-image:url(images/base/navi_company2.jpg);
}

#navi06{
	background-image:url(images/base/navi_faq2.jpg);
}

#navi07{
	background-image:url(images/base/navi_service2.jpg);
}

#navi08{
	background-image:url(images/base/navi_download2.jpg);
}

#navi09{
	background-image:url(images/base/navi_trivia2.jpg);
}

/******************************
 コンテンツ
******************************/

/* ナビ2・その下の画像 */

#navi2{	
	width: 800px;
	height: 60px;
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;	
}
		
#navi2 table{
	width: 600px;
	margin-left: 200px;
}

.td_navi2{
	width: 33%;
	height: 25px;
	padding-left: 30px;
	padding-top: 3px;
}

.td_navi2-2{
	width: 20%;
	height: 25px;
	padding-left: 30px;
	padding-top: 3px;
	line-height: 100%;
}

.td_navi2-3{
	width: 33%;
	height: 50px;
	padding-left: 30px;
	padding-top: 3px;
	vertical-align: middle;
}	

#navi2_img{
	width: 800px;
	height: 40px;
	border-bottom: solid 1px #cccccc;
}	


/* レフト */

#left a:link,#left a:visited{
	display: block;
	margin: 0px 5px;
	padding: 0 5px 5px 5px;	
	border-bottom: solid 1px #cccccc;
}		

.title_red{
	display: block;		
	margin-bottom: 10px;
	color: #ff0000;
	padding: 0 5px 5px 5px;
	margin: 0px 5px;
	border-bottom: solid 1px #cccccc;
}

/* ページトップへのリンク */

a.go_top{
	display: block;
	width: 42px;
	height: 10px;
	background: url(../images/base/gotop1.gif) no-repeat;
}

a:hover.go_top,a:active.go_top{
	background: url(../images/base/gotop2.gif) no-repeat;
}

/******************************
 フッター
******************************/

/* コピーライト */

#footer_copyright{
	width: 300px;
	float: left;
}

address{
	color: #FFFFFF;
	font-style: normal;
	line-height: 20px;
	padding-left: 5px;
}

/* フッターリンク */

#footer_link{
	width: 400px;
	float: left;
}

#footer_link li{
	display: inline;
	background-image: url(../images/base/ya_orange.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	margin-right: 10px;
	padding-left: 8px;
}

#footer_link a{
	color: #FFFFFF;
	font-size: 10px;
	line-height: 18px;
}

/* フッターロゴ */

#footer_logo{
	width: 100px;
	float: left;
}

/*  両端揃え */

.just {
	text-align:justify;
	text-justify:inter-ideograph;
}


/*  両端揃え解除（左揃え） */

.tLeft{
	text-align:left;	
}
