/* CSS Document */
/*  
Theme Name: Cubismo
Theme URI: http://colorlightstudio.com
Description: Free WP Theme by Igor Penjivrag
Version: 1.0
Author: Igor Penjivrag
Author URI: http://www.colorlightstudio.com/
*/

*{
		font:normal normal normal small "ＭＳ Ｐゴシック","Osaka",sans-serif;
		color:#333333;
		line-height:130%;
}

html, body {
	background:url(images/background.gif) repeat;
	border: 0;
}

body, p, h1, h2, h3, h4, ul, ol, li, form, blockquote {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height:1.5em;
}

#recruit {
	width: 450px;
	height: 150px;
	margin: 0 auto;
}

a:hover {
	text-decoration: underline;
}

a {
	text-decoration: none;
	color: #FF0066;
}

.clear {
	clear:both;
	margin: 0px;
	padding: 0px;
}

.style1 {
	color: #000;
	font-weight: bold;
	margin-bottom: 5px;
}

.style2 {
	color: #ff0033;
	font-weight: bold;
	padding-top: 5px;
	margin-bottom: 5px;
}

.style3 {
	margin-bottom: 5px;
}

/* title */

div#title h1{
	width:100%;
	background-color:#FF009F;
	color:#fff;
	font-size:10px;
}

/* Header */

#header {
	width: 100%;
	height: 95px;
	background:#fff;
	border-bottom:#999999 1px solid;
	position:relative;
}
.logo{
	border:0;
	width:250px;
}
.logo img{
	margin:10px;
}

/* pan */

#pan {
	background-color:#FFFFFF;
}
/* submenu */

#submenu {
	/* float: right; */
	position: absolute;
	left: 322px;
	top: 65px;
	width:478px;
	height:40px;
	/* padding-top: 15px; */
}
#submenu ul {
	width: 100%;
	list-style:none;
}

#submenu li {
	float: left;
	font-weight: bolder;
	list-style:none;
	padding-left:25px;
	padding-top:8px;
	padding-bottom:5px;
	margin-right:10px;
	background:url(images/menulist.gif) no-repeat center left;
	font-size:12px;
}
#submenu a{
	display: block;
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	font-size:12px;
}
#submenu a:hover{
	text-decoration:underline;
	color:#ff0099;
	font-weight:bold;
	font-size:12px;
}

#google_translate_element {
	width:170px;
	height: 34px;
	margin:0;
	padding:0;
	float: right;
	position: absolute;
	top: 3px;
	left: 622px;
	clear: both;
}

#google_translate_element p {
	float: right;
	margin-bottom: 4px;
	font-size: 10px;
}
	
/* Wrap */

#wrap {
	width: 800px;
	margin: 0 auto;
	background:#fff;
}

#menu {
	width: 100%;
	position: relative;
}

#menu ul {
	width: 100%;
	list-style:none;
}

#menu li {
	float: left;
	font-weight: bolder;
	line-height:60px;
}
#menu a{
	line-height:60px;
	display: block;
	width:160px;
	text-indent:-9999px;
}
/*
* html #menu li a {
	width: 1%;
}
*/

#menu ul li.home a.active{
	background-image:url(images/home.gif);
}
#menu ul li.home a:hover{
	background-image: url(images/home_h.gif);
}
#menu ul li.company a.active{
	background-image:url(images/company.gif);
}
#menu ul li.company a:hover{
	background-image: url(images/company_h.gif);
}
#menu ul li.business a.active{
	background-image:url(images/business.gif);
}
#menu ul li.business a:hover{
	background-image: url(images/business_h.gif);
}
#menu ul li.inquiry a.active{
	background-image:url(images/inquiry.gif);
}
#menu ul li.inquiry a:hover{
	background-image: url(images/inquiry_h.gif);
}
#menu ul li.link a.active{
	background-image:url(images/link.gif);
}
#menu ul li.link a:hover{
	background-image: url(images/link_h.gif);
}





#menu li.current_page_item, #menu li.current_page_item a {
	line-height:60px;
	display: block;
	background: url(images/company.gif) no-repeat left;
	/*
	margin-left: 1px;
	*/
	/*
	padding-left: 19px;
	padding-right: 20px;
	*/
	width:160px;
}






#menu li.current_page_item a:hover {
	text-decoration: none;
}

/* Content */

#content_wrap {
/*
	background: #EEEEEE url(img/content_wrap_bg.gif) repeat-y;
*/
	background: #fff;
	padding: 0 10px 10px 10px;
	width: 780px;
}
#topimg{
	margin-bottom:10px;
}

#content {
	position: relative;
	width: 550px;
	height: auto;
	float: left;
	margin:0;
	padding:0;
}

#content h2 {
/*
	font-size: 15px;
*/
}

#content p {
/*
	font-size: 13px;
*/
	line-height: 20px;
	padding: 10px 0;
}
/* SubContent */

#subcontent_wrap {
	background:url(images/contents_back.gif) repeat-y;
	margin:0 10px 10px 10px;
	width: 780px;
}
/* Content_r */
#content_r {
	width: 550px;
	float: left;
	padding:0 10px 10px 20px;
}

#content_r p {
/*
	font-size: 13px;
*/
	padding:10px 15px;
}
#contentsimg{
	margin-bottom:10px;
}


/*--------------------リンク要素をマウスオーバー時に画像表示するの--------------------*/
#topscroll{
	width:515px;
	height: 1000px;
	padding:5px 15px;
	overflow-x:scroll;
	overflow:auto;
	margin-top:10px;
	margin-bottom:20px;
}
#topscroll h3 {
	padding:10px 0 0 0;
	font-weight:bold;
}

#topscroll p {
	margin:0;
	padding: 0;
}

.table_sample1 {
	width:360px;
	border: 1px solid #666666;
	font-size: 13px;
	margin: 0 auto;
}

.kyuuyo {
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	background-color:#ff0099;
}

.naiyou {
	border-right: #ccc 1px solid;
	padding-right: 0.3em; 
    padding-left: 0.3em; 
    font-size: 0.875em; 
    padding-bottom: 0.1em; 
    padding-top: 0.2em; 
    border-bottom: #ccc 1px solid; 
    background-color: #f8f8f8; 
}


#topscroll caption {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #ff0099;
	background: transparent;
}

.clear span {
	clear:both;
}

#content blockquote {
	background: #F9F9F9;
	border-bottom: #EEEEEE 1px solid;
	border-left: 1px solid #EEEEEE;
/*
	font-size: 13px;
*/
	color: #737373;
	padding: 0 10px;
	width: 87%;
	margin: 10px auto;
	line-height: 20px;
}

.pre_img {
	width: 100px;
	height: auto;
	margin:0;
	padding: 0;
	float:right;
	border: 0px;
}

.pre_img li {
	list-style:none;
	float:left;
	display:inline;
	margin-right:10px;
	margin-bottom: 7px;
	border: 0px;
}

/*--------------------topスクロール部分--------------------*/
#preview{
	position: absolute;
	border: 3px solid #333;
	background: #444;
	padding: 5px;
	display: none;
	color: #FFF;
	text-align: center;
	z-index:1;
}

.newpara {
	clear: right;
}

/* Caption */

#caption {
	width: 100%;
	height: 2.5em;
	background:url(images/caption.gif) left bottom no-repeat;
}

#caption h2 {
	background:url(images/midashiicon.gif) 10px center repeat-y;
/*
	border-left:#FF60AF 3px solid;
*/
	float: left;
	line-height: 1.5em;
	padding-left: 18px;
	font-size:120%;
	font-weight:bold;
}

/* products_sub */

#products_sub {
	width: 550px;
	margin-bottom: 15px;
	background: #f8f8f8;
}


#products_sub div {
	width: 550px;
	padding-top: 5px;
}

#products_sub div h3 {
    margin-bottom: 3px;
	padding-left: 15px;
	font-size: 13px;
	font-weight:bold;
}

#products_sub div h4 {
    margin-bottom: 3px;
	padding-top:  10px;
	padding-left: 15px;
	font-size: 11px;
	font-weight:bold;
}


#products_sub div li {
	font-size: 11px;
	padding-left:15px;
	padding-bottom:5px;
}

#products_sub div p {
	font-size: 11px;
}

#main .new_products div p {
    padding-right: 15px;
	font-size: 10px;
}

#products_sub .cosme {
	width: 535px;
	height: auto;
	margin-bottom:15px;
	padding-left: 15px;
	float:right;
	border: 0px;
}

#products_sub .cosme li {
	float:left;
	display:inline;
	width:120px;
	margin-right:11px;
	padding: 0;
	border: 0px;
}

#products_sub .school {
	width: 535px;
	height: auto;
	margin-bottom:15px;
	padding-left: 15px;
	float:right;
	border: 0px;
}

#products_sub .school li {
	float:left;
	display:inline;
	width:260px;
	margin-right:5px;
	padding: 0;
	border: 0px;
}

p.event {
	font-size:13px;
	font-weight:bold;
	color:#F0F;
	margin:0;
	padding:0;

}

p.event_02 {
	font-size:13px;
	color:#ff0033;
	margin-bottom: 15px;
	padding:0;

}

/* main */

#main {
    float: right;
	width: 550px;
	padding-bottom: 15px;
}

#main .new_products {
    float: left;
	width: 540px;
	margin-bottom: 15px;
	background: #f8f8f8;
	border: 5px solid white;
}

#main .new_products div {
    float: right;
	width: 335px;
	padding-top: 5px;
}

#main .new_products .tv {
	width: 540px;
	padding-top: 5px;
	margin-bottom:10px;
}

#main .new_products .tv ul {
	width: 540px;
	padding: 15px;
	list-style:inside;
}


#main .new_products div h3 {
    margin-bottom: 3px;
	padding-left: 15px;
	font-size: 1.5em;
}

#main .no_border {
    border-style:none;
}


#main .new_products div p {
    padding-right: 15px;
}

#main .new_products p.photo {
    float: left;
	margin: 0;
	padding: 0;
}

#main_style {
    width: 550px;
	margin-top: 5px;
	padding: 0;
}

#cachi {
    width: 550px;
	height: 25px;
	padding:15px 0 5px 0;
	border-bottom: solid 1px #666666;
	
}

#cachi h3 {
    font-size: large;
	font-weight:bold;
	text-align:	center;
}

#coment {
	width: 550px;
	margin-top: 5px;
}

#coment p {
    color: #000000;
	padding: 0px;
}

/* Main_banner_r */

#main_banner {
	width: 515px;
	margin-top: 10px;
	padding:0 15px;
}
#main_banner_box {
	width: 264px;
	background:url(images/left-top-box.jpg) no-repeat top left;
	float:left;
	margin: 5px 7px 5px 0;
	padding-bottom:5px;
}
#main_banner_box h2 {
	color:#000000;
	font-weight:bold;
	font-size:14px;
	padding:10px 0;
	border-bottom:#666666 solid 1px;
	margin:0 10px 10px 10px;
}

#main_banner_box p {
	padding:5px 10px;
	text-align:right;
}

#main_banner_box p.rightwindow {
	color:#666666;
	font-size:10px;
	padding:5px 10px;
	text-align:left;
	line-height:1.7;
}

/* Sidebar_r */

#sidebar_r {
	position: relative;
	width: 200px;
	float: right;
	margin-right:5px;
	padding:0 0 0 10px;
}
#sidebar_r_box {
	background:url(images/left-top-box.jpg) no-repeat top left;
	width: 100%;
	margin: 0;
	padding-bottom:5px;
}
#sidebar_r_box h2 {
	color:#000000;
	font-weight:bold;
	font-size:14px;
	padding:10px 0;
	border-bottom:#666666 solid 1px;
	margin:0 10px 10px 10px;
}

p.rightwindow {
	text-align: center;
}

p.right_p {
	text-align: right;
}

p.left_p {
	text-align: left;
}

/* Sidebar_l */

#sidebar_l {
	width: 200px;
	float: left;
}
#sidebar_l_box {
	background:url(images/left-top-box.jpg) no-repeat top left;
	padding-bottom:15px;
}
#sidebar_l_box h2 {
	color:#000000;
	font-weight:bold;
	font-size:18px;
	padding:10px 0;
	border-bottom:#666666 solid 1px;
	margin:0 10px 10px 10px;
}

#sidebar_l_box p {
	padding:5px 10px;
}

/* submenu_l */

#submenu_l {
	width:200px;

}
#submenu_l ul {
	width: 100%;
	list-style:none;
}

#submenu_l li {
	float:none;
	font-weight: bolder;
	list-style:none;
	padding-left:0px;
	padding-top:5px;
	padding-bottom:5px;
	background:url(images/menulist_l.gif) no-repeat 5% 50%;
	font-size:12px;
}
#submenu_l li.now {
	background-color:#fff;
	display: block;
	margin:5px 0;
}
#submenu_l a{
	display: block;
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	font-size:12px;
	padding-left:35px;
	padding-top:5px;
	padding-bottom:5px;
	width:165px;
	height:auto;
}
#submenu_l a:hover{
	background:url(images/menulist_l.gif) no-repeat 5% 50%;
	background-color:#fff;
	text-decoration:underline;
	color:#000000;
	font-weight:bold;
	font-size:12px;
	padding-left:35px;
	padding-top:5px;
	padding-bottom:5px;
	width:165px;
	height:auto;
}

/* Widgets */

.textwidget {
	line-height: 20px;
	padding: 10px 0;
}

#wp-calendar {
	padding: 10px 0 10px 10px;
}

#wp-calendar caption {
	margin: 10px 0px;
	border-bottom: 0;
}

#wp-calendar td {
	margin: 0;
	padding: 3px 5px;
}

#wp-calendar td#today {
	background: #EEEEEE;
}

/* Footer */

#footer {
	background: #EEEEEE url(images/moery_logo2.gif) no-repeat 30% 50%;;
	height: 3em;
	height: auto;
	margin-top: 20px;
	border-top: #EEEEEE 10px solid;
	border-bottom: #EEEEEE 10px solid;
	clear: both;
}
#footer p {
	width: 100px;
	float: right;
/*
	font-size: 11px;
*/
	line-height: 3.5em;
}

#footer p a {
	color: #A52A2A;
}

/* Copyright */

#copyright {
	width: 781px;
	margin: 0 auto;
	text-align: center;
	padding:0 0 15px 0;
	font-size:12px;
}

/* Fix */

#menu:after,
#menu ul:after,
#content_wrap:after,
#footer:after,
#leave_a_comment_wrap:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


#m_42celw{
	width: 550px;
	margin: 0px;
	
}

.fw_42cell{
	background-image: url(images/cel_bg.gif);
	padding-top:5px;
	float: left;
	height: 386px;
	width: 183px;
	background-repeat: no-repeat;
	z-index: 1;
	position:relative;
}

.fw_cellin {
	padding-left: 10px;
	margin-bottom: 5px;
	width:150px;
	float:left;
	z-index:2;
}    
.fw_cellin a:link    { color: #ff66ff; text-decoration: underline; }
.fw_cellin a:visited	{ color: #ff66ff; text-decoration: underline; }
.fw_cellin a:hover   { color: #ff66ff; text-decoration: none; }
.fw_cellin a:active	{
	color: #ff66ff;
	text-decoration: none;
	font-style: italic;
}

.fw_42h_1{
	margin: 0px;
	float: left;
	padding-top: 8px;
	padding-left: 15px;
	font-size: 12px;
	color: #333;
}

#div {
	width: 515px;
	margin: 0;
	padding: 0 15px 0 15px;
}

#div dt {
	font-size: 14px;
	line-height: 17px;
}

#recruit_main {
	margin: 0 auto;
	padding-top:10px;
	width: 360px;
}

#recruit_sub {
	width: 360;
	height: 20px;
	margin-top:5px;
}

#recruit_sub p {
	text-align: left;
	font-size: 13px;
	font-weight:bold;
	padding-left:5px;
}
