@charset "utf-8";
	
/* hack */

div:after {  
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;   
/*	line-height: 0;  */
	clear: both;  
}  
/*
div {
	display: inline-block; 
}  
*/
/* /hack */

/*======================================

	1-1.Yahoo UI Library Fonts CSS
	http://developer.yahoo.com/yui/fonts/
	*Copyright (c) 2006, Yahoo! Inc. All rights reserved.
	*http://developer.yahoo.com/yui/license.txt

	Font-size Adjustment
	
	77% = 10px	| 	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|

=======================================*/

body {
	color: #666666;
	margin:0;
	padding:0;
	text-align:center;
	font-size:77%;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 140%;
	background-image:url(../img/common/bg.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	background-color:#ffffff;
}

/*モダンブラウザ用*/
html[xmlns] body {
	font-size:77%;
}

table {
	font-size: inherit;
}

select,
input,
textarea {

}

/*======================================

	1-2.Universal selector

=======================================*/

* {
	line-height: 140%;
	font-style: normal;
}

/*======================================

	1-3.Structure Module

=======================================*/

body {

}

/*======================================

	1-4.Text Module

=======================================*/

p,
pre,
address,
cite {
	margin:0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin:0;
	padding:0;
	clear:both;
}

h1 {

}

h2 {

}

h3 {

}


h4 {
	font-size:100%;
}

h5 {

}

h6 {

}

pre {
	padding: 0.5em 10px;
	border: 1px dotted #aaa;
	width: 90%;
	overflow: scroll;
	color: #333;
	background-color: #f5f5f5;
	font-family: "Osaka－等幅", monospace;
}


blockquote {
	margin: 1.5em 20px;
	padding: 1px 0; 
	border: 3px solid #eee;
	background-color: #fff;
}

blockquote * {
	color: #666;
}

blockquote[title]:before {
	margin: 2px 2px 1em 2px;
	padding: 0.1em 16px;
	display: block;
	content: attr(title); 
	background-color: #f5f5f5; 
}

blockquote[cite]:after {
	padding: 0.8em 20px;
	display: block; 
	content: attr(cite);
	color: #333;
	text-align: right;
}

cite {
	display: block;
	color: #333;
	text-align: right;
}

em {
	font-weight: bold;
}



code {
	font-family: "Osaka－等幅", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #aaa;
	cursor: help;
}

kbd {
	border: 1px solid #ccc;
	padding: 0 0.3em; 
	background-color: #f5f5f5;
	font-family: "Osaka－等幅", monospace;
	text-transform: uppercase;
}

/*======================================

	1-5.Hypertext Module

=======================================*/

a:link {
	color:#0066CC;
	text-decoration:none;
}

a:visited {
	color:#0066CC;
	text-decoration:none;
}

a:hover {
	color:#0066CC;
	text-decoration:underline;
}

/*======================================

	1-6.List Module

=======================================*/

ul,
ol,
dl {
	margin:0;
	padding:0;
}

li,
dt,
dd {
	margin:0;
	padding:0;
	list-style:none;
	list-style-image:none;
	list-style-type:none;
}

dt {
	margin:0;
	padding:0;
}

dd {
	margin:0;
	padding:0;
}

li li,
li p,
li pre,
li dt,
li dd,
dd li,
dd p,
dd pre,
dd dt,
dd dd {
	margin:0;
	padding:0;
}

li ul,
li ol,
li dl,
li p,
dd ul,
dd ol,
dd dl,
dd p {
	margin:0;
	padding:0;
}



/*======================================

	1-7.Edit Module

=======================================*/

del {
	color: #999;
	text-decoration: line-through;
}

ins {
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
}

/*======================================

	1-8.Forms Module

=======================================*/

form {
	margin: 0;
	padding: 0; 
}

form dl,
form p {
	margin: 0.5em 0px;
}

form dt {
	background-image:url(../img/common/list_icon.jpg);
	background-position:0 4px;
	background-repeat:no-repeat;
	padding-left:20px;
}

form dd {

	margin: 0.4em 20px;
}

fieldset {
	border: 1px solid #ddd;
}

legend {
	margin: 0 1em;
}

input,
textarea,
select {

}

input {
	width:280px;
}

input.submit {
	width:120px;	margin: 0.4em 20px;
}

input:hover,
textarea:hover {
	border: 1px solid #aaa;
}

input:focus,
textarea:focus {
	border: 1px solid #000;
}

textarea {
}

/*======================================

	1-9.Tables Module

=======================================*/

table {

	font-size:100%;
}

/*モダンブラウザ用*/
html[xmlns] table {
	font-size:92%;
}

th,
td {

}

th {

}

td {

}

/*======================================

	1-10.Image Module

=======================================*/

img {
	vertical-align: bottom;
	border:none;
}

a img {

}

a:hover img {

}

/*======================================

	1-11.Object Module

=======================================*/

object,
embed {
	margin: 1em 20px;
}
