@CHARSET "UTF-8";

/* html tag
/*****************************/

body{
	margin:0px; padding:0px;
	font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
	font-size:14px;
	background:url(../img/body_bg.jpg) #eeeeee repeat-x;
}

div,p,h1,h2,h3,ul,li,dl,dt,dd{
	margin:0px; padding:0px;
}
	
p {
	margin-bottom:5px;
	font-size:16px; font-weight:bold;
}

img {border:0px;}

table,td,tr {vertical-align:top;}

table {
	border-collapse:collapse; border-spacing:0px;
}

/* layout
/*****************************/
#wrap{
	width:800px; height:100%; margin:0px auto;
}

#head{
	vartical-align:top;
}

#menu{
	margin:0px auto;
}

/*** menu area ***/
#menu_list {
	height:35px;
	background:url(../img/menu.png) no-repeat 0px -35px;
}

#menu_list a {
	text-decoration:none;
}

#menu_list li {
	list-style:none;
	float:left;
}

#menu_list strong {
	visibility:hidden;
}

#menu_list .toppage a {
	display:block;
	width:160px; height:35px;
	background:url(../img/menu.png) no-repeat 0px -70px;
}

#menu_list .work a {
	display:block;
	width:160px; height:35px;
	background:url(../img/menu.png) no-repeat -160px -70px;
}

#menu_list .issue a {
	display:block;
	width:160px; height:35px;
	background:url(../img/menu.png) no-repeat -320px -70px;
}


#menu_list .link a {
	display:block;
	width:160px; height:35px;
	background:url(../img/menu.png) no-repeat -480px -70px;
}

#menu_list .mail a {
	display:block;
	width:160px; height:35px;
	background:url(../img/menu.png) no-repeat -640px -70px;
}

#menu_list li a:hover {
	display:block;
	width:160px; height:35px;
	background:none!important;
}

/*** menu area end ***/

#main_contents{
	padding:10px;
}

#foot{
	min-width:800px; padding:10px;
	text-align:center;
	border-top:1px solid #808080; border-bottom:1px solid #808080;
	background:url(../img/foot.gif) no-repeat center center;
}

/* common
/*****************************/
div.text {
	margin-bottom:20px;
	line-height:120%;
}


/* index
/*****************************/
.question{
	padding-left:30px; height:21px; line-height:21px;
	background:url(../img/icon_question.gif) no-repeat left center;
}

.arrow{
	padding-left:30px; height:21px; line-height:21px;
	background:url(../img/icon_arrow.gif) no-repeat left center;
}

/* work.html
/*****************************/
#work_area ul,li {
	list-style-type:none;
}
	
/* 作品
/*****************************/
#work_line {
	line-height:150%;
}
		
