/* BASE CSS Document */

/* TAG */
*{
	margin:0;
	padding:0;
}

body{
	background:url(../images/bg.gif) top left repeat-y;
	font-size:75%;
	color:#333333;
	line-height:1.6;
	font-family:"ƒqƒ‰ƒMƒmŠpƒSPro W3","Hiragino Kaku Gothic Pro","MS PƒSƒVƒbƒN",Tahoma,sans-serif;
}

img{
	border:none;
}



a:link{
	color:#2B507D;
}

a:visited{
	color:#800080;
}

a:hover{
	text-decoration:none;
}

/* ID */
#header{
	width:760px;
}

#header ul{
	float:right;
	margin-top:30px;
	list-style-type:none;
}

#header li{
	display:block;
	width:90px;
	float:left;
	padding-left:12px;
	background:url(../images/arrow1.gif) left center no-repeat;
}

#footernavi{
	width:760px;
	margin-top:0px;
	border-top:1px solid #808080;
	border-bottom:1px solid #808080;
	background-color:#ececec;
}

#footernavi ul{
	list-style-type:none;
	padding:6px 10px;
}

#footernavi li{
	display:inline;
	/*margin:10px 0px;*/
	padding:0px 8px;
	border-left:1px solid #808080;
}

#footernavi li.first{
	display:inline;
	/*margin:10px 0px;*/
	padding:0px 8px;
	border:none;
}

/* CLASS */


.logo{
	float:left;
	margin-top:17px;
	margin-left:11px;
}

.swflogo{
	float:left;
	width:100px;
	height:50px;
	margin:7px 0 0 10px;
}

.line{
	margin-top:10px;
	clear:both;
}

.clr{
	clear:both;
}

.copy{
	margin:8px 0px 40px 17px;
	float:left;
}

.ppwrap{
	width:760px;
	margin-top:10px;
}

.pp{
	display:block;
	width:110px;
	background:url(../images/arrow1.gif) center left no-repeat;
	margin-right:10px;
	margin-top:3px;
	text-align:right;
	float:right;
	font-size:90%;
	padding-left:5px;
}
