@charset "utf-8";

/*
Theme Name: pgurasoe
Theme URI: http://pg-urasoe.sakura.ne.j/
Description: パブリックうらそえのテーマ
Version: 1.0
Author: Akio Taira 【有限会社　ジュンク】
*/

/*--------------------------------------------------
## Fonts
--------------------------------------------------*/
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
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%;
}



/*--------------------------------------------------
## Reset
--------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*==================================================
## Original
==================================================*/

/*--------------------------------------------------
## Header
--------------------------------------------------*/
#header {
	background-color:#fef;
}

h1 {
	font-size:180%;
	font-weight:bold;
	text-align:center;
}

/*--------------------------------------------------
## Container
--------------------------------------------------*/
#container {
	font-size:130%;
}
/*--------------------------------------------------
## Main
--------------------------------------------------*/
#main {
}

#main:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
 font-size: 0;
}

#main{ display: inline-block;}

/* \*/
* html #main { height: 1%;}
#main { display: block;}
/* */


/*--------------------------------------------------
## Sidebar
--------------------------------------------------*/
#sidebar {
}

/*--------------------------------------------------
## Footer
--------------------------------------------------*/
#footer {
	text-align:center;
}

/*==================================================
## Common
==================================================*/
.table01 {
	border:1px solid black;
	border-collapse:separate;
	background-color:#eee;
	border-spacing:3px;
}

.table01 caption {
	text-align:center;
	background-color:#060;
	color:#fff;
}

.table01 th,
.table01 td {
	padding:2px 4px;
	background-color:#fff;
}
