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

body {
	width: 100%;
	
	/* for yui */
	font: 13px arial,helvetica,"ＭＳ Ｐゴシック",clean,sans-serif;
	*font-size: small;
	*font: x-small;
	background-color: #555555;
}
table {
	
	/* for yui */
	font-size: inherit;
	font: 100%;
}

#container{
	
	position: relative;
	margin: 20px auto;
	width: 800px;
    /*
	padding: 0 0 20px 0;
	*/
	background-color: #eeeeee;
}
#contents{
	/*
		win ie6 で表示バグが発生するため
		#contents 内には potision: relative は設定せず
		#container 内で設定すること
	*/

	/*
	 * for ie6
	 */
	width: 100%;

    padding: 0 0 20px 0;
}

.clear_both{
	clear: both;
}
a{
	text-decoration: none;
	color: #777777;
}
a:visited{
	color: #888888;
}
a:hover{
	color: #ff7777;
}

a img{
	border-style: none;
}

h1{
	display: none;
}

p{
	line-height: 1.3em;
}

/*
 *
 */
#header{
	
	/*
	border-bottom: 1px solid #999999;
	*/
	position: relative;
	height: 50px;
}

#footer{
    padding: 10px 0 0 0;
	position: relative;
    background-color: #555555;
}

#logout{
    display: none;
    width: 80px;
    text-align: center;
    padding: 5px;
    margin: 0 0 0 710px;
    background-color: #e0e0e0;
    border-radius: 3px;
}
#logout:hover{
    color: #ff0000;
    background-color: #f0f0f0;
    cursor: pointer;
}
