/* ユニバーサルセレクタでmargin/paddingなどを初期化する */

*
{
	margin: 0;
	padding: 0;
	border: none;
	color: #000000;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	line-height: 1.0;
	vertical-align: baseline;
}


/* ブラウザのスクロールバーの表示の違いを解決する */

html
{
	overflow: scroll;
	overflow: -moz-scrollabars-vertical;
	overflow-x: scroll;
}


/* 表（テーブル）のボーダー表示の違いを解決する */

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

/* MacとWindows系のフォント指定 */

body
{
	font-size: 76%;
	font-family: 
	"ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , /* Mac OSX用のフォント */
	"メイリオ" , Meiryo, /* Windows Vista用のフォント */
	Osaka, /* Mac OS9のフォント */
	"MS Pゴシック" , "MS P Gothic" , /* Windows系のフォント */
	sans-serif; /* ゴシック系の総称ファミリー */
	background: #e8f6ff;
	word-wrap: break-word;
	
}
#wrapper {
	width: 887px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/contents_bg.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header {
	border-bottom-style: solid;
	border-bottom-color: #00A0EA;
	border-bottom-width: 2px;
	margin-bottom: 5px;
}
#mainpic img {
	margin-bottom: 15px;
}

.left {float: left}
.right {float: right};

h1 {
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #0066CC;
}

h2{
	font-size: 18px;
	margin-bottom: 20px;
}

p {
	margin-top: 5px;
	margin-bottom: 8px;
	color: #333333;
	text-align: justify;
	margin-right: 10px;
	font-size: 1.105em;
	line-height: 180%;
}
h3 {
	font-size: 16px;
	color: #333333;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #27ABFF;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}
#linkbtn {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#contents {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
}
#head {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#mainpic p {
	padding-left: 32px;
	line-height: 180%;
	color: #333333;
}
#footer {
	width: 887px;
	background-image: url(images/footer.jpg);
	height: 50px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#mainpic .button {
	margin-top: 30px;
	margin-left: 110px;
	margin-bottom: 18px;
}
#mainpic {
	height: auto;
	width: 776px;
}

#mainpic {
	margin-right: auto;
	margin-left: auto;
}
#footer address {
	padding-top: 35px;
	margin-bottom: 10px;
	color: #333333;
}
#head img {
}
#contents p .link {
	color: #06C;
	padding-top: 5px;
	padding-bottom: 5px;
}
#wrapper #contents #hide {
}


ul#label {
	
	list-style-type: none;
	margin: 10px 5px 10px 5px;
	
}

ul#label li {
	
	background-image: url(images/li_card.jpg);
	background-repeat: no-repeat;
	padding: 24px 0 0 85px;
	font-size: 1.3em;
	font-weight: bold;
	height: 45px;
	
} 

ul#label a:hover{
	
	text-decoration: underline;
	color:#ff0000;
	
} 



#hide{ visibility:hidden;}#wrapper #contents dl {
	color: #333;
	padding-top: 5px;
}
#wrapper #contents h4 {
	color: #06F;
	font-size: medium;
	padding-top: 10px;
	padding-bottom: 5px;
	margin: 0px;
}
#wrapper #contents dl dt {
	color: #06F;
	line-height: 160%;
	font-weight: bold;
}
#wrapper #contents dl dd {
	color: #333;
	line-height: 160%;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}
