@charset "shift-jis";
/* reset elements */
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
p, hr, blockquote, address, noscript {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
	border: none;
}

ul, li , ol, dl, dt, dd , pre, table, form {
	margin: 0px;
	padding: 0px;
}
li  {
	list-style-type: none;
}
table , img {
	border: none;
}

em, strong, q, dfn, code, samp, kbd, var, cite, abbr, acronym {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	font-weight: normal;
}

hr {
	display: none;
	clear: both;
}
/* base */
body {
	padding: 0px;
	margin: 0px auto;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka;
	color: #666666;
	background: #fff;
}
body {
	padding: 0px;
	margin: 0px auto;
	text-align: center;
	color: #666666;
}

input , textarea , select {
	font-family: verdana, "ＭＳ Ｐゴシック", Osaka;
	color: #333333;
}

/* link */
a {
	text-decoration: underline;
}
a:link,
a:visited {
	color: #5174B5;
}
a:hover,
a:active {
	text-decoration: underline;
}

/* --------------------------------
   font size
-------------------------------- */

body{ font-size: 100% }
html>body{ font-size: 16px }
*:first-child+html body{ font-size: 100% }

#formwrap {
	font-size: 0.75em;
}

textarea, select, input ,table  {
	font-size: 1em;
}
#lang {
	font-size: 10px;!important
	font-family: verdana , Dotum, "ヒラギノ角ゴ Pro W3","Hiragino Kaku GothicPro",Osaka, sans-serif;
}

/* /layout */
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}

/* -------------------------------------------------------------
	* テキスト装飾
--------------------------------------------------------------- */
.b {	
	font-weight: bold;
}
.red {
	color:#E25F7B;
}

/* -----------------------------
		List
----------------------------- */
ul.list {
	margin: 0px 21px 15px 15px;
}
ul.list li {
	background: url(../img/list.gif) 0px 6px no-repeat;
	padding: 0 0 0px 13px;
	margin: 0 0 3px 0;
	line-height: 1.4em;
}

td ul.list {
	margin: 5px 0px 0px 5px;
}

