h1 {
	font-size: 8pt;
	font-weight: normal;
	margin: 0;
	line-height: 100%;
}
a:link {
	color: blue;
	text-decoration: none;
}
img { border: none; }
a.ah1:link {
	color: red;
	text-decoration: none;
}
a:visited {
	color: blue;
	text-decoration: none;
}
a.ah1:visited {
	color: red;
	text-decoration: none;
}
a:active {
	color: red;
	text-decoration: none;
}
a:hover {
	color: #09f;
	text-decoration: none;
	position: relative;
	height: -1px;
}
a.ah1:hover {
	color: #09f;
	text-decoration: none;
	position: relative;
	height: -1px;
}
body {
	font-size: 13px;
	line-height: 130%;
	background-color: white;
}
table {
	color: #666;
	font-size: 12px;
	line-height: 130%;
}
.edit {
	color: white;
	font-size: 10px;
	background-color: #f90;
	padding: 1px 2px;
	border-style: solid;
	border-width: 2px;
	border-color: #fc0 #f60 #f60 #fc0;
}
.del {
	color: white;
	font-size: 10px;
	background-color: #f00;
	padding: 1px 2px;
	border-style: solid;
	border-width: 2px;
	border-color: #f9f #900 #900 #f9f;
}
.read {
	color: white;
	font-size: 10px;
	background-color: blue;
	padding: 1px 2px;
	border-style: solid;
	border-width: 2px;
	border-color: #69f #309 #309 #69f;
}
.new {
	color: white;
	font-size: 10px;
	background-color: #3c0;
	padding: 1px 2px;
	border-style: solid;
	border-width: 2px;
	border-color: lime green green lime;
}
.menu {
	color: white;
	font-size: 12px;
	background-color: #309;
	padding: 3px 5px;
	border-style: solid;
	border-width: 2px;
	border-color: #00f #006 #006 #00f;
}
.small {
	color: gray;
	font-size: 8pt;
	line-height: 130%;
}
.collapse {
	border: solid 1px gray;
	border-collapse: collapse;
}
.h1 {
	color: #f00;
	font-size: 11pt;
}

/*  ==== 2009/7/8～  addition ================================  */

/* speech.html,voice.html,example.html　共通 ------------  */
#side_bg {
	background: url(images/addition/side_img.jpg) repeat-y;
	width: 178px;
}
#top_bgcolor { background-color: #F7DFD3; }
.main_text  {
	font-size: 120%;
	line-height: 1.4em;
	font-weight: bold;
}

/* speech.html ------------  */
#speech_bg {
	background: url(images/addition/profile.jpg) right top no-repeat;
	height: 500px;
	vertical-align: top;
}
#speech_bg img { padding-bottom: 20px; }
.align_center {
	text-align: center;
	vertical-align: top;
}
.side_menu {
	width: 110px;
	padding-left: 68px;
	height: 28px;
}

/* voice.html ------------  */
#position_center {
	text-align: center;
	height: 500px;
}
#position_center img {
	vertical-align: middle;
}

/* example.html ------------  */
#example_mail {	padding: 2em 0; }
.example_border {
	height: 5em;
	background: url(images/addition/example_border.gif) left center repeat-x;
}
.align_bottom {
	font-size: 150%;
	background: url(images/addition/example_bg.gif) left bottom no-repeat;
	font-weight: bold;
	padding-bottom: 4em;
	vertical-align: bottom;
	line-height: 160%;
}
.color_box {
	background-color: #B8D200;
	float: left;
	text-align: center;
	padding: 20px 10px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
}

/* type_a.html,type_b.html　共通 ------------  */
#box {
	border: 3px dotted #B8D200;
	margin: 1em;
	padding: 2em;
	width: 650px;
}
#box .float_left {
	float: left;
	clear: left;
	padding: 1em;
}
#box .float_right {
	float: right;
	clear: right;
	padding: 1em;
}
#box .color_box {
	background-color: #B8D200;
	float: left;
	text-align: center;
	padding: 20px 10px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	margin-left: 1em;
}
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix { min-height: 1px; }
* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
/* Hides CSS from MacIE \*/
* html .photo {
	background: url(images/addition/shadow_pas.gif) right bottom;
	margin-top: 8px;
}
.photo {
	background: url(images/addition/shadow_pas.gif) right bottom;
}
* html .photo img { margin-bottom: -3px; }
*:first-child+html .photo img { margin-bottom: -3px; }
	
/* Hides CSS from MacIE \*/
* html .photo_ie {
	position: relative;
	left: -4px;
	top: -4px;
	background-color: #fefefe;
	display: block;
}
head:first-child+body .photo img {
	position: relative;
	left: -4px;
	top: -4px;
	background-color: #fefefe;
}

/* lightbox ------------  */

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }
#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }
#overlay{ background-image: url(overlay.png); }
* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../overlay.png", sizingMethod="scale");
}
/*  ==== /～2009/7/14  addition ================================  */
/*  ==== 2009/10/28～  addition ================================  */
/* reference.html ------------  */

#reference h3 {
	text-align:left;
	text-indent: 1em;
	font-size: 120%;
	border-bottom: solid 2px #000000;
	margin: 2%;
}
#reference h2 {
	text-indent: 1em;
	font-size: 125%;
	vertical-align: middle;
	margin: 1.3em 0;
}
#reference_plan {
	vertical-align: top;
	line-height: 2em;
}
/*  ==== /～2009/10/28  addition ================================  */
