@charset "UTF-8";

/*** 基本構成 ***/

/* Universe*/
* {
	margin:0 auto;
	font-weight:normal;}


/* Links*/
a:link     { color: #669900; text-decoration: none; } 
a:visited  { color: #669900; text-decoration: none; }  
a:active   { color: #669900; text-decoration: none; }   
a:hover   {text-decoration:underline;color:#72012E; }

body {
	font-family: "Helvetica", Arial, sans-serif, Hiragino Maru Gothic Pro;
	text-align:center;
	font-size: 90%;
	color: #666666;
	line-height:1.4;
	margin:0;
	padding:0;
}

img {
	border:none;
}


/* [llllife]部分 */
h1 {
	float: left;
	margin-top: 30px;
	margin-bottom: 0px;
	font-size: 200%;
	font-weight:normal;
	display: inline;
}

/* [common....]部分 */
h2 {
	float: left;
	margin-top: 50px;
	font-size: 80%;
	font-weight:normal;
	display: inline;
}

h3 {
	font-size:140%;
	color: #666666;
	margin-top:10px;
	margin-bottom:5px;
	font-weight:normal;
}

h4 {
	color: #333333;
	font-size:110%;
	color: #669900;
	margin-top:10px;
	margin-bottom:5px;
	font-weight:normal;
}

#lostarrow {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#patagonia {
	width: 900px;
}

/**** タイトル部分 ****/
#header {
	width: 900px;
	margin: 0 auto;
	padding-top: 6px;
	padding-bottom: 6px;
	height: 70px;
}

#header a {
	text-decoration: none;
	color: #669900;
}

/**** メニュー ****/
#menu {
	width: 900px;
	height: 20px;
	margin-top:0px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align:left;
}

#menu ul li{ 	
    display: inline;
} 

#menu ul {
	height: 8px;
	list-style: none;
	display: inline;
}

#menu a {
	float: left;
	padding: 0px 8px;
	border-left: 1px solid #999999;
	text-decoration: none;
	font-size: 60%;
	color: #999999;
	display: inline;
}

#menu a:visited  { color: #999999; text-decoration: none; } 
#menu a:hover { color: #FF9900; }
#menu .first a { border: none; padding-left: 1px;
}



/**** カバーページの写真(900px ＊637px) ****/
#flash {
	width: 900px;
	height: 637px;
	margin-top: 10px;
	background: url(../archives/ads/llllife.jpg);
}

/**** 制作中 ****/
#flash2 {
	width: 900px;
	height: 637px;
	margin-top: 10px;
	background: url(../archives/images/service.gif);
}

.quote {
	text-align:left;
}

#pr {
	width: 800px;
	float: left;
	margin-top: 10px;
	margin-left: 20px;
	display: inline;
}



/**** トップページの一言コメント ****/
#toppage p {
	margin: 0 auto;
	text-align: right;
	color: #666666;
	padding-top: 10px;
	font-size: 70%;
}


/*** あとがき ****/
#footer {
	width: 900px;
	margin: 0 auto;
	padding: 15px 0 15px;
	border-top:solid 1px #F3F3F3;
	font-size: 80%;
	text-align: right;
	clear: both;
}

