@charset "utf-8";
/*
*	name:           index.css
-------------------------------------------------------------------------------------------------*/

/*/////////////////////////////////////////////////////////////////////////////////////////////////
	global reset
/////////////////////////////////////////////////////////////////////////////////////////////////*/

div{
	margin:0;
	padding:0;
}

h1,
h2,
h3,
h4,
h5,
h6{
	font-size: 12px;
	color: #333;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	line-height: 1.4em;
}

ul,
ol,
li{
	margin: 0px;
	padding: 0px;
	list-style: none;
	/*line-height: 1;*/
}

dl,
dt,
dd{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

form,
fieldset,
input,
textarea,
select,
option,
label{
	margin: 0px;
	padding: 0px;
}

fieldset{
	border: 0;
}

fieldset, a img {
border: 0;
}

table{
	border:none;
	border-collapse: collapse;
	border-spacing: 0;
}

table,
th,
td,
th{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

pre,
address,
blockquote,
caption,
cite,
code{
	margin: 0px;
	padding: 0px;
}

pre,
code{
	font-weight: normal;
	font-style: normal;
}

hr{
	display:none;
	clear:both;
}

img{
	border:none;
	vertical-align:bottom;
}

object,
embed{
margin:0;
padding:0;
}




/*/////////////////////////////////////////////////////////////////////////////////////////////////
	body und schrift deffinitionen
/////////////////////////////////////////////////////////////////////////////////////////////////*/

html {
	padding:0px;
	margin:0px;
}
	
body {
	background: #fff url(../img/index_bg_02.gif) repeat-x center top;
	font-size: 10px;
	line-height: 1.4em;
	font-weight: normal;
	font-family: Helvetica,Arial,"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",sans-serif;
	color:#333;
	padding:0px;
	margin:0px;
}

p,
pre,
h2 {
	padding:0px;
	margin:0px
}

h1 {
	font-size: 10px;
	text-transform:uppercase;
	text-align: left;
	color: #333;
	padding-top:10px;
	margin:0px
}

h2 {
	font-size:10px;
	line-height: 1.4em;
	padding:0px;
	text-transform:uppercase;
	color: #333;
	background-color: transparent;
}

a {
	color: #5E99FF;
	font-size: 12px;
	background-color:transparent;
	text-decoration: underline;
}

pre {
	color: #333;
	font-size: 10px;
	background-color:transparent;
	font-family: Courier, Monaco, Monospace;
}

span.clear {
	margin: 0;
	padding: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	display: block;
	clear: both;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////
	container
/////////////////////////////////////////////////////////////////////////////////////////////////*/
#containercover {
	text-align: center; 
	background: url(../img/index_bg_01.jpg) no-repeat center top;
	width:100%;
	height:800px;
}
	#containercover #container {
		position:relative;
		width:857px;
		margin: 0 auto;
		padding: 0;
	}
	#containercover #container #tag {
		position:absolute;
		width:857px;
		top:10px;
		left:0px;
	}
	#containercover #container #tag h1 {
		font-size: 10px;
		text-transform:uppercase;
		text-align: right; 
		color: #fff;
		padding:0px;
		margin:0px
	}
	#containercover #container #toplink {
		position:absolute;
		width:50px;
		top:10px;
		left:0px;
	}
	#containercover #container #toplink img {
		width:180px;
		height:80px;
	}
	#containercover #container #toplink2 {
		position:absolute;
		width:50px;
		top:28px;
		left:606px;
	}
	#containercover #container #toplink2 img {
		width:245px;
		height:62px;
	}


/*/////////////////////////////////////////////////////////////////////////////////////////////////
	gnavi
/////////////////////////////////////////////////////////////////////////////////////////////////*/
#gnavi {
	float:left;
	font-size: 10px;
	line-height: 1.4em;
	width:258px;
	margin: 95px 7px 0 0;
	padding: 0;
	text-align: left;
}

/*/////////////////////////////////////////////////////////////////////////////////////////////////
	contentsbox
/////////////////////////////////////////////////////////////////////////////////////////////////*/
#contentsboxcover {
	float:left;
	width:592px;
	height:auto;
	margin: 95px 0 0 0;
	padding: 0;
	text-align: center;
	border-bottom : 3px solid #071EAB ; 
}
	#contentsbox {
		float:left;
		width:564px;
		height:auto;
		margin: 0;
		padding: 14px;
		text-align: left;
	}
	
/*/////////////////////////////////////////////////////////////////////////////////////////////////
	index
/////////////////////////////////////////////////////////////////////////////////////////////////*/
.indexbox {
	margin: 13px 0 0 0;
	padding: 0;
	text-align: left;
}
	.indexbox .indexboximg {
		float:left;
		width:157px;
		height:auto;
		margin: 0 7px 0 0;
		padding: 0;
		text-align: left;
	}
	.indexbox .indexboxtext {
		float:left;
		width:400px;
		height:auto;
		margin: 0;
		padding: 0;
		text-align: left;
	}
	.indexbox .indexboxtext h2 {
		float:left;
		color: #333;
		font-size: 12px;
		line-height: 1.5em;
	}
	.indexbox .indexboxtext p {
		float:left;
		color: #333;
		font-size: 12px;
		line-height: 1.5em;
	}
	
.t-box {
	margin: 13px 0 18px 0;
	padding: 0;
	text-align: center;
}
.indexbox2 {
	margin: 13px 0 18px 0;
	padding: 0;
	text-align: left;
}
	.indexbox2 .indexboxtext2 {
		width:auto;
		height:auto;
		margin: 0;
		padding: 0;
		text-align: left;
	}
	.indexbox2 .indexboxtext2 h2 {
		color: #333;
		font-size: 12px;
		line-height: 1.5em;
	}
	.indexbox2 .indexboxtext2 p {
		color: #333;
		font-size: 12px;
		line-height: 1.5em;
	}
	
.indexbox3 {
	margin: 13px 0 18px 0;
	padding: 0;
	text-align: left;
}
	.indexbox3 .indexboximg3 {
		float:left;
		width:157px;
		height:auto;
		margin: 0 7px 0 0;
		padding: 0;
		text-align: left;
	}
	.indexbox3 .indexboxtext3 {
		float:left;
		width:400px;
		height:auto;
		margin: 0;
		padding: 0;
		text-align: left;
	}
	.indexbox3 .indexboxtext3 h2 {
		float:left;
		color: #333;
		font-size: 12px;
		line-height: 1.5em;
	}
	.indexbox4a {
		margin: 15px 0 0 0;
		padding: 3px 0 5px 8px;
		text-align: left;
		border-left : 4px solid #B5B5DE;
		color: #333;
		font-size: 12px;
		line-height: 1.5em;
		background: #fff url(../corporate/img/line_bg.gif) repeat-x;
	}
	.indexbox4b {
		margin: 0;
		padding: 5px 0 0 0;
		text-align: left;
		border-top : 1px solid #B5B5DE;
		color: #333;
		font-size: 12px;
		line-height: 1.5em;
	}
	.indexbox4b ul {
			margin:0 0 3px 0;
			padding:0;
	}
	.indexbox4b li {
			list-style:none;
			padding-left:15px;
			background:url(../img/top_ico01.gif) 0 0 no-repeat;
	}
	.indexbox5 {
	margin: 0;
	padding: 13px 0 18px 0;
	text-align: left;
	border-bottom : 3px solid #0D0D94;
	}
	.indexbox5 .indexboxtext5 {
		width:auto;
		height:auto;
		margin: 0;
		padding: 0;
		text-align: left;
	}
	.indexbox5 .indexboxtext5 h2 {
		color: #333;
		font-size: 12px;
		line-height: 1.5em;
	}
	.indexbox5 .indexboxtext5 p {
		color: #333;
		font-size: 12px;
		line-height: 1.5em;
	}
		.crossmedia_btn {
		margin: 0 0 15px 0;
		padding: 0;
		text-align: left;
		background: #fff url(../crossmedia/img/crossmedia_btn_bk.gif) repeat-x;
		width:564px;
	}
	
	.table-h{
		width:564px;
		margin: 0;
		padding: 5px 0 5px 0;
		text-align: center;
		background: #B5B5DE;
		color: #FFF;
		font-size: 12px;
		line-height: 1.5em;
	}
	.table-a table{
		width:564px;
		margin: 0;
		padding: 0;
		text-align: left;
		border : 1px solid #B5B5DE;
		color: #333;
		font-size: 12px;
		line-height: 1.5em;
	}
	.table-a th{
		width:400px;
		height:30px;
		padding: 0 0 0 14px;
		text-align: left;
		border-bottom : 1px solid #B5B5DE;
		color: #333;
		font-size: 12px;
		line-height: 1.5em;
	}
	.table-a td{
		height:30px;
		padding: 0 15px 0 0;
		text-align: right;
		border-bottom : 1px solid #B5B5DE;
		color: #FF4E00;
		font-size: 12px;
		line-height: 1.5em;
	}
	.table-f{
		width:548px;
		margin: 0;
		padding: 5px 14px 5px 0;
		text-align: right;
		background: #FFF;
		border : 1px solid #B5B5DE;
		color: #FF4E00;
		font-size: 12px;
		line-height: 1.5em;
	}
	.table-t{
		width:564px;
		margin: 0 0 3px 0;
		padding: 0;
		text-align: left;
		background: #FFF;
		color: #333;
		font-size: 12px;
		line-height: 1.5em;
	}
	.table-t p{
		color: #FF4E00;
		font-size: 12px;
		line-height: 1.5em;
	}
	
	.table-mail table{
		width:564px;
		margin: 0;
		padding: 0;
		text-align: left;
		border : 1px solid #B5B5DE;
		color: #333;
		font-size: 12px;
		line-height: 1.5em;
	}
	.table-mail th{
		width:154px;
		background: #F2F2FB;
		padding: 6px 0 6px 14px;
		text-align: left;
		border-bottom : 1px solid #B5B5DE;
		color: #333;
		font-size: 12px;
		line-height: 1.5em;
	}
	.table-mail td{
		padding: 6px 0 6px 15px;
		text-align: left;
		border-bottom : 1px solid #B5B5DE;
		color: #FF4E00;
		font-size: 12px;
		line-height: 1.5em;
	}
/*/////////////////////////////////////////////////////////////////////////////////////////////////
	footer
/////////////////////////////////////////////////////////////////////////////////////////////////*/

#footlinkbox {
	text-align: left; 
}
	#footlinkbox #footlink {
		width:592px;
		margin: 0;
		padding: 10px 0 10px 265px;
		text-align: center;
	}
	
	#footlinkbox #footlink a {
		color: #071EAB;
		font-size: 10px;
		background-color:transparent;
		text-decoration: underline;
	}
	
	#footlinkbox #copy {
		width:592px;
		color: #333;
		font-size: 10px;
		margin: 0 auto;
		padding: 10px 0 30px 265px;
		text-align: center;
	}
/*/////////////////////////////////////////////////////////////////////////////////////////////////
	pankuzu
/////////////////////////////////////////////////////////////////////////////////////////////////*/
	#pan {
		width:auto;
		color: #333;
		font-size: 10px;
		margin-bottom: 15px;
		padding: 0;
		text-align: left;
	}
	
	#pan a {
		width:auto;
		color: #333;
		font-size: 10px;
		margin-bottom: 15px;
		padding: 0;
		text-align: left;
	}
/*/////////////////////////////////////////////////////////////////////////////////////////////////
PAGE TOP
/////////////////////////////////////////////////////////////////////////////////////////////////*/
.pageTop {
	clear:both;
	width:592px;
	height:auto;
	float:left;
}

.pageTop a {
	display:block;
	float:right;
	width:592px;
	height:10px;
	font-size:0;
	background:url(../img/pagetop.gif) no-repeat 0 0;
}

.pageTop a:hover {
	background:url(../img/pagetop.gif) no-repeat 0 -10px;
}
