@charset "utf-8";



/*	Base font size
-------------------------------*/

body { /* IE */
	font-size: 13px;
	*font-size: small;
	*font: x-small;
}

html>/**/body { /* Except IE */
	font-size: 12px;
}

@-moz-document url-prefix(){ /* Firefox */
html>/**/body { /* Except IE */
	font-size: 11px;
}
}




table {
	font-size: inherit;
}



/*	Universal selector
-------------------------------*/

* {
	margin: 0;
	padding: 0;
	color: #333333;
	font-style: normal;
	text-decoration: none;
}



/*	Structure Module
-------------------------------*/

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	color: #333333;
	background-color: #FFFFFF;
}



/*	Image Module
-------------------------------*/

img {
	border: none;
}

a img {
	border: none;
}




/*	Hypertext Module
-------------------------------*/

a {
	text-decoration: none;
}

a:link {
	color: #406398;
}

a:visited {
	color: #E94720;
}

a:hover {
	color: #E94720;
	text-decoration: underline;
}



/*	Object Module
-------------------------------*/s

object,
embed {
	margin: 0;
}



/*	Text Module
-------------------------------*/

p {
	font-size: 100%;
	line-height: 1.5;
	margin: 0.5em 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: bold;
	margin: 0.5em 0;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
	letter-spacing: 1px;
}

del {
	text-decoration: line-through;
}

sup,
sub {
	font-size: 80%;
}

address {
	font-weight: normal;
	font-style: normal;
}



/*	List Module
-------------------------------*/

ul,
ol,
dl {
	margin: 0.8em 0;
	padding: 1px 0;
	list-style-position: outside;
}

ul {
	margin-left: 22px;
	list-style-type: square;
}

ul ul {
	list-style-type: circle;
}

ul ul ul {
	list-style-type: disc;
}

ol {
	margin-left: 30px;
}

li,
dt,
dd {
	margin: 0.2em 0;
}

dt {
	color: #333333;
	margin-top: 0.6em;
}

dd {
	margin-bottom: 0.6em;
}

li li,
li p,
li pre,
li dt,
li dd,
dd li,
dd p,
dd pre,
dd dt,
dd dd {
	font-size: 100%;
}

li ul,
li ol,
li dl,
li p,
dd ul,
dd ol,
dd dl,
dd p {
	margin: 0.2em 10px;
}

li ul,
dd ul {
	margin-left: 26px;
}

li ol,
dd ol {
	margin-left: 34px;
}



/*	Tables Module
-------------------------------*/

table {
	margin: 0.8em 0;
	border-collapse: collapse;
}

th,
td {
	padding: 0;
}

th {
	color: #333333;
}



/*	Forms Module
-------------------------------*/

form {
	margin: 0;
	padding: 1px 0; 
}

fieldset {
	margin: 0;
	padding: 0; 
	border: none;
}

legend {
	display: none;
}

input,
textarea {
	font-family: Arial,Helvetica,"ＭＳ Ｐゴシック",sans-serif;
	padding: 0.1em 8px;
	border: 1px solid #CCCCCC;
}

input {
	line-height: 1.2;
}

textarea {
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

input:hover,
textarea:hover {
	border: 1px solid #888888;
}

input:focus,
textarea:focus {
	border: 1px solid #444444;
}

input.submit {
	color: #333333;
	margin-right: 0.2em;
	padding: 0.1em 0.4em;
	border: 1px solid #999999;
	width: 8em;
	cursor: pointer;
}

input.submit:hover {
	color: #999999;
	border-color: #CCCCCC;
}

input.submit:focus {
	color: #FFFFFF;
	border-color: #000000;
	background-color: #999999;
	background-image: none;
}