@charset "EUC-JP";

/*-------------------------------------------------------------------------------
 * SMOKERS'STYLE COMPETITION 2006
 */
/* すべてのmargin, padding を調整。ブラウザによって違うため */
* {
	margin: 0px;
	padding: 0px;
}

/* bodyタグによる全体のフォントスタイルの制御 */
body {
	font-family: "ヒラギノ角ゴ　Pro W3", "Hiragino Kaku Gothic Pro", "MS P ゴシック", Osaka, sans-serif;
	font-style: normal;
	font-size: 90%;
	color: #333333;
	background: url(../images/background.gif) 650px 0px repeat-y;
	/*
	background: #fcfcfc url(../images/bg_body.jpg) left top repeat-y;
	background-attachment: fixed;
	*/
}

/* h1〜h6の基本設定 ----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
/* ページ見出し ----------*/
h1 {
  position: absolute;
  left: 11px;
	top: 30px;
  text-indent: -700em;
}
/* 見出しを背景画像で表示 */
h1 a {
	display: block;
	width: 533px;
	height: 162px;
	background: url(../images/h1_title.gif) left top no-repeat;
}
/* ページタイトル(H2) */
#mainContents h2 {
  margin: 0px 20px;
	height: 30px;
	background-position: left top;
	background-repeat: no-repeat;
}
#mainContents h2 span{
    /*display: block;*/
    display: none;
}
/* タイトルを画像指定で行う場合は、背景画像を指定した上で下記 class指定 */
#mainContents h2.index      { background-image: url(../images/h2_top.gif);}
#mainContents h2.requirement{ background-image: url(../images/h2_requirement.gif);}
#mainContents h2.entry_idea{  background-image: url(../images/h2_entry_idea.gif);}
#mainContents h2.entry_skhn{  background-image: url(../images/h2_entry_skhn.gif);}
#mainContents h2.zadankai{    background-image: url(../images/h2_zadankai.gif);}
#mainContents h2.result{      background-image: url(../images/h2_result.gif);}
#mainContents h2.result1st{}
#mainContents h2.result2nd{}
#mainContents h2.news{}
#mainContents h2.backnumber{}

/* コンテンツ見出し */
#mainContents h3 {
	clear: both;
	padding: 3px 10px;
	margin: 25px 0px 0px 0px;
	font-size: 150%;
	font-weight: bold;
	background-color: #B2ECDA;
	color: #188B4C;
}
#mainContents h3 .sub {
  font-size: 85%;
}

#mainContents h4 {
	padding:  10px 0px 4px 10px;
	margin: 5px 0px 0px 0px;
	font-size: 120%;
	border-bottom: solid #00A46A 1px;
	color: #188B4C;
	font-weight: bold;
	margin-bottom: 10px;
	clear: both;
}
#mainContents h4 .sumi{
  color: #000;
}

/* index側見出し */
#index h3 {
	padding: 2px 0px 4px 10px;
	margin: 25px 0px 0px 0px;
	border-bottom: solid #14853C 1px;
	color: #14853C;
}




/* aタグ関連 -----------------------------------------------------------------*/
a {
	color: #00f;
	background-color:transparent;
  text-decoration: underline;
	background: none;
}
a:link {
	/*color: #000000;*/
}
a:visited {
	color: #666;
}
a:hover, a:active {
	color: #00A46A
}

/* ul, li 見出しリスト ----------*/
ul {
}
ol {
	margin-left: 5px;
}
li{
    margin-left: 20px;
}
ul.noListStyle {
	list-style-type: none;
}
ul.noListStyle li{
	margin-left: 0px;
}

/* table */
table .odd {
	background-color: transcript;
}
table .even {
	background-color: #E7F7D7;
}

.submit input{
	padding: 2px 10px;
	/*color: #006; 
	background-color: #FFA90D; 
	*/
	border: 1px outset #14853C ;
}




/* 基本設定 ----------------------------------------------------------------------*/
/* ダミーコンテンツ */
.dummy {
  background-color: #fff;
	clear: both;
}


/* サイト用の定義 ----------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
 * コンテナー
 * サイト全体を囲うコンテナー。ページの幅などの全体レイアウトを定義
 */
#container {
	width: 650px;
	padding-right: 20px;		/* 影の幅分を paddingする */
	text-align: left;
}
/*
#sub_container {
	text-align: left;
	padding: 20px 20px;
	font-size: 0.9em;
}
#sub_container h1 {
	float:left;
	font-size: 1.1em;
	}
#sub_container p {
	margin: 0px 0px;
	padding: 0px 0px;
	}
*/
/* -------------------------------------------------------- コンテナーここまで*/

/* Header --------------------------------------------------------------------*/
#header {
	position: relative;
	height: 200px;
	background: url(../images/bg_header.gif) 0px 196px repeat-x;
}

/* ヘッダに表示するロゴ */
#header .logo {
  position: absolute;
	right: 10px;
  top: 10px;
	width: 100px;
	height: 35px;
	background: url(../images/logo_jt.gif) right top no-repeat;
}
/* タイトル内文字位置あわせ用 ---*/
/*
#header p {
  position: absolute;
  left: 35px;
  bottom: 0px;
	width: 232px;
	height: 63px;
	background: url(../images/h_open_review.gif) left top no-repeat;
}
*/
  /*text-indent: -700em;*/
/* ロゴのテキスト部分をかくす */
#header p span {
	/*display: block;*/
	display: none;
}

/*------------------------------------------------------------ headerここまで */


/* footer --------------------------------------------------------------------*/
#footer {
	clear: both;
	padding: 10px 10px 5px 10px;
	border-top: solid #00A46A 1px;
	font-size: 12px;
	line-height: 100%;
}
#footer .copyRight {
	margin-top: 7px;
	text-align: center;
}
/*------------------------------------------------------------ footerここまで */


/* 本文部分の大枠 --------------------------------------------------------------------*/
/* メニュー部分の背景を設定するために作成 */
#bodyContents {
	background-color: #eee;
	margin: 20px 0px 0px 10px;
	width: 640px;
}
/*------------------------------------------------------------ 本文部分の大枠ここまで */


/* ページ見出し --------------------------------------------------------------*/
#index {
	float: left;
	width: 165px;
	min-height: 350px;
	clear: none;
}
/* ul/li 見出しリスト ---*/
#index ul.indexList {
  margin: 2px;
  list-style-type: none;
}
#index ul.indexList li{
  margin-left: 0px;
  margin-bottom: 2px;
}
#index ul.indexList a {
  display: block;
	width: 156px;
  border-right: 5px solid #fff;
  text-indent: -700em;
	height: 30px;
	background-position: left center;
	background-color: #fff;
	background-repeat: no-repeat;
}
#index ul.indexList a:hover {
  border-right: 5px solid #00A46A;
	background-position: -160px;
}

/* 目次を画像指定で行う場合は、背景画像を指定した上で下記 class指定 */
#index ul.indexList .index			{background-image: url(../images/menu_top.gif);}
#index ul.indexList .requirement{background-image: url(../images/menu_requirement.gif);}
#index ul.indexList .entry_idea {background-image: url(../images/menu_entry_idea.gif);}
#index ul.indexList .entry_skhn	{background-image: url(../images/menu_entry_skhn.gif);}
#index ul.indexList .zadankai		{background-image: url(../images/menu_zadankai.gif);}
#index ul.indexList .faq				{background-image: url(../images/menu_faq.gif);}
#index ul.indexList .question		{background-image: url(../images/menu_question.gif);}
#index ul.indexList .result			{background-image: url(../images/menu_result_enable.gif);}
#index ul.indexList .result1st	{background-image: url(../images/menu_result1st.gif);}
#index ul.indexList .result2nd	{background-image: url(../images/menu_result2nd.gif);}
#index ul.indexList .news				{background-image: url(../images/menu_news.gif);}
#index ul.indexList .archive		{background-image: url(../images/menu_archive_3rd.gif);}
#index ul.indexList .jaTop			{background-image: url(../images/menu_ja.gif);}

/* サブメニュー表示 */
#index ul.indexList li.sub {
  margin-left: 15px;
	background-color: #fff;
}
#index ul.indexList li.sub a, #index ul.indexList li.sub2 a, #index ul.indexList li.sub span{
  display: block;
	padding: 3px;
  border-right: 5px solid #fff;
  border-left: 3px solid #00A46A;
	height: 1.5em;
	width: auto;
	text-indent: 0em;
}
#index ul.indexList li.sub2 {
  margin-left: 30px;
	background-color: #fff;
}


/* ul/li 見出しリスト ---*/
#index ul.siteIndexList {
  font-size: 12px;
  margin: 20px 5px;
  list-style-type: none;
}
#index ul.siteIndexList li{
  list-style-image: url(../images/menu_site_index_list.gif);
	padding: 0px 0px 2px 0px;
	margin: 10px 0px 2px 22px;
}


/*---------------------------------------------------------- ページ見出しここまで */


/* サブメニュー ------------------------------------------------------------------*/
/* １ページ内でリンクを作る場合など */
ul.submenu {
	float: right;
	list-style-type: none;
	margin-bottom: 10px;
}
ul.submenu li {
	width: auto;
	float: left;
	display: block;
	background: url(../images/submenu_list_image.gif) left center no-repeat;
	height: 23px;
	font-size: 110%;
}
/*---------------------------------------------------------- サブメニューここまで */


/* 本文 --------------------------------------------------------------------------*/
#mainContents {
	float: right;
	width: 475px;
	line-height: 140%;
	background-color: #fff;
	min-height: 350px;
	padding-bottom: 100px;
	background: #fff url(../images/bg_body.gif) center bottom no-repeat;
}
/* 
 * 本文内の本文。本文タイトルから内側にはいるようよう表示をする
 */
#mainContents .contents {
	margin-top: 5px;
	padding: 5px 20px 0px 20px;
}
#mainContents p {
	margin-bottom: 10px;
}
/* 平方メートル */
.heibei {
	vertical-align: super;
	font-size: 60%;
	line-height: 50%;
}

/*
 * 審査委員テーブル　
 *----------------------------------------------*/
.judgeTable {
	border-collapse: collapse;
}
.judgeTable th{
	padding: 2px;
	font-weight: normal;
	white-space: nowrap;
	vertical-align: top;
}
.judgeTable td{
    padding: 2px;
}

/*
 * 賞金破格部門並べて表示する
 *----------------------------------------------*/
.award {
  float: left;
	width: 190px;
}

/*
 * 本文の設定
 *----------------------------------------------*/
/* 見出し指定をしないが、見出し扱いの文字列 */
.htext {
	color:#188B4C;
	margin-top: 7px;
}
#mainContents .hAssignment {
	margin: 0px;
	color: #000000;
	border-bottom: none;
	;
	padding: 0px;
	margin-bottom: 10px;
}


/*
 * PDFのダウンロード
 *----------------------------------------------*/
.pdfDownload {
	margin-left: 20px;
}
.pdfDownload a {
	display: block;
	height: 50px; /* padding-top文画像高さよりマイナス */
	padding: 30px 0px 0px 75px;
	background: url(../images/iconPDF.gif) left top no-repeat;
}

/*
 * ファイルのダウンロード
 *----------------------------------------------*/
dl.download {
	margin: 5px 5px;
}
dl.download dt{
 	color: #14853C;
	padding: 0px 5px;
	border-bottom: dotted #14853C 1px;
}
dl.download dd{
  margin-left: 10px;
	padding: 10px 0px 10px 75px;
	margin-bottom: 5px;
}
dl.download dd.pdf{
	background: url(../images/iconPDF.gif) left center no-repeat;
}
dl.download dd.dxf{
	background: url(../images/iconDXF.gif) left center no-repeat;
}

/*
 * 基本テーブル（説明用の表など）　
 *----------------------------------------------*/
.infoTable {
	border-collapse: collapse;
	width: 100%;
  margin: 10px 0px;
}
.infoTable th {
	padding: 2px 7px;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
}
.infoTable .odd th {
	border-right: solid #ddd 1px;
}
.infoTable .even th {
	border-right: solid #fff 1px;
}
.infoTable td {
	padding: 2px 5px;
}

/*
 * コメント・注意
 *----------------------------------------------*/
.note {
	font-size: 85%;
}
/* 注意書きを赤色表記で */
.caution {
	color: #ff0000;
}
/* 目立たせなく注意書き */
.annotation {
}
/* */


/*
 * 応募図書などの説明書き、FQA
 *----------------------------------------------*/
dl.infoList {
	margin: 5px 0px;
}
dl.infoList dt{
 	color: #14853C;
	padding: 2px 5px;
	border-bottom: dotted #14853C 1px;
}
dl.infoList dd{
	padding: 2px 0px 2px 10px;
	margin-bottom: 7px;
}

/* FAQでの更新日表示（右寄せで） */
.faqUpdate {
	font-size: 90%;
	text-align: right;
	margin-bottom: 5px;
}


/*
 * 新着情報の表示
 *----------------------------------------------*/
dl.whatsNew {
	margin: 5px 0px;
}
dl.whatsNew dt{
 	color: #14853C;
	padding: 0px 5px;
}
dl.whatsNew dd{
	padding: 0px 0px 0px 2em;
/*	margin-bottom: 5px;*/
}


/*
 * 登録フォームテーブル
 *----------------------------------------------------------------*/
.regTable {
	border: 0px solid #14853C;
	width: 90%;
	margin-left: 10px;
	font-size: 90%;
    }
.regTable td.h3{
	font-size: 120%;
	padding:  16px 0px 2px 5px;
	border-bottom: 1px solid #14853C;
	font-weight: bold;
	color: #14853C;
    }

.regTable th {
	border-right: 1px solid #ddd;
	white-space: nowrap;
	width: 30%;
	text-align: right;
	border-bottom: 1px solid #ddd;
	padding: 5px 5px;
	vertical-align: text-top;
	font-size: 0.95em;
	color: #14853C;
	font-weight: normal;
    }
.regTable td{
    padding: 5px 5px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    vertical-align: top;
    line-height: 110%;
    }
.regTable td.submit{
    padding: 7px;
    text-align: center;
    background-color: #ccc;
    }


/*
 * DL: 入力エラー警告  
 *----------------------------------------------------------------*/
.warning {
    margin: 10px 0px 0px 10px;
    background: #FFC url(../images/alert.gif) no-repeat 8px 10px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 8px 5px 5px 0px;
    border-top: 2px solid #033;
    border-bottom: 2px solid #033;
    width: 90%;
    text-align: left;
    }
.warning dt{
    margin:2px 8px 10px 57px;
    font-size: 90%;
    color: #C03;
    font-weight: normal;
    }
.warning dd {
    margin: 2px 5px 3px 59px;
    line-height: 1.4em;
    font-size: 84%;
    }
.warning dd:before {    
    content: '>>  ';
    color: #C03;
    text-decoration: blink;
    font-weight: normal;
    letter-spacing: -0.25em;
    word-spacing: 0.5em; 
    }
.warning_text {
		margin-top: 3px;
    background: #FFC;
    border-top: 1px solid #033;
    border-bottom: 1px solid #033;
    padding: 5px 0px 5px 5px;
    color: #C03;
    font-weight: normal;
}


/*
 結果発表
 */
.prize {
	clear: both;
	padding: 10px 5px 5px 5px;
	margin-bottom: 10px;
}
.prizeKasaku {
  padding: 10px 5px 5px 5px;
	float: left;
	width: 200px;
	font-size: 90%;
	line-height: 140%;
}
.prize .thumbnail , .prizeKasaku .thumbnail {
  float: left;
	width: auto;
	margin-right: 5px;
}
.prize .thumbnail img, .prizeKasaku .thumbnail img {
  border: 1px solid #ddd;
}
.prize .caption, .prizeKasaku .caption {
	font-size: 110%;
	width: auto;
}
.prize .sakuhin, .prizeKasaku .sakuhin {
  font-size: 110%;
	margin-bottom: 5px;
}

/*
  結果発表各賞ページ
 */
.prizeImage {
  margin: 10px 10px;
	padding: 5px 0px 0px 0px;
	width: auto;
	/*float: left;*/
	text-align: center;
	border: 1px solid #ccc;
	background: url(../images/bg_magnify.gif) right bottom no-repeat;
}
/* 佳作用 */
.prizeImageHM {
  margin: 10px 10px;
	padding: 5px 0px 0px 0px;
	width: 200px;
	float: left;
	text-align: center;
	border: 1px solid #ccc;
	background: url(../images/bg_magnify.gif) right bottom no-repeat;
}


.prizeImage a, .prizeImageHM a {
  display: block;
	text-decoration: none;
}

.prizeImage img, .prizeImageHM img {
  border: 1px solid #ddd;
}

.prizeImage .caption, .prizeImageHM .caption {
	display: block;
	text-align: center;
	padding: 0px 15px 0px 5px;
	font-size: 90%;
}
.reviewHM {
  width: 200px;
	float: right;
}
dl.review {
}
dl.review dt{
	background-color: #B2ECDA;
	color: #000;
	padding: 1px 3px;
	margin-bottom: 3px;
}
dl.review dd{
  line-height: 120%;
	margin-bottom: 7px;
}

.judgePhoto {
  border: 1px solid #999;
	float: left;
	margin: 5px 10px 20px 10px;
}

.snapPhoto {
  clear: both;
  text-align: center;
	padding-top: 10px;
}
.snapPhoto img {
  border: 1px solid #999;
}
