@charset "utf-8";
/* reset.css */

/* 
*
*	Reset and Base Style Sheet
*	Last Update 2007-11-07
*
*	1-1.Fonts CSS
*	1-2.Universal selector
*	1-3.Structure Module
*	1-4.Text Module
*	1-5.Hypertext Module
*	1-6.List Module
*	1-7.Edit Module
*	1-8.Forms Module
*	1-9.Tables Module
*	1-10.Image Module
*	1-11.Object Module
*
*/

/*======================================

	1-1.Fonts CSS
	*Copyright (c) 2007, Ability Consultant Inc. All rights reserved.

	Font-Size Adjustment
	
	10px = 0.83em =  83%
	11px = 0.92em =  92%
    --------------------
	12px =    1em = 100%
    --------------------
	13px = 1.08em = 108%
	14px = 1.17em = 117%
	15px = 1.25em = 125%
	16px = 1.33em = 133%
	17px = 1.42em = 142%
	18px = 1.50em = 150%
	19px = 1.58em = 158%
	20px = 1.67em = 167%
	21px = 1.75em = 175%
	22px = 1.83em = 183%
	23px = 1.92em = 192%
    --------------------
	24px =    2em = 200%
    --------------------
	25px = 2.08em = 208%
	26px = 2.17em = 217%

	P:\01社員共有POST\toAll\px_em_per.xls

=======================================*/
/* 全てのブラウザ */
body {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 12px;
}
/* Win IE 6以前 */
* html body {
	font-size: small;
}


/*
table {
	font-size: inherit;
	font: 100%;
}
*/


select,
input,
textarea {
	font-size: 99%;
}



/*======================================

	1-2.Universal selector

=======================================*/

* {
	line-height: 1.6;
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	font-family: Arial, Helvetica, Verdana, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/*======================================

	1-3.Structure Module

=======================================*/

body {
	margin: 0;
	padding: 0;
	color: #333;
	background-color: #fff;
}

/*======================================

	1-4.Text Module

=======================================*/

h1,h2,h3,h4,h5,h6,
div,
p,
pre,
ul,ol,
dl,dt,dd,
address,
form,
blockquote {
	margin: 0;/* margin reset */
	padding: 0;/* padding reset */
	line-height: 140%;/* base line height */
	text-align: left;
	display: block;
	font-size: small;
}

h1 {font-size: 2em;}
h2 {font-size: 1.83em;}
h3 {font-size: 1.67em;}
h4 {font-size: 1.50em;}
h5 {font-size: 1.33em;}
h6 {font-size: 1.17em;}

strong {}


/*======================================

	1-4.Text Module

=======================================

p{
	margin:0;
	padding:0;
}

pre,
address,
cite {
	margin: 0 0 1em 0;
	font-size: 100%;
}



h1,
h2,
h3,
h4,
h5,
h6 {
	margin:0;
}



h1 {
	font-size: 2em;
}



h2 {
	font-size: 1.83em;
}



h3 {
	font-size: 1.67em;
}



h4 {
	font-size: 1.50em;
}



h5 {
	font-size: 1.33em;
}



h6 {
	font-size: 1.17em;
}



pre {
	padding: 0.5em 0.83em;
	border: 1px dotted #aaa;
	width: 90%;
	overflow: scroll;
	color: #333;
	background-color: #f5f5f5;
	font-family: "Osaka－等幅", monospace;
}



pre[title]::before {
	margin-bottom: 0.8em;
	padding: 0 0.83em;
	display: block;
	content: attr(title);
	color: #000;
	background-color: #fff;
}



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;
}



strong {
	color: #ff4500;
}



code {
	font-family: "Osaka－等幅", monospace;
}



abbr,
acronym {
	border-bottom: 1px dotted #aaa;
	cursor: help;
}



kbd {
	padding: 0 0.3em;
	border: 1px solid #ccc;
	background-color: #f5f5f5;
	font-family: "Osaka－等幅", monospace;
	text-transform: uppercase;
}
*/
/*======================================

	1-5.Hypertext Module

=======================================*/

a:link {
	color: #005585;
}



a:visited {
	color: #818f98;
}



a:hover {
	color: #80af00;
}



/*======================================

	1-6.List Module

=======================================*/

ul,
ol,
dl {
	margin: 1em 20px;
	padding: 1px 0;
	list-style-position: inside;
}



li,
dt,
dd {
	/*margin: 0.1em 10px;*/
	margin:0;
}



dt {
	margin-top: 0.6em;
}



dd {
	margin-bottom: 0.6em;
	color: #666;
}



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.1em 10px;
}



/*======================================

	1-7.Edit Module

=======================================*/

del {
	color: #999;
	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-8.Forms Module

=======================================*/

form {
	margin: 0.5em 20px;
	padding: 1px 0;
}



form dl,
form p {
	/*margin: 0.5em 10px;*/
}



fieldset {
	border: 1px solid #ddd;
}



legend {
	margin: 0 1em;
	padding: 0 10px;
}



input,
textarea {
	/*margin: 0.4em 10px 0.4em 0;*/
	padding: 0.1em 0;
	border: 1px solid #bbb;
	background-color: #f0f0f0;
	font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3",  sans-serif;
}



input {
	line-height: 1.2;
}



input:hover,
textarea:hover {
	border: 1px solid #888;
}

input:focus,
textarea:focus {
	border: 1px solid #000;
}



textarea {
	padding: 0.4em 10px;
}



/*======================================

	1-9.Tables Module

=======================================

table {
	margin: 0 20px 0.5em 20px;
	border: 1px solid #cfd3d6;
	background-color: #fff;
	border-collapse: separate;
	border-spacing: 1px;
}



th,
td {
	padding: 0.1em 5px;
	border-color: #efefef #dce0e3 #dce0e3 #efefef;
	border: 1px solid #efefef;
}



th {
	color: #000;
	background-color: #eff0f1;
}



td {
	border: 1px solid #ddd;
	background-color: #fff;
}
*/


/*======================================

	1-10.Image Module

=======================================

img {
	vertical-align: bottom;
}



a img {
	border: 0;
}



a:hover img {

}
*/


/*======================================

	1-11.Object Module

=======================================

object,
embed {
	margin: 1em 20px;
}
*/



