@charset "UTF-8";

/*-----------------------
formatting style
-------------------------*/
* {
	font-style: normal;
	padding: 0px;
	text-decoration: none;
	margin: 0px;
}
html {
    height:100%;
}
body {
	height:100%;
	font-family: sans-serif;
	font-size: 75%;
	color: #000;
	list-style: none;
	text-align: center;
	background-color: #FBFBFB;
	background-image: url(imgs/bg_1.png);
	background-repeat: repeat;
}
hr {
}
img {
	border: none;
}

/*-----------------------
link style
-------------------------*/
a:link {
	color: #000;
	text-decoration: none;
	outline: none;
}
a:visited {
	text-decoration: none;
	color: #000;
	outline: none;
}
a:hover {
	color: #000;
	text-decoration: none;
	outline: none;
}
a:active {
	text-decoration: none;
	color: #000;
	outline: none;
}
img a{
    outline: none;
}

/*-----------------------
basic layout
-------------------------*/
#wrapper {
	height:auto;
	background-color: #FFF;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	left: auto;
	right: auto;
	width: 1000px;
}

/*#main {
	background-color: #FFF;
	height: auto;
	color: #000;
	margin-right: auto;
	margin-bottom: 0px;
	width: 1000px;
}*/
#content {
	background-color: #FFF;
	height: auto;
	color: #000;
	margin-top: 0px;
	margin-bottom: 30px;
	width: 980px;
	margin-left: 10px;
}
#paging {
	width: 980px;
	height:80px;
	float:left;
}
/*-----------------------
header style
-------------------------*/
#header {
	background-color: #FFF;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 1000px;
	border-top-width: 9px;
	border-top-style: solid;
	border-top-color: #000;
}

#header ul{
    clear:both;
}

#header #GL-nav li a{
	display:block;
	height: 50px;
	width: 200px;
}

#header li {
	float: left;
	height: 50px;
	width: 200px;
	margin-left: 0px;
	list-style: none;
	text-align: center;
}
#header ul {
	background-color: #FFF;
	height: 50px;
	width: 1000px;
}
#header #GL-nav li a{
	display:block;
	text-decoration: none;
	text-indent: -9999px;
	outline: none;
	height: 50px;
}
#header #GL_nav01 a{
	background-image: url(imgs/GL/GL1.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#header #GL_nav02 a{
	background-image: url(imgs/GL/GL2.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#header #GL_nav03 a{
	background-image: url(imgs/GL/GL3.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#header #GL_nav04 a{
	background-image: url(imgs/GL/GL4.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#header #GL_nav05 a{
	background-image: url(imgs/GL/GL5.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#header li a:hover{
	background-position: 0 -50px;
}
#header img{
    margin-top:20px;
    margin-bottom:10px;
    margin-left:20px;
}
/*-----------------------
footer style
-------------------------*/
#footer {
	height:35px;
	clear: both;
	background-color: #FFF;
	font-size: 90%;
	background-image: url(imgs/footer.png);
	width: 980px;
	margin-top: 10px;
	margin-left: 10px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}


#footer li {
	list-style: none;
	float: left;
	width: 140px;
	margin-top: 15px;
}

#footer p {
	float: right;
}

#footer li a{
	color: #333;
}

#footer ul {
	margin-left: 10px;
}
#footer p {
	margin-right: 10px;
	margin-top: 15px;
	color: #333;
}


/*-----------------------
member_content
-------------------------*/

#works #content #main {
	width: 660px;
	height: auto;
	float: left;
	margin-top: 40px;
	margin-left:5px;
	margin-right:15px;
}
#content #main02 {
	width: 680px;
	height: auto;
	float: left;
}
#works #content #sidebar {
	width: 280px;
	float: right;
	height: auto;
	margin-right: 20px;
	margin-top: 50px;
}
#works #content #sidebar img {
	margin-bottom: 20px;
}
#works #content #sidebar #side_list{
	color:#000;
	list-style-type: none;
	line-height: 3em;
	margin-top:20px;
}
#profile_list {
	margin-top: 30px;
	line-height: 2em;
}
#main h2 {
	font-size: 150%;
	font-weight: normal;
}
#link_list {
	list-style-type: none;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: 50px;
	line-height: 2em;
}
#link_list a:hover{
	background-color:#FFFF33;
}
#content #sidebar #side_list{
	color:#000;
	list-style-type: none;
	line-height: 3em;
}
#content #sidebar #side_list li a{
	padding-left:10px;
	text-decoration: underline;
}
#content #sidebar #side_list li a:hover{
	color:#0099FF;
}

/*-----------------------
class
-------------------------*/
.article{
	width:600px;
	height:auto;
	margin-top:50px;
	margin-left: 50px;
	margin-right: 30px;
	margin-bottom: 20px;
}
.article_title{
	margin-bottom:40px;
}
.article_title h1{
	color:#000;
	font-size:200%;
}
.article_title h1 a:link{
	color:#000;
}
.article_title h1 a:hover{
	color:#0099FF;
}
.article_title h1 a:visited{
	color:#000;
}
.article p{
    line-height:2.0em;
}
.work_thum {
	float: left;
	margin-left: 33px;
	margin-bottom: 33px;
}
p.page-list {
	text-align : center;
	color:#FFF;
}
p.page-list a {
	text-align : center;
	color:#FFFF33;
}
p.page-list span {
	border : 1px solid #999999;
	padding : 2px 5px;
	background-color:#000;
	color:#FFF;
}
.yellow_label{
   background-color:#FFFF33;
   line-height:1.7em;
   padding-left:10px;
   margin-bottom:20px;
}
.date{
    font-size:75%;
}
.link_title{
   font-weight:bold;
   font-size:120%;
}
