/***** ベース *****/

body {
	margin:0;
	padding:20px 0;
	text-align:center;
	background:#fff;
	color:#333;
}

body,th,td,li,div,address{
	font:12px/20px Verdana, Arial, sans-serif;
}

form,input{
	font:12px/16px Verdana, Arial, sans-serif;
}

textarea{
	font:12px/18px "ヒラギノ明朝 Pro W6", "Osaka", "ＭＳ Ｐゴシック", "trebuchet MS", "trebuchet", "verdana", "arial", "sans-serif";
}

p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,form{
	margin:0;
	padding:0;
}

img{
	border:none;
}

.Clear{
	clear:both;
	height:0;
	line-height:0;
}

.Clear hr{
	display:none;
}


/********** リンク **********/

a:link,
a:active{
	color:#36c;
	text-decoration:none;
}

a:visited{
	color:#06c;
	text-decoration:none;
}

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


/********** レイアウト **********/

#Wrap{
	width:760px;
	margin:0 auto;
	text-align:left;
	background:#fff;
}


/********** ヘッダー **********/

#Headline{
	height:30px;
	padding:0 10px;
	line-height:30px;
	color:#666;
	background:url('images/ioplaza/HeadlineBG.gif') left top no-repeat;
}

#Headline h1,
#Text{
	margin-bottom:3px;
	font-size:10px;
	padding-right:10px;
	float:left;
	vertical-align:middle;
}

#Title{
	width:79px;
	margin:0 0 3px;
	padding:5px 0;
	float:right;
}


/********** ナビ **********/

#Header{
	padding:137px 260px 10px 10px ;
	background:url(images/ioplaza/TopImg.gif) left top no-repeat;
}

#Header ul{
	height:76px;
	list-style:none;
}

#Header li{
	width:245px;
	height:26px;
	float:left;
	overflow:hidden;
}

#Header li a:hover{
	position:relative;
	top:2px;
}


/********** メインスペース **********/

/* コンテンツ */

#Contents h3{
	margin:20px 0 10px;
	font-size:14px;
}

#Contents p{
	margin:10px 5px;
	font-size:14px;
}

#Contents p a{
	font-weight:bold;
	text-decoration:underline;
}

#Contents p span{
	font-size:16px;
	font-weight:bold;
	color:#f00;
}

.ImageRight{
	margin-left:10px;
	float:right;
}

.ImageLeft{
	margin-right:10px;
	float:left;
}

#Banner{
	text-align:center;
}

#Banner img{	
	margin:20px 0;
}

#Banner a:hover{
	position:relative;
	top:2px;
	left:2px;
}

/* 見出し */

#Header h2,#p1,#p2,#p3,#p4,#p5,#p6{
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}

#Header h2{
	width:490px;
	height:30px;
	background:url('images/ioplaza/h2.gif') left top no-repeat;
}

#p1,#p2,#p3,#p4,#p5,#p6{
	width:760px;
	height:83px;
}

#p1 { background:url('images/ioplaza/Point1.gif') left top no-repeat; }
#p2 { background:url('images/ioplaza/Point2.gif') left top no-repeat; }
#p3 { background:url('images/ioplaza/Point3.gif') left top no-repeat; }
#p4 { background:url('images/ioplaza/Point4.gif') left top no-repeat; }
#p5 { background:url('images/ioplaza/Point5.gif') left top no-repeat; }
#p6 { background:url('images/ioplaza/Point6.gif') left top no-repeat; }

/********** フッター **********/

#Footer{
	padding:20px 0;
	font-size:10px;
	font-style:normal;
	text-align:center;
	border-top:solid 1px #cccccc;
}

#Footer address,
#Footer p{
	font-size:10px;
	font-style:normal;
}
	