/*
monstar-lab CSS
*/

* {
  margin: 0;
  padding: 0;
  line-height: 120%;
  font-size: 100%;
}

/* top page */

.container {
	clear:left;
	padding:0;
	margin:0;
	width: 1000px;
	background: #ffffff url(images/slider_horizontal.gif) repeat-y;
}

.left_shadow {
	float: left;
	width: 80px;
	height: 100%;
	margin: 0;
	background: #ffffff url(images/slider_left.gif) repeat-y;
}

.right_shadow {
	float: right;
	width: 80px;
	height: 100%;
	margin: 0;
	background: #ffffff url(images/slider_right.gif) repeat-y;
}

.center_board {
	display: block;
	float: left;
	height: auto;
	padding: 30px 0 0 130px;
	text-align: left;
	width: 750px;
}

.center_board .main {
	float: center;
/*	width: 780px;*/
/*	height: 480px;
	margin-top: 100px;
	padding-left: 50px;
	/*background-color: pink;*/
}

/* philosophy */
.main .philosophy {
	float: left;
	width: 400px;
	height: 230px;
	/*background-color: yellow;*/
}

.philosophy .logo {
	float: left;
	text-align: left;
	width: 100%;
	height: 65px;
	margin-top: 5px;
}

.philosophy .message {
	float: left;
	padding-top: 15px;
	line-height: 20px;
	text-align: left;
	width: 100%;
	height: auto;
	border-width: 1px;
	border-style: solid;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-color: #808080;
	/* background-color: blue; */
}

/* icons */

.main .icons {
	float: left;
	width: 315px;
	height: 230px;
	padding-top: 5px;
	padding-left: 5px;
	margin-left: 30px;
	margin-top: 20px;
	/*background-color: blue; */
}

.main_icons .row {
	width: 100%;
	height: 100px;
	margin-bottom: 4px;
	text-align: left;
	white-space: nowrap;
	/*background-color: yellow; */
}

.row .cell {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	width: 96px;
	height: 96px;
	/*background-color: red;*/
}

/* otopita */
.main .otopita {
	float: left;
	width: 350px;
	margin-top: 55px;
	padding-left: 5px;
	text-align: left;
	/*background-color: green; */
} 

.otopita .header {
	width: 100%;
	height: 20px;
	/*background-color: red;*/
}

.otopita .logo {
	width: 100%;
	height: 55px;
	margin-left: 25px;
	/*background-color: red;*/
}

/* news */
.main .news_board {
	float: left;
	width: 360px;
	height: 300px;
	margin-top: 50px;
	margin-left: 30px;
	/*background-color: pink;*/
}

.news_board .header_board {
	width: 100%;
	height: 35px;
	/*background-color: orange;*/
}

.header_board .title {
	float: left;
	width: 20%;
	height: 25px;
	font-size: 160%;
	margin-left: 5px;
	/*background-color: yellow;*/
}

.header_board .sample_board {
	float: right;
	width: 35%;
	height: 25px;
	/*background-color: yellow;*/
}

.sample_board .row {
	width: 100%;
	white-space: nowrap;
	/*background-color: red;*/
}

.row .icon_board {
	float: left;
	width: 8px;
	height: 5px;
	margin-top: 1%;
	white-space: nowrap;
	/*background-color: green;*/
}

.row .title_board {
	float: left;
	width: 90%;
	font-size: 70%;
	text-align: left;
	/*background-color: blue;*/
}

.icon_board .icon_biz {
	width: 6px;
	background: #ffffff url(images/biz_news_small.gif) no-repeat;
}

.icon_board .icon_site  {
	width: 6px;
	background: #ffffff url(images/site_news_small.gif) no-repeat;
}

.icon_board .icon_media {
	width: 6px;
	background: #ffffff url(images/media_news_small.gif) no-repeat;
}

.news_board .contents {
	width: 90%;
	height: auto;
	text-align: left;
	margin-left: 10px;
	/*background-color: orange;*/
}

ul {
	font-size: 11px;
	text-align: left;
	line-height: 11px;
	/*white-space: nowrap;*/
	list-style-type: none; 
}


li.biz {
	background: #ffffff url(images/biz_news.gif) no-repeat;
	padding-left: 10px;
	margin-bottom: 2px;
}

li.site {
	background: #ffffff url(images/site_news.gif) no-repeat;
	padding-left: 10px;
	margin-bottom: 2px;
}

li.media {
	background: #ffffff url(images/biz_media.gif) no-repeat;
	padding-left: 10px;
	margin-bottom: 2px;
}

/* body */

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family: "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", Osaka, ;
	font-size: 12px;
	color: #808080;
	scrollbar-arrow-color:#808080;
	scrollbar-base-color:#efefef;
	scrollbar-darkshadow-color:#808080;
	scrollbar-highlight-color:#fcfcfc;
	scrollbar-shadow-color:#c0c0c0;
	scrollbar-track-color:#fcfcfc;
	/*background-color: #CCCCCC; */
	background: #ffffff url(images/slider_horizontal.jpg) top left repeat-y;
}

a:link, a:visited {
	text-decoration: underline;
	color: #A7C817;
}

a:hover {
	text-decoration: underline;
	color: #F19220;
}

li.site a, li.site a:link,  li.site a:visited, li.biz a:link, li.biz a:visited, li.media a:link, li.media a:visited {
	text-decoration: underline;
	color: #808080;
}

li.site a:hover, li.biz a:hover {
	text-decoration: underline;
	color: #A7C817;
}

img {
	border: none;
}

/* footer */

.contents_body .return, .contents_footer .return {
	width: 140px;
	float: right;
	height: 20px;
	text-align: right;
	font-size: 80%;
	/*background-color: red;*/
}

.center_board .footer_board {
	float: left;
	width: 500px;
	height: auto;
	padding-left: 300px;
	padding-right: 10px;
}

#footer p {
	text-align: right;
	text-valign: middle;
	font-size: 100%;
	color: #808080;
	font-weight: bold;
	margin-bottom: 20px;
	/* background-color: red; */
}
