@charset "Shift-JIS";
/* CSS Document */

* { margin: 0; padding: 0;border-width: 0px; background-color: transparent;}
h1,h2 { font-weight: normal; font-size: 100%;}
a,a:hover,a:active,a:hover{text-decoration: none; cursor: default}

html{
	display:block;
	width:100%;
	background-color: #1d4335;
}

body{
	display: block;
	width: 750px;
	margin:auto;
	border:0px;
	color: #F1F1F1;
	font-size: 14px;
	font-family: sans-serif;
	line-height: 1.75em;
}

p{
	padding-bottom:20px;
}

a{
	color: #F1F1F1;
	font-size:14px;
	font-family: sans-serif;
}

a:hover{
	background-color: #FFF985;
}

#sitetitle {
	position: relative;
	top:50px;
	left:25px;
	padding-bottom:50px;
	overfrow: hidden;
	width: 100%;
}

.reset{
	clear:both;
}

.left{
	display: block;
	height: auto;
	padding: 30px 0px;
	margin: 0px;
	border: 0px;
	width: 320px;
}

.right{
	display: block;
	float: right;
	width: 320px;
	height: auto;
	padding: 30px 0px;
	margin: 0px;
	border: 0px;
}

.contents h2{
	font-family: sans-serif;
	font-size: 17px;
	color: #FCB1FA;
	line-height: 3em;
}

.contents{
	display: block;
	margin: auto;
	width: 90%;
	padding-top: 25px;
	position: relative;
}

#mf_text ul,#link ul{
	display:block;
	margin:auto;
	padding-bottom:20px;
	position:relative;
}

.list li{
	display: inline;
}

input,textarea,select{
	padding: 3px;
	border:1px solid #F1F1F1;
	color: #f1f1f1;
	font-size: 14px;
}

input:hover,textarea:hover,input:focus,textarea:focus{
	background-color:#FFF985;
	color:#1d4335;
}