﻿@charset "utf-8";
/*--------------------------------------------------
	e-CAPCOM ブラウザ初期化CSS

	2008/12/29 version 1.00
--------------------------------------------------*/

/*--------------------------------------------------
	margin,paddingをリセット
--------------------------------------------------*/
body{
	padding: 0;
	margin: 0;
}

html>/**/body {
	overflow-y: scroll;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td{
	padding: 0;
	margin: 0;
}



/*-------------------------------------------------
	headerのフォントサイズをリセット
-------------------------------------------------*/
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}



/*-------------------------------------------------
	tableの見栄えをリセット
-------------------------------------------------*/
table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

caption,th {
	text-align: left;
}

th {
	font-weight: normal;
	vertical-align: top;
	text-align: left;
}

td {
	vertical-align: top;
}



/*-------------------------------------------------
	fieldset,imgのボーダーをリセット
-------------------------------------------------*/
fieldset,img {
	border: 0;
}



/*-------------------------------------------------
	liのスタイルをリセット
-------------------------------------------------*/
li{
	list-style: none;
}



/*-------------------------------------------------
	あまり使わないタグだがスタイルをリセット
-------------------------------------------------*/
address,caption,cite,code,dfn,em,strong,th,var{
	font-style: normal;
	font-weight: normal;
}



/*-------------------------------------------------
	inputの位置がIEだけ微妙にズレるのを修正
-------------------------------------------------*/
input {
	margin: -1px 0;
}



/*-------------------------------------------------
	Firefox,Operaで縦スクロールバーを強制的に表示
-------------------------------------------------*/
html {
	height: 100%;
	margin-bottom: 1px;
}



/*-------------------------------------------------
	font-sizeを同じ見え方にする
-------------------------------------------------*/
body {
	font: 13px/1.231 Verdana,Arial,Helvetica,sans-serif;
	font: x-small;
	font-size: small;
}



select,input,button,textarea {
	font: 99% Verdana,Arial,Helvetica,sans-serif;
}


table {
	font: 100%;
	font-size: inherit;
}


pre,code,kbd,samp,tt{
	font-family: monospace;
	font-size: 108%;
	line-height: 100%;
}


/*-------------------------------------------------
	form関連タグ
-------------------------------------------------*/
button, fieldset, form, input, label, legend, select, textarea {  
	font-family:inherit;  
	font-size:100%;  
	font-style:inherit;  
	font-weight:inherit;  
	margin:0;  
	padding:0;  
	vertical-align:baseline;  
}  
  
/*-------------------------------------------------
	tableタグ
-------------------------------------------------*/
table {  
	border-collapse:collapse;  
	border-spacing:0;  
	font-size:100%;  
}  


/*-------------------------------------------------
	aタグ
-------------------------------------------------*/
a {
	text-decoration: none;
	cursor: pointer;
	overflow: hidden;
}


a img, img {
	border: 0;
}


a:focus {
	outline:none
}


a:hover {
	text-decoration: underline;
}


/*-------------------------------------------------
	floatバグを回避
-------------------------------------------------*/
.clearfix:after{
	clear: both;
	height: 0;
	visibility: hidden;
	line-height: 0;
	display: block;
	content: ".";
}

/* \*//*/
.clearfix{
	display:inline-table;
	min-height:1%;
	zoom:1;
}

/* */

/* \*/
html .clearfix{
	height: 1%;
	zoom: 1;
}


html>body .clearfix {
	height: auto;
}


.clearfix{
	display: block;
}

/* */

.ｌｉｎｋｓ {
	color: #FFFFFF;
	text-align: right;
}
#contentsWrap #main #main-box .links .links {
	color: #FFFFFF;
}
#contentsWrap #main #main-box .main01b iframe {
	text-align: center;
}
