@charset "shift_jis";

/*--------------------------------------
  Default Reset & Base Style Sheet
  Last Update 2008-01-05

  1-1.Universal selector
  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.Yahoo Library Fonts CSS
	
	Copyright (c) 2006, Yahoo! Inc. All rights reserved.
 	http://developer.yahoo.com/yui/license.txt
	
---------------------------------------*/
body {
	font-size: 13px;
	*font-size: small;
	*font: x-small;
}

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

select,
input,
textarea {
	font-size: 99%;
}


/*--------------------------------------
	1-2.Universal selector
---------------------------------------*/
* {
	margin: 0; 
	padding: 0;
	line-height: 1.4;
	font-size:100%;
	font-weight: normal;
	font-style: normal;
}

/*--------------------------------------
	1-3.Structure Module
---------------------------------------*/

body {
	background: url(../images/common/bk.gif) top repeat-x #FFFFFF;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",Arial, Helvetica, sans-serif;
}


/*--------------------------------------
	1-4.Text Module
---------------------------------------*/

/* フォントサイズ初期化 */
/*
10px -> 85%
11px -> 92%
12px -> 100%
13px -> 107%
14px -> 114%
15px -> 122%
16px -> 129%
17px -> 136%
18px -> 145%
*/


p,
pre,
address,
cite {
	margin:0;
	font-size:100%;
}


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

pre {
	padding: 0.5em 10px; 
	border: 3px solid #eee;
	width: auto;
	_width: 95%;
	overflow: scroll;
	color: #3d4263;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",Arial, Helvetica, sans-serif;
}

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

blockquote {
	margin: 1.5em 20px 1.5em 40px;
	padding: 1px; 
	background-color: #eee;
}

blockquote * {
	color: #888;
}

blockquote[title]::before {
	margin: 2px;
	padding: 0.1em 16px;
	display: block;
	content: attr(title); 
	background-color: #fff; 
}

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

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

em {
	font-style: normal;
	font-weight: bold;
}


code {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",Arial, Helvetica, sans-serif;
}

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

kbd {
	border: 1px solid #ccc;
	padding: 0 0.3em; 
	background-color: #f5f5f5;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.emphasis_green  {color:#65CC00;}
.emphasis_olive  { color:#009900}
.emphasis_bluesky  {color: #3399FF; font-weight:bold;}
.emphasis_green_bold  {color:#65CC00; font-weight:bold;}
.emphasis_red    {color:#FF0000;}
.emphasis_red_s   {color:#FF0000; font-size:85%;}
.emphasis_dark-green {color:#339900; font-weight:bold;}
.emphasis-orenge {color:#FF9900;}
.emphasis-orenge-bold {color:#FF9900; font-weight:bold;}

.text {font-size:100%; padding:1px 0;}

/*--------------------------------------
	1-5.Hypertext Module
---------------------------------------*/

a                {color:#CC6666; text-decoration:underline;  font-size:100%;}
a:link:hover     {color:#CC6666; text-decoration:none;}
a:link:active    {color:#CC6666; text-decoration:none;}
a:visited        {color:#660099; text-decoration:underline;}
a:visited:hover  {color:#660099; text-decoration:none;}
a:visited:active {color:#660099; text-decoration:none;}

/*--------------------------------------
	1-6.List Module
---------------------------------------*/

ul,
ol,
dl {
	margin: 1em 20px;
	padding: 1px 10px;
	list-style-position: inside;
}

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

dt {

}

dd {
	color:;
}

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

/*--------------------------------------
	1-7.Edit Module
---------------------------------------*/

del {
	color: #666666;
	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;
	padding: 0;

}

form dl,
form p {
	margin: 0.5em 10px;
}

fieldset {
	border: 1px solid #ddd;
}

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

input,
textarea {
	padding: 0;
	border: 1px solid #999999;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3",Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size:100%;
	line-height:1.2;
}

input {
    font-size:100%;
	line-height:1.2;
}

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

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

/*--------------------------------------
	1-9.Tables Module
---------------------------------------*/

table {
	margin:0;
	border: none;
	background-color: ;
}

th,
td {
	padding:0;
}

th {
}

td {
}

/*--------------------------------------
	1-10.Image Module
---------------------------------------*/

a img {border:none;}

a:hover img {border:none;}


/*--------------------------------------
	1-11.Object Module
---------------------------------------*/

object,
embed {margin: 1em 20px;}

.clear {clear:both; margin:0; padding:0; border:none;}

.red-dotline {
	margin:0; 
	padding:0; 
	border:none; 
	height:3px; 
	clear:both; 
	background:url(../images/common/red_dotline.gif) top left no-repeat;
	}

.gray-dotline {
	margin:0px; 
	padding:0px; 
	border:none; 
	height:1px; 
	clear:both; 
	background:url(../images/common/gray_dotline.gif) top left no-repeat;
	}
	
.wrap {margin:0; padding:0; border:none;}
