@charset "shift_jis";

@media print {
	body { zoom: 80%;}
}

/* base.css
**************************************************************************************

1.デフォルト
2.基本リンク
3.基本フォント
4.基本レイアウト

**************************************************************************************/ 


/* 1.デフォルト
=============================================================================*/

/*stylereset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
img,abbr,acronym {border:0;}

/*fontreset*/
table {font-size:100%;}
select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}
pre, code {font:115% monospace;}
body * {line-height:1.5;}


/* 2.基本リンク
=============================================================================*/

a{
	overflow:hidden;
	text-decoration:unterline;
}

a:link {
	color:#011096;
	text-decoration:unterline;
}

a:visited {
	color:#011096;
}

a:hover {
	color:#011096;
	text-decoration:none;
}

a:active {
	color:#011096;
}


/* 3.基本フォント
=============================================================================*/

h1{
	font-size: 185%;
}

h2{
	font-size: 107%;
	font-weight:bold;
	letter-spacing:1px;
	text-align:left;
}

.fc-red { color:#FF3300}

/* 4.基本レイアウト
=============================================================================*/
body{
	margin:0 auto;
	background-color:#FFFFFF;
	text-align:center;
	color: #666666;
	font-family:"ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック";
	width:100%;
}

#outline {
	width : 717px;
	background-color:#FFFFFF;
	text-align:center;
	position: relative;
}


/* header */
.header {
	width : 717px;
	height: 75px;
	text-align:center;
}


/* navi */
.globalnavicntbox{
	width:717px;
}

.globalnavicnt ul li{
	float:left;
	width:180px;
	height:41px;
	list-style:none;
}

/* main */
.main {
	width:717px;
}


/* footer */
.footer {
	width: 717px;
	height: 73px;
}

/* pagetop */
.paget {
	width: 720px;
	text-align:right;
	font-size:10px;
	margin-bottom:15px;
}

.paget2 {
	width: 690px;
	text-align:right;
	font-size:10px;
	margin-bottom:18px;
}

/* End hide from IE-mac */

p.hide {display:none;} 

.clear{
	margin:0;
	padding:0;
	clear: both;
}

.clear-1{
	margin:0 0 12px 0;
	padding:0;
	clear: both;
}

.clear-2{
	margin:0 0 18px 0;
	padding:0;
	clear: both;
}

.clear-3{
	margin:0 0 8px 0;
	padding:0;
	clear: both;
}

.clear-4{
	margin:0 0 5px 0;
	padding:0;
	clear: both;
}

.clear-5{
	margin:0 0 25px 0;
	padding:0;
	clear: both;
}