@charset "Shift_JIS";

/*===================================　

全体構造

===================================*/

body {
	color: #666666;
	margin: 0px;
	padding: 0px;
}
#wrap {
	margin: auto auto 0px;
	width: 970px;
}
p {
	margin: 1em 0px 1.5em;
}


/*　link
-----------------------------------*/
a{
	color: #148BF0;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;	
}

/*　clear
-----------------------------------*/
.clear {
	clear: both;
	height: 0;
	font-size: 1px;
}

/*　float
-----------------------------------*/
.left {
	float: left;
}

.right {
	float: right;
}

/*　dot
-----------------------------------*/
.dot {
	font-size: 1px;
	margin: 10px 0px;
	border-top: 1px dotted #999999;
}

/*　img
-----------------------------------*/
img {
	vertical-align: bottom;
}
img.border {
	border: 1px solid #cccccc;
	padding: 1px;
	margin-right: 0px;
	margin-bottom: 0.5em;
}

/*　form
-----------------------------------*/
textarea {
	border: 1px solid #CCCCCC;
}
.radio {
	border-style: none;
}



/*　見出し
-----------------------------------*/

h2 {
	margin-top: 0px;
	margin-bottom: 0.8em;
}
h3 {
	margin-top: 0px;
	margin-bottom: 0.2em;
	background: url(../img/title_bg.gif) no-repeat 0px 0px;
	color: #FFFFFF;
	font-size: 100%;
	height: 22px;
	width: 480px;
	padding-left: 1em;
	padding-top: 0.3em;
}
.twtr-widget h3 {
	background: url(none);
}
h4 {
	color: #148BF0;
	margin: 0px 0px 0.8em;
	border-bottom: 1px solid #148BF0;
	font-size: 120%;
}
h5 {
	font-size: 120%;
	margin: 0px 0px 0.4em;
	color: #FF3366;
}

/*　strong
-----------------------------------*/
.strong {
	background: #FFFFB0;
	padding: 0.5em 1em;
	display: block;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}
.strong02 {
	display: block;
	color: #555;
	margin: 0.6em 0px;
}

/*　枠
-----------------------------------*/
.attention {
	border: 1px solid #FF3366;
	padding: 1em 1em 0.5em;
	margin: 1.5em 0px;
}

.attention h5 {
	color: #FF3366;
}

.pdf {
	background: url(../img/mark_pdf.gif) no-repeat 0px 0px;
	height: 30px;
	padding-left: 35px;
	padding-top: 10px;
}


/*===================================　

header

===================================*/

#header {
	height: 150px;
	width: 100%;
	position: relative;
	margin-bottom: 3px;
}
#header h1 {
	height: 100px;
	width: 325px;
	background: url(../img/logo.gif) no-repeat 0px 0px;
	position: absolute;
	left: 0px;
	top: 5px;
	margin: 0px;
	padding: 0px;	
}
#header h1 a {
  text-indent: -9999px;
	display: block;
	height: 100px;
	width: 325px;
	overflow: hidden;
}
#header #search {
	background: url(../img/search_bg.jpg) no-repeat 0px 0px;
	height: 42px;
	width: 322px;
	position: absolute;
	top: 40px;
	right: 0px;
}

#header #search #search_box {
	position: absolute;
	top: 13px;
	left: 90px;
}

#header #search #search_btn {
	background: url(../img/search_btn.jpg) no-repeat 0px 0px;
	height: 22px;
	width: 68px;
	border-style: none;
	text-indent: -9999px;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 11px;
	right: 10px;
}

#header p#dcm {
	position: absolute;
	height: 18px;
	width: 154px;
	right: 50px;
	top: 90px;
	margin: 0px;
}


/*===================================　

top_img

===================================*/

#top_img {
	background: #EFEFEF;
	border: 1px solid #D9D9D9;
	padding: 1px;
}

/*===================================　

bread

===================================*/

#bread {
	height: 2em;
	position: relative;
	margin-top: 5px;
}
#bread p {
	margin:  0px;
	padding: 0px;
}

/*　文字サイズ変更
-----------------------------------*/

#bread #sizechange {
	position: absolute;
	top: 0px;
	right: 0px;
}
#bread #sizechange ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#bread #sizechange ul li {
	margin: 0px 0px 0px 5px;
	float: left;
	height: 20px;	
}
#bread #sizechange li#fbt00 {
	background: url(../img/sizechange.gif) no-repeat 0px 0px;
	height: 20px;
	width: 87px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
#bread #sizechange li a {
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
	display: block;
	height: 20px;
	width: 51px;
}
#bread #sizechange li#fbt01 a {
	background: url(../img/sizechange.gif) no-repeat -87px 0px;
}
#bread #sizechange li#fbt02 a {
	background: url(../img/sizechange.gif) no-repeat -138px 0px;
}
#bread #sizechange li#fbt03 a {
	background: url(../img/sizechange.gif) no-repeat -189px 0px;
}
#bread #sizechange li#fbt01 a:hover {
	background: url(../img/sizechange.gif) no-repeat -87px -20px;
}
#bread #sizechange li#fbt02 a:hover {
	background: url(../img/sizechange.gif) no-repeat -138px -20px;
}
#bread #sizechange li#fbt03 a:hover {
	background: url(../img/sizechange.gif) no-repeat -189px -20px;
}




/*===================================　

container

===================================*/

#container {
	margin-bottom: 50px;
	width: 100%;
}

#flash {
	margin-bottom: 1em;
}









/*===================================　

side

===================================*/

#side {
	width: 240px;
	float: left;
}
.side_conte {
	margin-bottom: 1em;
}
.side_conte h2 {
	margin-bottom: 0.2em;
}
.side_conte dl {
	border: 1px solid #CCCCCC;
	margin: 0px;
	padding: 1em 1em 0.5em;
}
.side_conte dt {
	font-weight: bold;
	color: #148BF0;
}
.side_conte dt.new {
	background: url(../img/new.gif) no-repeat 8em center;
}
.side_conte dd {
	margin: 0px 0px 0.5em;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 0.5em;
}


.side_conte dd img {
	float: left;
	margin-right: 0.5em;
}

.side_conte dd p {
	margin: 0px;
}

.side_conte ul {
	border: 1px solid #CCCCCC;
	margin: 0px;
	padding: 1em 1em 0.5em 2em;
	background: #F3F3F3;
}
.side_conte li {
	margin-bottom: 0.5em;
}


/*===================================　

content

===================================*/

#content {
	width: 710px;
	float: right;
}


/*　content_main
-----------------------------------*/

#content_main {
	width: 490px;
	float: left;
}

.content_main_conte {
	margin-bottom: 1em;
}
.content_main_conte dl {
	margin: 0.2em 0px 0px;
}
.content_main_conte dt {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 0.5em;
	line-height: 1.2;
}

.content_main_conte dt span {
	font-size: 90%;
	color: #999999;
	display: block;
	font-weight: normal;
	letter-spacing: -0.1em;
}
.content_main_conte dd {
	margin: 0px 0px 0.5em;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 0.5em;
}
.content_main_conte dd img {
	float: left;
	margin-right: 10px;
}
.content_main_conte dd p {
	float: right;
	margin: 0px;
	width: 350px;
}

.content_main_conte ul,
.content_main_conte ol {
	padding: 0px 0px 0px 1.8em;
	margin: 1em 0px;
}

.content_main_conte ul.none,
.content_main_conte ol.none {
	padding: 0px;
	margin: 1em 0px;
	list-style: none;
}

.content_main_conte ul li,
.content_main_conte ol li {
	margin-bottom: 0.4em;
}

/*　content_side
-----------------------------------*/

#content_side {
	width: 200px;
	float: right;
}

.bnr {
	margin-bottom: 5px;
}

#mail {
	background: url(../img/mailmaga.gif) no-repeat 0px 0px;
	height: 200px;
	width: 200px;
	position: relative;
}
#mail #mail_box {
	position: absolute;
	top: 140px;
	left: 22px;
}

#mail #mail_btn {
	background: url(../img/btn_entry.gif) no-repeat 0px 0px;
	height: 22px;
	width: 40px;
	border-style: none;
	text-indent: -9999px;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 165px;
	left: 22px;
}

#question {
	border: 1px solid #CCCCCC;
	padding: 1em;
}
#question h2 {
	text-align: center;
	margin-bottom: 0.5em;
}
#question p {
	text-align: center;
}
#question dl {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 0.5em;
	padding-right: 0.5em;
	padding-left: 0.5em;
}
#question dt {
	font-weight: bold;
}
#question dd {
	margin: 0px;
}
#question label {
	font-size: 94%;
	margin: 0px;
	padding: 0px;
}
span#question_btn {
	height: 22px;
	width: 40px;

	display: block;
}
span#question_btn a{
	background: url(../img/btn_oubo.gif) no-repeat 0px 0px;
	height: 22px;
	width: 40px;
	border-style: none;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}

/*===================================　

footer

===================================*/

#footer {
	background: url(../img/foot_bg.gif) repeat-x 0px 0px;
	width: 100%;
	padding-top: 0.2em;
}
#footer a {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#inner_footer {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#footer #inner_footer p {
	text-align: center;
	font-size: 90%;
}
#footer #inner_footer address {
	font-style: normal;
	text-align: center;
	margin: 15px 0px 10px;
}






/*===================================　

Informationページ

===================================*/

.info .content_main_conte dl {
	margin-top: 1em;
}
.info .content_main_conte dl dt {
	font-size: 100%;
}

/*===================================　

Design City of KOBEページ

===================================*/

.dc_kobe .content_main_conte dl {
	margin-top: 1em;
}
.dc_kobe .content_main_conte dl dt {
	font-size: 100%;
}


/*===================================　

Design City Projectsページ

===================================*/

.projects .content_main_conte dl dt {
	color: #148BF0;
	font-size: 130%;
}


/*===================================　

Archiveページ

===================================*/

.archive .content_main_conte dl dt {
	color: #148BF0;
	font-size: 130%;
}


/*===================================　

サイトマップページ

===================================*/

.sitemap a {
	color: #666666;
	text-decoration: none;
}
.sitemap a:hover {
	text-decoration: underline;
}

.sitemap ul {
	margin: 0px 0px 1em;
	padding: 0px 0px 0px 1.5em;
}




/*===================================　

投票システム

===================================*/
.thanks {
	padding: 1em;
	margin-bottom: 1em;
	border: 1px solid #f69;
}

.time_error {
	padding: 1em;
	margin-bottom: 1em;
	border: 1px solid #f00;
}

input.submit{
	cursor: pointer;
	font-size: 10px;
}




