﻿@charset "utf-8";
/*
	Site Name: CONTEC
	Description: initial setting
	Version: 1.0
	Author: Kazupico Isoyoung of Office SMJ
*/

/*
===== CONTENTS ===========================================

	1: universal reset
	2: body and base setting
		: general params
		: acronyms and abbreviations styles
	3: form setting
	4: link setting
	5:Miscelaneous
	6:Layout

==========================================================
*/


/*
===== 1: universal reset =================================
*/

*{
	margin:0;
	padding:0;
}

/*
===== 2: body and base setting ===========================
*/

html, body {
	background: #eeeeee;
	text-align: center; /* box centering */
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック', sans-serif;
	margin: 0px;
	padding: 0px;
	color: #404040;
}

/* general params
--------------------*/
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	padding: 0;/* margin&padding reset */
	line-height: 1.45em;/* base line height */
	text-align: left;
	display: block;
	margin: 0px;
	font-size: 13px;
	font-weight: normal;
	color: #404040;
}

h2{
	background: #ffffff url(img/bg_h2.png) no-repeat;
	color: #000000;
	line-height: 38px;
	text-indent: 14px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0.5em; /* vertical-align: middle; */
}

h3{
	line-height: 2em;
	text-indent: 0.25em;
	font-size: 13px;
	font-weight: bold;
	border-left: 10px #333399 solid;
	border-bottom: 1px #333399 dotted;
	margin-bottom: 1em;
}

p{
	padding-bottom: 2em;
}

dl{
	list-style: none;
	padding: 0 15px;
	margin: 0;
	font-size: 13px;
	padding-bottom: 2em;
}

dt{
	color: #404040;
	font-weight: normal;
	font-size: 13px;
}

dd{
	list-style: none;
	background: url(img/arrow.png) left 1px no-repeat;
	padding: 0 0 0 17px;
	margin: 0 0 0 -15px;
	font-size: 13px;
}

.newsdl{
	list-style: none;
	/* background: #fafafa;*/
	padding: 0;
	margin: 0;
	font-size: 11px;
}

.newsdl dt{
   	display: block;
	color: #404040;
	font-weight: normal;
	font-size: 11px;
}

.newsdl dt a{
   	display: block;
    margin: 0;
    padding: 0 0 0 17px;
    background: url(img/dot.png) no-repeat 0px 1px;
    list-style: none;
    font-weight: bold;
}

.newsdl dt a:hover,
.newsdl dt a:active {
	background: url(img/arrow.png) no-repeat 0px 1px;
	color: #ff0000;
}

.newsdl dd{
	background: none;
	list-style: none;
	padding: 0 0 0.25em 17px;
	margin: 0 0 0.25em 0;
	line-height: 1.1em;
	font-size: 10px;
	border-bottom: 1px #eeeeee dotted;
}

table {
	margin : 0;empty-cells: show;
	font-size:10px;
}

td {
	padding:0.3em 1em;
}

tbody {
	font-size: 12px;
}

/* hr, */.areaAnchor,.anchor { display : none; }
img {
	border: none ;
	vertical-align: bottom;
}

ul {
	list-style: none;
	padding: 0 15px;
	margin: 0;
	font-size: 12px;
	padding-bottom: 2em;
}

li {
	list-style: none;
	background: url(img/dot.png) left 1px no-repeat;
	padding: 0;
	margin: 0 0 0 -15px;
	text-indent: 17px;
	font-size: 12px;
}


hr { 
	border-style: dotted none none none; 
	border-top-width: 1px; 
	border-top-color: #ccc; 
	height: 1px; 
} 

/* acronyms and abbreviations styles 
-------------------------------------*/
acronym,abbr{cursor:help;}

/*
===== 3: form setting ===========================
*/

option{ padding-right:10px; }
*+html option{padding-right:0;}/* for IE7&Opera */
* html option{padding-right:0;}/* for IE6 */@@@

form {
    margin: 0;
    font-size: 10px;
    }

.input-submit {
	height: 18px;
	width: 32px;
	cursor:pointer;
    color:#ffffff;/* 文字色 */
    background-color:#008000;/* 背景色 */
    background-image:url('img/button.png');/* 背景画像 */
    border-width:0;/* 枠線の太さ 上右下左 */
    /* border-color:#cccccc;*/ /* 枠色 */
    /* border-style:solid solid solid solid; */ /* 枠線の種類 上右下左 */
}

.input-text {
	height: 16px;
	border: 1px solid #ffffff;
	/** remember to change image path **/
	background-color: #ffffff;
	font-style: normal;
	font-size: 11px;
	color: #404040;
}

input,textarea,select {
	height: 13px;
	/* border: 1px dotted #cccccc; */
	/** remember to change image path **/
	background-color: #eeeeee;
	font-style: normal;
	font-size: 10px;
	color: #404040;
}

textarea:focus,input:focus {
    background:#ffffff;/* フォーカス中の背景色(IE未実装) */
}

/*
===== 4: link setting ===========================
*/

a{
	color: #6666cc;
	text-decoration:none;
}
a:link{
	color: #6666cc;
	text-decoration:none;
}
a:visited{
	color: #6666cc;
	text-decoration:none;
}
a:hover{
	color: #333399;
	text-decoration:underline;
}
a:active{
	color: #333399;
}

h2 a{
	color: #333399;
	text-decoration:none;
}
h2 a:link{
	color: #333399;
	text-decoration:none;
}
h2 a:visited{
	color: #333399;
	text-decoration:none;
}
h2 a:hover{
	color: #333399;
	text-decoration:underline;
}
h2 a:active{
	color: #333399;
}

/*
===== 5:Miscelaneous ===========================
*/

.shadow{
	float: left;
	background: #eeeeee url(img/shadow_001.gif) right bottom;
	padding: 0 5px 5px 0;
}

.leftbox {
	float: left;
	padding: 0 10px 5px 0;
}

.rightbox {
	float: right;
	padding: 0 0 5px 10px;
}

/*
===== 6:Layout ===========================
*/

#outline {
 	width:800px;
 	text-align:left;
 	margin:0 auto;
	background: url(img/bg_outline.png) #ffffff;
 }
 
.header {
 	height: 200px;
 	background: url(img/bg_top.png) #ffffff;
 }
 
.search {
	text-align: right;
	display: block;
	float: right;
	margin: 20px 20px 0 0;
}

.google_logo img {
	vertical-align: middle;
}
 
.topmenu {
	/* width:450px; */
	position: absolute;
	height:40px;
	line-height:40px;
	background: url(img/bg_topmenu.png);
	font-size: 12px;
	font-weight: bold;
	margin: 150px 0 0 250px;
	border-left: #6666cc dotted 1px;
}

.topmenu a,
.topmenu a:link,
.topmenu a:visited,
.topmenu a:active{
	/* width:90px; */
	height:40px;
	text-align:center;
	display:block;
	float:left;
	border-right: #6666cc dotted 1px;
	color: #ffffff;
	padding: 0 0.5em 0 0.5em;
}

html>body .topmenu a:hover {
	/* width:90px; */
	height:40px;
	/* background: url(img/bg_topmenu_02.png); */
	background-color: #333399;
	color:#00ff00;
	text-align:center;
	display: block;
	float:left;
}

* html .topmenu a:hover {
	/* width:90px; */
	height:40px;
	background-color: #333399;
	color:#00ff00;
	text-align:center;
	display: block;
	float:left;
}
 
/* .outline-margin {
	margin:0 10px;
} */
	
.main {
	width:500px; float:right;
	padding: 0 20px 0 0;
}

.maincontent{
	padding:0 10px 0 5px;
}
	
.side {
	width:230px;
	float:left;
	padding: 0 0 0 20px;
}

.sidemenu{
	height: 25px;
	line-height: 25px;
	/* background: url(img/bg_sidemenu.png) #eeeeee; */
	background-color: #6666CC;
	padding:0 5px;
	border-bottom:solid 1px #333399;
	border-left:solid 10px #333399;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

.sidecontent {
	line-height: 1.25em;
	background: url(img/bg_sidemenu.png) #eeeeee;
	padding:5px;
	/* border-bottom:dotted 1px #ffffff; */
	border-left:solid 10px #eeeeee;
	font-size: 12px;
}

.footer {
	text-align: center;
	height: 20px;
	line-height: 20px;
	background: url(img/bg_footer.png) #333399;
	font-size: 10px;
	color: #ffffff;
}

.c-both {
	clear:both;
}

.news {
	background:white;
}

.vam {
	vertical-align:middle;
}

.green {
	color: #008000;
}

.blue {
	color: #333399;
}
