/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:
	
	Eric Meyer					:: http://ericmeyer.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com
	
-------------------------------------------------------------------------------*/

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}									

article, aside, figure, footer, header, hgroup, nav, section {display: block;}

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
   If this default setting for images is causing issues, you might want to replace it with a .responsive class instead. */
/*
img,
object,
embed {max-width: 100%;}
*/
/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted. 
	don't forget to restore the bullets within content. */
ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, 
blockquote:after, 
q:before, 
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th,td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}

table {font-size: inherit; font: 100%;}
 
/* Accessible focus treatment
	people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {outline: none;}

small {font-size: 85%;}

strong, th {font-weight: bold;}

td, td img {vertical-align: top;} 

/* Make sure sup and sub don't screw with your line-heights
	gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label, 
input[type=button], 
input[type=submit], 
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button {width: auto; overflow: visible;}
 
/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover */
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }  

section{
	display: block;
}

/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/

/* new Linux- and Windows-friendly sans-serif font stack: http://mky.be/fontstack */
body {font: 13px Helmet, Freesans, sans-serif;}

/* using local fonts? make sure to read up on Paul Irish's 
	Bulletproof @font-face syntax: http://mky.be/font-face/bulletproof/ */

/* we like off-black for text */
body, select, input, textarea {color: #666;}

a {color: #FF5400;}
a:hover {color: #FF8555;}

/* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;} 

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fcd700;} 

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}



/* Site Design!
-------------------------------------------------------------------------------*/
.kokokara{
	width: 190px;
}

header{
	width: 190px;
	float: right;
	display: block;
}
body {
	background-image: url(../i/bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding-left: 40px;
}
figure {
	margin-bottom: 1em;
}
table {
	width: 100%;
}
th, td {
	padding-top: 0.75em;
	padding-right: 5px;
	padding-bottom: 0.75em;
	padding-left: 5px;
	line-height: 1.5em;
}
th {
	font-weight: normal;
	text-align: right;
	padding-right: 20px;
	padding-left: 0px;
}


#site_bg {
	width: 960px;
}
article#home > section{
	width: 700px;
}
article#home .row2 {
	width: 100%;
	background-image: url(../i/line_b.gif);
	background-repeat: repeat-y;
	background-position: 435px top;
}
article#home .row2 .col1{
	width: 435px;
	float: left;
}
article#home .row2 .col1 > section{
	margin-right: 30px;
}
article#home .row2 .col2{
	width: 265px;
	float: left;
}
article#home .row2 .col2 > section{
	margin-left: 24px;
}
article#cont > section{
	width: 500px;
}




#main_logo {
	display: block;
	margin-bottom: 30px;
}
#gnavi  {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
#gnavi li {
	display: block;
	width: 100%;
}
#gnavi li a {
	display: block;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 5px;
}
a:hover img{
	background-color:#FFFFFF;
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
}
#company_info {
	font-size: 84%;
	line-height: 1.75em;
}
#company_info > h1 {
	margin-bottom: 10px;
	font-weight: bold;
	color: #000;
}
#company_info section > h1 {
	margin-bottom: 0;
	font-weight: normal;
	color: #000;
}
#company_info section {
	margin-bottom: 20px;
}
#media_navi {
	display: block;
	margin-bottom: 40px;
	overflow: hidden;
}
#media_navi ul li {
	float: left;
	display: block;
	margin-right: 10px;
	background-image: url(../i/icon_squaer.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#media_navi ul li a{
	display: block;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 35px;
	font-size: 74%;
	color: #666;
	text-decoration: none;
}
#media_navi ul #btn_twitter {
	background-image: url(../i/icon_twitter.gif);
}
#media_navi ul #btn_facebook {
	background-image: url(../i/icon_facebook.gif);
}
#media_navi ul #btn_flickr {
	background-image: url(../i/icon_flicker.gif);
}
#media_navi ul #btn_lang_ja {
	background-image: url(../i/icon_japan.gif);
}



#cnavi {
	margin-bottom: 2em;
	padding-top: 0.5em;
	overflow: hidden;
}
#cnavi li {
	float: left;
	display: block;
	padding-right: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	margin-right: 15px;
}
#cnavi li a{
	text-decoration: none;
	font-size: 92%;
}
#cnavi li a:hover{
	text-decoration: underline;
}
#cnavi ul li.last {
	padding-right: 0px;
	border-right-style: none;
	margin-right: 0px;
}
#cnavi ul li.active a{
	color: #CCC;

}
#fnavi {
	padding-top: 1em;
	overflow: hidden;
	padding-bottom: 1em;
}
#fnavi li {
	float: left;
	display: block;
	padding-right: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	margin-right: 15px;
}
#fnavi li a{
	text-decoration: none;
	font-size: 84%;
	color: #666;
}
#fnavi li a:hover{
	text-decoration: underline;
}
#fnavi ul li.last {
	padding-right: 0px;
	border-right-style: none;
	margin-right: 0px;
}
#fnavi ul li.active a{
	color: #CCC;

}
#copyright {
	color: #999;
	font-size: 84%;
	padding-bottom: 1em;
}


article > h1 {
	line-height: 1.1em;
	font-weight: bold;
	color: #000;
	display: block;
	margin-bottom: 35px;
}
article section {
	padding-top: 1em;
}

article section > h1 {
	color: #000;
	margin-bottom: 25px;
}
article section > p {
	margin-bottom: 2em;
	line-height: 1.75em;
}
article section section section > h1{
	margin-bottom: 1em;
}
section.num {
	background-image: url(../i/icon_no1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 8px;
	width: 100%;
}
section.num > h1,  {
	margin-left: 35px;
	line-height: 1.75em;
}
section.num > h1  ,section.num > p{
	margin-left: 35px;
	line-height: 1.75em;
}

section.no1 {
	background-image: url(../i/icon_no1.gif);
}
section.no2 {
	background-image: url(../i/icon_no2.gif);
}
section.no3 {
	background-image: url(../i/icon_no3.gif);
}
section.no4 {
	background-image: url(../i/icon_no4.gif);
}
.add_info {
	border: 1px solid #FF5400;
	color: #FF543A;
	font-weight: bold;
	text-align: center;
	position: relative;
	padding-top: 25px;
	padding-bottom: 25px;
	width: 100%;
}
.add_info .text {
	position: relative;
	display: block;
	z-index: 1;
	padding-right: 15px;
	padding-left: 15px;
}
.add_info .icon_plus{
	background-image: url(../i/icon_plus.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 9px;
	width: 9px;
	display: block;
	position: absolute;
	z-index: 999;
	right: -4px;
	bottom: 7px;
}
.t_orange{
	color: #FF5400;
}
.pagetop {
	padding-top: 2em;
	padding-bottom: 2em;
	clear: both;
}
.pagetop a {
	text-decoration: none;
}
.readmore {
	padding-bottom: 1em;
	text-align: right;
	width: 100%;
	clear: both;
}
.readmore a {
	text-decoration: none;
}
.line_hb {
	background-image: url(../i/line_a.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 100%;
	margin-bottom: 1em;
	padding-bottom: 1em;
}
.line_ht {
	margin-top: 1px;
	padding-top: 1em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eaeaea;
}
.ta_r {
	text-align: right;
}
.clear {
	clear: both;
}
small.ta_r {
	display: block;
}
#member section figure{
	float: left;
	height: 120px;
	width: 120px;
	margin-right: 15px;
}
#member section p{
	font-size: 92%;
}
#member section .official_position {
	font-size: 74%;
	color: #666;
	margin-right: 1em;
}
#campaign > h1 {
	margin-bottom: 1em;
}

#workslist > h1 {
	margin-bottom: 1em;
}

#workslist.top .node {
	float: left;
	width: 190px;
	padding-top: 0px;
}
#workslist.top .node.br {
	float: right;
}
#workslist .node img {
	border: 1px solid #eaeaea;
}
#workslist .node hgroup {	padding-bottom: 1em;}
#workslist .node hgroup h1 {	font-size: 82%;	font-weight: bold;	margin-bottom: 0.5em;}
#workslist .node hgroup h2  {	font-weight: bold;	color: #000;}
#workslist .node > section > div {	line-height: 1.75em;letter-spacing: 0.2em;}
#workslist.top .node hgroup {	padding-top: 1em;}
#workslist.top .node hgroup h1 {	font-size: 74%;	font-weight: normal;	margin-bottom: 0.5em;}
#workslist.top .node hgroup h2  {	font-size: 82%;	font-weight: normal;	color: #000;}
.paging {
	padding-top: 1em;
	padding-bottom: 1em;
}
.paging .pageList li {
	margin-right: 5px;
	display: inline;
}
.paging .pageList li a {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #FF5400;
	color:white;
}
.paging .pageList li a:hover {
	text-decoration: underline;
}
.paging .pageList li a.active {
	background-color: #999;
	color:white;
}

#flickrapi ul {
	display: block;
	margin-bottom: 2em;
	overflow: hidden;
}
#flickrapi li {	display: block;	float: left;	width: 250px;}
#flickrapi li img {	border: 1px solid #eaeaea;}
#flickrapi li span {
	font-size: 82%;
	font-weight: normal;
	margin-left: 5px;
	padding-left: 5px;
}

#qualification > h1 {
	margin-bottom: 1em;
}
#qualification section {
	width: 190px;
	float: left;
	padding-top: 0px;
}
#qualification section.br {
	float: right;

}
#qualification section p {
	font-size: 92%;
	line-height: 1.25em;
	margin-bottom: 1em;
}



#yahoonews_list li {
	margin-bottom: 1em;
}
#yahoonews_list {
	padding-bottom: 1em;
}

#yahoonews_list .date {
	font-size: 82%;
	color: #999;
	display: block;
	padding-bottom: 0.25em;
}
#twitter_list {
	padding-bottom: 1em;
}

#twitter_list .node {
	padding-bottom: 1em;
}
#twitter_list .node figure {
	height: 30px;
	width: 30px;
	float: left;
}
#twitter_list .node figure img {
	height: 30px;
	width: 30px;
}
#twitter_list .node .name {
	text-decoration: none;
	display: block;
	float: right;
	width: 200px;
	line-height: 1.1em;
	padding-bottom: 0.5em;
}
#twitter_list .node .desc {
	color: #999;
	float: right;
	display: block;
	width: 200px;
	font-size: 92%;
	padding-bottom: 0.5em;
}
#twitter_list .node .info {
	font-size: 82%;
	display: block;
	clear: both;
	padding-left: 40px;
}
#facebook > h1.line_hb {
	margin-bottom: 0px;
}
#facebook #facebook_profile {
	margin-bottom: 0px;
}

#facebook_profile figure {
	float: left;
	margin-right: 10px;
}
#facebook_profile h1 a{
	text-decoration: none;
}
#facebook #facebook_peoplelist h1 {
	font-weight: normal;
	font-size: 84%;
	color: #999;
	margin-bottom: 0.5em;
}
#facebook #facebook_peoplelist .node {
	float: left;
	width: 63px;
	padding-top: 0.5em;
}
#facebook #facebook_peoplelist .node.br {
	width: 50px;
}

#facebook #facebook_peoplelist .node a {
	color: #999;
	font-size: 74%;
	text-decoration: none;
	display: block;
	width: 50px;
	text-align: center;
}
















.printingyooooooo{
	margin-bottom: 10px;
}

/* Print styles!
-------------------------------------------------------------------------------*/
@media print {



}


/* Media queries!
-------------------------------------------------------------------------------*/

/* Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
	
		
}

@media all and (orientation: portrait) {
	
}

@media all and (orientation: landscape) {
	
}