@charset 'UTF-8';

* {
	margin: 0;
	padding: 0;
}

body {
	background: url("images/bg.gif");
	background-attachment: fixed;
	font-size: 12px;
	line-height: 18px;
	color: #ccc;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

a {
	color: #f00;
	text-decoration: none;
}

a:hover {
	color: #ccc;
	text-decoration: underline;
}

.box {
	padding: 0 5px;
	*padding: 3px 5px;
}

.box2 {
	padding: 0 5px 15px;
	*padding: 3px 5px 15px;
}

.topic-header{
	color: #f00;
}

.topic-body{
	padding: 0 5px 0 12px;
}

.topic-footer{
	text-align: right;
	font-size: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #333;
}

.main-header{
	color: #f00;
}

.main-header2{
	color: #fff;
}

.main-body{
	padding: 0 5px 0 12px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #333;
}

.linklist{
	padding: 0 5px;
	*padding: 3px 5px;
}

.linklist h2{
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px dotted #333;
}

.linklist ul li{
	list-style: none;
	padding-left: 12px;
}

.link-left{
	float: left;
	width: 230px
}

.link-div-right{
	float: right;
	width: 460px
}

.link-center{
	float: left;
	width: 230px
}

.link-right{
	float: right;
	width: 230px
}

.blog-left{
	float: left;
	width: 150px
}

.blog-right{
	float: right;
	width: 540px
}

.blog-header{
	color: #f00;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #333;
}

.blog-body{
	padding: 5px;
}

.blog-footer{
	text-align: right;
	font-size: 10px;
	margin-bottom: 30px;
	border-top: 1px solid #333;
}

.works-header {
	color: #f00;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px dotted #333;
	margin-bottom: 10px;
}

.pageswitch{
	text-align: center;
}

#container {
	background: url("images/bg2.gif");
	margin: 0 auto;
	width: 700px;
	border: 1px solid #333;
}

#menu {
	background: url("images/bg3.gif");
	text-align: right;
	width: 700px;
	color: #fff;
	border-bottom: 1px solid #333;
}

#menu .menulist {
	padding: 5px;
}

#menu .menulist li{
	display: inline;
	padding-left: 15px;
}

#header {
	text-indent: -9999px;
	background: url("images/top.jpg") no-repeat;
	width: 700px;
	height: 250px;
	border-bottom: 1px solid #333;
}

#main {
	width: 700px;
}

#main .left {
	float: left;
	width: 300px;
}

#main .left2 {
	float: left;
	width: 350px;
}

#main .right {
	float: right;
	width: 400px;
}

#main .right2 {
	float: right;
	width: 350px;
}

#footer {
	clear: both;
	background: url("images/bg3.gif");
	width: 700px;
	text-align: center;
	border-top: 1px solid #333;
}

#footer a {
	color: #ccc;
	text-decoration: none;
}

#footer a:hover {
	color: #f00;
	text-decoration: underline;
}