
/* 共通 */

* {
	font-size: 100%;
	line-height: 1.6;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
body {
	font-size: 0.8em;
	font-family: sans-serif;
}
img {
	border: none;
	vertical-align: top;
}

/* カラム */

div.cate {
	width: 900px;
	margin:5px 10px;
	float: left;
}
div.left {
	width: 230px;
	margin:5px 10px;
	float: left;
}
div.center2 {
	width: 630px;
	margin:5px 10px;
	float: left;
}
div.center {
	width: 450px;
	margin:5px 10px;
	float: left;
}
div.right {
	width: 160px;
	margin:5px 10px;
	float: left;
}

div.content {
	margin-top: 10px;
}

div.header {
	width: 900px;
	float: left;
}
div.footer {
	width: 900px;
	margin-bottom: 10px;
	float: left;
}

/* カテゴリー */

.cate1 {
	background-color: orange;
	padding: 5px;
	text-align: center;
	width: 132px;
}
.cate2 {
	border: 1px solid orange;
	padding: 5px;
	text-align: center;
	width: 132px;
}
.cate3 {
	background-color: yellowgreen;
	padding: 5px;
	vertical-align: top;
	width: 220px;
}
.cate4 {
	border: 1px solid yellowgreen;
	padding: 5px;
	vertical-align: top;
	width: 220px;
}
/* 揃え */

.al-ri {
	text-align: right;
}
.al-ri-is {
	text-align: right;
	font-style: italic;
	font-size: smaller;
}
.indent1 {
	text-indent: 1em;
}

/*リンク*/

a:link {
	color: black;
}
a:visited {
	color: black;
}
a:active {
	color: red;
}
a:hover {
	color: red;
}

/*h系*/

h1 {
	font-size: 24px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 12px;
}
h3.title {
	background-color: gold;
	padding: 3px 5px;
}

/* 装飾 */

.line1 {
	border-top: 5px double yellow;
	margin: 20px auto 0px;
}
.line2 {
	border-bottom: 1px dotted;
	margin-right: 75%;
}
.line3 {
	border: 6px dotted gold;
	margin: 6px;
	font-weight: bold;
}
.line4 {
	border-bottom: 1px dashed gold;
	margin: 5px;
}
.acce1 {
	border: 1px solid gold;
	padding: 5px;
}
.bold {
	font-weight: bold;
}

/* 相互リンク */

ul.link {
	padding: 0px 5px 10px 5px;
	font-weight: bold;
}
ul.link li {
	font-weight: normal;
}

