@charset "Shift_JIS";
@import url("2006winter.css");/* 2006.11月更新 */

html * {/* ボックス要素の大きさ統一 */
box-sizing: border-box; 
-moz-box-sizing: border-box;} 

/* 共通項 */
body{
margin:0; padding:0;
}

hr{display: none; }
img{border-width: 0; border-style: none; }

a{font-weight:bold;}
a[name]{text-decoration: none; }
a img{border:none 0px;}

form{
margin:0; padding:0;}
label{
padding:0 1em;}

em{
font-weight: bold; font-style: normal; }
strong{
font-size: 125%; font-weight: bold; }
strong.scream{
font-size:150%; font-weight:bold;
display:block; margin:1.2em 0;}
strong.shout{
letter-spacing: 0.75em;}

kbd{
font-size:1em;}

abbr{
text-decoration: none;
border-style:none;}
.small{
font-size: 80%;}
.new{
font-size: 90%; font-weight: bold; letter-spacing: 4px; }
.up{
border-width: 1px; border-style: solid; }

strong.help{color: #CC0000;text-decoration: underline;}

ul.navi{text-align:center;}
ul.navi li{display:inline;margin-right:1em;}


/* 画像配置 */
p.small-img{float:right;margin:0; padding:0;clear:right;}
p.clear{clear:both;}
p.large-img{text-align:center;clear:both;}
p.sample-img{text-align:center;}

/* #sub */
#sub{
	position: absolute; top: 240px; right: 20px;
	width:260px;
	margin:0;
	font-size:80%;
}
	#sub dd{margin:1em 0; padding:0;}
		#sub dd ul{margin:0; padding:0;}

	#top #sub{margin: 20px 0;}

/* 本文 */
.section{
	margin:1em 10%;
	padding:0 0 0.5em;
	text-align:left;
}

	.section dl dt{
		font-weight: bold;
		padding: 0 10px;
		border-left-width: 12px;
		border-left-color: #000000;
		border-left-style: double;
	}
	.section dl dd{
		margin:0.5em 0;
		padding:5px 22px;
	}

/*メールフォーム*/
fieldset{
	margin: 1em 10px;
	padding: 10px;
}

fieldset legend{font-weight:bold; margin:0 0.5em;}
fieldset p{margin:0; padding:0;}
fieldset span{font-size: 80%;}
fieldset p.submit{text-align:center;}

fieldset#mail label{
	float:left;
	width:10em;
	margin-right:0.5em;
	text-align:right;
	font-weight: bold;
}

fieldset#mail p{
	clear:left;
}
