/* ----- すべての要素 ----- */

*
{
	margin:0;
	padding:0;
	line-height:110%;
}


/* ----- float解除 ----- */

div.clear
{
	clear:both;;
}

div.clear hr
{
	display:none;
}


/* ----- リンク ----- */

a
{
	color:#0000ff;
	background:#ffffff;
	text-decoration:none;
}

a:hover
{
	color:#006699;
	background:#ffffff;
	text-decoration:underline;
}


/* ----- body ----- */

body
{
	color:#666666;
	background:#eeffee url(images/main_bg.gif) repeat-y 50% 0;
	text-align:center;
}

p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height:130%;
}

.fs121 {font-size: 12px; color: #FF0000; font-weight: bold;}
.fs141 {font-size: 14px; color: #FF0000; font-weight: bold;}
.fs181 {font-size: 18px; color: #FF0000; font-weight: bold;}
.fs182 {font-size: 18px; color: #000066; font-weight: bold;}

ul.sq {
	list-style-type:square;
}


/* ----- サイト全体 ----- */

div#site-container
{
	width:940px;
	color:#666666;
	background:#ffffff;
	margin:0 auto;
	text-align:left;
}


/* ----- ヘッダー部分 ----- */

div#catch
{
	color:#666666;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
    padding:5px;
}

div#header
{
	padding:0px;
	margin:0px;
}

div.navi
{
	float: left;
}

div#pan
{
	font-size: 12px;
	text-align: right;
	padding:5px 0px;
}

div#footer-navi
{
	font-size:12px;
	text-align: center;
	padding:5px;
	margin:0px;
}

div#footer
{
	font-size:12px;
	color:#ffffff;
	background:#009900;
	text-align: center;
	padding:5px;
	margin:0px;
}

/* ----- コンテンツ全体 ----- */

div#container
{
	text-align: left;
	padding:0px;
}


/* ----- メインコンテンツ ----- */

div#content
{
	float: left;
	font-size:14px;
	width:720px;
	margin-left: 10px;
}

div#content h1
{
	text-align: left;
	font-size: 16px;
	color:#666666;
	padding-top: 8px;
	padding-left: 15px;
	padding-bottom: 10px;

	margin-top: 4px;
	margin-bottom: 20px;
	background-image: url(images/tback1.gif);
	background-repeat: no-repeat;
}

div#content h2
{
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 20px;
	padding-bottom: 3px;
}

div#content h3
{
	text-align: left;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-bottom: 3px;

	border-bottom-width: 2px;
	border-bottom-style: solid;
	padding-bottom: 3px;
}

div#content h4
{
	text-align: left;
	font-size: 14px;
	color:#666666;
	padding-top: 2px;
	padding-left: 25px;
	padding-bottom: 5px;

	margin-top: 0px;
	margin-bottom: 10px;
	border-style:solid;
	border-width: 0 0 2px 0;
	border-color: #999999;
	background-image: url(images/b-sch.gif);
	background-repeat: no-repeat;
}

div#content h5
{
	text-align: left;
	font-size: 16px;
	color:#3366ff;
	padding-top: 4px;
	padding-left: 50px;
	padding-bottom: 10px;

	margin-left: 10px;
	margin-bottom: 20px;
	background-image: url(images/qa-t.gif);
	background-repeat: no-repeat;
}

div#backhome
{
	text-align: right;
	margin: 10px 0px;
}


/* ----- サブコンテンツ ----- */

div#sub-content
{
	float: left;
	width:510px;
	margin-left: 10px;
}

div#sub-foot
{
	font-size:12px;
	width:500px;
	margin-left: 200px;
}

/* ----- サイドバー ----- */

div#sidebar
{
	float:left;
	font-size:12px;
	width:190px;
	margin-left: 10px;
}

div.sidebar-banner

{
	margin-bottom: 10px;
}

div.sidebar-box

{
	margin: 0px;
	padding: 0px;
}


div#sidebar-left
{
	font-size:12px;
	float:left;
	width:150px;
}

div#sidebar-left a:link {
	color: #000000;
	text-decoration: none;
}
div#sidebar-left a:visited {
	color: #000000;
	text-decoration: none;
}
div#sidebar-left a:hover {
	color: #CC0099;
	text-decoration: none;
}

div.menu {
	margin: 0px;
	padding: 0px;
	width: 150px;
	color: #ffffff;
}

/* 通常時 */
div.menu a {
    display: block;
    color: #0000FF;
    text-decoration: none;
	text-align: left;
   	background-image: url('images/menu-off.gif');
   	background-position: left center;
	height: 28px;
	width: 130px;
   	margin:0px 0px;
	padding:4px 0px 0px 20px;
}
/* マウスが乗った時 */
div.menu a:hover {
   	color:#800080;
   	text-decoration: none;
	text-align: left;
   	background-image: url('images/menu-on.gif');
   	background-position: left center;
	height: 28px;
	width: 130px;
   	margin:0px 0px;
	padding:4px 0px 0px 20px;
}

/* ----- 新着情報 ----- */

div.top-news
{
	padding:10px;
}

div.top-news h3
{
	height:20px;
	font-size:0;
	font-weight:normal;
	text-decoration:none;
	text-indent:-9999px;
	background:url(images/news_tit.gif) no-repeat 0 0;
	border-bottom:1px solid #cccccc;
	margin:0 0 10px 0;
}

div.top-news ol li
{
	margin:0 0 10px 0;
	list-style:none;
	font-size:80%;
	line-height:150%;
	background:url(images/news_icon.gif) no-repeat 0 5px;
	padding:0 0 0 12px;
}


/* ----- 選択 ----- */

div.top-select
{
                float:left;
	width:250px;
	height:100px;
	padding:0px;
	margin:10px;
}

/* ----- 中タイトル ----- */

div.top-tai
{
	padding:10px;
}

div.top-tai h4
{
	height:20px;
	font-size:0;
	font-weight:normal;
	text-decoration:none;
	text-indent:-9999px;
	background:url(images/osu_tit.gif) no-repeat 0 0;
	border-bottom:1px solid #cccccc;
	margin:0 0 10px 0;
}

div.top-tai h5
{
	height:20px;
	font-size:0;
	font-weight:normal;
	text-decoration:none;
	text-indent:-9999px;
	background:url(images/link_tit.gif) no-repeat 0 0;
	border-bottom:1px solid #cccccc;
	margin:0 0 10px 0;
}

/* ----- top ----- */

div.top-a
{
	float:left;
	width:390px;
	margin-right: 10px;
	padding: 5px;
}

div.top-b
{
	float:left;
	width:190px;
	padding: 5px;
}

div.top-mid
{
	margin-top: 20px;
}

div.top-pic
{
	float:left;
	width:200px;
}

div.top-cmt
{
	float:left;
	width:180px;
	margin-left: 10px;
}




/* ----- faq ----- */

div.faq-back {
	font-size: 14px;
    font-weight:bold;
	border: 1px solid #000099;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding: 10px;
	width: 540px;
}


div.faq-inner
{
    font-weight:normal;
	margin-left: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 10px;
	width: 480px;
	background-color: #b9ffff;
}

div.faq-top
{
	font-size: 12px;
    font-weight:normal;
	text-align: right;
	margin-right: 10px;
}

/* ----- サイト内検索 ----- */

div.search-form
{
	margin:0 0 20px 0;
}

div.search-form form
{
	background:url(images/search_bg.gif) repeat-x 0 0;
	padding:10px;
}

div.search-form fieldset
{
	border:none;
}

div.search-form legend
{
	font-size:70%;
	color:#666666;
	background:inherit;
	margin:0 0 5px 0;
}

div.search-form input.search-input
{
	width:110px;
	font-size:80%;
	margin:0 0 5px 0;
}

/* ----- 固定 ボックス ----- */

div#e-area {
	font-size:12px;
	width:720px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}

/* ----- 共通 ボックス ----- */

.bfl {
	float: left;
	padding:0px;
	text-align: left;
}

.bfc {
	float: left;
	padding:0px;
	text-align: center;
}

.b110 {
	float: left;
	width:110px;
	margin-right: 10px;
	text-align: left;
}

.b190 {
	float: left;
	width:190px;
	margin-top: 10px;
	margin-left: 10px;
	text-align: left;
}

.b270 {
	float: left;
	width:270px;
	margin:0px;
	text-align: center;
}

.b300 {
	float: left;
	width:300px;
	margin-right: 30px;
	text-align: left;
}

.b400 {
	float: left;
	width:400px;
	margin:0px;
	text-align: left;
}

.b720 {
	float: left;
	width:720px;
	margin-top: 10px;
	margin-left: 10px;
	text-align: left;
}



.cfl {
	padding:0px;
	text-align: left;
}

.cfc {
	padding:0px;
	text-align: center;
}

.cfr {
	padding:0px;
	text-align: right;
}

.c380 {
	width:380px;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
	text-align: left;
}

.c480 {
	width:480px;
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
	text-align: left;
}

.c500 {
	width:500px;
	margin-left: 10px;
	margin-bottom: 20px;
	text-align: left;
}

.c650 {
	width:650px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}

.c670 {
	width:670px;
	margin-left: 30px;
	margin-bottom: 20px;
	text-align: left;
}

.c671 {
	width:670px;
	margin-left: 30px;
	margin-bottom: 20px;
	text-align: right;
}

.c720 {
	width:720px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}

/* ----- 共通 テーブル ----- */

table.st1 {
	width: 500px;
	font-size: 12px;
	margin-bottom: 5px;
	table-layout:fixed;
	border-collapse: collapse;
}

table.st2 {
	width: 450px;
	font-size: 12px;
	margin-bottom: 5px;
	table-layout:fixed;
	border-collapse: collapse;
}

table.st3 {
	width: 250px;
	font-size: 12px;
	margin-bottom: 5px;
	table-layout:fixed;
	border-collapse: collapse;
}


table,td {
	border:1px solid #999999;
	padding:5px;
}

th {
	border:none;
}

td.it11 {
	width:110px;
	text-align: center;
	background-color: #E7E7E7;
}

td.it12 {
	width:360px;
	text-align: left;
}

td.it21 {
	width:100px;
	text-align: center;
	background-color: #effbcc;
}

td.it31 {
	width:120px;
	text-align: center;
}
