@charset "Shift_JIS";
/* -------------------------------------------------------------------
   デフォルト CSS
   
   ブラウザのデフォルトCSSのリセット
   基本となるフォントサイズ、フォントファミリーの指定
   基本となるハイパーリンクの表示指定
      
------------------------------------------------------------------- */

/* ----------------------------------------
   Reset CSS 
---------------------------------------- */
body,div,pre,p,blockquote,
form,fieldset,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
table,th,td,embed,object {
	margin: 0;
	padding: 0;
	text-indent: 0;
	vertical-align: baseline;
	background-color: transparent;
	/*word-wrap: break-word;*/
}

input,textarea{
	vertical-align:middle;
}
select,option{
	vertical-align:middle;
}

h1,h2,h3,h4,h5,h6 {
	font-style: normal;
	font-weight: bold;
	font-size:100%;
}

ul li {
	list-style: none outside;
	vertical-align:bottom;
}

table {
	border-collapse:collapse;
}

img {
	border: none;
	vertical-align:top;
}

i{
	font-style:normal;
}

/* ----------------------------------------
   General CSS 
---------------------------------------- */
body {
	color: #333333;
	font-family: /*"メイリオ" ,*/ "ＭＳ Ｐゴシック" , sans-serif;
	font-size: 75%;
	line-height: 1.4em;
}

html:not(:target) body {
	font-size: 12px;
}

/* ----------------------------------------
   Link
---------------------------------------- */
a {
	color: #333333;
	text-decoration: underline;
}

a:visited {
	color: #333333;
	text-decoration: underline;
}

a:active {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: none;
}


/* ----------------------------------------
   ホバーしたリンク画像の透明化
---------------------------------------- */
a:hover img {
	filter:alpha(opacity=80); /*IE*/
	opacity:0.8;
}
