@charset "utf-8";
/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: 北九州国際交流協会のテーマ
Version: 1.6
Author: Yaskawa Obvious Iesako
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

*/

/* Common */
body, html {
	margin:0 auto;
	font-size: 13px;
	line-height:135%;
	color: #333;
	font-family: verdana, geneva, sans-serif;
	background-color:#ffcc99;
}
.maincolor { background-color:#a4d200; }

#wrapp {
	margin:0 auto;
	width:820px;
	background-image:url(images/background.jpg);
	background-repeat: repeat-y;
}
#inner_wrapp {
	margin:0 auto;
	padding:0 15px;
}
/* End Of Common */

/* Header */
#header {
	width:100%;
	height:120px;
	margin:0 auto;
	padding:0;
	background-image:url(images/head_img.jpg);
	background-repeat:no-repeat;
}
#headnav {
	width:250px;
	height:30px;
	float:right;
	margin-top:30px;
}
#headnav ul {
	margin: 0;
	padding:0;
	border: none;
}
#headnav li {
	display: block;
	margin: 0;
	padding:0;
	float: right;
	width: auto;
}
#headnav a {
	display: block;
	font-size:0.9em;
	width: auto;
	padding:0 20px 0 15px;
	background-image: url(images/button.gif);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 25px;
}
#headnav a:hover { color: #333; }
#logo {
	float:left;
	padding:0px;
	margin:10px 0 14px 17px;
	height:78px;
	width:181px;
	background-image:url(images/kiinet_logo.gif);
	background-repeat: no-repeat;
}
/* End Of Header */

/* Global Navigation */
#navcontainer {
	height:55px;
}
#navcontainer ul { margin:0;padding: 0px }
#navcontainer ul li {
	display: inline;
	float: left;
	margin: 0pt;
	padding:0;
}
#navcontainer ul li a {
	display: block;
	margin: 0px;
	height: 55px;
}

.page-item-36 a { 
	background: url(images/bu_kiinet.jpg) no-repeat;
	width:159px;
	text-indent: -9999em;
}
.page-item-36 a:hover { background: url(images/bu_kiinet_f2.jpg) no-repeat; }

.page-item-42 a {
	background: url(images/bu_group.jpg) no-repeat;
	width:158px;
	text-indent: -9999em;
}
.page-item-42 a:hover { background: url(images/bu_group_f2.jpg) no-repeat; }

.page-item-47 a {
	background: url(images/bu_news.jpg) no-repeat;
	width:159px;
	text-indent: -9999em;
}
.page-item-47 a:hover {	background: url(images/bu_news_f2.jpg) no-repeat; }

.page-item-49 a {
	 background: url(images/bu_board.jpg) no-repeat;
	width:158px;
	text-indent: -9999em;
}
.page-item-49 a:hover {  background: url(images/bu_board_f2.jpg) no-repeat; }

.page-item-44 a {
	background: url(images/bu_info.jpg) no-repeat;width:155px;
	text-indent: -9999em;
}
.page-item-44 a:hover {  background: url(images/bu_info_f2.jpg) no-repeat; }
/* End Of Global Navigation */


h1 {
	font-size: 1em;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	display: inline;
}

h2 {
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	display: inline;
}
h3 {margin:0px; }
a {
	text-decoration: none;
	color: #333;
}
a:hover { text-decoration:underline }
ul {
	padding: 0px;
	margin:0
}
ul li {
	padding: 0px;
	list-style-type: none;
}
table {
	border-collapse: collapse;
	width:100%;
}
th, td { border:solid 1px #999; }
hr { display:none; }
img {
	border:0;
	margin:0;
}
p { 
	line-height: 105%;
	margin:0.5em;
}

/* Home */
#onecol {
	background-color:#FFF;
	padding:0 0 20px 0;
}
#topimg {
	background-image:url(images/top_img.jpg);
	background-repeat:no-repeat;
	width:790px;
	height:265px;
}
#topnews {
	height:auto;
	padding:0 5px 42px 0px;
}
#topnews h3 {
	background-image:url(images/news.jpg);
	background-repeat:no-repeat;
	height:60px;
	width:790px;
	margin-bottom:5px;
}
#topevent {
	height:auto;
	width:385px;
	float:left;
	padding-bottom:20px;
}
#topevent h3 {
	background-image:url(images/event.jpg);
	background-repeat:no-repeat;
	height:60px;
	width:385px;
	margin-bottom:7px;
}
#topboad {
	height:auto;
	width:385px;
	float:right;
	padding-bottom:20px;
}
#topboad h3 {
	background-image:url(images/info.jpg);
	background-repeat:no-repeat;
	height:60px;
	width:385px;
	margin-bottom:7px;
}
#topgroup {
	width:780px;
	height:auto;
	margin:0 auto;
}
#topgroup h3 {
	background-image:url(images/group_bar.gif);
	background-repeat:no-repeat;
	height:25px;
	width:770px;
	margin:0 auto;
	margin-bottom:5px;
}

#topnews .topic {
	clear:both;
	height:60px;
	line-height: 60px;
	border-bottom:1px dashed #CCC;
}
#topnews .day {
	font-weight: bold;
	padding-left:1em;
	padding-right:1em;
	float:left;
}
#topnews img {
	width:80px;
	height:50px;
	float:left;
	padding:5px 0;
}
.desc {
	float:left;
	padding-left:1em;
	color:#40668C;
}
.event_board dl, .event_board dd { margin:0; }
.event_board dl { }
.event_board dt {
	font-weight: bold;
	padding-left:1em;
	padding-top:3px;
}
.event_board dd {
	color:#40668C;
	border-bottom:1px dashed #CCC;
	padding-left:1em;
	padding-bottom:3px;
}
.indexlink {
	float:right;
	background-image:url(images/button.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding:5px 15px;
}
#topnews a, #topboad a, #topevent a, .indexlink a { color:#40668C; }

/* End of Home */

/* Other Pages Style */
#content { width:100%; }
#col2 {
	background-image:url(images/contentback.gif);
	background-repeat:repeat-y;
}


/*--- mainContent ----*/

#mainContent {
	float:left;
	width:585px;
	background-color:#FFF;
}

/*---- sideContent----*/
#sidebar {
	float: right;
	width: 190px;
	background-color:#FFF;
	text-align:center;
}
#menubox {
	width:185px;
	margin-bottom:15px;
}
#menubox img { }
#menubox ul {
	margin:0px auto;
	list-style-type: none;
}
#menubox li {
	height:34px;
	padding:0;
	margin:0;
}
#menubox li.first, #menubox li.last { height: 35px; }

#sidebar .sidebox {
	width:185px;
	margin-bottom:5px;
	margin-top:5px;
}
#sidebar .sidebox img {
	display: block;
	margin: 0px auto;
	padding: 0px;
	border-width: 0px;
}
#sidebar .sidebox dl {
	margin: 0px 0px 10px 0px;
	padding-left: 5px;
}
#sidebar .sidebox dt {
	margin: 10px 0px;
	font-weight:bold;
}
#sidebar .sidebox dd { margin-left: 0px; }
#sidebar .sidebox .top_frame {
	height: 6px;
	background-image: url(images/box_top.gif);
	background-repeat: no-repeat;
}
#sidebar .sidebox .middle_frame {
	background-image: url(images/sidebox_back.gif);
	background-repeat: repeat-y;
	text-align: left;
}
#sidebar .sidebox .bottom_frame {
	height: 11px;
	background-image: url(images/box_bot.gif);
	background-repeat: no-repeat;
}

/* Group */
#grouph2 {
	width:580px;
	height:60px;
	background-image: url(images/group_title.jpg);
	background-repeat: no-repeat;
	margin-top:5px;
	text-indent:-9999px;
}
#group p {
	padding:10px 10px 30px 10px;
	margin:0;
}
#grouplist { padding:0 10px 0 5px; }
#group ul {
	margin:0px;
	padding-bottom:20px;
	padding-top:5px;
}
#group li { padding:7px 10px; }
#grouplist .even { background-color:#FFFFCC }
.totop {
	margin:5px 15px;
	float:right;
}
h3.category-1 {
	background-image:url(images/title_bar1.gif);
	background-repeat:no-repeat;
	line-height:30px;
	text-indent:-9999px;
}
h3.category-internationalexchange {
	background-image:url(images/title_bar2.gif);
	background-repeat:no-repeat;
	line-height:30px;
	text-indent:-9999px;
}
h3.category-foreignersupport {
	background-image:url(images/title_bar3.gif);
	background-repeat:no-repeat;
	line-height:30px;
	text-indent:-9999px;
}
h3.category-internationalcooperation {
	background-image:url(images/title_bar4.gif);
	background-repeat:no-repeat;
	line-height:30px;
	text-indent:-9999px;
}
h3.category-bilateralexchange {
	background-image:url(images/title_bar5.gif);
	background-repeat:no-repeat;
	line-height:30px;
	text-indent:-9999px;
}

h3.category-languageeducation {
	background-image:url(images/title_bar6.gif);
	background-repeat:no-repeat;
	line-height:30px;
	text-indent:-9999px;
}
h3.category-others {
	background-image:url(images/title_bar7.gif);
	background-repeat:no-repeat;
	line-height:30px;
	text-indent:-9999px;
}



/*------- Detail for group--------*/
#groupdetail { padding:15px 10px 80px 15px; }
#detailtittle {
	width:580px;
	height:60px;
	margin:5px 0 0 3px;
	background-image: url(images/ditailtittle.gif);
	background-repeat: no-repeat;
}
#detailtittle h3 {
	margin:0;
	padding-left:20px;
	line-height:60px;
	font-size:16px;
}

#groupdetail table th {
	background-color:#FFFFCC;
	width:95px;
	line-height:28px;
	text-align:left;
	padding-left:3px;
}
#groupdetail table td { padding-left:3px; }
.grouplist ul {
	padding-left:15px;
	margin-left:10px;
}
.grouplist ul li { list-style-type: disc; }


/* Board，KIINET_NEW */
#kiinet_h2 {
	width:580px;
	height:60px;
	background-image: url(images/ttl_kiinet_h2.jpg);
	background-repeat: no-repeat;
	margin-top:5px;
	text-indent:-9999px;
}

#news_h2 {
	width:580px;
	height:60px;
	background-image: url(images/ttl_kiinetnews_h2.jpg);
	background-repeat: no-repeat;
	margin-top:5px;
	text-indent:-9999px;
}

#board_h2 {
	width:580px;
	height:60px;
	background-image: url(images/ttl_boad_h2.jpg);
	background-repeat: no-repeat;
	margin-top:5px;
	text-indent:-9999px;
}

#info_h2 {
	width:580px;
	height:60px;
	background-image: url(images/ttl_info_h2.jpg);
	background-repeat: no-repeat;
	margin-top:5px;
	text-indent:-9999px;
}

#kiinet p,
#news p,
#info p {
	padding:10px 10px 30px 10px;
	margin-top:15px;
}

div.board_content {
	margin: 0 0 3em;
	padding: 1px 0;
}

div.board_content h3 {
	border-bottom: 1px solid #EEEEEE;
	color: #000000;
	margin: 0.8em 30px 0.5em;
	font-weight:normal;
}

ul.boardcontent_info {
	margin: 0.8em 30px 0.5em;
}

ul.boardcontent_info li {
	color:#999999;
	display:inline;
	font-size:85%;
	margin:0 0.5em 0.1em 0;
}
div.board_content div.summary {
	margin-left:30px;
	padding:0.5em 0;
}

div.board_content div.summary p.continue{
	background-image:url(images/v_arrow050102.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:12px;
	line-height:1.8;
}
div.board_content div.summary p.continue a.hover{
	background-color:#666666;
	color:#FFFFFF;
}
div.board_content ul.reaction {
	border-top:1px solid #EEEEEE;
	margin: 0.8em 30px 0.5em;
}

/*　single.php，commnet.php 用　*/
h2.single_other {
	margin:0;
	padding-left:20px;
	line-height:60px;
	font-size:16px;
}
div.entry{
	padding: 10px 10px 30px;
}

h3#comments {
	border-bottom: 1px solid #EEEEEE;
	color: #000000;
	margin: 0.8em 30px 0.5em;
	font-weight:normal;
}

p.postme {
	margin-top: 2em;
}

#respond {
	margin: 3em 30px 0.5em;
}

#respond h3 {
	border-bottom: 1px solid #EEEEEE;
	color: #000000;
	font-weight:normal;
}


.commentlist ol {
	margin: 0.8em 30px 0.5em;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}



.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}


/* End Of Other Pages Style */

/* Footer */
#footer {
	background-color: #fff;
	width:100%;
	margin:0 auto;
	margin-top:5px;
	padding:0;
	height:200px;
	border-top:solid #F60 3px;
}
#copyright strong { }
#copyright { margin:10px 15px; }
#CRadress {
	margin:10px 0 3px 0;
	font-size:0.85em;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	line-height: 0px;
}
.space { height:10px; }


