/*
COLORS
-------------------------*/
#wrapper{
	border-right:1px solid #ff6347;
	border-left:1px solid #ff6347;
}
body,
#cont{
	color:#FFFFFF;
	background-color:#000000;
}
a{
	color:#FFFFFF;
}
#cont #category{
	color:#CD9B9B;
	background-color:#8B0000;
}
#cont .tit{
	color:#CD9B9B;
	background-color:#CD3333;
}
#header,
#footer,
#topimg,
#pan,
#menu .tit{
	background-color:#8B0000;
}
#menu .sent a:hover,
#footmenu a:hover{
	color:#9a5f5f;
	background-color:#ffffff;
}
#topimg{
	background-image:url("img/topimg.jpg");
}
/*
RESET
-------------------------*/
:link,
:visited{
	text-decoration:none;
}
html,body,div,ul,ol,li,dl,dt,dd,form,fieldset,input,textarea,h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,th,td {
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
table{
	border-spacing:0;
}
fieldset,img,abbr,acronym{
	border:0;
}
/* 文章関連のリセット */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var{
	/* font-style: normal; */
	/* font-weight: normal; */
}
ol,ul{
	list-style:none;
}
caption,th{
	text-align:left;
}
q:before,q:after{
	content:'';
}
a{
	text-decoration:none;
	outline:none;
}
hr{
	border:0;
	height:1px;
	background-color:#000000;
	color:#000000;
}
a img,:link img,:visited img{
	border:none;
}
address{
	font-style:normal;
	display:inline;
}
/*
ALL
-------------------------*/
body{
	font-family:"メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-size:13px;
	line-height:130%;
}
li{
	zoom:1;
}
img{
	vertical-align:top;
}
hr{
	background-color:#CCCCCC;
	margin-bottom:20px;
}
p{
	text-align:justify;
	text-justify:inter-ideograph;
}
/*WRAPPERS
-------------------------*/
#wrapper{
	width:902px;
}
#header{}
#main{}
#footer{}
#description{
	font-size:10px;
	text-align:right;
}
/*HEADER
-------------------------*/
#tit{
	width:900px;
}
#tit h1,
#tit .tit{
	font-size:30px;
	line-height:35px;
	padding:15px;
}
#topimg{
	background-position:center center;
	background-repeat:no-repeat;
	width:900px;
	height:200px;}
/*MAIN
-------------------------*/
#main{}
#pan{
	font-size:15px;
	line-height:20px;
}
/*MAIN > CONTENTS
-------------------------*/
#cont{
	width:670px;
}
#cont #category{
	font-size:20px;
	line-height:30px;
	padding:0 10px;
}
#cont .tit{
	font-size:15px;
	line-height:24px;
	padding-left:15px;
	padding:0 10px;
}
#cont .sent{
	font-size:13px;
	line-height:18px;
	padding:20px 10px;
}
/*MAIN > MENU
-------------------------*/
#menu{
	width:230px;
}
#menu .tit{
	font-size:15px;
	line-height:20px;
	padding:2px 5px;
}
#menu .sent{
	font-size:14px;
	line-height:25px;
}
#menu .sent a{
	display:block;
	padding:0 10px;
}
/*FOOTER
-------------------------*/
#footmenu{
	font-size:14px;
	line-height:18px;
}
#footmenu .sent{
	padding:5px;
}
#footmenu a{
	display:block;
}
#copy{
	font-size:12px;
	line-height:15px;
	padding:5px 0;
} 	