/* CSS Document */

html{
	margin:0px;
	padding:0px;
	width:100%;
}

body{
	margin:0px 0px 20px 0px;
	padding:0px;
	width:100%;
	font-family:Osaka, Tahoma, "ＭＳ ゴシック", sans-serif, Arial, helvetica;
}

h2 {
	margin-top:3px;
	margin-bottom:6px;
	padding:0px;
	color:#990000;
}

hr {
	border-width:1px;
	border-style:solid;
	border-color:#999999;
	margin:5px;
}

acronym {
	color:#FF6633;
	text-decoration:none;
	border-width:0px 0px 1px 0px;
	border-color:#333333;
	border-style:dotted;
	cursor:help;
}

fieldset {
	margin-bottom:7px;
	border-style:solid;
	border-width:1px;
	border-color:#336699;
	padding:10px;
}

legend {
	font-size:14px;
	font-weight:bold;
	color:#CCCCCC;
	padding:4px;
	background-color:#336699;
}

a:link {
	color:#FF3300;
	text-decoration:underline;
}

a:visited {
	color:#FF3300;
	text-decoration:underline;
}

a:hover {
	color:#000000;
	text-decoration:none;
}

a:active {
	color:#FF3300;
	text-decoration:underline;
}

#topBanner {
	background-color:#333333;
	width:100%;
	text-align:center;
	height:95px;
	margin:0px 0px 5px 0px;
}

#mainWrapper {
	position:relative;
	width:671px;
	margin:50px 0px 30px 0px;
	padding:0px;
	background-image:url(/images/main_bkg.jpg);
	background-position:right top;
	background-repeat:repeat-y;
}

#header {
	position:relative;
	height:260px;
	margin:0px;
	padding:0px;
	width:671px !important;
}

#footer {
	height:55px;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
}

#contents {
	position:relative;
	padding:0px 60px 10px 45px;
	text-align:justify;
	font-family:Osaka, Tahoma, "ＭＳ ゴシック", sans-serif, Arial, helvetica, "MS UI Gothic";
	font-size:12px;
	color:#666666;
	margin-top:0px;
	z-index:100;
}

#header div {
	position:absolute;
	cursor:pointer;
}

#home {
	width:67px;
	height:40px;
	top:22px;
	left:200px;
	z-index:100;
}

#profile {
	width:63px;
	height:40px;
	top:22px;
	left:272px;
	z-index:100;
}

#works {
	width:63px;
	height:40px;
	top:22px;
	left:340px;
	z-index:100;
}

#schedule {
	width:88px;
	height:40px;
	top:22px;
	left:408px;
	z-index:100;
}

.middle * {
	vertical-align:middle;
}

#contact {
	padding:10px;	
}

#contact div{
	border-width:1px;
	border-style:solid;
	border-color:#999999;
	margin:3px;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
	text-align:left;
	font-size:14px;
}

#contact div p{
	margin:2px;
}

#sec1 {
	height:54px;
	background-image:url(/images/sec1_mono.jpg);
	background-position:right top;
	background-repeat:no-repeat;
}

#sec2 {
	height:54px;
	background-image:url(/images/sec2_mono.jpg);
	background-position:right top;
	background-repeat:no-repeat;
}

#sec3 {
	height:54px;
	background-image:url(/images/sec3_mono.jpg);
	background-position:right top;
	background-repeat:no-repeat;
}

#sec4 {
	height:214px;
	background-image:url(/images/sec4_mono.jpg);
	background-position:right top;
	background-repeat:no-repeat;
}


.textfield {
	border-width:2px;
	border-style:solid;
	border-color:#999999;
	width:300px;
	font-family:Osaka, Tahoma, "ＭＳ ゴシック", sans-serif, Arial, helvetica;
	font-size:12px;
	padding-left:10px;
}

.textarea{ 
	padding:10px;
	width:290px;
	height:120px;
	border-width:2px;
	border-style:solid;
	border-color:#999999;
	color:#666666;
	font-family:Osaka, Tahoma, "ＭＳ ゴシック", sans-serif, Arial, helvetica;
	font-size:12px;
}

.message {
	padding:10px;
	margin:10px 10px 15px 10px;
	border-width:1px;
	border-style:solid;
	border-color:#666666;
	color:#990000;
}

.lessons {
	border-width:1px;
	border-style:solid;
	border-color:#CCCCCC;
	margin:10px;
	padding:10px;
}

#albumList{
	margin-left:20px;
}

.asBoxFrame{
	float:left;
	width:150px;
	height:175px;
	margin:10px;
	text-align:center;
	cursor:pointer;
}

.pageNavi {
	clear:both;
	color:#003366;
	padding:3px;
	border-width:1px;
	border-color:#999999;
	border-style:solid;
	text-align:right;
	background-color:#FFFFFF;
}

.noFloat{
	clear:both;
}

#footerTxt {
	font-size:10.5px;
	color:#666666;
	margin-top:15px;
	font-family:Osaka, Tahoma, "ＭＳ ゴシック", sans-serif, Arial, helvetica;
}

#copyright {
	font-size:11px;
	color:#666666;
	margin:10px 90px 0px 90px;
	padding:10px;
	border-width:1px;
	border-color:#999999;
	border-style:solid;
	text-align:justify;
	font-family:Osaka, Tahoma, "ＭＳ ゴシック", sans-serif, Arial, helvetica;
}

a.footerTxt:link {
	color:#FF3300;
	text-decoration:underline;
	font-size:11px;
}

a.footerTxt:visited {
	color:#FF3300;
	font-size:11px;
	text-decoration:underline;
}

a.footerTxt:hover {
	font-size:10.5px;
	color:#000000;
	text-decoration:none;
}

a.footerTxt:active {
	color:#FF3300;
	font-size:11px;
	text-decoration:underline;
}

#copyright p{
	margin: 4px 0px 4px 0px;
}

/* BLOG CSS ############################################################################################################## */

#blog {
	width:550px;
}

#blogTop {
	background-image:url(/images/blog_header.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:210px;
}

#calendar {
	width:210px;
	height:175px;
	padding:10px;
	background-color:#FFFFFF;
	margin-left:300px;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	filter:alpha(opacity=65);
	-moz-opacity:0.65;
	opacity: 0.65;
	border-width:1px;
	border-color:#999999;
	border-style:solid;
	color:#000000;
}

#calendar iframe {
	width:210px;
	height:100%;
}

.blogTitle{
	padding:3px;
	background-color:#CCCCCC;
	font-size:14px;
	color:#336699;
	font-weight:bold;
}

.blogDate {
	background-color:#DFDFDF;
	font-size:11px;
	font-weight:normal;
	padding:3px;
	color:#999999;
	text-align:right;	
}

.blogBody {
	padding:10px;
	border-width:1px;
	border-color:#CCCCCC;
	border-style:solid;
}

.blogButtons {
	margin-top:10px;
}

.colorButtons {
	width:15px; 
	height:12px; 
	border-width:0px; 
	border-style:none; 
	cursor:pointer
}

.longText {
	width:300px;
	height:15px;
	font-family:Tahoma, Verdana,"ＭＳ ゴシック", Arial, Helvetica, sans-serif;
	color:#333333;
	padding:1px 1px 1px 3px;
}

.postSubject {
	background-color:#336699;
	padding:7px 7px 7px 127px;
	color:#CCCCCC;
}

#postButtons {
	padding:10px;
	vertical-align:top;
	text-align:left;
	z-index:100;
	position:relative;
}

.postButton {
	width:44px;
	height:21px;
	float:left;
	margin:1px;
	z-index:100;
	cursor:pointer;	
}	

.postButtonLong {
	width:104px;
	height:21px;
	position:relative;
	float:left;
	margin:1px;
	z-index:100;
	cursor:pointer;	
}	

.postButtonLongLong {
	width:114px;
	height:21px;
	position:relative;
	float:left;
	margin:1px;
	z-index:100;
	cursor:pointer;	
}	

#colorTable {
	position:absolute;
	left:0px;
	top:22px;
	width:115px;
	visibility:hidden;
	padding:2px;
	border-width:1px;
	border-style:solid;
	border-color:#000000;
	background-color:#FFFFFF;
	z-index:100;
}

#sizeTable{
	position:absolute;
	top:22px;
	right:0px;
	visibility:hidden;
	padding:2px;
	border-width:1px;
	border-style:solid;
	border-color:#666666;
	background-color:#FFFFFF;
	z-index:101;
	white-space:nowrap;
}

#sizeTable div{
	text-align:right;
	padding:5px;
	cursor:default;
}

#sizeTable input{
	cursor:pointer;
}

.postTextArea {
	width:500px;
	height:250px;
	font-family:Verdana,"ＭＳ ゴシック", Arial, Helvetica, sans-serif;
	color:#333333;
	padding:5px;
	text-align:justify;
	font-family:Osaka, Tahoma, "ＭＳ ゴシック", sans-serif, Arial, helvetica;
	font-size:12px;
}

#previewPost {
	position:relative;
	margin:10px;
	padding:0px;
	border-width:1px;
	border-style:solid;
	border-color:#CCCCCC;
	font-size:1em;
	font-family:Verdana, "ＭＳ ゴシック", Helvetica, Arial, sans-serif;
	color:#333333;
}

#previewImg {
	background-color:#CCCCCC;
	background-image:url(/images/previewbkg.gif);
	background-position:top left;
	background-repeat:repeat-x;
	height:42px;
}

#previewContent {
	padding:7px;
}

.xxsmall {
	font-size:xx-small;
}

.xsmall {
	font-size:x-small;
}

.small {
	font-size:small;
}

.large {
	font-size:large;
}

.xlarge {
	font-size:x-large;
}

.xxlarge {
	font-size:xx-large;
}

.xxxlarge{
	font-size:40px;
}

.blogImg img{
	margin:7px;
}









