

body{
	margin-left: 10px;
}

A:link{    color: #333;}
A:visited{ color: #333;}
A:active { color: Red;}
A:hover  { color: Red;}


/* ---------------------------------------------------------------------
reset elements
--------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl {
	/* margin-bottom: .75em; */
}

#header-inner,  #footer-inner {
	width:760px;
	margin-top:10px;
}


#beta-innarchive-contenter, #gamma-inner {
	padding: 0;
}

.widget-content {
	margin:0;
	padding:0;
}

H3{
	color:#009999;
	text-align: left;
	text-indent: 1em;
	height: auto;
	margin: 0em;
	}

/* ---------------------------------------------------------------------
container
--------------------------------------------------------------------- */


/*2列左メニューの場合*/
.layout-tw #container {
	width:760px;
	margin:0 auto;
	text-align:left;
	background: url(container_bg_tw.jpg) repeat-y;
}

.layout-tw #content-inner {
	line-height:1.3;
	color:#333;

}

.layout-tw #content-inner p{
	margin:5px;
}

.layout-tw #content-inner td{
	padding:5px;
}

.layout-tw #content-inner ul{
	padding:5px 25px;
}

/*3列メニューの場合*/
.layout-twt #container {
	width:760px;
	margin:0 auto;
	text-align:left;
}

/*共通*/
#container-inner {
	position: relative;
}


/* ---------------------------------------------------------------------
ヘッダー
--------------------------------------------------------------------- */
#header-inner{
	background:#999;
}
#header-module {
	width:755px;
	background:#fff;
}

#header-module-inner {
	background:#fff;
	width:760px;
}

#header-contents {
	width:100%;
}

#header-description {
	width:760px;
	text-align:right;
	padding: 5px 0px;
	visibility: visible;
	background:url(image/all_head_bg.jpg) repeat-x left top;
}

#head-main {
	width:755px;
	padding: 0 2px 2px 1px;
	background:#ddd;
}

#head-main-inner {
	background:#fff;
}

#header-inner img ,#header-menu img {
	margin-left: 1px;
}

#header-menu {
	width:760px;
	margin-top: 2px;
	text-align: center;
	margin-bottom: 5px;
}

/* ---------------------------------------------------------------------
レイアウト メインコンテンツ＝alpha　、メニュー左＝beta　、右サイド＝gamma
--------------------------------------------------------------------- */

/*2列左メニューの場合*/
.layout-tw #alpha {
	float: left;
	width: 550px;
	left: 0;
	margin-left:5px;
	overflow: hidden;
}

.layout-tw #beta {
	float:left;
	left: 0;
	margin-left:2px;
	width: 200px;
	overflow: hidden;
}

.layout-tw  #content-inner {
	background: url(content_inner_bg_tw.jpg) no-repeat;
}


/*3列メニューの場合*/
.layout-twt #alpha {
	float: left;
	width: 390px;
	left: 200px;
	margin:0;
	margin-left:5px;
	overflow: hidden; 
}

.layout-twt #beta {
	float:left;
	left: -300px; 
	margin:0;
	margin-left:2px;
	width: 190px;
	overflow: hidden; 
/*	border:1px solid #3399033;*/
}

.layout-twt #gamma {
	float:left;
	margin:0;
	margin-left:5px;
	width: 160px;
	overflow: hidden;
}

.layout-twt #content-inner {
	background: url(content_inner_bg_twt.jpg) no-repeat;
}


/* 左メーニュー用 Sidabar */

ul.menu_left {
/*	width: 100%; */
	margin :0;
	padding:5px 0 10px;
	list-style: none;
	list-style-position: inside;
	list-style-image: url(image/top_con2.gif);
	font-size:80%;
}

.menu_left li{
	margin: 0;
	padding: 0 0 5px;
}

.menu_left a{
	display:block;
	color: #333;
	margin: 0;
	padding: 0;
}

.menu_left a:visited{
	color: #333;
}

.menu_left a:hover{
	color: red;
}


/* メインコンテンツ用　区分タイトル */
.class_index{
	width: 350px;
	border:1px solid #990033;
	padding:5px;
	color:#990033;
}

.web_works_img_area{
	float: left;
	padding:5px;
	/*border:1px solid #999999;*/

	width:160px;
	height:100px;
	overflow:hidden

}
.web_works_img_area img{
	width :150px;
}

.web_works_txt_area{
	position: absolute;
	float: left;
	padding:5px;
	left: 160px;
	z-index: 0;
}

.vew_img{
	position: absolute;
	float: left;
	left: 5px;
	z-index: 0;
}

.vew_img img{
	border:1px solid #999999;
	width :150px;
	padding:2px;
}

/* 画像ポップアップ　------------------------------------------------ */
.vew_img:hover{
	background-color: transparent;
	z-index: 50;
}

.vew_img span{ 
	position: absolute;
	background-color: #ccc;

	left: -1000px;

	border: 1px double #000000;
	visibility: hidden;
	color: #000000;
	text-decoration: none;

}

.vew_img:hover span{
	visibility: visible;
	left: 10px;
}

.vew_img:hover img{
	width :500px;
}

/* ---------------------------------------------------------------------
フッター
--------------------------------------------------------------------- */
#footer {
	clear:both;

	width:760px;
	height:80px;

	margin-top: 15px;
	padding-top:20px;
	background:#eee url(image/all_foot_line.gif) no-repeat top center;

	text-align: center;

}

.designed {
	text-align:right;
	padding:0px 15px 0;
	font-size: 85% !important;
	font-size: 80%;
	color:#818181;
}

.designed a{
	color:#666;
}

.designed a:hover{
	text-decoration:none;
}


.font-80 {
	font-size: 80%;
	line-height:1.2；
}

td.table-a {
	border: #9B181B solid 1px ;
	
}	

TABLE.table-t{
border:1px solid #990033;padding:3px;
}

td.table-t{
	border-bottom:1px dotted #990033;
	padding:5px;
	padding-left:10px;
}

td.table-t-l{
	border-bottom:1px dotted #990033;
	border-right:1px dotted #990033;
	padding:5px;
	padding-left:10px;


}

td.table-t-b{
	padding:5px;
	padding-left:10px;
}

td.table-t-b-l{
	border-right:1px dotted #990033;
	padding:5px;
	padding-left:10px;
}



td.table-b{
	text-align:left;
	padding:5px;
	padding-left:10px;
}

/* ※不用分 参考 */

.menu_leftn{
	color:#ffffff;
	text-align: left;
	display: none;
	background-position: center center;
	font-size: small;
	border-top: thin solid;
	border-right: thin solid;
	border-bottom: thin solid;
	border-left: thin solid;
}

.flow_tt {
	width: 100%;
	text-align: left;
	border:1px solid #888888;
	border-left:5px solid #888888;
	padding:5px;

}


