/* CSS Document */
*{
margin:0;
padding:0;
}


body{
text-align:center;
padding:0px;
	background-color:#ffffff;
	font-family:sans-serif;
	font-size:10px;
	line-height:12px;
	color:#333333;
background-image: url(images/bk.jpg);
background-repeat: no-repeat;
background-position: center top;
}

/* IE7でpadding指定 */
*:first-child+html body {
padding-left: 1px;
}
/* IE6以下でpadding指定 */
*html body {
padding-left: 1px;
}

html , body {height:100%;}
body > #container {height:auto;}

div#bk{
background-image: url(images/base.png); 
	background-position: center bottom;  
	background-repeat: repeat-y;
	width:100%;
	} 

img {
border: none;
}

/*A*/
a{
	text-decoration:none;
}

a:hover{
	text-decoration:none;
}
a:active{
	text-decoration:none;
}

ul,ol{list-style:none;}

hr{
    border:none;
    border-top:dotted 1px #000;
    height:1px;
    margin: 0 6 0 6;
}

/*WRAPPER*/
div#wrapper{
width:900px;
margin: 0 auto;
text-align:left;
}

#floatMenu{
    width: 120px;
    /*height: 300px;*/
    background-color:#009aeb;
    position: absolute;
    top:100px;
    left: : 100px;
    padding: 10px;
	text-align:left;
	z-index:999;
	-webkit-border-radius: 10px;	/* Safari、Google Chrome */
	-moz-border-radius: 10px;	/* Firefox */
}

#floatMenu a{color:#fff;
font-size:1em;
	line-height:1.8em;
	font-weight:bold;}



/*CONTAINER*/
div#container{
height:100%;/* for IE6 */
min-height:100%;
}



div#header{
width:900px;
height:550px;
background-image: url(images/header.jpg);
background-repeat: no-repeat;
background-position: center top;
position:relative;
left:0;
top:0;
z-index:1;
}

.iccard{width:182px; padding:5px; position:absolute; top:420px; left:640px;}

div#contents{
width:900px;
position:relative;
left:0px;
}

div#part{width:820px; position:relative; left:40px; padding-bottom:20px;}


/*update under dots
p.dot {
background-image: url(images/news/dot.gif);
line-height: 28px;	
margin: 0px;
}
p.title { 
margin: 0px 0px 5px 0px;
padding: 3px 0px; 
border-bottom: 3px double #8A7234; 
font-weight: bold; 
color: #8A7234;
}
*/

	

/*
.banner{
width:440px;
float:right;
}
li.ban{
float:left;
display:inline-block; 
/display:inline; 
/zoom:1;
width:200px;
vertical-align:top
}

li.ban img{
margin:1px;
margin-left:1px;
}
*/

div#update{
width:800px;
margin:20px;
margin-left:100px;
color:#000000;
}

.t_update{width:104px;
padding-bottom:10px;
}

/*
dl {
border-top: none;
width: 790px;
}

dt,dd {
padding:10px;
}

dt {
border-bottom: 1px dotted #333;
clear: left;
float: left;
width: 80px;
}

dd {
margin-left: 0px;
border-bottom: 1px dotted #333;
}
*/
	
div.clear{clear:both;}

/*

#nav { position: relative; top:65px; left: 320px; width: 600px;
	height: 60px; }
#nav a {text-decoration:none; padding:5px; color:#333; font-weight:bold; font-size:1.1em;}
#nav span {background:#ff79b2; height:5px; display:block; position:absolute; width:100px; left:0; top:60px;}
*/

/* nav 
#nav {
	position: relative; top: 70px; left: 270px; width: 700px;
	height: 60px;
}
#nav li {
	cursor: pointer;
	float: left;
	display: inline;
	margin-right: 2px;
}

*/

.t_update{width:420px;
text-align:left; 
margin-left:20px;
margin-top:20px;
float:left;
}

.samplenote {
	width: 390px;
	text-align: left;
	margin: 0 auto;
}

.note {
	background: url(images/line.png) repeat top left;
	font-size: 1.2em;
	line-height:1.6em;
	padding: 0 5px 0 5px;
}

.t_tweet{width:440px;
margin-top:20px;
float:right;}

/*
.samplenote2 {
	width: 700px;
	text-align: left;
	margin: 0 auto;
}

.note2 {
	background: url(images/line.png) repeat top left;
	font-size: 1em;
	line-height: 30px;
	padding: 0 10px 0 10px;
}
*/


.gototop{
width:800px;
text-align:right;
font-size:0.8em;
margin:10px;
}

.banoff{margin:20px;}
.banoff img{margin-left:5px; margin-top:5px;}

.siterights{
	width:840px;
	/*position:relative;
	top:100px;
	left:50px;*/
	font-size:1em;
	line-height:1.2em;
	margin:20px;
	padding-bottom:50px;
	}


/* page-top */
#page-top {
	position: fixed;
	bottom: 0px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	width: 142px;
	padding: 10px;
	text-align: center;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	/*background: #fffff;*/
}