/* Crystal Sphere CSS */
/* Snow flake */

*{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	background: transparent;
	}

html{
	display: block;
	height: 100%;
	}

body{
	letter-spacing: 2px;
	text-align: center;
	background: #aaa;
	font-size: 14px;
	color: #f4f4ff;
	}

body div{
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	font-family: arial,sans-serif,verdana,helvetica;
	}

h1 {
	font-size: 18px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left top;
	}

h2 {
	font-size: 18px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left top;
	}

img {
	float: left;
	margin-right: 10px;
	vertical-align: bottom;
	border-color: #b4a474;
	border-size: 1px;
	border-style: solid;
	}

strong{
	font-weight: bold;
	}

a {
	text-decoration: none;
	color: #66cdaa;
	}
a:hover{
	text-decoration: none;
	color: #3cb371;
	}

.leftmenu a{
	text-decoration: none;
	color: #fff;
	}
.leftmenu a:hover{
	text-decoration: none;
	color: #EFE3C2;
	}


/* menu controll start */
a.notice{
	background-position: 0px 0px;
	width: 73px;
	}
a:hover.notice{
	background-position: 0px -40px;
	}

a.profile{
	background-position: -73px 0px;
	width: 63px;
	}
a:hover.profile{
	background-position: -73px -40px;
	}

a.works{
	background-position: -136px 0px;
	width: 61px;
	}
a:hover.works{
	background-position: -136px -40px;
	}

a.samples{
	background-position: -197px 0px;
	width: 77px;
	}
a:hover.samples{
	background-position: -197px -40px;
	}

a.request{
	background-position: -274px 0px;
	width: 72px;
	}
a:hover.request{
	background-position: -274px -40px;
	}

a.blog{
	background-position: -346px 0px;
	width: 49px;
	}
a:hover.blog{
	background-position: -346px -40px;
	}

a.link{
	background-position: -395px 0px;
	width: 49px;
	}
a:hover.link{
	background-position: -395px -40px;
	}

a.sitemap{
	background-position: -444px 0px;
	width: 91px;
	}
a:hover.sitemap{
	background-position: -444px -40px;
	}

ul#menu{
	list-style: none;
	width: 100%;
	margin-left: 200px;
	}
ul#menu li{
	list-style:none;
	float: left;
	}
ul#menu a{
	display: block;
	height: 40px;
	text-indent: -10000px;
	background-image: url(./images/menu.jpg);
/*	background-image: url(./images/common/menu.jpg);*/
	overflow: hidden;
	}
/* menu controll end */


/*  box  */

div.Screen{
	width: 100%;
	height: 100%;
	margin: 0 auto;
/*	margin-top: 5%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;*/
	padding-top: 0px; /* Gecko系でボックス背景位置が下がる問題の対策 */
/*	background-image: url(./images/contback_rep.jpg);
	background-repeat: repeat-x;
	background-position: 0px 266px;*/
/* padding-topでScreen縦位置を下げた場合は、
background-positionの縦数値も同数増やす */
	}

div.Screen#sftitle{
	width: 100%;
	height: 100%;
	margin: auto;
/*	margin-top: 5%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;*/
	padding-top: 0px; /* Gecko系でボックス背景位置が下がる問題の対策 */
/*	background-image: url(./images/sf_title_rep.jpg);
	background-repeat: repeat-x;
	background-position: 0px 260px;*/
/* padding-topでScreen縦位置を下げた場合は、
background-positionの縦数値も同数増やす */
	}


div.header{
	width: 900px;
	height: 0px;
	margin: 0 auto;
	padding: 0.1px; /* Gecko系でボックス背景位置が下がる問題の対策 */
	text-align: justify;
	letter-spacing: 0.4em;
	}


div.header dl{
	text-align: left;
/*	margin: 0;*/
/*	margin-left: 130px;*/
}


div.header dt{
	text-align: left;
	margin: 0;
	padding-top: 50px;
	float: left;
}

div.header dd#ptitle{
	text-align: right;
	padding-top: 5px;
	padding-left: 550px;
}

div.header dt#menubase{
	clear: both;
	margin: 0;
	padding-top: 50px;
/*	margin-left: 0px;*/
	}

div.main{
	margin: 0 auto;
	width: 800px;
	height: 1131px;
	background-image: url(./images/sf_site_title.jpg);
/*	background-image: url(./images/cathe_title.jpg);*/
	background-repeat: no-repeat;
	background-position: left top;
	border-width: 2px;
	border-color: #666;
	border-style: solid;
	text-align: left;
	}

div.leftmenu{
	float: left;
	margin: 0;
	width: 180px;
	height: 738px;
	text-align: left;
	padding-right: 0px;
	padding-left: 10px;
	line-height: 1.2;
	color: #342618;

	}

div.leftmenu dl{
	padding-top: 10px;
	}

div.leftmenu dt{
	font-weight: bold;
	padding-left: 10px;
	}
div.leftmenu dt#nolink{
	color: #999;
	font-weight: bold;
	padding-left: 10px;
	}


div.leftmenu dd{
	padding-left: 10px;
	}

div.contents{
	float: right;
	margin: 0;
	padding-top: 60px;
	padding-left: 180px;
	padding-right: 10px;
	width: 400px;
	height: 738px;
	}

div.contents dl#field{
	height: 518px;
	}

div.contents dl#field dt{
	width: 400px;

	font-weight: bold;
	text-align: left;
	padding-top: 20px;
	}

div.contents dl#field dd{
	width: 400px;

	text-align: left;
	padding-top: 5px;
	}
div.contents dl#cdinfo{
	width: 400px;
	height: 450px;
	overflow: auto;
	scrollbar-base-color: black;

	font-size: 12px;
	text-align: left;
	}

.clear {
	clear: both;
	}


div.footer{
	width: 800px;
	height: 22px;
	clear: right;
	}

div.footer dt{
	float: left;
	width: 660px;
	height: 20px;
	text-align: left;
	}

/* copyright */

div.footer ul#copyright a{
	display: block;
	list-style: none;
	overflow: hidden;
	text-indent: -10000px;
	height: 30px;
	background-image: url(../images/common/copyright.jpg);
	background-position: 0px 0px;
	width: 80px;
	}
div.footer li{
	list-style: none;
	float: left;
	}

div.footer dd{
	float: right;
	width: 200px;
	height: 20px;
	text-align: right;
	}

/*  inline  */

.under{
	vertical-align: bottom;
	}


