﻿@charset "utf-8";

/* ==============================

trumpeterhiro.com  サイトスタイル

＊基本設定
	フォント指定
	ブラウザ設定解除
	テキストリンク
	フロート解除
	汎用 align 調整
	汎用 float

＊レイアウトパーツ毎　設定
	wrapper
	ヘッダー
	フッター
	section（上部メインイメージ／コピーの箇所）
＊各オビ／タイトル　画像

＊テーブル
	テーブル内※マーク項目（li 処理）

＊フロートハック 等

============================== */


/* ==============================

基本設定

============================== */

/*---------- フォント指定 ----------*/

body,td,th,p,address,h1,h2,h3,h4,h5,h6,li,dt,dd {
/*	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro";!important*/
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: normal;
	font-style: normal;
	line-height: 160%;

	color: #CCCCCC;
	font-size:90%;
}

/*---------- ブラウザ設定解除 ----------*/
* {
	margin: 0;
	padding: 0;
}

* * *{
	text-align:left;
}
	
body{
	margin:0;
	padding:0;
	background-color:#202020;
	position:relative;
}

img,table {
	border: none;
}

th,td{
	text-align:left;
	vertical-align:top;
	font-weight:normal;
}

ul {
	list-style: none;
}

/*---------- テキストリンク ----------*/

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

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

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

a:active {
	color: #FFCC00;
	text-decoration: underline;
}
	
/*---------- フロート解除 ----------*/

br.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}
	
/*---------- 汎用 align 調整 ----------*/

.alignLeft{
	text-align:left;
}

.alignRight{
	text-align:right;
}

.alignCenter{
	text-align:center;
}

/*---------- 汎用 float ----------*/

.floatLeft{
	float:left;
}

.floatRight{
	float:right;
}

.floatClear{
	clear:both;
}

img.floatLeft{
	padding:0 1em 1em 0;
}

img.floatRight{
	padding:0 0 1em 1em;
}
	
/* ==============================

レイアウトパーツ毎　

============================== */
	
/*---------- wrapper ----------*/

div#wrapper{
	margin:0 auto;
	padding:0 2em 0 2px;
	display:block;
	position:relative;
	width:750px;
}

div#liveInfo{

}

div#liveInfo{
	margin:-5px 0 10px 30px;
	padding:5px;
	width:680px;
	height:80px;
	overflow: auto;
	border:1px solid #3F3F3F;
	vertical-align:text-top;
	font-size:85%;
}

div#liveInfo dd{
	margin-bottom:10px;
}

div#blogPickUp{
	margin:0;
	padding:5px;
	position:absolute;
	top:790px;
	left:30px;
	width:450px;
	height:270px;
	border:1px solid #3F3F3F;
	overflow: auto;
	vertical-align:text-top;
	font-size:85%;
	z-index: 5;
}

div#blogPickUp dd.alignRight{
	margin-bottom:5px;
	border-bottom:1px dotted #CCC;
}

div#subArea{
	padding:5px;
	position:absolute;
	text-align:center;
	top:750px;
	right:60px;
	width:200px;
	background-image:url("../images/subBG.jpg");
	background-repeat:no-repeat;
	border:1px solid #555555;
}

div#subArea img{
	margin-bottom:8px;
}

div#subArea img.floatLeft,
div#subArea img.floatRight{
	margin-top:8px;
}

div#subArea img.floatLeft{
	margin-left:6px;
}

div#subArea img.floatRight{
	margin-right:6px;
}


div#subArea p{
	font-size:90%;
	text-align:center;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
}

/*---------- ヘッダー ----------*/

div#header{
/* ==============================
	margin:0;
	height:117px;
	background-image:url("../images/headBG.jpg");
	background-repeat:no-repeat;
	text-indent:-9999px;
============================== */
}

/*---------- フッター ----------*/

div#footer{
	margin:0;
	position:absolute;
	top:1080px;
	right:60px;
	height:60px;
	font-size:12px;
	background-image:url("../images/footBG.jpg");
	background-repeat:no-repeat;
	text-align:right;
	clear:both;
}

div#footer a:link,
div#footer a:visited{
	color:#666666;
}

div#footer a:hover{
	color:#CCCCCC;
}

/*---------- section ----------

div#section{
	margin:2em 0 0 0;
	padding-left:350px;
	background-image:url("../images/sectionBG.jpg");
	background-repeat:no-repeat;
	height:450px;
	position:relative;
}

div#section div#detail{
	background-color:#F5F5F5;
	border:1px solid #CCCCCC;
}

div#section div#detail p{
	padding:10px;
	font-size:14px;
	line-height:140%;
}

p#pdfBTN{
	float:right;
}

p#pdfBTN a{
	background-image:url("../images/pdfBTN_off.jpg");
	background-repeat:no-repeat;
	display:block;
	width:257px;
	height:55px;
	text-indent:-9999px;
}

p#pdfBTN a:hover{
	background-image:url("../images/pdfBTN_on.jpg");
}

*/

/* ==============================

各オビ／タイトル　画像

============================== */
h1{
	display:none;

}

h2#hirosBlog{
	margin:5px 0 0 25px;
	padding:0;
	background-image:url("../images/h2Title.jpg");
	background-repeat:no-repeat;
	height:47px;
	text-indent:-9999px;
}

h2#liveTitle{
	margin:5px 0 0 25px;
	padding:0;
	background-image:url("../images/h2liveInfo.jpg");
	background-repeat:no-repeat;
	height:47px;
	text-indent:-9999px;
}

/* ==============================

h3#award{
	margin-top:2em;
	clear:both;
	background-image:url("../images/h3_award.jpg");
	background-repeat:no-repeat;
	text-indent:-9999px;
	height:34px;
}

h3#entry{
	margin-top:2em;
	clear:both;
	background-image:url("../images/h3_entry.jpg");
	background-repeat:no-repeat;
	text-indent:-9999px;
	height:34px;
}

ul li#first{
	margin:10px 0;
	background-image:url("../images/award_1st.gif");
	background-repeat:no-repeat;
	height:47px;
	text-indent:-9999px;
}

ul li#second{
	margin:10px 0;
	background-image:url("../images/award_2nd.gif");
	background-repeat:no-repeat;
	height:47px;
	text-indent:-9999px;
}

ul li#third{
	margin:10px 0;
	background-image:url("../images/award_3rd_4th.gif");
	background-repeat:no-repeat;
	height:47px;
	text-indent:-9999px;
}

p#other{
	margin:10px 0;
	background-image:url("../images/award_other.gif");
	background-repeat:no-repeat;
	height:49px;
	text-indent:-9999px;
}

p#entry01{
	margin:10px 0 10px 10px;
	background-image:url("../images/entry_01.gif");
	background-repeat:no-repeat;
	height:49px;
	text-indent:-9999px;
}

p#entry02{
	margin:10px 0 10px 10px;
	background-image:url("../images/entry_02.gif");
	background-repeat:no-repeat;
	height:49px;
	text-indent:-9999px;
}
============================== */


/* ==============================

table

============================== */

table.detailTBL{
	height:490px;
	margin-top:2em;
	border-top:1px solid #CCCCCC;
}

table.detailTBL th{
	padding:3px;
	width:82px;
	background-color:#F2116B;
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
}

table.detailTBL td{
	padding:5px;
	width:310px;
	border-bottom:1px solid #CCCCCC;
}

/* テーブル内※マーク項目（li 処理） */

table.detailTBL td ul li{
	background-image:url("../images/liststyrleKOME.gif");
	background-repeat:no-repeat;
	padding-left:15px;
}

table.detailTBL td#inq ul{
	margin-bottom:10px;

}

/* ==============================

フロートハック 等

============================== */

/*---------- フロートハック ----------*/

div#wrapper:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div#wrapper { display:inline-block; }
/*\*/
* html div#wrapper { height:1%; }
div#wrapper { display:block; }
/**/

div#subArea:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
div#subArea { display:inline-block; }
/*\*/
* html div#subArea { height:1%; }
div#subArea { display:block; }
/**/

