/*<group=General Styles>*/

body {
	text-align: center; /* To Make Content Centered */
	background: url(images/menu_bg.png) repeat-x #ffffff top;
	color: #000000;
	font-family: Osaka, Arial, Futura;
	font-size:  0.9em;
	margin: 0;
}

p {
	line-height: 1.5;
}

b, strong {

}

a:link {
	text-decoration: underline;
}

a:visited {
}

a:hover, a:active {
	text-decoration: none;
}

img {
	border-style: none;
}

.image-left {
	float: left;
	margin: 3px 3px 3px 0;
	padding: 3px 3px 3px 0;
}

.image-right {
	float: right;
	margin: 3px 0 3px 3px;
	padding: 3px 0 3px 3px;
}
	
/*</group>*/

/*<group=Layout>*/

.clearer {
	clear: both;
}

#container {
	background: repeat-y url(images/content_middle.png);
	width: 770px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
}

#pageHeader {
	width: 770px;
	margin: 20px auto 0px; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	display: block;
	position: relative;
}

#pageHeader img {
	float: left;
	margin-right: 10px;
}

#pageHeader h1 {
	font: bold 2.1em  Osaka, 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	color: #000000;
	padding: 10px 0 0 10px;
	margin: 0;
}

#pageHeader h2 {
	color: #a1a5a9;
	padding-left: 10px;
	margin: 0;
	padding-bottom: 10px;
	font-size: 1.1em;
	font-weight: normal;
}

#contents {
	padding-top: 0px;
}

#contentContainer {
	position: relative;
	width: 549px;
	border-right: 1px solid #a1a5a9;
	margin-bottom: 20px;
	font-size: 0.8em;
	padding-left: 20px;
}

#contentContainer #content {
	padding-left: 10px;
	padding-right: 10px;
}

#contentContainer #content ul {
	
} 
#contentContainer #content li {
	
}

#sidebarContainer {
	position: absolute;
	margin-left: 569px;
	margin-bottom: 20px;
	width: 180px;
	font-size: 0.8em;
}

#sidebarContainer #sidebar {
	padding-top: 8px;
	padding-left: 8px;
}

#sidebarContainer #sidebar ul {
	
}

#sidebarContainer #sidebar li {
	
}

#sidebarContainer .sideHeader {
	color: #ffffff;
	font-weight: normal;
	padding: 0px 10px 0;
	font-size: 1.2em;
	background: #FF0033
}

#footer {
	color: #808080;
	text-align: center;
	font-size: 0.73em;
}

#footer p {
	padding: 0;
	margin: 0;
}

#footer a:link, #footer a:visited {

}

#footer a:hover, #footer a:active {
	
}
	
/*</group>*/

/*<group=Bread-crumb>*/

#breadcrumbcontainer {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	margin-left: 22px;
	margin-right: 22px;
	border-bottom: 1px solid #a0a5a7;
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#breadcrumbcontainer li {
	display: inline;
	padding: 0;
}

#breadcrumbcontainer a {

}

#breadcrumbcontainer a:hover {

}
	
/*</group>*/

/*<group=Toolbar>*/

/* Toolbar Styles */

#navcontainer {
	width: 740px;
	position: relative;
	top: -22px;
	height: 44px;
	font-size: 0.8em;
	margin: 0px -20px 0 -20px;
}

#navcontainer #current {
	color: #3399FF;
	background: no-repeat url(images/button_current.png);
	text-shadow: none;
}

#navcontainer .currentAncestor {
	background: no-repeat url(images/button_current.png);
	text-shadow: none;
}

/* Parent - Level 0 */

#navcontainer ul {
	position: absolute;
	width: 740px;
}

#navcontainer li {
	display: inline;
	float: left;
}

#navcontainer a{
	width: 113px;
	height: 28px;
	display: block;
	background: no-repeat url(images/button_normal.png);
	text-decoration: none;
	padding-top: 8px;
	color: #3c3c3c;
	text-shadow: 0px 1px 0px #ffffff;
	text-align: center;
}

#navcontainer a:hover {
	color: #FFFFFF;
	background: url(images/button_over.png) no-repeat;
	text-shadow: none;
}

#navcontainer a:active {

}

/* Child - Level 1 */

#navcontainer ul ul {
	position: absolute;
	top: 32px;
	left: 0px;
	width: inherit;
	height: 16px;
	font-size: 1.08em;
}

#navcontainer ul ul li {
}

#navcontainer ul ul a {
	background: none;
	padding-top: 1px;
	width: 9em;
}

#navcontainer ul ul a:hover{
	background: repeat-x url(images/submenu_over.png) center top;
}

#navcontainer ul ul #current{
	color: #3399FF;
	background: repeat-x url(images/submenu_over.png) center top;
	text-shadow: none;
}

#navcontainer ul ul .currentAncestor {
	background: repeat-x url(images/submenu_over.png) center top;
	text-shadow: none;
}

/* Child - Level 2 */

#navcontainer ul ul ul {
	position: absolute;
	left: 0px;
	top: 20px;
	width: inherit;
	margin: 0;
	white-space: nowrap;
}

#navcontainer ul ul ul li {
}

#navcontainer ul ul ul li a {
	color: #121212;
	text-shadow: none;
}

#navcontainer ul ul ul li a:hover {
	text-decoration: none;
	background: none;
}

#navcontainer ul ul ul #current {
	font-weight: normal;
	background: none;
	text-shadow: none;
}

#navcontainer ul ul ul ul {
	display: none;
}

/*</group>*/

/*<group=Global Classes>*/

.standout, blockquote {
	border: 1px solid #e2e2e2;
	background: #f1f1f1;
	color: #666666;
	margin: 0 10px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
}

h1 {
	font-family: Osaka, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
}

h2 {
	font-style: normal;
	letter-spacing: 4px;
	color: #33331B;
	position: relative;
	margin-top: -30px;
	margin-left: 31px;
	height: 30px;
	font-size: 1.2em;
	font-weight: bold;
	font-family: times;
}

h3 {
	font-family: Osaka, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
}

.imageStyle {
}
/*</group>*/

/*<group=Blog>*/

/*<group=Archive Page>*/

.blog-archive-background {
	color: #000000;
	text-align: left; /* To Make Content Centered */
	font: 12px Osaka, Arial, Futura;
	background: #ffffff;
}

.blog-archive-headings-wrapper {
	padding: 10px;
	border-bottom: Solid 1px #e2e2e2;
	text-align: left; /* Hack To Keep IE5 Windows Happy */
}

.blog-archive-entries-wrapper {
	padding: 10px;
	text-align: left; /* Hack To Keep IE5 Windows Happy */
}

.blog-archive-month {
	font-weight: bold;
	font-size: 1.4em;
}

.blog-archive-link { 
}
	
/*</group>*/

.blog-entry {
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 35px;
}

.blog-entry-summary { }

.blog-read-more { }

.blog-entry-title {
	width: 510px;
	text-align: justify;
	font: bold 1.8em Osaka, Arial, Futura;
	color: #666633;
}

.blog-entry-date {
	color: #a1a5a9;
	font-size: 1em;
	margin-bottom: 0.9em;
}

.blog-entry-category {
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

.blog-entry-body {
	width: 510px;
	text-align: left;
	font: 16px   Osaka, Arial, Futura;
	line-height: normal;
	color: #666666;
	padding: 0px;
}

.blog-entry-comments {
	
}

/*</group>*/

/*<group=File Sharing>*/

.filesharing-description {
	background: #e2eeff;
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	padding: 5px;
	margin: 0px;
}

.filesharing-item {
	padding: 0px;
	margin: 0px;
}

.filesharing-item-title {

}

.filesharing-item-title a {
	color: #0000ee;
	text-decoration: underline;
	background: #f6f6f6 no-repeat url(images/down_arrow.png) 440px 6px;
	padding: 5px;
	display: block;
}

.filesharing-item-title a:hover {
	text-decoration: none;
}

.filesharing-item-description {
	text-align: justify;
	font: normal 0.85em Osaka, Verdana, Arial, Helvetica;
	color: #000000;
	padding: 5px;
	margin-bottom: 5px;
}
/*</group>*/

/*<group=Photo Album>*/

/*<group=Index Page (Thumbnail view)>*/

.album-wrapper {
	display: block; 
	width: 99%; 
	position: relative;
}

.thumbnail-wrap { 
 text-align: center; 
 position: relative; 
 float: left; 
 margin-bottom: 10px; 
 margin-right: 30px;
}

.album-title {
	padding: 5px;
	font-size: 2.1em;
	font-weight: bold;
	text-align: center;
	color: #000000;
}

.album-description {
	padding: 5px;
	font-size: 1.25em;
	font-weight: normal;
	color: #a1a5a9;
	text-align: center;
	margin-bottom: 5px;
}



.thumbnail-frame {
	position: absolute; 
	bottom: 0; 
	left: 0;
	padding: 5px;
	background: #f3f3f3;
	margin: 0px 1px 1px 0px;
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
	border: none;
	margin: auto; 
	border: none;
}

.thumbnail-caption {
	margin: 0; 
	padding: 0; 
	height: 35px; 
	display: block;
	color: #000000;
	font: 1em   Osaka, Arial, Futura;
}
	
/*</group>*/

/*<group=Single Page (Photo view)>*/

.photo-background {
	font-family: Osaka, Arial, Helvetica;
	padding: 5px;
	background: none;
}

.photo-navigation { 
	background: #f1f1f1;
	color: #5b5b5b;
	text-align: center;
	font-family: Osaka, Arial;
	padding: 5px;
	margin: 10px 10px 1px 10px;
}

.photo-navigation a {
	text-decoration: underline;
}

.photo-navigation a:hover {
	text-decoration: none;
}

.photo-frame{
	background: #f3f3f3;
	padding: 10px;
}

.photo-links {
	padding: 0px;
	margin: 0;
	font-size: 0.85em;
}

.photo-title {
	padding: 0px;
	font-weight: bold;
	font-size: 1.2em;
	color: #000000;
	margin: 0px;
}

.photo-caption {
	padding: 0px;
	color: #000000;
	font-size: 0.85em;
	font-weight: normal;
}
/*</group>*/
	
/*</group>*/

/*<group=Quicktime Page>*/

.movie-description {
	text-align: center;
	margin: 5px;
}
	
/*</group>*/

/*<group=Quicktime Album>*/

/*<group=Index Page (Movie Thumbnail view)>*/

.movie-page-title {
	font-weight: bold;
	text-align: center;
	font-size: 2.1em;
}

.movie-page-description {
	padding: 5px;
	font-size: 13px;
	font-weight: normal;
	color: #a1a5a9;
	text-align: left;
}

.movie-thumbnail-frame {
	float: left;
	display: inline;
	padding: 5px;
	background: #f3f3f3;
	margin: 5px;
	width: 131px;
	text-align: center;
}

.movie-thumbnail-caption {
	color: #000000;
	font: bold 0.85em   Osaka, Arial;
	padding-top: 5px;
	text-align: center;
}
	
/*</group>*/

/*<group=Single Page (Movie View)>*/

.movie-background {
	background: #f3f3f3;
}

.movie-frame {
	padding: 5px;
	text-align: center;
}

.movie-title {
	text-align: center;
	color: #000000;
	font: bold 1.1em Osaka, Arial;
	padding-top: 5px;
}
	
/*</group>*/


/*</group>*/

/*<group=Contact Form>*/
.message-text { } 

.required-text { } 

.form-input-field {
	background-color: #CCFFCC;
	 } 

.form-input-button { } 
/*</group>*/

/*<group=daisho>*/

#content_top {
	position:relative;
	background: url(images/content_top.png) no-repeat;
	margin-top: -20px;
	width: 770px;
	height: 26px;	
}

#header_main {
	background: url(images/header_main.jpg) no-repeat;
	width: 728px;
	height: 104px;
	position: relative;
	top: -5px;
	margin-left: 21px;
	margin-right: 21px;
}

#content_bottom {
	background: url(images/content_bottom.png) no-repeat;
	width: 770px;
	height: 45px;
	float: left;
	position: absolute;
}

#news_flash {
	
}
.news_date {
	
}

.news_content {
	color: #666666;
	margin-bottom: 12px;
}

#red_word {
	color: #ff0000;
}

#iem-hinomaru {
	position: relative;
	left: 11px;
}

#iem-cont {
	height: 610px;
}

#iem-head1 {
	position: absolute;
	left: 450px;
	top: 0px;
}

#iem-lead {
	position: relative;
	padding-left: 422px;
	top: -440px;
	color: #666666;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.5;
}

#iem-1f {
	position: absolute;
	left: 435px;
	top: 230px;
}

#iem-cap {
	position: relative;
	top: -350px;
	padding-left: 495px;
}

#iem-kuwashiku {
	position: absolute;
	padding-left: 650px;
	top: 236px;
	font-size: 16px;
}

#iem-wmv {
	position: absolute;
	top: 570px;
	left: 230px;
}

#iem-mov {
	position: absolute;
	top: 570px;
	left: 430px;
}

#about_cont {
	height: 420px;
}

#heike {
	position: relative;
	top: -390px;
	padding-left: 240px;
	font-family: Times, "ＭＳ Ｐゴシック";
	font-weight: bold;
	color: #333300;
	font-size: 1.25em;
	line-height: 1.5;
}

#so_name {
	font-family: Times, 'ＭＳ Ｐゴシック';
	font-weight: bold;
	color: #666633;
	font-size: 1.5em;
	line-height: 1.5;
}

#about_data {
	position: relative;
	padding-left: 315px;
	top: -440px;
	font-family: Osaka, Arial;
	color: #666633;
	font-size: 1em;
	line-height: 1.5;
}


#ryakureki {
	position: absolute;
	padding-left: 170px;
	padding-right: 100px;
	top: 305px;
	font-family: Osaka, Arial;
	color: #666633;
	font-size: 1em;
	line-height: 1.4;
}

#lead1 {
	color: #666666;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.5;

}

#cont1_rh {
	position: relative;
	left: 20px;
	margin-right: 450px;
}

#cont2_rh {
	position: absolute;
	top: 0px;
	left: 380px;
	right: 20px;
	margin-right: 20px;
}

#mid_rh {
	font-weight: bold;
	color: #666633;
	font-size: 1.8em;
}

#logo_rh {
	position: relative;
	left: 80px;
	padding-bottom: 10px;
}

#model_rh {
	position: relative;
	left: 20px;
	padding-bottom: 5px;
}

#fig1_rh {
	position: relative;
	padding-top: 5px;
	left: 20px;
}

#img_rh {
	padding: 35px;
}

#ph_test {
	position: relative;
}

#photo1 {
	position: relative;
}

#photo2 {
	position: absolute;
	left: 200px;
	top: 0px;
}

#cap_fig {
	text-align: center;
}

#cap_fig1 {
	
}

#cap_fig2 {
	position: absolute;
	left: 200px;
	top: 240px;
}

#about_back {
	position: relative;
	left: 14px;
}

#about_link {
	position: relative;
	top: -400px;
	padding-left: 30px;
}

#about_face {
	position: absolute;
	top: 278px;
	left: 60px;
}

#so_name {
	position: absolute;
	top: 278px;
	padding-left: 170px;
}

#about_name {
	position: absolute;
	top: 410px;
	padding-left: 35px;
	font: 20px Verdana, serif;
	font-weight: bold;
	color: #666633;
}
/*</group>*/

/*<group=Sitemap>*/

#sitemap {
	color: #666699;
}
	
/*</group>*/