@charset "utf-8";

*{
	margin:0;
	padding:0;
	border:none;
	list-style:none;
	color:#333333;
	font-size:14px;
}

body{
	background-color:#f2f0ea;
}

a{
	text-decoration:none;
	color:#333333;
}

.scc{
	text-decoration:underline;
	color:#FF3366;
}

/*.scc_link{
	display:block;
	float:left;
}*/

/*--- header ---*/
#header{
	background:url(/gss/images/header_bg.gif) repeat-x;
	overflow:hidden;
}

.logo{
	width:750px;
	height:
	background:url(/gss/images/header.gif);
	overflow:hidden;
	margin:0 auto;
}

h1{
	float:left;
	widht:240px;
	padding:10px 30px 20px;
}

h2{
	float:left;
	font-size:16px;
	padding-top:4px;
/*--	line-height:70px;  ---*/
}

#container{
	width:748px;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	background-color:#ffffff;
	margin:0 auto;
}


/*--- main ---*/
#main{
	padding-bottom:40px;
}

/*--- navi ---*/
#navi li{
	float:left;
}

/*--- contents ---*/
#contents{
	padding-bottom:40px;
}

#contents h3{
	clear:both;
	padding:30px 20px 0;
}

#contents ul{
	width:664px;
	margin:0 20px 30px;
	padding:20px;
}

#contents li{
	margin-left:15px;
	line-height:2em;
	padding:5px 0;
}

#contents ul.box1{
	border:3px solid #cf8ed6;
}
#contents ul.box2{
	border:3px solid #66cc99;
}
#contents ul.box3{
	border:3px solid #ffb129;
}

#contents ul.box1 li{
	list-style-image:url(/gss/images/icon1.gif);
}
#contents ul.box2 li{
	list-style-image:url(/gss/images/icon2.gif);
}
#contents ul.box3 li{
	list-style-image:url(/gss/images/icon3.gif);
}

#contents p{
	width:120px;
	float:right;
	padding-right:20px;
	background:url(/gss/images/pagetop.gif) no-repeat;
	text-indent:15px;
}

#contents p a{
	font-size:12px;
	line-height:12px;
}

/*--- work ---*/
#work{
	background-color:#ffffff;
	border-top:1px solid #cccccc;
	padding-bottom:40px;
}

#work h3{
	font-size:18px;
	padding:3px 10px;
	margin:0 0 10px 10px;
	border-left:6px solid #8b2034;
}	

#work ul{
	width:670px;
	padding:0 40px 20px;
}

#work li{
	margin-left:15px;
	line-height:1.5em;
	padding:5px 0;
	list-style-type:decimal;
}

.about{
	width:750px;
	background:;
	overflow:hidden;
	margin:0 auto;
}

/*--- footer ---*/
#footer{
	text-align:center;
	background:url(/gss/images/footer_bg.gif) repeat-x;
}

#footer p{
	color:#ffffff;
	line-height:26px;
}