/* --------------------------------------------------------------------------------------------- */
/* 全体設定 */
/* --------------------------------------------------------------------------------------------- */

html.body{
    height: 100%;
    overflow: auto;
    margin: 0px auto;
}

body{
margin: 0em auto;
padding-top: 0em;
text-align: center;
background-image: url('../img/layout/bg2.png');
}

/* --------------------------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------------------------- */
/* 囲い設定 */
/* --------------------------------------------------------------------------------------------- */

	
div#all{
margin: 0em auto;
padding: 0em;
height: 100%;
text-align: center;
border-width: 0px 1px 1px;
border-color: #008F00;
border-style: solid;
position: relative;
min-height: 100%;
width: 660px;
background-color: #FFFFFF;

}

/* --------------------------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------------------------- */
/* header設定 */
/* --------------------------------------------------------------------------------------------- */


div#header{
text-align: left;
padding-top: 0.05em;
padding-left: 1em;
height: 145px;
background-image: url('../img/layout/top.jpg');
}

/* --------------------------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------------------------- */
/* content設定 */
/* --------------------------------------------------------------------------------------------- */


div#content{
height: 100%;
margin: 0em;
padding-top: 0em;
padding-bottom: 0cm;
background-image: url('../img/layout/bg3.jpg');
float: left;
}

/* --------------------------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------------------------- */
/* menu全般 */
/* --------------------------------------------------------------------------------------------- */


div#menu{
width: 195px;
height: auto;
color: #FFFFFF;
text-align: center;
margin-left:auto;
margin-right:auto;
padding-top: 1em;
padding-left: 0.2em;
padding-right: 0.2em;
float: left;
position: relative;
}



/*-------ロールオーバー関係------*/


a,
a:link,
a:visited {
	background-position: 0px 0px;
}

a:focus,
a:hover,
a:active {
	background-position: 0px 35px;
}

a.home{
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:79px;
    height:35px;
    background-image:url(../img/menu/home.gif) ;
}


a.about{
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:87px;
    height:35px;
    background-image:url(../img/menu/about.gif);
}

a.projects{
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:128px;
    height:35px;
    background-image:url(../img/menu/projects.gif);
}

a.creation{
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:127px;
    height:35px;
    background-image:url(../img/menu/creation.gif);
}

a.learning{
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:127px;
    height:40px;
    background-image:url(../img/menu/learning.gif);
}

a.BBS{
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:72px;
    height:35px;
    background-image:url(../img/menu/BBS.gif);
}

a.wiki{
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:72px;
    height:34px;
    background-image:url(../img/menu/wiki.gif);
}

a.member{
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:122px;
	height:35px;
	background-image:url(../img/menu/member.gif);
}

a.links{
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:77px;
    height:35px;
    background-image:url(../img/menu/links.gif);
}

a img {
    border-style:none;
}
/* --------------------------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------------------------- */
/* main全般 */
/* --------------------------------------------------------------------------------------------- */


div#main{
width: 400px;
height: 100%;
text-align: left;
padding: 1em;
float: left;
background-color: #FFFFFF;

/*---
background-image: url('');
background-repeat: no-repeat;
background-position: right bottom;
position: relative;
overflow: visible;
overflow-x: visible;
overflow-y: visible;
---*/

}

/*-------main詳細------*/

#main p,h3,ul,tr{
	font-size: 0.75em;
}


#main p.ho{
	color: #330000;
	line-height: 2em;
	padding-left: 2em;
	padding-bottom: 1em;
}

#main p.topics{
	color: #330000;
	line-height: 1.6em;
	margin: 10px 5px 5px 20px;
	padding: 10px;
}


#main h2{
	line-height: 0.5em;
	font-size: 1em;
	color: #006600;
	font-weight: bold;
	padding-bottom: 0.5em;
	border-bottom-color: #006600;
	border-bottom-style: double;
	clear: both;

}

#main h3{
	font-weight: bold;
	padding-left: 1em;
	margin: 5px 10px 5px 10px;
	clear: both;
}

#main h3.join{
	color: #ff0000;
}

#main a.individual{
	line-height: 1em;
	padding-left: 2em;
	padding-bottom: 0em;
} 

/*-------画像関係------*/

#main img.topicsImage{
	float: left;
	width: 100px;
	height: 80px;
	margin: 0px 5px 5px 20px;
}

#main img.aboutImage{
	float: right;
	width: 128px;
	height: 96px;
	margin: 0pc 20px 5px 5px;
}


/*-------メンバ表(テーブル)関係------*/

#main table.member{
	margin: 10px 10px 10px 20px;
}

#main td.Line{
	width: 3em;
}

/*-------作品紹介関係------*/

#main div.pBox{
	clear: both;
	width: 410px;
	margin: 15px auto;
	padding: 5px;
	text-align: center;
}

#main img.pImage{
	float: left;
	width: 150px;
	height: 100px;
	margin-left: 15px;
	border: 1px solid #DDDDDD;
}

#main ul.pList{
	float: left;
	margin-left: 5px;
	padding-left: 5px;
	text-align: left;
}

#main ul.pList li{
	list-style-type: none;
	padding-bottom: 2px;
	font-size: 12px;
	text-align: left;
}

#main p.pText{
	clear: both;
	margin-left: 10px;
	text-align: left;
}

#main ul.album{
	text-align: center;
	padding: 0px 0px 2em;
	margin: 0px;
}

#main ul.album li{    
	margin: 0px 0px 0px 5px;  
	display: inline;
	padding: 0px;
}

#main ul.album li.first{
	margin-left: 0px;
}


/* --------------------------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------------------------- */
/* footer全般 */
/* --------------------------------------------------------------------------------------------- */

div#footer1{
height: 1em;
font-size: 0.75em;
color: #330000;
text-align: center;
clear: both;
position:relative;
bottom:0px;
background-color: #000000;
}

div#footer2{
height:3em;
margin-top:1em;
font-size: 0.75em;
color: #330000;
text-align: center;
position:relative;
bottom:0px;
background-color: #FFFFFF;
}

/* --------------------------------------------------------------------------------------------- */




