@charset "utf-8";

/* CSS Document */

body{
	background-color:#ffffff;
	font-family: "Osaka", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	color: #000000;
}
a {
	color: #339900;
	text-decoration: none;
}
a:hover {
	color: #334400;
	text-decoration: none;
}


.news { 
	background-image: url(../img/news_linetop.gif); 
	background-repeat: no-repeat; 
}
.news_b { 
	background-image: url(../img/news_linebottom.gif); 
	background-repeat: no-repeat; 
}


/* headerボタン */

#top_bt{
     height:185px;
}
#bt { white-space: nowrap;
margin-top: 35px;
}
/* header */

#contents { white-space: nowrap;
margin: 35px;
}


.font {
	font-size: 12px;
	color: #666666;
	margin: 10px 10px;
}

a.font {
   font-size: 12px;
   color: #b6e21e;
   text-decoration: none;
}
a.font:hover {
   color: #94b913;
   text-decoration: none;
}

/* footer */
.font2 {
	font-size: 10px;
	color: #000000;
	padding-bottom: 35px;
}


/* photoボタン */

/* #photo_bt{
	margin-left:10px;
	margin-top:0px;
	width:150px;
    height:185px;
} */

#photoframe{
	margin-left:50px;
	margin-top:20px;
}


/* profile */

.proform{
	margin-left:35px;
}




/* worksボタン */

.works_bt{
	margin-left:35px;
	margin-top:5px;
	width:803px;
    height:60px;
}
.works_bt2{
	margin-left:35px;
	margin-top:5px;
}
.works_title{
	font-size: 18px;
	color:#339900;
	margin-top:25px;
	margin-bottom:-5px;
	}

/* linkリスト */

.linklist{
	margin-bottom:5px;
	margin-left:35px;
	}

a.linktext {
	font-size: 12px;
	color: #b6e21e;
	text-decoration: none;
}
a.linktext:hover {
	color: #94b913;
	text-decoration: none;
}


/* photoリスト */

.photolist{
	font-size: 12px;
	margin-bottom:10px;
	margin-left:-15px;
	}

/* 戻るボタン */

#backtoppage {
	margin-left:750px;
	margin-top:20px;
	margin-bottom:5px;	
}


/* windows6用タグ */

* html #backtoppage {
	margin-left:700px;
	font-size: 12px;
}
* html body{
	font-size: 14px;
	line-height:120%;
}
* html .photolist{
    padding-left:20px;
}
* html #photoframe{
	margin-left:-60px;
}
* html a.linktext {
	font-size: 14px;
}
* html .works_bt{
	margin-top:30px;
	margin-left:-65px;
}
* html .works_title{
	margin-top:0px;
	margin-bottom:-15px;
}
* html .proform{
	margin-left:-20px;
}
/* windows7用タグ */

*+html #backtoppage {
	margin-left:700px;
	font-size: 12px;
}
*+html body{
	font-size: 14px;
	line-height:120%;
}
*+html .photolist{
    padding-left:20px;
}
*+html #photoframe{
	margin-left:-60px;
}
*+html a.linktext {
	font-size: 14px;
}
*+html .works_bt{
	margin-left:-60px;
}
*+html .works_title{
	margin-top:35px;
	margin-bottom:-15px;
}
*+html .proform{
	margin-left:-20px;
}