body {
	margin: 0;
	padding: 0;
	background:#3b63c5;
	text-align:center;
}
form td, form th, form table {
	border:none !important;
	vertical-align:top;
}
form input {
	background:#7ba1fd;
	border:1px solid #3b63c5;
	color:#edcc00;
	padding:0;
	width:168px;
}
form input.button {
	background:#7ba1fd;
	border:1px solid #3b63c5;
	color:#edcc00;
	padding:0;
	width: 170px;
}
form select {
	background:#5C2500;
	border:1px solid #e9c7a5;
	color:#D9AB7E;
	font-size:10px;
	width:168px;
}
form textarea {
	background:#7ba1fd;
	border:1px solid #3b63c5;
	color:#edcc00;
	padding:0;
	width:168px;
}
form input.radio {
	display:inline;
	width:auto;
	float:left;
	background:none;
	border:none;
}
/*////////////////////////////////
//	common
////////////////////////////////*/
form {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
a {
	color:#c04d00;
	text-decoration:none;
}
a:visited {
	/*color: #103E5B;*/
}
a:hover {
	text-decoration: none;
	color: #505ca9;
}
a.links {
	color: #5C2500;
	text-decoration:none;
}
a.links:hover {
	text-decoration: none;
	color: #EDCC00;
}
body, input, textarea, select, td, th {
	font-family: Tahoma, Arial, san-serif;
	color:#56361b;
	font-size:11px;
}
td,th {
	font-size:11px;
}
body, html {
	width:100%;
	height:100%;
}

p {
	margin-top:5px;
	margin-bottom:5px;
}


.alignLeft {
	text-align: left;
}

.alignRight {
	text-align: right;
}

.alignCenter {
	text-align: center;
}

.arttitle {
	font-weight:bold;
}

.artcontent {
	padding-bottom: 15px;
	border-bottom: 2px solid #000;
	text-align: justify;
}

.l{
	height: 12px;
	line-height: 12px;
}