/***************************************
 * common.css
 ***************************************/
@import url("/css/tourokun.css");



/* [layout] //////////////////////////
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 90%;
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-family : Arial;
	font-size: 12px;
	color: #333;
}
a {
	color: #36c;
	text-decoration: underline;
}
a:hover {
	color: #f60;
	text-decoration: none;
}
img {
	border: none;
}
input, textarea, select {
	font-size: 1em;
}
option {
	padding: 0 3px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
li {
	list-style: none;
}*/

/* [wrapper] /////////////////////////
#wrapper {
	width: 800px;
	margin: 0 auto;
	padding: 0 20px;
}*/

/* [header] //////////////////////////
#header {

}*/

/* [main] ////////////////////////////
#main {
	width: 770px;
	margin: 0 auto;
	overflow: hidden;
}*/

/* [side] ////////////////////////////
#side {
	width: 200px;
	float: left;
}*/

/* [content] /////////////////////////
#content {
	width: 570px;
	float: left;
}*/

/* [footer] //////////////////////////
#footer {

}*/

/* [misc] ////////////////////////////
.clear {
	clear: both;
}
.l {
	text-align: left;
}
.r {
	text-align: right;
}
.c {
	text-align: center;
}*/
