/***********************************************/
/* HTML tag styles			       */
/***********************************************/ 

* {
	margin: 0;
	padding: 0;}

body {
	font-family: Arial,sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	background: url(/media/PageParts/washi_bg.jpg) repeat-x;
	background-attachment: fixed;
	line-height: 1.3;
}

a:link, a:visited {
	color: #a95e7c;
	text-decoration: none;}

a:hover {
	color: #a95e7c;
	text-decoration: underline;}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #493670;}

h2 {
	color: #493670;
	font-size: 14px;}

	
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;}
	
h4 {
	font-size: 14px;
	color: #333333;}

table {
	border-collapse: collapse;}

select {
	width: 100px;
	background-color: #fbe7df;
	color: #8d6352;}

/***********************************************/
/* Font Style Divs				       */
/***********************************************/
.fs11p {font-size: 11px;}
.fs12p {font-size: 12px;}
.fs14p {font-size: 14px;}
.fs16p {font-size: 16px;}
.green {color: #006600;}
.bold {font-weight: bold;}


/***********************************************/
/* Layout Divs				       */
/***********************************************/

#wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 10px;}

#masthead {
	width: 900px;
	height: 102px;
	background: url(/media/PageParts/header_test2_ver1.jpg) no-repeat;
	margin: 0 0 10px 0 !important;
	margin: -10px 0 10px 0;}

#menu {
	font-family: trebuchet ms;
	color: #FFCC33;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	padding-top: 80px;
	padding-right: 10px;
	line-height: 1.3;
}

#menu a:link, #menu a:visited {
	color: #FFCC33;
	text-decoration: none;}

#menu a:hover {
	color: #FFFFFF;}

#submenu {
	width: 732px;
	min-width: 736px;
	background-color: #FFFFFF;
	border: 1px solid #BB6B8B;
	margin: 0 0 10px 10px;
	padding: 5px 6px;
	float: left;
	display: inline;		
}
#leftColumn {
	width: 140px;
	border: none;
	padding: 0;
	float: left;
	display: inline;
}
#leftColumn .box1 {
	width: 132px;
	height: 134px;
	background: #FFFFFF;
	padding: 4px; 
	margin-bottom: 8px;
	border: 1px solid #bb6b8b;
	float: left;
	display: inline;
}

#leftColumn .box2 {
	width: 132px;
	height: 175px;
	background: #FFFFFF;
	padding: 4px;
	margin-bottom: 8px;
	border: 1px solid #bb6b8b;
	float: left;
	display: inline;
}

#leftColumn .color_wrapper {
	width: 16px;
	height: 16px;
	padding: 2px;
	float: left;
	dispaly: inline;
}

#leftColumn .inner {
	width: 100%;
}

#leftColumn .inner.bl {
	border-bottom: 1px solid #bb6b8b;
}

#leftColumn p {
	text-align: justify;
}

#content {
	width: 518px;
	background-color: #FFFFFF;
	border: 1px solid #bb6b8b;
	margin: 0 10px 10px 10px;
	padding: 8px;
	float: left;}

#content2 {
	width: 732px;
	min-width: 736px;
	background-color: #FFFFFF;
	border: 1px solid #bb6b8b;
	margin: 0 0 10px 10px;
	padding: 8px 0 8px 12px;
	float: left;
}

#item {
	width: 460px;
	height: 480px;}

#item img {
	float: left;}

#item .text {
	width: 120px;
	padding: 20px;
	float: left;}

#item .property {
	font-weight: bold;
}

#rightColumn {
	width: 200px;
	background-color: #FFFFFF;
	border: 1px solid #bb6b8b;
	margin-bottom: 10px;
	float: left;}

#rightColumn h2 {
	font-size: 14px;
	font-weight: normal;
	padding: 2px 2px 2px 5px;
	background-color: #f2ccdb;}

#rightColumn .text {
	padding: 10px;}

#rightColumn .section {
	font-size: 12px;
	width: 180px;
	margin: 5px;}

#rightColumn .section tr {
	height: 100px;
	vertical-align: top;}

#rightColumn .section td {
	padding: 5px;}

#footer {
	font-size: 11px;
	text-align: center;
	clear: both;}
	
.smaptxt {
	font-size: 15px;
	font-weight: bold;
	color: #000000;}
	
.smaptxtmd {
	font-size: 14px;
	font-weight: bold;
	color: #000000;}

#tagline {
	color: #990000;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding-top: 5px;
	padding-left: 5px;}

.bgtxt {
	font-size: 14px;
	font-weight: bold;
	color: #000000;}

.txt {
	font-size: 13px;
	color: #000000;}
	
.txt-note {
	font-size: 13px;
	color: #990000;}
	
.BIG-RED {
	font-size: 20px;
	font-weight: bold;
	color: #993366;}
	
.process-txt {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	padding: 6px;
}
	
.mb4 {margin-bottom: 4px;}
.mb10 {margin-bottom: 10px;}
.mb16 {margin-bottom: 16px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.ml7 {margin-left: 7px;}
.ml10 {margin-left: 10px;}
.ml140 {margin-left: 140px;}
.mr13 {margin-right: 13px;}
.pd2 {padding: 2px;}
.pr10 {padding-right: 10px;}

p.right {text-align: right;}
.center {text-align: center;}
.centering {margin-left: auto;margin-right: auto;}

div.w100 {width: 100%;}
div.w120p {width: 120px !important;}
.tobashi {
	text-indent: -1000em;
}

table.noborder th,
table.noborder td {
	background: none;
	padding: 0;
	border: none;
	vertical-align: middle;
	height: auto;
}
table td.right{
	text-align: right;0
}
	

/* スライドショー */
.imageSlideshowHolder {
	width:45px;	/* Image width */
	position:relative;	/* Don't remove this line */
	float: left;
	display: inline;
}

#imageSlideshowHolder1.imageSlideshowHolder img{
	position:absolute;
	top:0px;
}
#imageSlideshowHolder2.imageSlideshowHolder img{
	position:absolute;
	top:0px;
}
#imageSlideshowHolder3.imageSlideshowHolder img{
	position:absolute;
	top:0px;
}


