@charset "utf-8";

*{
	margin:0;
	padding:0;
}
html {
	height:100%;
}

body {
	text-align:center;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background:url(../images/top_sub.jpg) center top no-repeat;
	color:#666666;
	font-size: 14px;
	line-height:160%;
	font-family:"MS Pゴシック","MS Pゴシック","MS PGothic","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,sans-serif;
	/* mac Ŭ \*/
	letter-spacing:1px;
	/* ここまで */
}
/* for IE6 */
* html body {
    font-size: 88%;
}
/* for IE7 */
*:first-child+html body {
    font-size: 88%;
}
a {
	color:#666666;
}
a:hover {
	color: #FF6600;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,dl {
	display:block;
}
/* ここまで */




/* PAGE LAYOUT START ---------------------------------------------- */
#container {
	text-align: center;
	height:100%;
	width:100%;
	min-width:100%;
}
#container_sub {
	text-align: center;
	height:100%;
	width:100%;
	min-width:100%;
}
#contents {
	width:920px;
	text-align: left;
	margin: 0 auto;
}
#header {
	margin-bottom:15px;
}
#top {
	height:335px;
	padding: 10px;
}
#top_sub {
	height:135px;
	padding: 10px;
}
#tlist {
	float:right;
	padding-top: 42px;
	height: 19px;
	text-align: right;
	width: 230px;
}
#tlist li {
	float:left;
	list-style:none;
}
#tlist li a {
	height:16px;
	padding-left:10px;
	margin-right:10px;
	background:url(../images/arrow.png) no-repeat;
	color:#FFFFFF;
	text-decoration:none;
}
#tlist li a:hover {
	background:url(../images/arrow_r.png) no-repeat;
	color:#FFFFFF;
}	
#main {
	padding: 0 30px;
}
#main_r {
	width:260px;
	height:100%;
	float:right;
	padding-top: 20px;
}
#main_l {
	width:560px;
	float:left;
	height: 100%;
}
#link_top {
	margin-bottom:10px;
}
#link_top p {
	width:560px;
	text-align:right;
	font-size:86%;
}
#footer {
	border-top: #006600 solid 3px;
	padding: 10px 0 20px;
}
#cr {
	text-align: right;
	font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,sans-serif;
}

/* PAGE LAYOUT END ---------------------------------------------- */


/* MAIN MENU START ---------------------------------------------- */

#mmenu {
	background:url(../images/mmenu.png) no-repeat;
	height:50px;
	padding: 5px 12px 0;
}
#mmenu_sub {
	background:url(../images/mmenu_sub.png) no-repeat;
	height:50px;
	padding: 5px 12px 0;
}
#mmenu li,#mmenu_sub li {
	float:left;
	list-style:none;
	width:128px;
	height:50px;
}
#mmenu li a,#mmenu_sub li a {
	width:128px;
	height:50px;
	display:block;
	overflow:hidden;
	text-decoration:none;
	text-indent:-9999px;
}
#mmenu li a:hover,#mmenu_sub li a:hover {
	background:url(../images/btn_mmenu_r.png) no-repeat;
}
/* MAIN MENU END ------------------------------------------------ */



/* SIDE MENU START ---------------------------------------------- */
#smenu {
	background:url(../images/smenu_main.png) repeat-y;
	margin-bottom: 10px;
}
#smenu ul {
	padding: 0 10px;
}
#smenu li {
	width: 240px;
	padding: 3px 0;
	border-bottom: #CCCCCC dotted 1px;
	list-style: none;
}
#smenu li a {
	width:220px;
	display:block;
	padding-left:20px;
	text-decoration:none;
	background: url(../images/lmark.png) no-repeat 0 -4px;
}
#smenu li a.ap {
	background: url(../images/lmark.png) no-repeat 0 -64px;
}
#smenu li a:hover {
	background: url(../images/lmark.png) no-repeat 0 -64px;
}
#smenu ul li ul {
	width:220px;
	padding-left:20px;
}
#smenu li ul li {
	width: 220px;
	padding: 3px 0;
	border-bottom: #CCCCCC dotted 1px;
	list-style: none;
	font-size: 93%;
}
#smenu li ul li a {
	width:200px;
	display:block;
	padding-left:20px;
	text-decoration:none;
	background: url(../images/lmark.png) no-repeat 0 -4px;
}
#smenu li ul li a.ap {
	background: url(../images/lmark.png) no-repeat 0 -64px;
}
#smenu li ul li a:hover {
	background: url(../images/lmark.png) no-repeat 0 -64px;
}

#smb {
	width:260px;
	height:8px;
	background:url(../images/smenu_bottom.png) no-repeat;
	overflow:hidden;
}
#pmark {
	padding-top:10px;
	margin-bottom:10px;
	text-align:center;
}
/* SIDE MENU END ---------------------------------------------- */



/* WHATS NEW START ---------------------------------------------- */

#wnew {
	width:548px;
	height:120px;
	overflow-y:scroll;
	margin-bottom:20px;
	padding:5px;
	border: #CCCCCC solid 1px;
	scrollbar-base-color:#ffffff;
	scrollbar-face-color:#ffffff;
	scrollbar-arrow-color:#CCCCCC;
	scrollbar-shadow-color:#CCCCCC;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-highlight-color:#CCCCCC;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-track-color:#ffffff;

}
#wnew div {
	position:relative;
}
#wnew dl {
	border-bottom:#CCCCCC dotted 1px;
	margin-bottom:5px;
	float: left;
}
#wnew dt {
	width:70px;
	float:left;
	margin-right: 10px;
}
#wnew dd {
	width:450px;
	float:left;
}

/* WHATS NEW END ---------------------------------------------- */



/* PLIST START ------------------------------------------------ */

#plist {
	border-bottom:#CCCCCC solid 1px;
	font-size:86%;
}
#plist li {
	float:left;
	margin-right:6px;
	list-style: none;
	color: #0066CC;
}
#plist li a {
	padding-right:12px;
	background-image:url(../images/arrow.gif);
	background-position:right;
	background-repeat:no-repeat;
	text-decoration: none;
}
#plist li a:hover {
	text-decoration: underline;
}

/* PLIST END -------------------------------------------------- */



/* BANNER START ------------------------------------------------- */
#top_bnr li {
	width:270px;
	height:100px;
	list-style:none;
	float:left;
	margin-bottom: 10px;
}
#com_bnr a {
	width:270px;
	height:100px;
	display:block;
	text-align:left;
	text-indent:-9999px;
	overflow:hidden;
	background-image:url(../images/bnr_com.png);
	background-repeat:no-repeat;
}
#com_bnr a:hover {
	background-position:-270px 0;
}
#jp_bnr {
	width:270px;
	height:100px;
}
#jp_bnr a {
	width:270px;
	height:100px;
	display:block;
	text-align:left;
	text-indent:-9999px;
	overflow:hidden;
	background-image:url(../images/bnr_jp.png);
	background-repeat:no-repeat;
}
#jp_bnr a:hover {
	background-position:-270px 0;
}
#nenga_bnr a {
	width:270px;
	height:100px;
	display:block;
	text-align:left;
	text-indent:-9999px;
	overflow:hidden;
	background-image:url(../images/bnr_nenga.png);
	background-repeat:no-repeat;
}
#nenga_bnr a:hover {
	background-position:-270px 0;
}

#kansha_bnr a {
	width:270px;
	height:100px;
	display:block;
	text-align:left;
	text-indent:-9999px;
	overflow:hidden;
	background-image:url(../images/bnr_kansha.png);
	background-repeat:no-repeat;
}
#kansha_bnr a:hover {
	background-position:-270px 0;
}

#hs_bnr a {
	width:270px;
	height:100px;
	display:block;
	text-align:left;
	text-indent:-9999px;
	overflow:hidden;
	background-image:url(../images/bnr_hs.png);
	background-repeat:no-repeat;
}
#hs_bnr a:hover {
	background-position:-270px 0;
}
#mochu_bnr a {
	width:270px;
	height:100px;
	display:block;
	text-align:left;
	text-indent:-9999px;
	overflow:hidden;
	background-image:url(../images/bnr_mochu.png);
	background-repeat:no-repeat;
}
#mochu_bnr a:hover {
	background-position:-270px 0;
}

/*　バナー（39プロジェクト）　*/
#thankyou_bnr a {
	width:270px;
	height:100px;
	display:block;
	text-align:left;
	text-indent:-9999px;
	overflow:hidden;
	background-image:url(../images/bnr_39pro.png);
	background-repeat:no-repeat;
}
#thankyou_bnr a:hover {
	background-position:-270px 0;
}

/*　バナー（ココスタ）　*/
#cocosta_bnr a {
	width:270px;
	height:100px;
	display:block;
	text-align:left;
	text-indent:-9999px;
	overflow:hidden;
	background-image:url(../images/bnr_cocosta.png);
	background-repeat:no-repeat;
}
#cocosta_bnr a:hover {
	background-position:-270px 0;
}


#staff_bnr li{
	width:560px;
	height:80px;
	list-style:none;
}
#staff_bnr a {
	width:560px;
	height:80px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	text-decoration:none;
	background:url(../images/bnr_staff.png) no-repeat;
}
#staff_bnr a:hover {
	background-position:-560px 0;
}	
.side_bnr li,li#pblog,li#staff_s,li#press {
	width:260px;
	height:80px;
	margin-bottom:10px;
	list-style:none;
}
#pblog a,#prize a,#media a,#staff_s a,#press a {
	width:260px;
	height:80px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	text-decoration:none;
	background:no-repeat;
}
#pblog a {
	background-image:url(../images/bnr_pblog.png);
}
#prize a {
	background-image:url(../images/bnr_prize.png);
}
#media a {
	background-image:url(../images/bnr_media.png);
}
#staff_s a {
	background-image:url(../images/bnr_staff_s.png);
}
#press a {
	background-image:url(../images/btn_press.png);
}
#pblog a:hover,#prize a:hover,#media a:hover,#staff_s a:hover,#press a:hover {
	background-position:-260px 0;
}
/* BANNER END ------------------------------------------------- */



/* LINK START ------------------------------------------------ */

#link {
	border-top:#CCCCCC solid 1px;
	margin-bottom: 20px;
	padding:0 10px;
}
#link dt {
	display:inline;
	position:relative;
	top:5px;
}
#link dd {
	display:inline;
}
#link dd a {
	padding:0 2px;
	border-right:#CCCCCC solid 1px;
	text-decoration:none;
	letter-spacing: 0px;
}
#link dd a:hover {
	text-decoration:underline;
}

/* LINK END ------------------------------------------------ */




/* FOOTER START -------------------------------------------- */

#cr {
	width:332px;
	height:48px;
	float:left;
}
#btm_logo {
	width:270px;
	height:48px;
	float:right;
}
	
/* FOOTER END ---------------------------------------------- */

/* HEADING START ------------------------------------------------ */

h1 {
	width:114px;
	height: 60px;
}
h1 a {
	width:100%;
	height:60px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	text-decoration:none;
}
h2.wn {
	width:560px;
	height:30px;
	background-image:url(../images/t_news.png);
	background-repeat:no-repeat;
	margin-bottom: 10px;
	overflow: hidden;
	text-indent:-9999px;
}
h2.aisatsu,h2.company,h2.credo,h2.enterprise,h2.history,h2.access,h2.staff,h2.kjoho,h2.philosophy {
	width:560px;
	height:58px;
	background-repeat:no-repeat;
	margin-bottom: 30px;
	overflow: hidden;
	text-indent:-9999px;
}
h2.aisatsu {
	background-image:url(../aisatsu/images/t_greeting.png);
}
h2.company {
	background-image:url(../images/t_company.png);
}
h2.enterprise {
	background-image:url(../images/t_enterprise.png);
}
h2.credo {
	background-image:url(../images/t_credo.png);
}
h2.philosophy {
	background-image:url(../images/t_philosophy.png);
}
h2.history {
	background-image:url(../images/t_history.png);
}
h2.access {
	background-image:url(../images/t_access.png);
}
h2.staff{
	background-image:url(../images/t_staff.png);
}
h2.kjoho {
	background-image:url(../images/t_kjoho.png);
}
h2.kizuna,h2.nenga45 {
	width:500px;
	height:25px;
	background-repeat:no-repeat;
	margin:30px 0;
	overflow: hidden;
	text-indent:-9999px;
}
h2.kizuna {
	background-image: url(../credo/images/txt_kizuna.png);
}
h2.nenga45 {
	background-image: url(../credo/images/txt_nenga45.png);
}

#main_l h3 {
	font-size: 115%;
	padding: 2px 10px;
	color:#333333;
	background:url(../images/st_bar.png) no-repeat bottom;
	margin-bottom: 20px;
}
#smenu h3 {
	width:240px;
	height:36px;
	background:url(../images/smenu_top.png) no-repeat;
  font-size: 100%;
	color:#FFFFFF;
	padding: 6px 10px;
}

/* HEADING END -------------------------------------------------- */

.box_pmb15 p {
	margin-bottom:15px;
}
.box_pmb20 p {
	margin-bottom:20px;
}
.up350 {
	position:relative;
	top:-462px;
}
.dwn192 {
	position:relative;
	top:192px;
}
