﻿@charset "utf-8";
/*
Theme Name: CROSSCONTINUE
Theme URI:
Description: CROSSCONTINUEのテーマ
Version: 1.0
Author: TakahiroTakeuchi
Author URI: http://www.crosscontinue.com/
Tags:
*/
@import "reset.css";

/*All CSS*/
body {
	background: #000;
	font-family: "ヒラギノ角ゴ Pro W6", "メイリオ", "MS Sans Serif",Helvetica, sans-serif;
}
a {
	text-decoration: none;
	color: #FF0060;
}
#wrapper {
	padding: 20px 0;
	background: #fff;
	border-bottom: 1px solid #000;
}
*html #wrapper {
	padding-bottom: 10px;
}
#wrapperInner,
#footerInner {
	margin: 0 auto;
	width: 940px;
}
h1 a {
	display: block;
	text-indent: -9999em;
	background: url(images/topLogo.gif) left top no-repeat;
	width: 697px;
	height: 308px;
}
h1 a:hover {
	background: url(images/topLogo.gif) left bottom no-repeat;
}

#header {
	padding-bottom: 25px;
}

/*Gnavi CSS*/
#gnavi {
	padding-left: 15px;
}
#gnavi li {
	float: left;
	text-indent: -9999em;
	margin-right: 30px;
}
#gnavi li a {
	display: block;
	height: 42px;
}
#gnavi li#gnTopix a {
	background: url(images/gnavi.gif) 0 0 no-repeat;
	width: 175px;
}
#gnavi li#gnAbout a {
	background: url(images/gnavi.gif) -175px 0 no-repeat;
	width: 260px;
}
#gnavi li#gnWorks a {
	background: url(images/gnavi.gif) -435px 0 no-repeat;
	width: 205px;
}
#gnavi li#gnLab a {
	background: url(images/gnavi.gif) -640px 0 no-repeat;
	width: 135px;
}
#gnavi li#gnTopix a:hover {
	background: url(images/gnavi.gif) 0 -42px no-repeat;
}
#gnavi li#gnAbout a:hover {
	background: url(images/gnavi.gif) -175px -42px no-repeat;
}
#gnavi li#gnWorks a:hover {
	background: url(images/gnavi.gif) -435px -42px no-repeat;
}
#gnavi li#gnLab a:hover {
	background: url(images/gnavi.gif) -640px -42px no-repeat;
}

/*Body CSS*/
#body {
	clear: left;
	padding: 3px 15px 0;
} 
#topLeft {
	float: left;
	margin-right: 20px;
	padding-top: 10px;
	width: 340px;
	background: url(images/topPointer.gif) 13px 0 no-repeat;
}
#childLeft {
	float: left;
	margin-right: 20px;
	padding-top: 10px;
	width: 270px;
}
#childLeft ul#workThumb li {
	float: left;
	margin: 0 0 4px 4px;
}
#childLeft ul#workThumb a img {
	border: 3px solid #F7F7F7;
}
#childLeft ul#workThumb a img:hover {
	border: 3px solid #FF0060;
}
.idList h2 {
	float: left;
	margin-top: 5px;
	text-indent: -9999em;
	background: url(images/topH2_WorkList.gif);
	width: 122px;
	height: 20px;
}
.idTopix h2 {
	float: left;
	margin-top: 5px;
	text-indent: -9999em;
	background: url(images/topH2_Topix.gif);
	width: 69px;
	height: 20px;
}
.idAbout h2 {
	float: left;
	margin-top: 5px;
	text-indent: -9999em;
	background: url(images/topH2_About.gif);
	width: 118px;
	height: 20px;
}
.idIntro h2 {
	float: left;
	margin-top: 5px;
	text-indent: -9999em;
	background: url(images/topH2_Intro.gif);
	width: 179px;
	height: 20px;
}
#topLeft .content01 {
	margin-left: 5px;
	background: #FF0060 url(images/topContentHeader.gif) left top no-repeat;
	width: 330px;
}
#topLeft .content01 dt {
	font-family: "ヒラギノ角ゴ Pro W6", "メイリオ", "MS Sans Serif",Helvetica, sans-serif;
	text-indent: 4px;
	font-size: 28px;
	color: #FFF;
}
#topLeft .content01 dd {
	text-indent: 4px;
	font-size: 12px;
	color: #FFF;
}
#topLeft .content01 p {
	background: url(images/topContentFooter.gif) left bottom no-repeat;
	text-align: right;
}
#topLeft .content01 p img {
	padding: 0 5px 5px 0;
}
#topRight {
	float: left;
	padding-top: 10px;
	width: 530px;
	background: url(images/topPointer.gif) 150px 0 no-repeat;
}
#childRight {
	float: left;
	padding-top: 10px;
	width: 600px;
}
.rightWork {
	background: url(images/topPointer.gif) 220px 0 no-repeat;
}
.leftAbout {
	background: url(images/topPointer.gif) 220px 0 no-repeat;
}
.title h3 {
	margin: 0 0 20px 5px;
	font-size: 130%;
	color: #989898;
}
.leftAbout .title h3,
.rightAbout .title h3 {
	color: #000;
	margin: 0 0 10px 0;
	padding-left: 5px;
	border-left: 7px solid #000;
}
#childRight h3 a {
	padding: 2px 5px;
	color: #989898;
	border-left: 5px solid #FF0060;	
}
#childRight h3 a:hover {
	padding: 2px 5px;
	color: #FF0060;
}

#childRight p img {
	margin-bottom: 10px;
	text-align: center;
}
#childRight a img {
	padding: 3px;
	border: 2px solid #EDEDED;
}
#childRight ul.post-meta {
	margin: 10px 5px 0;
	padding: 10px;
	background: #f7f7f7;
	border-top: 1px solid #EDEDED;
}
#childRight ul.post-meta li {
	margin-bottom: 0.3em;
	font-size: 70%;
	color: #666666;
}
#childRight .workContent {
	margin-bottom: 15px;
}
#childRight .workContent a {
	text-align: center;
}
.idCat h2 {
	float: left;
	margin-top: 5px;
	text-indent: -9999em;
	background: url(images/topH2_NewWork.gif);
	width: 132px;
	height: 20px;	
}
.idWorks h2 {
	float: left;
	margin-top: 5px;
	text-indent: -9999em;
	background: url(images/topH2_Works.gif);
	width: 85px;
	height: 20px;	
}
.topContent {
	margin-bottom: 15px;
	padding: 0 8px;
	border-top: 5px solid #4D4D4D;
	background: #F7F7F7;
	height: 30px;
}
.topContent p {
	float: right;
	margin-top: 7px;
}
.topContent p a {
	display: block;
	text-indent: -9999em;
	background: url(images/topMore_L.gif) no-repeat;
	width: 55px;
	height: 15px;
}
#topRight ul {
	clear: both;
}
#topRight li {
	float: left;
	margin: 0 0 4px 4px;
}
#topRight li a img {
	border: 3px solid #F7F7F7;
}
#topRight li a img:hover {
	border: 3px solid #FF0060;
}
.leftAbout p,
.rightAbout p {
	font-size: 80%;
	line-height: 170%;
	color: #4D4D4D;
}
.rightAbout p.box {
	display: block;
	margin-bottom: 5px;
	padding-bottom: 2px;
	border-bottom: 1px solid #f7f7f7;
	color:  #FF0060;
}
.leftAbout p a:hover,
.rightAbout p a:hover {
	border-bottom: 1px dotted #FF0060;
}
/*Footer CSS*/
#footer {
	clear: both;
	height: 5em;
}
#footerInner {
	padding: 15px 0;
	color: #fff;
}
#footerInner a:hover {
	border-bottom: 1px dotted #FF0060;
}
address {
	font-size: 10px;
	text-align: right;
}
*html address {
	font-size: 12px;
}
hr.clear {
	margin: 0;
	padding: 0;
	clear: both;
	border: none;
}
*html hr.clear {
	display: none;
}