@charset "Shift_JIS";



/******* トップページ専用CSS *******/


body{
	padding: 0;
	margin: 0 auto;
	color: #666;
	text-align: center;
	background-color: #f3f3f3;
}


#container{
	height: 100%;
	width: 750px;
	margin: 0 auto;
	border-right: 1px solid #999;
	border-bottom: 1px dotted #999;
	border-left: 1px solid #999;
	line-height: 0;
	text-align: left;
	background-color: #fff;
	background-color: #fff;
}


#footer{
	clear: both;
	width: 738px;
	padding: 6px 12px 64px 0;
	font-size: 65%;
	color: #666;
	line-height: 1.5;
	text-align: right;
	background: #bbb url(../images/jtrip_logoj.gif) no-repeat;
}


#mainmenu{
	height: 45px;
	width: 100%;
	padding: 0px;
	background: #fff url(../images/home/line01.jpg) no-repeat center bottom;
}


#mainmenu ul{
	width: 698px;
	padding: 0px 0 4px 0;
	margin: 12px auto 0 auto;
}


#mainmenu ul li{
	float: left;
	font-size: 65%;
	line-height: 12px;
}


#mainmenu a{
	padding: 20px 0 0 11px;
	display: block;
}


#mainmenu ul #philosophy a{
	height: 21px;
	width: 87px;
	background: url(../images/home/menu01set.gif) no-repeat left top;
}


#mainmenu #business a{
	height: 21px;
	width: 97px;
	background: url(../images/home/menu02set.gif) no-repeat left top;
}


#mainmenu #creative a{
	height: 21px;
	width: 111px;
	background: url(../images/home/menu03set.gif) no-repeat left top;
}


#mainmenu #social a{
	height: 21px;
	width: 137px;
	background: url(../images/home/menu04set.gif) no-repeat left top;
}


#mainmenu #corporate a{
	height: 21px;
	width: 121px;
	background: url(../images/home/menu05set.gif) no-repeat left top;
}




#mainmenu #recruit a{
	height: 21px;
	width: 79px;
	background: url(../images/home/menu06set.gif) no-repeat left top;
}


#mainmenu #corporate a:hover	{
	background: url(../images/home/menu05set.gif) no-repeat left bottom;
}


#mainmenu #recruit a:hover		{
	background: url(../images/home/menu06set.gif) no-repeat left bottom;
}


#mainmenu #social a:hover			{
	background: url(../images/home/menu04set.gif) no-repeat left bottom;
}


#mainmenu #creative a:hover		{
	background: url(../images/home/menu03set.gif) no-repeat left bottom;
}


#mainmenu #business a:hover		{
	background: url(../images/home/menu02set.gif) no-repeat left bottom;
}


#mainmenu #philosophy a:hover	{
	background: url(../images/home/menu01set.gif) no-repeat left bottom;
}


#contents{
	clear: both;
	width: 702px;
	padding: 22px 24px 0 24px;
	margin: 0 0 0 0;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #fff;
}

/* 20110312追加 */
.oshirase{
	border:1px solid #ccc;
	background:#eee;
	text-align:center;
	font-weight:bold;
	padding:8px 0;
}
.oshirase a:link,
.oshirase a:visited{
	color:#f00;
	text-decoration:underline;
}
.oshirase a:hover,
.oshirase a:active{
	color:#f66;
	text-decoration:underline;
}
/* /20110312 */




#information{
	width: 684px;
	margin-right: auto;
	margin-left: auto;
}

#information a:link		{
	color: #900;
	text-decoration: underline;
}


#information a:visited{
	color: #999;
}


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


#information a:active	{
	color: #f60;
}

#information .heading{
	float: left;
	width: 83px;
	margin: 1px 0 0 0;
}


ul#article{
	float: right;
	height: 107px;
	width: 584px;
	padding: 0;
	overflow: auto;
	text-align: left;
}


ul#article li{
	width:560px;
	font-size:75%;
	line-height:1.5;
	margin:0 0 4px 0;
	padding:0 0 2px 0;
/*	border-bottom:1px dotted #ccc;*/

}


#groupmenu{
	clear: both;
	width: 716px;
	padding: 5px 17px;
	margin: 0;
	font-size: 65%;
	line-height: 15px;
	text-align: left;
	background-color: #ddd;
}


.submenu{
	clear: both;
	padding: 30px 0 5px 0;
	margin-right: 0;
	font-size: 60%;
	line-height: 15px;
	text-align: right;
	margin-eft: auto;
}


a:link		{
	color: #555;
	text-decoration: none;
}


a:visited	{
	color: #777;
	text-decoration: none;
}


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


a:active	{
	color: #006;
	text-decoration: none;
}




form,ul,li,input,h1,h2,h3{
	padding: 0;
	margin: 0;
}


ul{
	list-style-type: none;
}


img{
	border: 0;
}





/*h1{
	position:absolute;
	left:50%;

	color:#888;
	font-size:12px;
	line-height:1.6;
	font-weight:normal;
	background:#eee;
	border-bottom:1px solid #ccc;
}
#pray{
	text-align:center;
	border:1px solid #ccc;
	padding:10px 10px 0 10px;
	margin:0 0 15px 0;
	background:#eee;
}
#pray p{
	margin:0 0 12px 0;
}
#pray p.hd{
	background-color:#fff;
	padding:6px 0;
}*/