@charset "utf-8";

/*--------------------------------------
  Default Reset & Base Style Sheet
  Last Update 2007-01-16

  1-1.Universal selector
  1-2.Structure Module
  1-3.Text Module
  1-4.Hypertext Module
  1-5.List Module
  1-6.Edit Module
  1-7.Forms Module
  1-8.Tables Module
  1-9.Image Module
  1-10.Object Module
  1-11.Clear
---------------------------------------*/

/*--------------------------------------
	1-1.Universal selector
---------------------------------------*/

* {
	margin: 0; 
	padding: 0;
	line-height: 150%; 
	color: #444444;
}

/*--------------------------------------
	1-2.Structure Module
---------------------------------------*/

body {
	background-color: #fff;
	font-family: MS UI GOTHIC, Osaka;

	/*
	Copyright (c) 2006, Yahoo! Inc. All rights reserved.
	Code licensed under the BSD License:
	http://developer.yahoo.net/yui/license.txt
	version: 0.10.0
	*/

	font-size: normal;
	*font-size: small;
	*font: x-small;
}

/*--------------------------------------
	1-3.Text Module
---------------------------------------*/

p,
pre,
address,
cite {
	margin: 0.5em 5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0; 
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

pre {
	padding: 0.5em 10px; 
	border: 3px solid #eee;
	width: auto;
	_width: 95%;
	overflow: scroll;
	color: #3d4263;
	font-family: "Osaka|", monospace;
}

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;
}

strong {
	color: #ff4500;
	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;
}

.red{
	color:#FF0000;
}

.bold {
	font-weight:bold;
	}
	
.orange {
	color:FA7000;
	}

.12 {
	font-size:12px;
	}

/*--------------------------------------
	1-4.Hypertext Module
---------------------------------------*/

a:link {
	color: #0000FF;
	line-height: 150%; 
}

a:visited {
	color: #551a8b;
}

a:hover {
	color: #0000FF;
}

/*--------------------------------------
	1-5.List Module
---------------------------------------*/

ul,
ol,
dl {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

li,
dt,
dd {
	font-size: 100%;
	line-height:150%;
	display:inline;
}

dt {

}

dd {
	color: #666666;
}

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-6.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) ";
}
hr {
	margin: 0;
	padding: 0;
	border: none;
	display: none;
}


/*--------------------------------------
	1-7.Forms Module
---------------------------------------*/

form {
	margin: 0;
	padding: 0; 
}

input,
textarea {
	padding: 0.1em 0.5em;
	font-size:14px;
}
select {
	font-size:12px;
	margin: 0;
	padding: 0; 
}

input {
	line-height: 1.2;
}

input:focus,
textarea:focus {
	background-color:#FFFFCC;
}

textarea {
	font-size: 100%;
	padding: 0.4em 8px;
}

/*--------------------------------------
	1-8.Tables Module
---------------------------------------*/
/*
table {
	margin: 0 20px 0.5em 20px;
	border: 1px solid #aaa;
	background-color: #eee;
	font-size: 90%;
}
*/

caption {

}

th,
td {
	padding: 5px;
}
/*
th {
	color: #fff;
	background-color: #999;
}

td {
	border: 1px solid #ddd;
	background-color: #fff;
}
*/
/*--------------------------------------
	1-9.Image Module
---------------------------------------*/

img {

}

a img {
	text-decoration:none;
	border:none;
}

a:hover img {
	text-decoration:none;
	border:none;
}

.mr10 {
	margin:10px 0;
	}

.mrt10 {
	margin-top:10px;
	}
	
.mri10 {
	margin-right:10px;
	}
	
.mrb10 {
	margin-bottom:10px;
	}

.mle10 {
	margin-left:10px;
	}

/*--------------------------------------
	1-10.Object Module
---------------------------------------*/

object,
embed {
	margin: 1em 20px;
}

/*--------------------------------------
	1-11.Clear
---------------------------------------*/
.pause {
 clear: both;
}

/*080818追加*/
.clear {
	clear:both;
	}
	
.clear hr {
	display:none;
	}

/*081009追加*/
.block {
	display:block;
	}
