/* Crystal Sphere CSS */

*{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	background: transparent;
	}

html{
	display: block;
	height: 100%;
	padding-bottom: 1px;
	}

body{
	letter-spacing: 2px;
	text-align: center;
	background: black;
	font-size: 14px;
	color: #fff;
	}

body div{
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	font-family: arial,sans-serif,verdana,helvetica;
	}

h1 {
	text-align: right;
	font-size: 22px;
	font-weight: bold;
	padding-top:5px;
	}

h2 {
	font-size: 22px;
	font-weight: bold;
	height: 50px;
	padding-top: 14px;
	padding-left: 25px;
	padding-bottom: 0px;
	background-image: url(./images/style1/contentstitle.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;;
	}

h3 {
	font-size: 18px;
	font-weight: bold;
	height: 50px;
	padding-top:10px;
	padding-left: 25px;
	}


img {
	vertical-align: bottom;
	border: none;
	}

hr {
	border-style: solid none none none;
	border-top-width: 1px;
	border-top-color: #8fbc8f;
	height: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	}

strong{
	font-weight: bold;
	}

a{
	text-decoration: none;
	color: #6d1ab9;
	}
a:hover{
	text-decoration: none;
	color: #ff0000;
	}
a:visited{
	text-decoration: none;
	color: #9370db;
	}
a:visited:hover{
	text-decoration: none;
	color: #ff0000;
	}

/* class */

/* sampleページボックス start */
.scd_info_1 {
	width: 180px;
	height: 220px;
	padding-right: 5px;
	float: left;
	vertical-align: top;
	border: none;
	}

.scd_info_2 {
	width: 200px;
	height: 220px;
	padding-right: 5px;
	float: left;
	vertical-align: top;
	border: none;
	}

.scd_info_3 {
	width: 180px;
	height: 220px;
	padding-right: 5px;
	float: left;
	vertical-align: top;
	border: none;
	}
/* sampleページボックス end */

.nolist{
	list-style: none;
	font-size: 12px;
	}

.clear{
	clear: both;
	}

/* 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.request{
	background-position: -197px 0px;
	width: 77px;
	}
a:hover.request{
	background-position: -197px -40px;
	}

a.samples{
	background-position: -274px 0px;
	width: 72px;
	}
a:hover.samples{
	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: 52px;
	}
a:hover.link{
	background-position: -395px -40px;
	}

a.contact{
	background-position: -447px 0px;
	width: 88px;
	}
a:hover.contact{
	background-position: -447px -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/style1/menu2.jpg);*/
	background-image: url(./images/style1/menu.jpg);
	overflow: hidden;
	}
/* menu controll end */


/*  box  */

div.Screen{
	width: 100%;
	height: 100%;
/*	margin: 0 auto;*/
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding-top: 20px; /* Gecko系でボックス背景位置が下がる問題の対策 */
	background-image: url(./images/style1/contback_rep.jpg);
	background-repeat: repeat-x;
	background-position: 0px 240px;
/* padding-topでScreen縦位置を下げた場合は、
background-positionの縦数値も同数増やす */
	}

div.header{
	width: 900px;
	height: 230px;
	margin: 0 auto;
	padding: 0.1px; /* Gecko系でボックス背景位置が下がる問題の対策 */
	text-align: justify;
	letter-spacing: 0.4em;
	background-image: url(./images/style1/topimage1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}

a.sitename{
	font-size: 15px;
	text-decoration: none;
	color: #e4d3a7;
/*	color: #fff;*/
	}
a:visited.sitename{
	font-size: 15px;
	text-decoration: none;
	color: #e4d3a7;
	}
a:hover.sitename{
	font-size: 15px;
	text-decoration: none;
	color: #00ced1;
/*	color: #d8dde2;*/
	}


div.header dl{
	text-align: left;
/*	margin: 0;*/
	margin-left: 138px;
}


div.header dt{
	text-align: left;
	margin: 0;
	padding-top: 108px;
	float: left;
}

div.header dd#ptitle{/* ページ右上のページタイトル */
/*	font-weight: bold;
	color: #c4c1ae;
	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{
	width: 900px;
	height: 540px;
	}

div.contents{
	width: 650px;
	height: 520px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	overflow: auto;
	scrollbar-base-color: ivory;
	text-align: left;
	line-height: 1.2;
/* コンテンツエリアのフォントカラー */
	color: #342618;
	}
div.contents, x:-moz-any-link{/* firefox2 hack */
	width: 650px;
	height: 520px;
margin-top: -20px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	overflow: auto;
	scrollbar-base-color: ivory;
	text-align: left;
	line-height: 1.2;
/* コンテンツエリアのフォントカラー */
	color: #342618;
	}
div.contents, x:-moz-broken{/* firefox3 hack */
	width: 650px;
	height: 520px;
margin-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	overflow: auto;
	scrollbar-base-color: ivory;
	text-align: left;
	line-height: 1.2;
/* コンテンツエリアのフォントカラー */
	color: #342618;
	}
div.contents, x:x{/* フォロー用セレクタ */
	width: 650px;
	height: 520px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	overflow: auto;
	scrollbar-base-color: ivory;
	text-align: left;
	line-height: 1.2;
/* コンテンツエリアのフォントカラー */
	color: #342618;
	}

div.contents dl{
	padding-top: 0px;
	padding-bottom: 18px;
	}

div.contents dl#dtm dt{
	font-size: 13px;
	font-weight: bold;
	}

div.contents dt{
	padding-top: 5px;
	padding-left: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #39592f;
	}

div.contents dd{
	padding-top: 4px;
	padding-left: 16px;
	padding-bottom: 8px;
	}

div.contents ul{
	padding-left: 25px;
	list-style-type: square;
	}

/* 右カラム */

div.other{
	width: 230px;
	height: 100%;
	padding-top: 0px;
	padding-left: 0px;
	float: right;
	color: #fffacd;
	}
div.other, x:-moz-any-link{
	width: 230px;
	height: 100%;
margin-top: -20px;
margin-bottom: 4px;
	padding-top: 0px;
	padding-left: 0px;
	float: right;
	color: #fffacd;
	}
div.other, x:-moz-broken{
	width: 230px;
	height: 100%;
margin-top: 0px;
margin-bottom: 2px;
	padding-top: 0px;
	padding-left: 0px;
	float: right;
	color: #fffacd;
	}
div.other, x:x{
	width: 230px;
	height: 100%;
	padding-top: 0px;
	padding-left: 0px;
	float: right;
	color: #fffacd;
	}

div.other dl{
	margin: 0;
	padding: 0px 15px;
	}

div.other dl#navibox{
	width: 230px;
	height: 260px;
	padding: 16px 15px 0px 15px;;
*	padding: 16px 0px 0px 0px;;
	background-image: url(./images/style1/rightnavi.gif);
	background-repeat: no-repeat;
	}

div.other dt{
	padding-left: 60px;
	padding-bottom: 15px;
	text-align: left;
	}

div.other dd{
/*	height: 25px;*/
	}


div.other dl#navibox a{
	display: block;
	width: 200px;
	height: 25px;
	padding: 5px 1;
	background-color: #d2b48c;
	text-decoration: none;
	line-height: 1.8;
	color: #fff;
	}

div.other dl#navibox a:hover{
	background-color: #f8e8c9;
	text-decoration: none;
	color: #bb7948;
	}

div.other dl#otherbox{
	width: 230px;
	height: 70px;
	margin-top: -6px;
	margin-bottom: 0;
	padding: 0px 15px 0px 15px;;
	text-align: left;
	color: #342618;
	font-size: 12px;
	}

dd#otherlink a{
	width: 200px;
	height: 40px;
	margin-bottom: 10px;
	text-align: left;
	color: #fff;
	}
dd#otherlink a:hover{
	width: 200px;
	height: 40px;
	margin-bottom: 10px;
	color: #191970;
	}
dd#hakushu a{
	display: block;
	width: 200px;
	height: 25px;
	margin-top: 10px;
	padding-top: 4px;
	background-image: url(./images/style1/hakushu.gif);
	background-repeat: no-repeat;
	text-align: center;
	color: #fff;
	}
dd#hakushu a:hover{
	display: block;
	width: 200px;
	height: 25px;
	margin-top: 10px;
	padding-top: 4px;
	background-image: url(./images/style1/hakushu_ov.gif);
	background-repeat: no-repeat;
	text-align: center;
	color: #000;
	}

/* フッター */
div.footer{
	width: 880px;
	height: 20px;
	}

div.footer1 {
	width: 400px;
	*width: 350px;
	height: 10px;
	float: left;
	text-align: left;
	}

div.footer a{
	text-decoration: none;
	color: #e2cf9e;
	}

div.footer a:hover{
	text-decoration: underline;
	color: #d9c080;
	}


/* copyright */

div.footer2 {
	width: 200px;
	height: 20px;
	float: left;
	}

div.footer ul{
	width: 200px;
	}

div.footer ul#copyright a{
	display: block;
	width: 80px;
	height: 20px;
	overflow: hidden;
	background-image: url(./images/style1/copyright.jpg);
	background-position: 0px 0px;
	list-style: none;
	text-indent: -10000px;
	}
div.footer ul#copyright li{
	width: 80px;
	list-style: none;
	}

div.footer3 {
	width: 200px;
	height: 20px;
	padding: 0;
	float: right;
	text-align: right;
	vertical-align: top;
	}
div.footer3, x:-moz-any-link {
	width: 200px;
	height: 20px;
	margin-top: 0px;
	padding: 0;
	float: right;
	text-align: right;
	vertical-align: top;
	}

div.footer1-2 {
	width: 900px;
	height: 100px;
	padding-top: 20px;
	padding-left: 5px;
	background-image: url(./images/style1/footer1-2.jpg);
	background-position: 0px 18px;
	background-repeat: no-repeat;
	float: left;
	text-align: left;
	}


/*  inline  */

.under{
	vertical-align: bottom;
	}

