@charset "utf-8";
@import url('se.css');
@import url('h.css');
@import url('kobetsu.css');
@import url('superbox.css');
@import url('jquery.superbox.css');


/* 基本設定 */

body{
	margin:0;
	padding:0;
	font-size: 12px;
	font-family:  'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Lucida Grande', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'Geneva', 'Arial', 'Verdana, sans-serif';
	/*background: url(../images/bg.gif);*/
	color:#3C596A;
	background-color: #FFFFFF;
}

a:link		  {
	color: #5E94BB;
	text-decoration: none;
	font-weight: bold;
}
a:visited	  {
	color: #5E94BB;
	text-decoration: none;
}
a:active	  {
	color: #5E94BB;
text-decoration: none;
}
a:hover		{
	color: #5E94BB;
	text-decoration: none;
/*	background-color: #522A30;*/
}

img{
border:none;
}

p
{
margin:0;
padding:0;
}

a img{
border:none;
}

/* 共通パーツ */

.clear-box
{
	display: block;
	clear: both;
	float: none;
}

.clear-box-dot
{
	display: block;
	clear: both;
	float: none;
	height: 30px;
	width: 999px;
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}