@charset "utf-8";

/* BACE
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	list-style: none;
}
body {
	font-size: 80%;
	line-height: 1.4;
	color: #333333;
	background-color: #E7E7E7;
}
img {
	border: none;
}
#wrapper {
	width: 795px;
	background: #FFFFFF;
}

/* HEADER
---------------------------------------------*/
#header {
	padding-top: 150px;
	background: url(../images/top.jpg) left top no-repeat
}

/* NAVIGATION
---------------------------------------------*/
#globalNav {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 100%;
	background: #333333 url(../images/global_nav_a_bg.gif) 0 -100px repeat-x;
	border-bottom: 3px solid #CCCCCC;
}
#globalNav li {
	float: left;
	width: 7em;
	border-right: 1px solid #CCCCCC;
}
#globalNav li a {
	display: block;
	width: 100%;
	line-height: 2.5em;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	background: #000000 url(../images/global_nav_a_bg.gif) 0 0 repeat-x;
}
#globalNav li a:hover {
	color: #FFFFFF;
	background: #333333 url(../images/global_nav_a_bg.gif) 0 -100px repeat-x;
}
#globalNav li a.stay {
	color: #FFFFFF;
	background: #333333 url(../images/global_nav_a_bg.gif) 0 -100px repeat-x;
}

/* LAYOUT
---------------------------------------------*/
#content {
	width: 100%;
}
#footer {
	clear: both;
	color: #FFFFFF;
	background: #333333;
	padding: 5px 10px 5px 10px;
}

/* 記事本文
---------------------------------------------*/
#topix  {
	margin: 20px 28px 28px 28px;
         text-align: justify;
         text-justify: inter-ideograph
}
#topix h1 {
	font-size: 230%;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
}
#topix h2 {
	padding: 16px 0 1 10px;
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: 117%;
	font-weight: bold;
	border-bottom: 1px dotted #CCCCCC;
}
#topix h3 {
	font-size: 110%;
}

#topix p {
	margin: 10px 10px 0 10px;
	font-size: 110%;
	margin-top: 1em;
	margin-bottom: 1em;
	/*\*/
	/**/
}
#topix .link {
	background: url(../images/arrow.gif) left center no-repeat;
	padding-left: 14px;
}
#topix ul {
	margin: 10px 10px 0 10px;
	font-size: 110%;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-left:15px;
	padding-right:15px;
	}
#topix li {
	margin: 1em 0;
	padding: 0;
	}
#photo {
	float: right;
	margin: 10px 20px;
}

#main  {
	margin: 20px 10px 28px 10px;
}
#main h1 {
	font-size: 150%;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
}
#main h2 {
	padding: 16px 0 1 10px;
	margin-top: 2em;
	margin-bottom: 1em;
	font-size: 117%;
	font-weight: bold;
	border-bottom: 1px dotted #CCCCCC;
}
#main p {
	margin: 10px 0 0 10px;
	font-size: 115%;
	margin-top: 1em;
	margin-bottom: 1em;
	/*\*/
	letter-spacing: 0.1em;
	/**/
}
#main .link {
	background: url(../images/arrow.gif) left center no-repeat;
	padding-left: 14px;
}
	
/* === コンテンツ部分のスタイル === */

.tbstyle        {background-color:silver;}
.tbstyle tr     {background-color:#ffffff}
.tbstyle th,td  {padding:5px 8px}
.tbstyle th     {background-color:#efefef}
