

/* よく登場する要素のリセット */
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
        
        border: none;
        font-style: normal;
        font-weight: normal;
        font-size: 100%;
        text-align: left;
        list-style-type: none;
}

/* テキストエリア内文字サイズのブラウザ間での差異をなくす */
textarea { font-size: 100%; }

/* 画像の下にできる隙間をなくす */
img { vertical-align: bottom; }

/* hr 要素は不可視で使う */
hr { display: none; }


/*メインコンテンツ部分*/

/*boday全体*/


body {
	text-align: center;
	width: 1000px;
	height: 1200px;
	font-family: "MS P ゴシック", sans-serif;
	font-size: 12px;
	color: grey;
	margin: auto;
	background-image: url("../img/top/background.gif");
	background-repeat: no-repeat;  
	background-position: center top;

}
a:link {
	color: blue;
	text-decoration:underline;
	}
a:visited {/*訪問後のリンク*/
    color:grey;
    text-decoration:underline;
	}
	
a:hover {/*マウスをのせたとき*/
    color:#696969;
    font-style:normal;
    text-decoration:underline;
}

/*ID+ヘッダー部分*/

#header {
	width: 1000px;
	height: 70px;
	position: relative;
	
	}
	

#header h2 {
	position: absolute;
	top: 10px;
	left: 10px;
	}
	
.contact {
	position: absolute;
	top: 0px;
	left: 680px;
	
	}



/* start globalmenu */

#globalmenu ul	{
	width:	1000px;
	height: 24px;
	position: absolute;
 	top: 48px;
 	left: 0px;
	}
	
#globalmenu ul li {
 	list-style-type: none;
	float:left;
	width: 127px;
	height: 24px;
	position: relative;
	text-indent: -9999px;
	margin-left: 0px;
	}

#globalmenu ul li a.aboutus {
	disply: block;
	width: 132px;
	height: 24px;
	background : url("../img/gnavi/ABOUTINDEED_A_07.gif") no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	}

#globalmenu ul li a.aboutus:hover {
	background: url("../img/gnavi/ABOUTINDEED_B_07.gif") no-repeat;
	}

#globalmenu ul li a.photo {
	display: block;
	width: 132px;
	height: 24px;
	
	background : url("../img/gnavi/PHOTOGRAPHY_A_07.gif") no-repeat ;
	position: absolute;
	top: 0px;
	right: 0px;
	}

#globalmenu ul li a.photo:hover {
	background: url("../img/gnavi/PHOTOGRAPHY_B_07.gif") no-repeat;
	}


#globalmenu ul li a.coordi {
	display: block;
	width: 132px;
	height: 24px;
	
	background: url("../img/gnavi/COORDINATION_A_07.gif") no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	}

#globalmenu ul li a.coordi:hover {
	background : url("../img/gnavi/COORDINATION_B_07.gif") no-repeat;

	}

#globalmenu ul li a.studio {
	display: block;
	width: 132px;
	height: 24px;
	
	background : url("../img/gnavi/STUDIO_A_07.gif") no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	}

#globalmenu ul li a.studio:hover {
	background : url("../img/gnavi/STUDIO_B_07.gif") no-repeat;

	}

#globalmenu ul li a.cg {
	display: block;
	width: 132px;
	height: 24px;
	
	background : url("../img/gnavi/CG_A_07.gif") no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	}

#globalmenu ul li a.cg:hover {
	background : url("../img/gnavi/CG_B_07.gif") no-repeat;

	}

#globalmenu ul li a.models {
	display: block;
	width: 132px;
	height: 24px;
	
	background : url("../img/gnavi/MODEL_A_07.gif") no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	}

#globalmenu ul li a.models:hover {
	background : url("../img/gnavi/MODEL_B_07.gif") no-repeat;

	}

#globalmenu ul li a.visual {
	display: block;
	width: 132px;
	height: 24px;
	
	background : url("../img/gnavi/VISUAL_A_07.gif") no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	}

#globalmenu ul li a.visual:hover {
	background : url("../img/gnavi/VISUAL_B_07.gif") no-repeat;

	}

/* end globalmenu */



/*ID+ヘッダー部分終了*/

h1			{
	font-size:	9px;
	font-weight: lighter;
	color: grey;
	margin-left: 10px;
	}

#wrapper	{
	width: 990px;
	height: 850px;
	position: absolute;
	}

/*フッター要素*/

#footer		{
	position: absolute;
	top: 950px;
	width: 1000px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	
	}
#footer p	{
	padding- top: 10px;
	font-size: 10px;
	}

.footer_right	{
	float: right;
	text-align: right;
	margin-right:2px;
	}	

.footer_left {
	float: left;
	margin-left: 10px;
	}
.footer_left p {
	float: left;
	margin-right: 5px;
	}
	
	
/*フッター要素終了*/

#servicemain	{
	width: 900px;
	height: 700px;
	margin: 0 auto;
	margin-top: 50px;
	}

.stextarea	{
	width: 900px;
	height: 250px;
	background: url("../img/PHOTOGRAPHY_03.gif") no-repeat;
	}

.stextarea p	{
	position: relative;
	top: 60px;
	left:30px;
	}