@charset "utf-8";

/* -----------------------------------------------------------
	CSS Information

	File name:      main.css
	Style Info:     main.etc
----------------------------------------------------------- */

html {
	overflow-y: scroll;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td	{
	margin: 0;	padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var	{
	font-style: normal;
}
table	{
	border-collapse: collapse;	border-spacing: 0;
}
caption, th	{
	text-align: left;
}
q:before ,q:after	{
	content: '';
}
object, embed	{
	vertical-align: top;
}
hr, legend	{
	display: none;
}
h1, h2, h3, h4, h5, h6	{
	font-size: 100%;
}
img, abbr, acronym, fieldset	{
	border: 0;
}
li	{
	list-style-type: none;
}
p, dd, blockquote	{
	text-align: justify;
	text-justify: inter-ideograph;
}


/*------------------------------------------------------------------------------

								clearFix
								
------------------------------------------------------------------------------*/
div#contentWrapper:after
{
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: ".";
}

/* Win IE7 */
*:first-child + html div#contentWrapper
{
	min-height: 1%;
}
/* End Win IE7 */

/* Win IE6 \*/
* html div#contentWrapper
{
	height: 1%;
}
/* End Win IE6 */



/*------------------------------------------------------------------------------

							テキスト画像代替
							
------------------------------------------------------------------------------*/
div#twitter h2
{
	display: block;
	margin: 0;
	padding: 0;
	border-style: none;
	text-indent: -10000px;
	text-decoration: none;
	text-align: left;
/*\*/
	overflow: hidden;
/* */
}



/*------------------------------------------------------------------------------

								非表示部
								
------------------------------------------------------------------------------*/
xxx{
	position: absolute;
	top: -9999px;
	left: -9999px;
	z-index: -9999;
	width: 0;
	height: 0;
	overflow: hidden;
}






/*----------------------------------------------------
	Base
----------------------------------------------------*/

body {
	background: #FFFFFF;
	font-family: "メイリオ","Meiryo" "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.5;
	text-align: center;
	
}

html>/**/body {
	font-size: 12px;
}

* + html body {
	font-family: "メイリオ","Meiryo";
}


/*----------------------------------------------------
	汎用class
----------------------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.iepngfix{
	behavior: expression(IEPNGFIX.fix(this));
}

p.red{
	color:#FF0000;
}


/*------------headar------------*/
#header {
	position: relative;
	height:110px;
	background:#FFFFFF url(../images/header_bg.jpg);


}
#header .area{
	position: relative;
	width:900px;
	margin:0px auto ;
	
} 

#header h1{ 
	float:left;
	margin:40px 0px 0px 10px;
	width:260px;
	height:35px;
}

#header .headerNavi	{
	float:right;
	width:300px;
	margin:10px 25px 0 0;
	text-align:right;
	
	}

#header p{ 
	float:left;
	margin:30px 0px 0px 0px;
	width:260px;
	height:35px;
}



/*------------navi------------*/
#navi {
	position:relative;
	width:850px;
	margin:10px auto 20px;
	padding:0 25px;
	z-index:1;
	}
#navi ul li{
	display:inline;
}

/*------------main------------*/


#main {
	position: relative;
	width:900px;
	margin:0px auto 10px;
	text-align:left;

}

/*-----	#pageTOP -----*/

#pageTop{
	margin: 50px auto 0;
	width:850px;
	padding:0 25px;
	text-align:right;
	line-height:0;
	border:0;
}


/*-----	#footer -----*/


#footer {
	position: relative;
	height: 100px;
	background:#FFF url(../images/footer_bg.jpg) repeat-x;
	margin:0;
} 
#footer .area{
	position: relative;
	margin:0 auto;
	width:900px;
}
#footer .footnavi{
	float:left;
	width:900px;
	margin:15px auto 0;
	color:#333333;
	text-align:center;
	font-size:12px;
}

#footer .footnavi ul {
	padding:0 0 5px 2px;
	text-align:center;
	line-height:120%;
}
#footer .footnavi li {
	display:inline;
	padding-left:8px;
	padding-right:8px;
	border-left:1px solid #999;
	
}
#footer .footnavi li.last {
	border-right:1px solid #999;
}


#footer .copyright{
	float:left;
	width:900px;
	margin:10px auto 0;
	color:#333333;
	text-align:center;
	font-size:12px;
}

/*-------------------------------------------*/
a {
	text-decoration:none;
}
a:hover{
	color:#FF0000;
	text-decoration:underline;

}

/*-------------------------------------------*/

	
#flash{
	z-index:0;
}

#right {
	float:right;
	width:570px;
	text-align:left;
	min-height:350px;
	display:inline;
	margin:20px 0 0;
	border:0;
	padding:0;
}

	
/*----- #topicPath -----*/

#topicPathArea{
	width:890px;
	margin:10px auto;
	padding:5px;
	border-bottom:dotted #CCCCCC 1px;
	border-top:dotted #CCCCCC 1px;
	text-align:left;
}

#topicPath {
	font-size:12px;  
	margin:0;  
}  
#topicPath li {
	display:inline;  
	line-height:110%;  
	list-style-type:none;  
}  
#topicPath li a {  
	padding-right:10px;  
	background:url(../images/topicpath.gif) no-repeat right center;  
}  


/*----- #banner ------*/
#banner {
	float:left;
	width:300px;
	display:inline;
	margin:20px 0 0;
	border:0;
	padding:0;
}
#banner p{
	margin: 0 0 5px ;
}

/*----- #right -----*/

#right h2 {
	font-size:30px;
	font-weight:normal;
	color:#333333;
	line-height:100%;

}
#right h2.text {
	font-size:18px;
	font-weight: bold;
	color:#333333;
	line-height:130%;
	background:url(http://fromhome.jp/images/title_bg.jpg) no-repeat bottom;
}

#right p {
	font-size:12px;
	padding:10px;
	line-height:30px;
	margin-bottom:10px;
}

div#right ol.support{
	font-size:12px;
	padding: 0 3em 0 5em;
	
}

div#right ol.support li{
	text-indent: -3em;
	padding-bottom: 1em;
	line-height: 30px;
	
}

.small{
	font-size:10px;
}

/*----- about -----*/

.about{
	margin:10px 0 0 0;
	position:relative;
	border-top:1px dotted #999; }

.about dl{
	font-size:12px;	 
	border-bottom:1px dotted #999;  
}

.about dl dt{
	position:absolute; 
	width:150px;
	left:0;
	padding:10px 0 5px 10px;
	font-weight:bold;  
}  

.about dl dd{
	width:400px;  
	margin-left:150px;  
	padding:10px 5px 5px 10px;  
}



/*----- TopPage NEWS -----*/

#news{
	font-size:12px;
	margin:10px 0 0;
}
#news dl{
	width:560px;
	border-bottom:#999999 dotted 1px;
	padding:10px 0px;
}
#news dt{
	float:left;  
	width:100px;  
	padding:0px 0 0px 10px;  
	clear:both;  
	font-weight: normal;
	
}
#news dd{
	width:440px;  
	margin-left:110px;  
	padding:0px 5px;  
}
.btn_area {
	padding:10px;
	text-align:right;
}

/*----- NEWS 記事 -----*/
div.date{
	text-align:right;
	margin:10px 0px;
	padding:5px;
	background: #FDFDFD;
}
p.newsText{
	padding:10px;
	font-size:14px;
	line-height:180%;
	border-bottom:#999999 dotted 1px;
}

/*----- inquiry -----*/

.table_02 tr{
	border-top:#999999 dotted 1px;
}
.table_02 td{
	margin:0;
	padding:10px 0 10px 10px;
	font-size:12px;
	}
.table_02 th{
	margin:0;
	padding:10px 5px;
	font-size:12px;
	font-weight:normal;
	}	
.mail{
	margin:0 auto;
	padding:20px 10px;
	width:620px;
	text-align:center;
	background-color:#FFFFFF;
	}
	
.width_250{width:250px;}
.width_400{width:400px;}

.tabContainer {
	width: 560px;
}



/*----- Q&A -----*/

.tabContainer dl {
	clear: both;
	width: 560px;
	padding: 10px;
}

/* Q */
.tabContainer dl dt {
	margin: 5px 0 5px;
	padding:10px 0 0 20px;
	background: url(../images/q.gif) no-repeat 0px 10px;
	font-weight: bold;
	color:#0066FF;
	border-top: 1px dotted #CCC;
}
.tabContainer dl dt:hover {
	text-decoration:underline;
	color:#FF0000;
}

/* A */
.tabContainer dl dd {
	font-size:14px;
	margin-bottom: 15px;
	padding: 10px 10px 0 35px;
	background: url(../images/a.gif) no-repeat 0px 13px;
}



/*----- link,sitemap -----*/


#link h3  {	
	font-weight:normal;
	margin:0px 0 ;
	padding:5px 5px 5px 5px;
	font-size:16px;
	border-bottom:dotted #CCCCCC 1px;
}

#sitemap h3 {	
	font-weight:normal;
	margin:0px 0 ;
	padding:5px 5px 5px 20px;
	font-size:16px;
	border-bottom:dotted #CCCCCC 1px;
}

#sitemap h3.arrow_a{
	background:url(../images/arrow_a.jpg) no-repeat center left;
}
#sitemap h3.arrow_b{
	background:url(../images/arrow_b.jpg) no-repeat center left;
}
#sitemap h3.arrow_c{
	background:url(../images/arrow_c.jpg) no-repeat center left;
}
#sitemap h3.arrow_d{
	background:url(../images/arrow_d.jpg) no-repeat center left;
}
#sitemap h3.arrow_e{
	background:url(../images/arrow_e.jpg) no-repeat center left;
}
#sitemap h3.arrow_f{
	background:url(../images/arrow_f.jpg) no-repeat center left;
}
#sitemap h3.arrow_g{
	background:url(../images/arrow_g.jpg) no-repeat center left;
}
#sitemap h3.arrow_h{
	background:url(../images/arrow_h.jpg) no-repeat center left;
}


ul.links , ul.sitemap{
	margin: ;
	font-size: 14px;
	border-bottom:dotted #CCCCCC 1px;
}

ul.links li ,  ul.sitemap li{
	margin:0 0 0 30px;
	padding:5px 15px;
	background: url(../images/arrow_i.jpg) 0px 50% no-repeat;
	line-height: 1.4;
}

* html box ul.links li{
	height: 1.4em;/* For IE6 */
}

/*----- artists -----*/

#artists{
	margin:10px 0 0;
}
#artists ul{
	
}
#artists ul li{
	margin:10px 0 0;
}

/*----- artist -----*/
#artistTopimg{
	margin:10px 0px;
}

#artist{
	margin:10px 0 0 0;
	position:relative;
	border-top:1px dotted #999; 
}

#artist p.profile{
	font-size:14px;
	margin:0;
	padding:0px;
	font-weight:bold;}

#artist dl{
	font-size:12px;	 
	border-bottom:1px dotted #999;  
}

#artist dl dt{
	position:absolute; 
	width:150px;
	left:0;
	padding:10px 0 5px 10px;
	font-weight:bold;  
}  

#artist dl dd{
	width:400px;  
	margin-left:150px;  
	padding:10px 5px 5px 10px;  
}


#artist dl dd dl {
	width:400px;
	border-bottom: none;
}

#artist dl dd dl dt{
	width:50px;
	position:absolute;
	left:160px;
	padding:0px 0;  
	font-weight:normal;
}

#artist dl dd dl dd{
	width:330px;  
	margin:0 0 10px 55px;  
	padding:0px 0;  
}

#artist dl dd　.works{
	display:inline;
	padding:5px 0px 0px 0px; 
	margin:30px 0 0 150px;
}

#artist dl dd.works img{
	padding:5px 0px 0px 0px;  
}


/*----- information -----*/
#information{
	margin:10px 0 0 0;
}

#information h3{
	margin:15px 0 0 0;
	border-bottom:solid 1px #333333;
	font-size:14px;
}

#information dl{
	font-size:12px;
	line-height:200%;
	border-bottom:1px dotted #999;  
}

#information dl dt{
	float:left;  
	width:120px;
	display:inline;
	padding:5px 0 5px 10px;  
	clear:both;  
	font-weight:bold;  
	border-top:1px dotted #999;  
}  

#information dl dd{
	width:410px;  
	margin-left:120px;  
	padding:5px 5px 5px 10px;  
	border-top:1px dotted #999; 
}

#map p{
	font-size:12px;
	margin:0 0 0 5px;
	padding:0 5px;
	line-height:180%;
	}


#map{
	margin:10px 0 0 0;
	float:left;
	width:100%;
}

#map.border{
	margin:10px 0 0 0;
	padding:5px 0;
	float:left;
	width:100%;
	border-bottom:solid 1px #CCCCCC;
	border-top:solid 1px #CCCCCC;
}

#map .rightBox{
	width:200px;
	float:right;
	margin:10px 0 0 0;
}
#map .leftBox{
	width:360px;
	float:left;
	margin:10px 0 0 0;
}

#map h3{
	margin:15px 0 0 0;
	padding:5px 0 5px 5px;
	border-bottom:solid 1px #333333;
	border-top:solid 1px #333333;
	font-size:14px;
	
}

#map dl{
	font-size:12px;
	line-height:200%;
	border-bottom:1px dotted #999;  
}

#map dl dt{
	float:left;  
	width:120px;
	display:inline;
	padding:5px 0 5px 10px;  
	clear:both;  
	font-weight:bold;  
	border-top:1px dotted #999;
}  
#map dl dt.top,#map dl dd.top{
	border:none;
}
#map dl dd{
	width:420px;  
	margin-left:130px;  
	padding:5px 5px 5px 10px;  
	border-top:1px dotted #999; 
}




/*---------- koubo ----------*/
#koubo {
	margin:10px 0 0 0;
}

#koubo h3{
	font-size:16px;
	text-decoration:none;
}

#koubo  dl{
	font-size:14px;
	line-height:200%;
	margin:0 10px;
}

#koubo  dl dt{
	font-size:14px;
	font-weight:bold;  
	border-top:1px dotted #999;  
}  

#koubo  dl dd{
	font-size:12px;
	margin-left:10px;   
}

/*---------- preEvent ----------*/

#preEvent{
	margin:0px 15px 0;
	}



/*-------------------------------------------------------------

						#twitter

-------------------------------------------------------------*/

div#twitter{
	
}

div#twitter h2{
	width: 570px;
	height: 50px;
	background: url(../images/title_015.jpg) no-repeat scroll left top;	
}

div#twitter ul{
	margin-top: 10px;

}

div#twitter li{
	border-bottom: dotted 1px  #999999;
	padding: 10px;
}


