@charset "utf-8";
/* CSS Document */

/*------------------------------------
          Universal selector
-------------------------------------*/

* {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	color: #000000;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;

}



/*------------------------------------
          Structure Module
-------------------------------------*/

body {
	background-image: url(../image/background_base.gif);
	background-repeat: repeat-x;
	font-family:"メイリオ" ;
}

div#base {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}

/*------------------------------------
          Text Module
-------------------------------------*/

.clear {
    clear:both;
}

.section {
	
}


/*------------------------------------
          navi
-------------------------------------*/

div#navi {
	background-repeat: no-repeat;
	height: 550px;
}

div#navi.home {
	background-image: url(../image/background_top.gif);
	background-position: center top;
}

div#navi.about {
	background-image: url(../image/background_about.gif);
	background-position: top;	
}

div#navi.portfolio {
	background-image: url(../image/background_portfilio.gif);
	background-position: top;	
}

div#navi.contact {
	background-image: url(../image/background_contact.gif);
	background-position: top;	
}

#navi ul {
	list-style-type: none;
	font-family: "Lucida Sans Unicode";
	text-align: center;
	padding-top: 500px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}


#navi li {
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	display: inline;
}


#navi li a {
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}



li#menu-home.active,
li#menu-home a:hover,
#main h1.home { 
	color: #EA3B9B;


}

li#menu-about.active,
li#menu-about a:hover,
#main h1.about { 
	color: #4D1A7E;


}

li#menu-portfolio.active,
li#menu-portfolio a:hover,
#main h1.portfolio { 
	color: #60BFD4;


}

li#menu-contact.active,
li#menu-contact a:hover,
#main h1.contact { 
	color: #59B27E;


}

/*------------------------------------
          main
-------------------------------------*/

#main {
	margin-top: 20px;
	margin-right: 70px;
	margin-bottom: 20px;
	margin-left: 70px;
}

#main h1 {
	font-family: "Lucida Sans Unicode";
	font-size: 26px;
	line-height: 26px;
	text-transform: uppercase;
	margin-bottom: 30px;
	
}

#main p {
	font-size: 14px;
	margin-bottom: 30px;
	
}

/*------------------------------------
          portfolio
-------------------------------------*/

#main #sample {
	width: 680px;

}

#main #sample table {
	margin: 20px;
	padding: 0px;
}

#main #sample tr {
	margin: 0px;
	padding: 0px;
}

#main #sample th {
	width: 200px;
	height: 200px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}

#main #sample th img {
	margin-right: 20px;
	margin-left: 20px;			
}

#main #sample td {
	font-size: 12px;
	height: 50px;
	width: 180px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	padding: 0px;
}

#main .projectportfolio {
	margin-bottom: 20px;
	margin-top: 20px;
	height: 200px;
}

#main .projectportfolio h3 {
	font-family: "Lucida Sans Unicode";
	font-size: 18px;
	text-align: right;
	color: #60BFD4;

}

#main .projectportfolio h2 a{
	color: #60BFD4;
	text-decoration: none;

}


#main .projectportfolio ul{
	font-family: "Lucida Sans Unicode";
	margin: 0px;
	padding: 5px;
	

}

#main .projectportfolio li{
	font-family: "Lucida Sans Unicode";
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: right;
}

#main .projectportfolio p.visit a   {
	padding: 5px;
	background-color: #aaaaaa;
	color: #FFFFFF;
	text-decoration: none;
	float: right;
	margin-top: 20px;
}

#main .projectportfolio p.visit a:hover   {
	background-color: #60BFD4;
	color: #FFFFFF;
	
}

#main .projectportfolio a img{
	padding: 5px;
	float: left;
	margin-right: 80px;
	border: 1px solid #CCCCCC;
}

#main .projectportfolio a:hover img{
	padding: 5px;
	float: left;
	margin-right: 80px;
	border: 1px solid #60BFD4;
}


#main .projectportfolio .shotportfolio {
	width: 225px;
	padding: 5px;
	float: left;
	margin-right: 80px;
	border: 1px solid #CCCCCC;
	z-index: 0;
	position: relative;
			
}

#main .projectportfolio .shotportfolio:hover {
	border: 1px solid #60BFD4;
	
			
}		
		
#main .projectportfolio .shotportfolio img {
	z-index: 1;
	border: none
}
			
#main .projectportfolio .shotportfolio a img{
	padding: 0px;
	margin: 0px;
	border: none;
}

#main .projectportfolio .shotportfolio a:hover img{
	padding: 0px;
	margin: 0px;
	border: none;
}
		
#main .projectportfolio .shotportfolio span {
	font-family: "Lucida Sans Unicode";
	margin: 5px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	display: block;
	position: absolute;
	width: 215px;
	right: 0;
	bottom: 0px;
	z-index: 2;
	background: #aaa;
	color: white;
	font-size: 16px;
	text-align: right;
	filter: alpha(style=0, opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
	
}
			
#main .projectportfolio .shotportfolio:hover span {
	display: none;
}

#main .projectportfolio .shotportfolio a {
	text-decoration: none!important;
}
			

/*------------------------------------
          contact
-------------------------------------*/

#main h2.contact {
	color: #59B27E;
	font-size: 20px;
	margin-bottom: 5px;
}

#main p.contact {
	font-size: 14px;
	margin-bottom: 10px;
}

#main p.contact a {
	font-size: 16px;
	margin-bottom: 10px;
}

#main dl.contact {
	margin-bottom: 5px;	
}

#main .contact dt {
	font-size: 16px;
	font-weight: bold;
}

#main .contact dd {
	font-size: 12px;
	line-height: 12px;
}


/*------------------------------------
          footer
-------------------------------------*/

#footer {
	color: #000000;
	margin-top: 50px;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 70px;
	
}

#footer.home {
	border-top: 1px solid #EA3B9B;

}

#footer.about {
	border-top: 1px solid #4D1A7E;

}

#footer.portfolio {
	border-top: 1px solid #60BFD4;

}

#footer.contact {
	border-top: 1px solid #59B27E;

}
