@charset "utf-8";

/*--------------------------------------
	Default Reset & Base Style Sheet
	Last Update 2007-01-17
	
	1-1.Yahoo UI Library 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.Yahoo! UI Library: Fonts CSS
	
	Copyright (c) 2006, Yahoo! Inc. All rights reserved.
	http://developer.yahoo.com/yui/license.txt

---------------------------------------*/

/* Yahoo fonts.css 2.8.0r4
http://developer.yahoo.net/yui/license.txt */
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

body {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	color: #373737;
	background-color: #fff;
}

table {
	font-size: inherit;
	font: 100%;
}

select,
input,
textarea {
	font-size: 99%;
}

/*--------------------------------------
	1-2.Universal selector
---------------------------------------*/

* {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

/*--------------------------------------
	1-3.Structure Module
---------------------------------------*/

body {
	background-color: #fff;
}

/*--------------------------------------
	1-4.Text Module
---------------------------------------*/

p,
pre,
address,
cite {
	margin: 0.8em 0.7em;
}

h1 {
	font-size: 189%;
}

h2 {
	font-size: 159%;
}

h3 {
	font-size: 144%;
}

h4 {
	font-size: 122%;
}

h5 {
	font-size: 107%;
}

h6 {
	font-size: 107%;
}

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: #333;
	text-align: right;
}

cite {
	display: block;
	color: #333;
	text-align: right;
}

em {
	font-style: normal;
	font-weight: bold;
}

strong {
	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: #3399CC;
}

a:visited {
	color: #333366;
}

a:hover {
	color: #FF6633;
}

/*--------------------------------------
	1-6.List Module
---------------------------------------*/

ul,
ol,
dl {
	padding: 1px 10px;
	list-style-type: none;
}

li,
dt,
dd {
	font-size: 100%;
}

dt {

}

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 10px 0.8em;
}

/*--------------------------------------
	1-7.Edit Module
---------------------------------------*/

del {
	color: #666;
	text-decoration: line-through;
}

del[datetime]:before {
	content: "\00ff08"attr(datetime)"\00524a\009664\00ff09";
}

ins {
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
}

ins[datetime]:before {
	content: "\00ff08"attr(datetime)"\004fee\006b63\00ff09";
}

/*--------------------------------------
	1-8.Forms Module
---------------------------------------*/
object{
	margin: 0px;
	padding: 0px;
	}

form {
	margin: 0.5em 20px;
	padding: 1px 0;
}

form dl,
form p {
	margin: 0.5em 10px;
}

fieldset {
	border: none;
}

legend {
	margin: 0 1em;
	padding: 0 10px;
}

input,
textarea {
	padding: 0.3em 10px;
	border: 1px solid #ddd;
	font-family: Arial, Helvetica, "ヒラギノ角ゴPro W3", sans-serif;
	background-color: #f5f5f5;
}

input {
	line-height: 1.2;
}

input:hover,
textarea:hover {
	border: 1px solid #aaa;
}

input:focus,
textarea:focus {
	border: 1px solid #000;
}

textarea {
	padding: 0.4em 8px;
}

/*--------------------------------------
	1-9.Tables Module
---------------------------------------*/

table {
	margin: 0 0 0.5em;
	border: 1px solid #aaa;
	background-color: #eee;
}

th,
td {
	padding: 0 3px;
}

th {
	text-align: center;
	color: #fff;
	background-color: #999;
}

td {
	border: 1px solid #ddd;
	background-color: #fff;
}

/*--------------------------------------
	1-10.Image Module
---------------------------------------*/

a img {
	border: none;
	text-decoration: none;
}

a:hover img {
	border: none;
}

/*--------------------------------------
	1-11.Object Module
---------------------------------------*/

object,
embed {
	margin: 0;
}
/*--------------------------------------
	1-11.other Module
---------------------------------------*/
.imgL{
	margin: 0 10px 10px 5px;
	padding: 0px;
	float: left;
	}
.imgR{
	margin: 0px 5px 10px 10px;
	padding: 0px;
	float: right;
	}
.txtR{
	text-align: right;
	}
.txtL{
	text-align: left;
	}
.txtC{
	text-align: center;
	}
.clear{
	clear: both;
	margin: 0;
	}
.clearfix{
	_height: 1px;
	min-height: 1px;
	}
.clearfix:after{
	height: 0;
	visibility: hidden;
	content: "";
	display: block;
	clear: both;
    }
/* Hides from IE-mac */
* html .clearfix {
	height: auto;
	overflow: hidden;
	}
.big16{
	font-size: 122%;
	font-weight: bold;
	line-height: 1;
	}
.notice{
	margin: 0 0 15px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	background-color: #F4F4F4;
	}
.small{
	font-size: 10px;
	}
.peaceList li {
	margin: 10px 25px 0 0;
	padding: 0px;
	float: left;
	height: 80px;
	width: 80px;
	}
.peaceList li a:link{
	height: 80px;
	width: 80px;
	border: 3px solid #CCCCCC;
	display: block;
	}
.peaceList li a:hover{
	border: 3px solid #66CCFF;
	}
