/* CSS SETTING for "viento works" */
/*  BODY 
------------------------------------ */

A:link		 {
	text-decoration:underline;
	color		:#000;
}
A:visited 	{
	text-decoration:underline;
	color		:#888;
}
A:hover		{
	color		:#c00;
	text-decoration	:underline;
}
A:active 	{
	text-decoration	:none;
	color		:red;
}
BODY		{
	font-family	:メイリオ,verdana,MS Pｺﾞｼｯｸ;
	font-size	:10.5pt;
	color		:#332222;
	background-color:#fff;
	background-image:url(../img/back.gif);
	background-repeat:repeat;
/*	background-attachment		: fixed;
	background-position		: 0 center;	
	scrollbar-track-color		: #ffffff;
 	scrollbar-face-color		: #ffffff;
  	scrollbar-shadow-color		: #777777;
  	scrollbar-darkshadow-color	: #ffffff;
  	scrollbar-highlight-color	: #000000;
  	scrollbar-3dlight-color		: #000000;
  	scrollbar-arrow-color		: #000000;*/
}
/*  DIV 
------------------------------------ */
.base{
	width		:680px;
	margin		:10px auto;
	padding		:0px;

}
.ad{
	width		:680px;
	height		:1.5em;
	margin		:0px 0px;
	padding		:0px;
}
.header{
	height		:50px;
	padding 	:5px 0px;
	margin		:0px 0px;
	background	:#000;
}
.flash{
	height		:250px;
	padding 	:0px;
	background	:#fff;
}
.page{
	width		:680px;
	padding 	:0px;
	margin		:0px;
	background	:#606060;
}
.toppage{
	width		:680px;
	padding 	:0px;
	margin		:0px;
	background	:#fff;
}
.menu{
	width		:185px;
	padding 	:10px 0px;
	background	:#606060;
	float		:right;
	text-align	:center;
}
.menu img{
	border-bottom	:1px dashed #fff;
}
.main{
	width		:495px;
	background	:#fff;
	float		:right;
}
.title{
	height		:65px;
	margin		:0px;
	padding		:0px 0px 0px 2px;
	background	:#fff;
}
.sentence{
	margin		:0px;
	padding		:15px 20px;
	background	:#fff;
	text-align	:left;
	background-image:url(../img/back_dir.gif);
}
.foot{
	height		:20px;
	padding 	:5px;
	background	:#000;
	text-align	:right;
	color		:#fff;
	font-weight	:bold;
	clear		:right;
}
.box_l{
	width		:170px;
	background	:#fff;
	float		:left;
}
.box_r{
	width		:280px;
	background	:#fff;
	float		:left;

}
.clear{
	width		:450px;
	clear		:both;
	margin-bottom	:20px;
}
/*  見出し･文章 
------------------------------------------- */
h1{
	font-size	:115%;
	margin		:0px 0px 20px 0px;
	padding		:7px 20px;
	font-weight	:normal;
}
h2{
	font-size	:105%;
	margin-bottom	:0px;
	padding-bottom	:0px;
}
ul.item{
	list-style-image: url(../img/sq.gif);
	margin-top	:0px;
	padding-top	:0px;
}
li.no{
	list-style-type: none;
	list-style-image: url();
}
li#red{
	color		:#c00;
	font-size	:80%;
}
li.no span{
	color		:#c00;
	font-weight	:bold;
}
blockquote{
	font-size	:10.5pt;
	line-height	:130%;
	word-spacing	:1pt;
	margin-bottom	:25px;
}
br{
	line-height	:0px;
}

