/*======================================
     Default Reset & Base Setting
     Last Update 2008-07-15
=======================================*/

/*======================================

     Reset Font Size

=======================================*/

body {
	font:14px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
	}
	
table {
	font-size: inherit;
	font: 100%;
}

/*======================================

     Font Family

=======================================*/

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif;
}
/* Opera 9 */
;;body {
	font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック",san-serif;
}
/* IE 7 */
*;first-child+html body {
	font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック",san-serif;
}
/* IE 6 or sooner*/
* html body {
	font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック",san-serif;
}

/*======================================

     Structure

=======================================*/

html {
	width: 100%;
	height: 100%;
	margin-bottom:1px;
	overflow-y:scroll;
}

body {
	width: 100%;
	height: 100%;
	line-height: 1.5;
}

html,
body,
div {
	margin: 0;
	padding: 0;
}

hr {
	visibility: hidden;
	clear: both;
}

/*======================================

     Text

=======================================*/

p,
pre,
address,
blockquote {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}

em {
	font-weight: bold;
}

strong {
	color: #ff4500;
}

em,strong {
	font-style: normal;
	font-weight: normal;
}

pre {
	padding: 0.5em 10px;
	border: 1px dotted #aaa;
	width: 90%;
	overflow: scroll;
	color: #333;
	background-color: #f5f5f5;
}

pre[title]::before {
	margin-bottom: 0.8em;
	padding: 0 10px;
	display: block;
	content: attr(title);
	color: #000;
	background-color: #fff;
}

/*======================================

     HyperLink

=======================================*/

a:link {
	color: #cc6600;
	text-decoration: none;
	outline:none;
}

a:visited {
	color: #cc6600;
	text-decoration: none;
}

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

a:focus{
	outline:none;
}

/*======================================

     List

=======================================*/

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

li,
dt,
dd {
	margin: 0;
	padding: 0;
}

ol,ul {
	list-style: none;
}

li {
	list-style-type: none;
}

/*======================================

     Forms

=======================================*/

form,fieldset,legend,select,option,button,input,textarea {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-family: inherit;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	}

label	 
	{ cursor:hand; }

fieldset
	{ border:1px solid #ccc; }
	
legend
	{ color: #333; }
	
label
	{ color: #333; }
	
textarea
	{ border: 1px solid #666; }

select
	{  background-color: #fff; color: #000; }

input[type="submit"]
	{  color: #333; }

input[type="checkbox"]
	{ color: #000; }

input[type="radio"]
	{  color: #000; }

option
	{ background-color:#fff; color:#000; }

optgroup
	{ color:#000; }

button
	{ background-color: #ccc; color: #333; }

/*======================================

     Table

=======================================*/

table ,
th,
td {
	margin: 0;
	padding: 0;
}

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

caption,th {
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

/*======================================

     Image

=======================================*/

img {
	-ms-interpolation-mode: bicubic;
}

a img {
	display: block;
	padding: 1px;
	border: solid 1px #888a8c;
}

a:hover img {
	display: block;
	padding: 1px;
	border: solid 1px #464646;
}

/*======================================

     Object

=======================================*/

object,
embed {
	margin:0;
	padding: 0;
}