@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%;
}

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
	
=======================================*/

body {
	margin:0;
	color: #000; 
	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;
}

em {
	font-weight: bold;
}

strong {
	color: #E82C08;
	padding:0 1em 0 0;
}

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
	
=======================================*/

a:link {
	margin:0;
	padding:0;
	color: #3F6FA0;
	text-decoration:underline;
}

a:visited {
	color: #3F6FA0;
	text-decoration:underline;
}

a:hover,
a:active {
	color: #444;
	text-decoration:none;
}


/*======================================

	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; 
	padding:0;
	border-width: 0px;
	border-style: solid;
	border-color: #f5f5f5 #eee #eee #f5f5f5;
}

form dl,
form p {
	margin: 0.5em 20px;
}

fieldset {
	padding: 0;
	border: none;
}

legend {
	display: none;
	margin: 0 1em;
	padding: 0 10px;
}

input,
textarea {
	margin: 0.5em 10px;
	padding: 1px 0.2em;
	border-width: 1px;
	border-style: solid;
	border-color: #ddd #eee #eee #ddd;
	font-family: Arial, Helvetica, "�q���M�m�p�S Pro W3",  sans-serif;
	background-color: #fff;
}

input:hover,
textarea:hover {
	border: 1px solid #aaa;
}

input:focus,
textarea:focus {
	border: 1px solid #000;
}

textarea {
	padding: 0.4em 8px;
}

input.inputField {
	color: #999;
}

input.submit {
	padding: 0.1em 10px;
	border-width: 0px;
	border-style: solid;
	border-color: #ddd #ccc #ccc #ddd;
	color: #333;
	background-color: #01b0f0;
	background: none;
	font-size: 85%;
	font-weight: bold;
	text-transform: uppercase;
}

input.submit:hover {
	color: #000;
	border-color: #000;
}

input.radio {
	background-color: transparent;
	background-image: none;
	border: none;
}

/*======================================

	1-10.Tables Module
	


table {
	border: 1px solid #ccc;
	background-color: #f5f5f5;
}

th,
td {
	padding: 0.1em 10px;
	border-bottom: 1px solid #ddd;
	border-collapse: separate;
	border-spacing: 1px;
}

th {
	border-right: 1px solid #ccc;
	color: #333;
	background: #f5f5f5;
}

td {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background-color: #fff;
}

=======================================*/

/*======================================

	1-11.Image Module
	
=======================================*/

img {
	margin:0;
	border:solid #fff;
	border-width:0px;
	vertical-align: bottom;
}


/*======================================

	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;
}*/

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


