@charset 'Shift_JIS';

/*
 *	fsb.css
 *	共通CSSファイル
 *	Copyright(C) Fun SnowBoarding! All Rights Reserved.
 */

body{
	color: #006;
	margin: 10px;
	padding: 0px;
	line-height: 150%;
	background: url("../image/snow.gif");
	font-size: 83%;
}

hr{
	clear: both;
}

/* メインコンテナ */
#container{
	width: 724px;
	margin: 0px auto; /* 左右のマージンは自動計算 */
	padding: 0px;
}

/* ヘッダー部 */
#header{
	height: 120px;
	background: url("../image/header.gif") no-repeat;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

/* タイトル配置 */
#header2{
	bottom: 0px;
	padding: 50px 0px 0px 20px;
}

/* タイトル配置（2行バージョン） */
#header3{
	bottom: 0px;
	padding: 35px 0px 0px 20px;
}

/* パンくずリスト */
#bread{
	padding: 10px;
}

/* ベース部 */
#base{
	width: 720px;
	margin 0px;
	padding 0px;
	border-left: 2px #06c solid;
	border-right: 2px #06c solid;
	background-color: #fff;
}

/* ナビゲーター部 */
.navi{
	width: 700px;
/*	height: 140px;*/
	margin: 0px;
	padding: 10px 10px 50px 10px;
}

.navi-left{
	width: 340px;
/*	height: 120px;*/
	padding: 5px;
	float: left;
}

.navi-right{
	width: 340px;
/*	height: 120px;*/
	padding: 5px;
	float: right;
	text-align: right;
}

/* フッター部 */
#footer{
	width: 724px;
	padding: 2px;
	height: 60px;
	clear: both;
	background: url("../image/footer.gif") no-repeat;
}

/* フッターボタン */
.footer-btn{
	width: 60px;
	margin: 5px 3px 0px 10px;
	padding: 3px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border: 2px solid #fff;
}

/* フッターボタン-リンク設定 */
.footer-btn a:link{
	color:#fff;
	text-decoration: none;
}

.footer-btn a:visited{
	color:#fff;
	text-decoration: none;
}

.footer-btn a:hover{
	color:#ff0;
	text-decoration: none;
}

.footer-btn a:active{
	color:#ff0;
	text-decoration: none;
}

/* コピーライト */
.copy{
	width: 700px;
	padding: 0px 20px 10px 0px;
	text-align: right;
	font-size: 12px;
	color: #fff;
}

/* 段組み-左寄せ */
.menu-left{
	float: left;
	width: 340px;
	padding: 10px;
}

/* 段組み-右寄せ */
.menu-right{
	float: right;
	width: 340px;
	padding: 10px;
}

/* 説明文 */
.ref{
	margin-left: 10px;
}

/* 段組み解除 */
.clr{
	clear: both;
}

/* 見出し */
h1{
	color: #f00;
	background: url("../image/hbg.gif") repeat-y right;
	text-align: left;
	font-size: 32px;
	padding: 10px 20px;
	margin: 20px 0px 5px 10px;
	border-left: 30px solid #06c;
	border-top: 3px solid #06c;
	border-bottom: 3px solid #06c;
}

h2{
	color: #f00;
	background: url("../image/hbg.gif") repeat-y right;
	text-align: left;
	font-size: 20px;	
	padding: 5px 20px;
	margin: 20px 0px 5px 20px;
	border-left: 20px solid #06c;
	border-bottom: 2px solid #06c;
}

h3{
	color:#00c;
	background: url("../image/hbg.gif") repeat-y right;
	text-align: left;
	font-size: 16px;
	margin: 10px 0px 0px 30px;
	padding: 5px 20px;
	border-left: 10px solid #06c;
	border-bottom: 1px solid #06c;
}

/* 段落 */
p{
	text-indent: 1em;
	margin-left: 30px;
	margin-right: 30px;
	padding: 3px;
}

/* 強調 */
strong{
	color: #f00;
}

/* 右寄せ */
.right{
	text-align: right;
	margin-right: 10px;
}

/* センタリング */
.center{
	text-align: center;
}

/* 画像 */
img{
	border: 0px;
}

/* リンク */
a:link{
	color: #00f;
	text-decoration: none;
}

a:visited{
	color: #369;
	text-decoration: none;
}

a:hover{
	color: #3ff;
	text-decoration: underline;
}

a:active{
	color: #c00;
	text-decoration: underline;
}

/* リスト */
ul{
	margin-left: 30px;
	padding-left: 10px;
	list-style-image: url(../image/list.gif);
	vertical-align: middle;
}	

/* 番号付きリスト */
ol{
	padding-left: 30px;
	vertical-align: middle;
}

/* 定義リスト */
dt{
	margin: 0px;
	padding: 5px 20px 0px;
	color: #f00;
	font-size : large;
	font-weight: bold;
}

dd{
	margin: 0px 50px 15px;
	text-indent: 1em;
}

/* 長い引用 */
blockquote{
	font-weight: bold;
}

/* 短い引用 */
q{
	margin-left: 40px;
	font-weight: bold;
}

/* 引用元 */
cite{
	text-align: right;
	margin-right: 10px;
}