@charset "utf-8";



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

	1-1. BODY 
	
=======================================*/
body {
	font:13px/1.22 verdana,sans-serif;
	*font-size:small;
	*font:x-small;
}

table {
		font-size:inherit;font:100%;
}

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

pre,code,kbd,samp,tt{
	font-family:monospace;*font-size:108%;line-height:99%;}

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

	1-2. Font size setting
	
=======================================*/

p,
pre,
cite,
blockquote {
	font-size: 100%;
}

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

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

	1-3.Universal selector
	
=======================================*/
html{
	overflow-y:scroll;
}

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

	1-4.Structure Module
	
=======================================*/

html{/*ロールオーバー画像のちらつき解消（IEのみ）*/
filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
body {
	margin:0;
	color: #666; 
	font-family:"HiraKakuPro-W3","MS PGothic",Meiryo,sans-serif;
	line-height: 1.5;
	font-style: normal;
}

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

	1-5.Text Module
	
=======================================*/

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

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	line-height: 1;
	font-size: 100%;
}

pre {
	padding: 0.5em 0 0.5em 20px;
	width: 95%;
	max-width: 85%;
	overflow: scroll;
	color: #666;
	background-color: #eee;
	font-family: monospace;
}

pre * {
	color: #444;
}

pre[title]:before {
	margin: -0.5em -20px 1em;
	padding: 0.2em 20px;
	display: block; 
	content: attr(title);
	color: #fff;
	background-color:  #bbb;
	font-size: 85%;
}

blockquote {
	margin-left: 40px;
	padding: 0.6em 20px;
	border: 3px solid #eee;
	color: #666;
	background-color: #f5f5f5;
}

blockquote * {
	margin: 0!important;
	border: none!important;
	color: #666;
}

blockquote[title]:before {
	margin-bottom: 0.6em;
	display: block;
	content: "Quote: "attr(title); 
	color: #000;
}

blockquote[cite]:after {
	padding: 0.8em 20px;
	display: block; 
	content: "Quote: "attr(cite);
	color: #555;
	text-align: right;
}

cite {
	display: block;
	color: #333;
	text-align: right;
}

code {
	font-family: monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #aaa;
	cursor: help;
}

kbd {
	border: 1px solid #ccc;
	padding: 0 0.3em; 
	background-color: #f5f5f5;
	font-family: monospace;
	text-transform: uppercase;
}

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

	1-6.Hypertext Module
	
=======================================*/



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

	1-7.List Module
	
=======================================*/

ul,
ol,
dl {
	margin:0;
	padding:0;
}

ul,
ol,
dl {
	padding: 0px 0;
	list-style-position: inside;
}

ul {
	list-style-type: none;
}

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

dt {
	margin-top: 0.0em;
}

dd {
}

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;
}

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

	1-8.Edit Module
	
=======================================*/

del {
	color: #ccc;
	text-decoration: line-through;
}

del[datetime]::before {
	content: " ( "attr(datetime)"\00524a\009664) ";
}

ins {
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
}

ins[datetime]::before {
	content: " ( "attr(datetime)"\004fee\006b63) ";
}

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

	1-9.Forms Module
	
=======================================*/

form {
	margin:0 0; 
	padding:0 0;
	border-width: 0px;
	border-style: solid;
	border-color: #f5f5f5 #eee #eee #f5f5f5;
}

fieldset {
	padding: 0;
	border: none;
}

legend {
	display: none;
	margin: 0 1em;
	padding: 0 10px;
}

input,
textarea {
	margin: 0 0;
	padding: 0 0;
	font-family:"HiraKakuPro-W3","MS PGothic",Meiryo,sans-serif;
	line-height:1em;
	border-width: 1px;
	border-style: solid;
	border-color: #ddd #eee #eee #ddd;
	background-color: #fff;
}
textarea {
	line-height:1em;

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

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

input.inputField {
	color: #999;
}

input.radio {
	background-color: transparent;
	background-image: none;
	border: none;
}


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

	1-11.Image Module
	
=======================================*/

img {
	margin:0;
	border:solid #fff;
	border-width:0px;
	vertical-align: bottom;
}

img.mail
	{ vertical-align:middle; }


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

	1-12.Object Module
	
=======================================*/

object,
embed {
	margin: 0;
}

/*--------------------------------------
	clearFix
---------------------------------------*/

div#main{
	_height: 1px;
	min-height: 1px;
}


div#main:after{
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}


.clear{
	_height: 1px;
	min-height: 1px;
	zoom: 100%;
	clear: both;
}


.clear:after{
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}



/* for MacIE5 \*//*/
div#main{
	height: auto;
	overflow: hidden;
}



