@charset "UTF-8";

/*---------------ブラウザの初期化---------------*/
* {
	padding: 0px;
	color: #322e43;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2;
	margin: 0px;
	border: none;
}

/*--------------------SYSTEM--------------------*/
.clear { 
    clear:both; 
}
   
.clear hr {
    display:none;
}  

/* hide hack from Mac-IE5 \*/
* html .mybuggyelement { height: 1%; }
/* end hiding */
/*--------------------リスト--------------------*/
ol  {
	font-size: 10px;
	word-spacing: 2em;
	letter-spacing: 0.1em;
}

ol li {
	line-height: normal;
	list-style-position: outside;
	list-style-type: decimal;
	padding-left: 0px;
	margin-left: 30px;
	word-spacing: 0em;
}

.ul2{
	margin-top: 20px;
}

li {
	font-size: 10px;
	list-style-type: none;
	background-position: center;
	padding-top: 4px;
	padding-left: 20px;
	padding-right: 2px;
	padding-bottom: 4px;
	line-height: normal;
}


.li2 {
	list-style-type: none;
	font-size: 9px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
	display: inline;
}

.li3 {
	list-style-type: none;
	margin-right: 0px;
	margin-bottom: 0px;
	display:inline;
	margin-left: 20px;
	margin-top: 0px;
	padding: 0px;
	float: left;
	font-size: 12px;
}

/*--------------------リンク--------------------*/

a{
	color: #322e47;
	text-decoration: none;
}

a:visited {
	color: #8D7650;
	text-decoration: none;
}

a:hover,
a:active {
	color: #FF8040;
	text-decoration: none;
	background-color: #E3E3E3;
}

/*-----------------インデックス-----------------*/

h1 a{
	display: block;
	width: 170px;
	height: 150px;
	background-image: url(system/companyinfo.gif);
	background-repeat: no-repeat;
	float: left;
	display: inline;
	}

h1 a:hover{
	background-position: 0 -150px;
}

h2 {
	font-size: 14px;
	height: auto;
	margin: 0px;
	padding: 2px;
}

h3 a{
	display: block;
	width: 600px;
	height: 20px;
	background-image: url(system/project.gif);
	background-repeat: no-repeat;
	float: right;
	margin-bottom: 5px;
	font-size: 14px;
	right: 100px;
	background-position: 0px 0px;
	vertical-align: middle;
	padding-top: 5px;
	}

h3 a:hover{
	background-position: 0px -25px;
}

h4 a{
	display: block;
	width: 600px;
	height: 25px;
	background-image: url(system/books.gif);
	background-repeat: no-repeat;
	float: right;
	margin-bottom: 5px;
	}

h4 a:hover{
	background-position: 0 -25px;
}

h5 a{
	display: block;
	width: 600px;
	height: 25px;
	background-image: url(system/onlinemagazin.gif);
	background-repeat: no-repeat;
	float: left;
	margin-bottom: 5px;
	}

h5 a:hover {
	background-position: 0 -25px;
}

h6 {
	font-size: x-large;
}

h7 a {
	display: block;
	width: 600px;
	height: 20px;
	background-image: url(system/commercial.gif);
	background-repeat: no-repeat;
	float: right;
	margin-bottom: 5px;
	font-size: 14px;
	right: 100px;
	background-position: 0px 0px;
	vertical-align: middle;
	padding-top: 5px;
}
h7 a:hover {
	background-position: 0px -25px;
}

/*-------------------イメージ-------------------*/
img  {
	border: 0;
	display: inline;
}

/*---------------------文字---------------------*/
p {
	font-size: 10px;
	letter-spacing: 0.1em;
	margin-top: 10px;
	line-height: 2;
	page-break-before: auto;
}

strong {
	font-weight: bolder;
	font-size: 12px;
	line-height: 3;
}

small {
	font-size: 9px;
	line-height: 1.5;
	font-weight: normal;
}

.P2{
	padding-left: 50px;
	font-size: 10px;
	line-height: 2;
}

.red {
	color: #FF8040;
}

.yellow {
	color: #FFCC00;
}

.green {
	color: #00FF00;
}

.blue {
	color: #0000FF;
}

.pink {
	color: #FF00FF;
}

.skyblue {
	color: #00FFFF;
}

/*-----------------------全体の枠-----------------------*/
#fream {
	width: 780px;
	height: auto;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

/*-------------------------左枠-------------------------*/
#leftwrap {
	width: 175px;
	float: left;
	clear: right;
	display: block;
}

/*-----------------CANPANY INFO-----------------*/
#companybox {
	width: 170px;
	height: 150px;
	margin-bottom: 5px;
	float: left;
	display: block;
}

/*---------------------MENU---------------------*/
#menubox {
	width: 170px;
	height: auto;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
}

/*-----------------languagebox-----------------*/
#languagebox {
	float: left;
	width: 175px;
	margin-top: 20px;
}

/*-----------------topicbox-----------------*/
#topicbox {
	float: left;
	width: 173px;
	margin-top: 20px;
	padding-left: 2px;
}

/*------------------------右枠------------------------*/
#rightwrap {
	width: 605px;
	float: right;
	display: block;
}

/*---------------------NEWS---------------------*/
#newsbox {
	height: auto;
	width: 600px;
	float: right;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #322e47;
	padding-bottom: 10px;
}

/*-----------------PROJECT TEXT-----------------*/
#textbox{
	height: auto;
	width: 540px;
	float: right;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #322e47;
	padding-bottom: 10px;
	margin-bottom: 30px;
	padding-right: 20px;
	padding-left: 20px;
}

.projecttext {
	height: auto;
	width: 600px;
	margin-top: 5px;
	margin-bottom: 2px;
	float: right;
	display: block;
}

/*-----------------PROJECT PICT-----------------*/
.projectpict{
	height: auto;
	width: 540px;
	margin-top: 2px;
	float: right;
	display: block;
	background-repeat: no-repeat;
	padding-right: 40px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #322e47;
	padding-bottom: 10px;
}

/*---------------------BOOK---------------------*/
#booksbox {
	height: auto;
	width: 600px;
	margin-top: 5px;
	float: right;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #322e47;
}

/*----------------ONLINE MAGAZIN----------------*/
#onlinemagazin {
	height: auto;
	width: 600px;
	margin-top: 5px;
	float: right;
	display: block;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #322e47;
}

/*---------------------LOGO---------------------*/
#logo {
	height: 65px;
	width: 600px;
	margin-top: 5px;
	float: right;
	margin-bottom: 5px;
	display: block;
} 

/*-----------------PROJECT box------------------*/
#projectbox {
	height: auto;
	width: 580px;
	float: right;
	padding: 10px;
	display: block;
}
.pictbox {
	width: 580px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	display: block;
}




.pictboxc {
	width: 550px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	padding: 0px;
	display: block;
}

.pictboxcenter {
	width: 270px;
	margin-top: 10px;
	margin-right: 155px;
	margin-bottom: 10px;
	margin-left: 155px;
	display: block;
}

/*-----------------other box ------------------*/
.w180box {
	width: 570px;
	float: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
}

.w200box {
	width: 175px;
	height: 240px;
	vertical-align: middle;
	text-align: center;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 6px;
	float: left;
	padding: 5px;
}
.txstboxc {
	width: 550px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	display: block;
	padding: 0px;
}
.line {
	width: 580px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}
