/********************************************************
    SLOGAN Inc. Web Site
    This stylesheet provides styles for all HTML layout.
*********************************************************/


/* All Layout-------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-family: メイリオ, Meiryo, Verdana, Arial, "ヒラギノ角ゴ Pro W3", "Osaka", "MS PゴシチE��", sans-serif;, sans-serif;
    line-height: 150%;
}

h1,h2,h3,h4,
img,ul,li,p,address {
    margin:0;
    padding:0;
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
}

img {
    border: 0;
}

a {
    line-height:150%;
    text-decoration: underline;
}

a:link {
    color:#336699;
}

a:visited {
    color:#336699;
    text-decoration: underline;
}

a:hover {
	color:#336699;
	text-decoration: underline;
}

a:active {
    color:#336699;
    text-decoration:underline
}

body{
    margin:0;
    padding:0;
    color:#333;
    font-size:11pt;
    line-height:140%;
    background:url(../images/back-ground.jpg) repeat-x;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear:both;
}

/* MacIE begin \*/
* html .clear {
    height: 1%;
}

.clear {
    display: block;
}

/* MacIE end */

.style-words{
    font-size: 13px;
    color: #0066CC;
    font-weight:bold;
}

.style-impact{
    font-size: 13px;
    color: #336600;
    font-weight:bold;
}

.style-green{
    color: #006600;
    font-weight:bold;
}

.style-small{
    font-size: 12px;
}

.title-header1{
	float:left;
	width: 570px;
	color: #336600;
	font-size: 13px;
	font-weight:bold;
	background-image:url(../images/title-header.png);
	border-left: 10px solid #336600;
	border-bottom: 1px dotted #003333;
	padding: 3px 0px 3px 10px;
}

.title-header2{
	float:left;
	width: 670px;
	color: #336600;
	font-size: 13px;
	font-weight:bold;
	background-image:url(../images/title-header.png);
	border-left: 10px solid #336600;
	border-bottom: 1px dotted #003333;
	padding: 3px 0px 3px 10px;
}

.title-header3{
	float:left;
	width: 200px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight:bold;
	background-image:url(../images/title-header2.png);
	border-bottom: 1px dotted #003333;
	padding: 3px 0px 3px 10px;
}


.title-header4{
	float:left;
	width: 295px;
	color: #336600;
	font-size: 13px;
	font-weight:bold;
	background-image:url(../images/title-header.png);
	border-left: 10px solid #336600;
	border-bottom: 1px dotted #003333;
	padding: 3px 0px 3px 10px;
}

.title-header5{
	float:left;
	width: 240px;
	color: #336600;
	font-size: 13px;
	font-weight:bold;
	background-image:url(../images/title-header.png);
	border-left: 10px solid #336600;
	border-bottom: 1px dotted #003333;
	padding: 3px 0px 3px 10px;
}

.title-header6{
	float:left;
	width: 200px;
	color: #336600;
	font-size: 13px;
	font-weight:bold;
	background-image:url(../images/title-header.png);
	border-left: 10px solid #336600;
	border-bottom: 1px dotted #003333;
	padding: 3px 0px 3px 10px;
}

.title-header7{
	float:left;
	width: 420px;
	color: #336600;
	font-size: 13px;
	font-weight:bold;
	background-image:url(../images/title-header.png);
	border-left: 10px solid #336600;
	border-bottom: 1px dotted #003333;
	padding: 3px 0px 3px 10px;
}


.list-item{
	width: 100px;
	float:left;
	color: #336600;
	font-size: 13px;
	font-weight:bold;
	padding: 3px 0px 3px 10px;

}

.list-content{
	width: 480px;
	float:left;
	color: #000000;
	font-size: 13px;
	padding: 3px 0px 3px 10px;

}

.list-item2{
	width: 180px;
	float:left;
	color: #336600;
	font-size: 13px;
	font-weight:bold;
	padding: 3px 0px 3px 10px;

}


.list-content2{
	width: 400px;
	float:left;
	color: #000000;
	font-size: 13px;
	padding: 3px 0px 3px 10px;

}

.list-item3{
	width: 180px;
	float:left;
	color: #003333;
	font-size: 13px;
	padding: 3px 0px 3px 10px;

}

.list-item4{
	width: 95px;
	float:left;
	color: #336600;
	font-size: 13px;
	font-weight:bold;
	padding: 3px 0px 3px 7px;

}

.list-content4{
	width: 330px;
	float:left;
	color: #000000;
	font-size: 13px;
	padding: 3px 0px 3px 7px;

}

.gray-box{
	width: 650px;
	float:left;
	color: #003333;
	font-size: 13px;
	padding: 10px 10px 10px 10px;
        background-color:#DDDDDD;

}


/*Wrapper---------------------------------------------------------*/
#wrapper{
    width:940px;
    height:auto;
    margin:0px auto;
    border:#CCC 1px solid;
	background:#fff;
}


/* Header-------------------------------------------------*/
#top_head{
    font-size:10pt;
    color: #FFFFFF;
    text-align: right;
    width:940px;
    height:20px;
    margin: 0px auto;
    background-color:#003333;
}
#top_head a {
    text-decoration: none;
    line-height: 140%;
    color:#FFF;
}

#top_head a:hover {
    color:#FFFFFF;
    background-color:#669900;
}


#header{
    width:940px;
    height:70px;
    margin: 0px auto;
    background-color:#669900;
}


/* Menu --------------------------------*/

#menu {
    clear:both;
    width:940px;
    height:30px;
    text-align:left;
    background-color:#333333;
}

/* Sub-Menu --------------------------------*/

ul {list-style: none;margin: 0;padding: 0;}

#sub-menu {
	margin-bottom: 20px;
    width: 210px;
    background-color:#000000;
}

#sub-menu li a {
height: 32px;voice-family: "\"}\"";voice-family: inherit;height: 24px;text-decoration: none;}

#sub-menu li a:link, #sub-menu li a:visited {color: #ccc;display: block;background:  url(../images/sub-menu-2.png);padding: 8px 0 0 25px;}

#sub-menu li a:hover, #sub-menu li #current {color: #fff;background:  url(../images/sub-menu-2.png) 0 -32px;border-bottom:1px solid #000;padding: 8px 0 0 27px;}

#sub-menu-banner{
	background-color:none;
}

#sub-menu-banner a:hover{
	background-color: #ffffff;
}

#sub-menu-banner a img {
	background-color:none;
	margin-top: 10px;
}

/* MacIE begin \*/
* html #menu {
    height: 1%;
}
#menu {
    display: block;
}

/* MacIE end */



/* Main ------------------------------------------------*/
#container{
    width:940px;
    height: auto;
  /*background-image: url(../images/bg-gray-line.gif);*/
}

/* Top Page------------------------------------------------------*/


#top-main{
	width:940px;
        margin: 0px auto;
}


#main-contents{
    float:left;
    width:600px;
    height:auto;
    font-size:12px;
}

#sub-main-contents{
    float:left;
    width:700px;
    height:auto;
    font-size:12px;
}


#left-contents {
    clear: both;
    float:left;
    width: 600px;
    height: auto;
    font-size: 13px;
}

.left-box{
    width: 600px;
    margin:0px;
    padding:5px;
}

#sub-left-contents {
    clear: both;
    float:left;
    width: 700px;
    height: auto;
    font-size: 13px;
}

.sub-left-box{
    width: 690px;
    margin:0px;
    padding:5px;
}

.sub-left-text-box{
    width: 690px;
    margin:5px;
    padding:10px;
    line-height: 180%;
}

.sub-left-text-box img.recruit_top{
    margin-bottom:15px;
}

.sub-left-tiles{
    margin-bottom: 20px;
}

a.tile:hover{
	background-color:#ffffff;
}

.sub-left-tiles a.tile img {
    margin: 0 5px 5px 0;
    padding: 0;
}

/* Recruit------------------------------------------------------*/

#inner-left-contents {
    clear: both;
    float:left;
    width: 220px;
    height: auto;
    font-size: 12px;
}

.inner-left-box{
    width: 210px;
    margin:0px;
    padding:5px;
}

.inner-left-text-box{
    width: 200px;
    margin:5px;
    padding:10px;
    line-height: 180%;
    border-right: 1px solid #CCC
}

.inner-left-text-box img.interview_top{
    margin-bottom:15px;
}

#inner-center-contents {
    float:right;
    width: 460px;
    height: auto;
    font-size: 12px;
}

.inner-center-box{
    width: 450px;
    margin:0px;
    padding:5px;
}

.inner-center-text-box{
    width: 450px;
    margin:5px;
    padding:0px;
    line-height: 180%;
}

.inner-center-text-box .imgleft{float: left;
             margin-bottom: 5px;
			 margin-right: 5px;}

.inner-center-text-box .imgright{float: right;
             margin-bottom: 5px;
			 margin-left: 5px;}
			 
.list-box2{
    width: 450px;
    margin:0px;
    padding:5px;
}

.sem { font-size: 0.8em } /* フォントサイズ小（右カラム用） */

/* end-recruit------------------------------------------------------*/

#right-contents{
    float: right;
    width: 320px;
    height: auto;
    background-color:#FFFFFF;
}

.right-box{
    width: 310px;
    margin:0px;
    padding:5px;
}

#sub-right-contents{
    float: right;
    width: 220px;
    height: auto;
    background-color:#FFFFFF;
}

.sub-right-box{
    width: 210px;
    margin:0px;
    padding:5px;
}

.list-box{
    width: 600px;
    margin:0px;
    padding:5px;
}


/* Gallery------------------------------------------------------*/

#wrap{
width: 700px;
margin: 20px auto;
}

.smallimage {
background-color: #fff;
border: 1px solid #CCC;
padding: 3px;
margin: 10px 5px 0 0;
}

/* Footer----------------------------------------------------*/

#footer{
    clear: both;
    width:930px;
    height:90px;
    background-image:url(../images/slogan-footer-bg.png);
    text-align:center;
    line-height:120%;
    font-size:9pt;
    color:#fff;
    margin:0px;
    padding:5px;
}

#footer a {
    text-decoration: underline;
    line-height: 140%;
    color:#FFF;
}


