@charset "utf-8";


/*----------------------------------------------------
	Reset
----------------------------------------------------*/

html {
	overflow-y: scroll;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

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

caption,th {
	text-align: left;
}

q:before,q:after {
	content: '';
}

object,
embed {
	vertical-align: top;
}

hr,legend {
	display: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

img,abbr,acronym,fieldset {
	border: 0;
}

li {
	list-style-type: none;
}

p {
	margin-bottom: 1em;
}
p.end {
	margin-bottom: 2em;
}


/*----------------------------------------------------
	Base
----------------------------------------------------*/

body {
	background-color: #FFF;
	color: #333;
	text-align: center;
	font: normal 12px/1.7 verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

* + html body {
	font-size:75%;
	font-family: "メイリオ","Meiryo";
}

* html body	{
	font-size:75%;
}


/*----------------------------------------------------
	Link
----------------------------------------------------*/

a:link {
	text-decoration: none;
	color: #333;
	background-color:transparent;
}

a:visited {
	text-decoration: none;
	color: #333;
	background-color:transparent;
}

a:hover {
	text-decoration: underline;
	color: #ff6600;
	background-color:transparent;
}

a:active {
	text-decoration: none;
	color: #333;
	background-color:transparent;
}
.analog {/*for Windows ie6*/
	display: none;
}
/** html .analog {
	display: block;
	position: absolute;
	top: 10px;
	right: 30px;
}*/
/*-- 画像プロテクト --*/
/*.rel {
	position:relative;
}
.img_protect {
	background: url(../img/protect.gif) no-repeat;
	position:absolute;
	width:143px;
	height:279px;
}
li.newsite {
	margin: 0 0 7px 0;
	padding: 0 0 0 20px;
	background: url(../img/icon_new_win.gif) no-repeat left center;
}
li.mail {
	margin: 0 0 7px 0;
	padding: 0 0 0 20px;
	background: url(../img/icon_mail.gif) no-repeat left center;
}
li.newnext {
	margin: 0 0 7px 0;
	padding: 0 0 0 20px;
	background: url(../img/icon-newnext.gif) no-repeat left center;
}
li.newsite a, li.mail a, li.newnext a {
	color:#003399;
}*/