/* UT-Sakura Style */

body{
	background-image : url(./wall_p.jpg);
	background-repeat : no-repeat;
	background-attachment : fixed;
	background-color : #ffffff;
	background-position : left top;
	margin-left: 200px;
	margin-right: 0px;
	line-height: 1.166;	
	color:#000000;
}

hr{
	height: 1px;
	color: #FFAAFF;
	background-color:#FFFFFF;
	margin-right: 100px;
}
h1{
	font-size: 140%;
	color: #666666;
	text-align: right;
	margin-right: 150px;
	background-color:#FFFFFF;
}
h2{
	font-size: 90%;
	text-align: right;
}

p{
	text-align: left;
	font-size: 90%;
	color: #FF6699;
	margin-right: 30px;
	line-height: 150%;
}
float.p{
	text-align: left;
	font-size: 90%;
	color: #666666;
	line-height: 150%;
}
table.main{
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 20px;
}
table.graph{
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
}
.sub td{
	background-color:#eeeeee;
	font-size: 75%;
	text-align:center;
}
.sub td.sakura{
	background-color: #FFCCFF;
}
.sub th{
	font-size: 85%;
}
td.right{
	text-align:right;
}

/* リンカタグの設定 */
a:link, a:visited {
	color:#FF6666;
	text-decoration: none;
}
a:hover {
	color:#FF9966;
	text-decoration: underline;
}
.container{
	margin-top: 20px;
}
div.float{
	position:absolute;
	top: 180px;
	left: 30px;
	width: 130px;
	height: 200px;
	border-bottom: 1px solid #FF66FF;
	border-left: 1px solid #FF99FF;
	border-top: 1px solid #FFAAFF;
	border-right: 1px solid #FF66FF;
	background-color:#FFFFFF;
	font-size:14px;
	padding: 4px;
}
.bar{
	text-align:left;
	padding: 2px 0px 2px 26px;
	color: #FF66FF;
	border-bottom: 1px solid #FF66FF;
	border-left: 1px solid #FF99FF;
	border-top: 1px solid #FFAAFF;
	margin: 3px 0px 3px 40%;
	background: url(./arrow_p.png) no-repeat 7px 50%;
	background-color:#FFFFFF;
}
.ave{
	padding-top: 6px;
	font-size:80%;
	color:#666666;
	background-color:#ffffff;
	text-align:right;
}

/* フォーム関連 */
.container input {
	margin-bottom: 15px;
	margin-left: 10px;
}
.container input.check{
	margin-bottom: 0px;
}
.subject input {
	margin-bottom: 0px;
	margin-left: 0px;
}
.container textarea {
	margin-bottom: 15px;
	margin-left: 10px;
}
.container select {
	margin-bottom: 15px;
	margin-left: 10px;
}

