/* 共通 */
/* ** a ** */
a	{
	color: #ffffff;
	text-decoration: none;
}
a:hover	{
	text-decoration: underline;
}
/* ** ちょっとしたときに ** */
.block	{
	display: block;
}
.clear_both	{
	clear: both;
}
.overflow_hidden	{
	overflow: hidden;
}
/* ** フロートしたいときに ** */
.image_left	{
	float: left;
	overflow: hidden;
}
.image_right	{
	float: right;
	overflow: hidden;
}
/* ** margin欲しいときに ** */
.margin-left_15px	{
	margin-left: 15px;
}
.margin-left_35px	{
	margin-left: 35px;
}
.margin-left_50px	{
	margin-left: 50px;
}
.margin_b_20px	{
	margin-bottom: 20px;
}
.margin_b_15px	{
	margin-bottom: 15px;
}
.margin_b_10px	{
	margin-bottom: 10px;
}
.margin_b_5px	{
	margin-bottom: 5px;
}
.top_margin_20px	{
	margin-top: 20px;
}
/* ** font指定したいときに ** */
.font_b	{
	font-weight: bold;
	}
.f10px	{
	font-size: 10px;
}
.f12px	{
	font-size: 10px;
}
.f13pxsww	{
	font-size: 13px;
}
.f14px	{
	font-size: 14px;
}
.f16px	{
	font-size: 16px;
}
.f18px	{
	font-size: 18px;
}
.f24px	{
	font-size: 24px;
}
.f28px	{
	font-size: 28px;
}

/* 全体 */
body	{
	font-family: "ＭＳ Pゴシック","ヒラギノ角ゴ Pro W6", Arial,sans-serif;
}
div.wrapp	{
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	margin: 0 auto;
	width: 960px;
	color: #fff;
}

/* 左側サイド（indexのみside_indexで対応） */
div.side	{
	float: left;
	overflow: hidden;
	margin-left: 30px;
	width: 330px;
}
div.side_index	{
	float: left;
	overflow: hidden;
	margin-left: 30px;
	width: 560px;
}

/* へッダー */
div.header	{
	overflow: hidden;
	padding-top: 30px;
}

/* タイトル */
h1 a	{
	display: block;
	float: left;
	margin-left: 30px;
	width: 176px;
	height: 75px;
	text-indent: -999em;
	background: url(../img/template/title.png) no-repeat left top;
}

/* パンくずリスト */
ul.pan	{
	float: right;
	overflow: hidden;
	margin-right:30px;
	line-height: 1;
}
ul.pan li	{
	float: left;
	margin-left:10px;
}
ul.pan li a	{
	display: block;
}
ul.pan li a:hover	{
	text-decoration: underline;
}
ul.pan li.link_On	{
	text-decoration: underline;
}

/* グローバルナブバー */
div.global_navi	{
	margin: 25px 0;
	padding: 10px; 
	width: 240px;
	border-radius: 10px;
}
div.global_navi ul	{
	margin-left: 20px;
	font-weight: bold;
	line-height: 24px;
	list-style: none;
}
div.global_navi ul ul	{
	margin-left: 10px;
}
div.global_navi li	{
	margin: 4px 0;
}
div.global_navi li a:hover	{
	color: #ffcc33;
	text-decoration: none;
}
div.global_navi li a.link_On	{
	color: #ffcc33;
	text-decoration: none;
}

/* ページ見出し */
div.sub_title_area	{
	margin-left: 15px;
}

/* コンテンツ */
div.main	{
	float: right;
	margin-right: 30px;
}
.contentOuter	{
 	position: relative;
	top: 0;
	left: 0;
}
div.contents	{
	float: left;
	width: 570px;
	border-radius: 10px;
}
.inner	{
	overflow: hidden;
	margin: 20px;
}
.works, .portfolio, contact	{
	padding: 0 30px;
}
.grayback	{
	background: url(../img/template/black_light_50.png) ;
}
.blackback	{
	background: url(../img/template/black_light.png) ;
}

/* 下にフッター分の余白を入れる */
.Section_110	{
	margin-bottom:110px;
	}
.Section_130	{
	margin-bottom:130px;
	}

/* フッター */
div.footer	{
	position: fixed;
	width: 100%;
	bottom: 0;
	color: #666666;
	font-size: 12px;
	background: #000;
	z-index: 100;
}
div.footer_inner	{
	margin: 0 auto;
	padding: 0 30px;
	width: 900px;
}
div.twitter	{
	float:left;
	margin: 5px 0 5px 0;
}
div.facebook	{
	float:left;
	margin: 5px 0 0 20px;
}
div.footer_inner p	{
	text-align: left;
	line-height: 1.5;
}
div.footer_inner address	{
	padding-top: 15px;
	text-align: center;
	line-height: 1.5;
}

/* 背景地模様 */
body.pt02	{
	background: url(../img/background/02_background_pt.jpg);
	color: #fff;
}
body.pt03	{
	background: url(../img/background/03_background_pt.jpg);
	color: #fff;
}

/* Homeページ */
div.News_window	{
	margin-top: 30px;
	padding: 0 20px 20px 20px;
	width: 500px;
	border-radius: 10px;
}
h2.News_title	{
	padding: 0 0 0 20px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	vertical-align: bottom; 
}

/* Worksページ */
.inner	{
	margin: 0 30px;
	padding: 25px 0;
	overflow: hidden;
}
div.inner ul	{
	float: left;
	padding: 40px 0;
	width: 260px;
}
div.inner ul li	{
	margin-bottom: 15px;
}
div.inner ul li a:hover	{
	text-decoration: underline;
}

/* London・Magazine・Movie・Webページ共通 */
div.black	{
	overflow: hidden;
	padding: 20px;
	border-radius: 10px;
	background: url(../img/template/black_light.png) 0 0;
}
div.sub_inner	{
	overflow: hidden;
	padding: 10px 25px;
	border-radius: 10px;
}
ul.image_left li	{
	float: left;
	margin:15px;
}
/* ※写真をクリックすると拡大します。*/
.Explanation_click	{
	margin-left: 40px;
}
/* ポートフォリオタイトル */
.title	{
	margin-left: 15px;
	font-weight: bold;
}

/* Profileページ */
a.Contact_link	{
	display: block;
	overflow: hidden;
	margin: 0 30px 20px 0;
	padding-top: 20px;
	font-weight: bold;
}

/* Contactページ */
.dakk	{
	float: right;
	width: 236px;
	height: 268px;
	background: url(../img/index_image/dakk.png) no-repeat right bottom;
}

/* Webページ */
.web_link	{
	float: right;
	margin-right: 20px;
	text-indent: -999em;
	border: solid 3px #fff;
}
.matuge	{
	border: none;
}
.sub_image_01 a	{
	display: block;
	width: 242px;
	height: 144px;
	background: url(../img/Works_Web/01_party.png) no-repeat 0 0;
}
.sub_image_01 a:hover	{
	background: url(../img/Works_Web/01_party.png) no-repeat 0 -144px;
}
.sub_image_02 a	{
	display: block;
	width: 242px;
	height: 144px;
	background: url(../img/Works_Web/02_natural.png) no-repeat 0 0;
}
.sub_image_02 a:hover	{
	background: url(../img/Works_Web/02_natural.png) no-repeat 0 -144px;
}
.sub_image_03 a	{
	display: block;
	width: 242px;
	height: 144px;
	background: url(../img/Works_Web/03_office.png) no-repeat 0 0;
}
.sub_image_03 a:hover	{
	background: url(../img/Works_Web/03_office.png) no-repeat 0 -144px;
}
.sub_image_04 a	{
	display: block;
	width: 171px;
	height: 114px;
	background: url(../img/Works_Web/tyomotto_movie.png) no-repeat 0 0;
}
.sub_image_04 a:hover	{
	background: url(../img/Works_Web/tyomotto_movie.png) no-repeat 0 -114px;
}
.sub_image_05 a	{
	display: block;
	width: 243px;
	height: 90px;
	background: url(../img/Works_Web/wing_meguro.jpg) no-repeat 0 0;
}
.sub_image_05 a:hover	{
	background: url(../img/Works_Web/wing_meguro.jpg) no-repeat 0 -90px;
}
