﻿/**************************************************************************/
/* 著作権表示(削除不可) 
/* AUTHOR  = 株式会社CONFRAGE
/* URL     = http://www.confrage.com/
/* version = 1.01
/***************************************************************************/

BODY{
	/*スクロールバー属性の指定*/
	scrollbar-track-color : Azure;
	scrollbar-face-color : Gainsboro;
	scrollbar-arrow-color : black;
	margin-top: 0px;/* 画面上部の空きサイズ */
	font-family : "MS P明朝";/*ﾌｫﾝﾄの指定*/
	background-color:ivory;/*画面背景色*/
}

.top  {
		background-color: #ffffff;
		border-bottom     : 1px solid limegreen;
		border-left       : 1px solid limegreen;
		border-right      : 1px solid limegreen;
		width      : 800px;
		text-align : center;
		margin-left:auto; margin-right:auto;
		padding: 0px;
}

/* トップページ、会社概要、etc */
.page {
		background-color:gainsboro;
		border:solid 1px silver;
		cursor:hand;
		text-align:center;

		filter:progid:DXImageTransform.Microsoft.alpha
		(style=3,opacity=0,finishopacity=90,enabled=true)
		width     : 100px;
		font-size :  13px;
}

.bold {
		border-collapse:collapse;
}

/* 画面タイトル用 */
.title {
		background-color:limegreen;width:800px;padding:8px; letter-spacing:15px; text-align:center; font-size:18px;
		filter:progid:DXImageTransform.Microsoft.alpha
		(style=3,opacity=100,finishopacity=40,startx=0,starty=0,finishx=300,finishy=100 enabled=true)
}
    
/* サブタイトル用 */
.sub-title{
		font-size : 14px; border-left : 5px solid limegreen;border-bottom : 1px solid limegreen;
}

/* td左寄せ用 */
.left{text-align:left;}
/* td真ん中寄せ用 */
.center{text-align:center;}
				.ad{font-size : 22px;}/* テキスト広告 */
				.hr       {width:800px;}
				.movie-hr {width:400px;}
				.char     {font-size : 13px;}
				.red      {font-size : 13px; color : red;}
				.green    {font-size : 13px; color : green;}
				.upddt	{font-size : 13px;}
				.table800 {font-size : 13px; width : 800px;}
				.table600 {font-size : 13px; width : 600px;}
				.table400 {font-size : 13px; width : 400px;}
				.table300 {font-size : 13px; width : 300px;}
				.table200 {font-size : 13px; width : 200px;}
				.table180 {font-size : 13px; width : 180px;}
				.td40     {font-size : 13px; width :  272px;}
				.td50     {font-size : 13px; width :  68px;}
				.td70     {font-size : 13px; width :  70px;}
				.td80     {font-size : 13px; width :  80px;}
				.td100    {}
				.td150    {font-size : 13px; width : 150px;}
				.td180    {font-size : 13px; width : 180px;}
				.td200    {font-size : 13px; width : 200px;}
				.td300    {font-size : 13px; width : 300px;}
				.td400    {font-size : 13px; width : 400px;}
				.td420    {font-size : 13px; width : 420px;}
				.td450    {font-size : 13px; width : 450px;}
				.footer   {font-size : 13px; width : 800px; border : 1px solid green;}
				.event   {font-size : 13px; width : 200px; border : 1px solid green;}


/* 会社概要 start */
.company-title{width :150px;padding:5px;letter-spacing:5px; font-size : 12px; border-right : 0px solid green; border-bottom :1px solid green;
               text-align:left;  }
.company-outline{width :650px;padding:5px;font-size : 12px; border-bottom :1px solid green;
               text-align:left;}
/* 会社概要 end   */


/* ZEST start */
.post   { width :200px;padding:5px;font-size : 12px; border-bottom :1px solid green; text-align="center" }
.name   { width :200px;padding:5px;font-size : 12px; border-bottom :1px solid green; text-align="center" }
.picture{ width :400px;padding:5px;font-size : 12px; border-bottom :1px solid green; text-align="center" }

/* ZEST end */



	a{
	font-size : 13px;
}

/*未訪問時のリンク指定*/	
a:link{
	color : SeaGreen;
}

/*マウスカーソルが乗っている時のリンク指定*/	
a:hover{
	background-color : lightgreen;
}

/*クリック時のリンク指定*/	
a:active{
	color : SlateBlue;
}

/*訪問済時のリンク指定*/	
a:visited{
/*	color : DimGray;*/
	color : SeaGreen;
}
table{
 	font-size : 13px;
}
h1{
	color : black;
	font-size : 15px;
	letter-spacing : 5px;
	border-bottom : 1px solid green;
	border-left : 10px solid green;
	width :600px;
	}

SPAN{
    width:100%;
}

