@charset"UTF-8";



/*
****************************************************************************************************
Web site: minamino-city.com
Description: This css is designed and coded by Frontier of Business Intelligence Inc. a.k.a FoBI.
Version: 1.0
Author: FoBI-Hiroyuki Yoshino
Author URI: http://www.fobi.co.jp/
****************************************************************************************************
*/

/* ******* CSS Import ******* */
@import url(common.css);
@import url(general.css);


/* index
====================================================
		1. basisSet
		2. contentsLeft
		3. contentsRight
		4. fontSwitch
====================================================
*/




/* 1. initialize
====================================================
*/

*{
	margin:0px;
	padding:0px;
}

html,body{
	height:100%;
}

body{
	font-size:15px;
	font-family:Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ",Osaka,MS PGothic,"ＭＳ Ｐゴシック",helvetica,verdana,arial,sans-serif;
	color:#444;
	line-height:160%;
	margin:0px;
	padding:0px;
	height:100%;
}

@media print{
	body{
		font-size:15px;
		font-family:Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ",Osaka,MS PGothic,"ＭＳ Ｐゴシック",helvetica,verdana,arial,sans-serif;
		color:#444;
		line-height:150%;
		margin:0px;
		padding:0px;
		height:100%;
		width:100%;
	}
}

div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul,ol,li,form,input{
	margin:0px;
	padding:0px;
	border:0px;
}

h1,h2,h3,h4,h5,h6{
	font-weight:bold;
}

ul,ol,li{
	list-style:none;
}

img{
	border:0px;
}

a{
	color:#3399CC;
	text-decoration:underline;
}

a:link{
	color:#3399CC;
	text-decoration:underline;
}

a:visited{
	color:#3399CC;
	text-decoration:underline;
}

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

a:active{
	color:#3399CC;
	text-decoration:underline;
}

.dispnone{
	display:none;
}

.visib-hid{
	visibility:hidden;
}

.clear{
	clear:both;
}

#prepairing{
	margin-top:150px;
	text-align:center;
}

.caption{
	font-size:0.8em;
}



/* 4. fontSwitch
====================================================
*/

#fontSwitch{
	position:absolute;
	top:195px;
	left:960px;
	width:26px;
	height:167px;
}

#fSwitchDt{
	display:block;
	background:url("../images/fontSwitchDt.png") no-repeat;
	width:26px;
	height:92px;
}

#fontSwitch li{
	margin-bottom:0px;
	font-size:0px;
}

#fSwitch01{
	display:block;
	background:url("../images/fontSwitch01.png") no-repeat;
	width:26px;
	height:25px;
}

a#fSwitch01:hover{
	background:url("../images/fontSwitch01_f2.png") no-repeat;
}

#fSwitch02{
	display:block;
	background:url("../images/fontSwitch02_f2.png") no-repeat;
	width:26px;
	height:25px;
}

#fSwitch03{
	display:block;
	background:url("../images/fontSwitch03.png") no-repeat;
	width:26px;
	height:25px;
}

a#fSwitch03:hover{
	background:url("../images/fontSwitch03_f2.png") no-repeat;
}
