@charset "utf-8";

/*
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSstylesheet;
 :title "FUNAIZAINCONSULTANTSKYOTO - BASIC CSS - ;
 :created "2008-08-18";
 :release [:revision "1.0"; :created "2010-05-17"];
 :author [:name "FUJINO Masaaki"; :homepage <http://www.thinksell.net/>; :mbox "fujino@thinksell.net"];
 :license <http://www.opensource.org/licenses/mit-license.php>;
 " .
*/

/*

px   %

10 = 77 
11 = 85  
12 = 93 (was 93)  
13 = 100  
14 = 108 (was 107) 
15 = 116 (was 114) 
16 = 123.1 (was 122) 
17 = 131 (was 129) 
18 = 138.5 (was 136) 
19 = 146.5 (was 144) 
20 = 153.9 (was 152) 
21 = 161.6 (was 159) 
22 = 167
23 = 174
24 = 182
25 = 189
26 = 197
36 = 277

*/

/*--------------------------------------------------

HTML ELEMENTS

--------------------------------------------------*/



/* Top Elements */
* { margin: 0; padding: 0;}

body {
	background: #fff;
	font: 13px/1.231 "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "MSPゴシック", 'Trebuchet MS', Arial, Sans-serif !important;
	color: #333; 
	text-align: center;
	margin: 0 0 15px 0;	
}

/* links */
a:link {	
	color: #0044CC; /*#326ea1;*/
	text-decoration: underline;
	outline: none;
}

a:visited {
	color: #800080; /*#666;*/
	text-decoration: none;
}

a:hover, a:active {
	color: #0044CC; /*#708090;*/
	text-decoration: none;
}

div#wrap a img {
	border: 1px solid #DCDCDC;
	padding: 5px;
}

div#wrap a:hover img {
	border: 1px solid #0044CC;
	padding: 5px;
}
       
/* headers */
h1, h2, h3, h4 {
	font-weight: bold; 	
	color: #000;
}

h1 {
	font-size: 138.5%;
}

h2 {
	font-size: 108%;
	background: transparent url("images/mark/h2_listmark.gif") no-repeat;
	padding: 0 0 9px 26px;
	margin: 2em 0 0 0;
}

h3 {
	font-size: 108%;
	background: transparent url("images/mark/h3_listmark.gif") no-repeat;
	padding: 0 0 9px 26px;
	margin: 2em 0 0 0;
}

h4 {
	font-size: 108%;
	background: transparent url("images/mark/h4_listmark.gif") no-repeat;
	padding: 0 0 9px 26px;
	margin: 2em 0 0 0;
}

p {
	margin: 0 0 1.2em 0;
	line-height: 1.6;
}

br {
	margin: 0 0 1em 0;
}

ul, ol {
	margin: 1em 0;
}

/* images */


body img {
	border: none;
}

body div#wrap img {
	/*background: #FAFAFA;*/
  	border: 1px solid #DCDCDC;
	padding: 5px;
}

code {
	margin: 5px 0;
	padding: 10px;
	text-align: left;
	display: block;
	overflow: auto;  
	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
	/* white-space: pre; */
	background: #F5F5F5;
	border-left: 3px solid #D4D4D4;
}

acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}

blockquote {
	font: 100%/1.5em "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "MSPゴシック", 'Trebuchet MS', Arial, Sans-serif !important;
	margin: 0 9px 18px 9px;
 	padding: 9px 18px;
 	background: #F7F7F7;
	border-top: 1px solid #F5F5F5;
	border-bottom: 1px solid #F1F1F1;	
	color: #444;
}

strong {
	color: #000;
	font-weight: 600;	
}

em {
	font-style: normal;
	color: #000;
	font-weight: 600;
}

hr {
	margin: 1.5em 0;
	border: none;
	border-bottom: 1px solid #cccccc;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;
	width: 95%;	
}

caption {
	text-align: left;
	padding: 3px 0;
	margin: 0;
	border-top: 1px solid #f4f4f4;
}

th strong {
	color: #fff;
}

th {
	background: #e7e6e6 url("../images/button.jpg") repeat-x;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;	
	text-align: left;
	border-left: 1px solid #f4f4f4;
	border-bottom: solid 2px #fff;
	color: #333;
	white-space: nowrap;
}

tr {
	height: 30px;
}

td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

td.first,th.first {
	border-left: 0px;
}

tr.row-a {
	background: #F8F8F8;
}

tr.row-b {
	background: #EFEFEF;		
}

/* end - table */

/* form elements */
form {
	margin:10px;
	padding: 7px 5px;
	background: #F5F5F5;	
}

label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}

input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}

textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #333;
	background: #e7e6e6 url("../images/button.jpg") repeat-x;
	border: 1px solid #dadada;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0 5px 0 10px; padding: 5px 0 15px 0;	
	width: 190px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 100px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}



/*--------------------------------------------------

LAYOUT

--------------------------------------------------*/

#wrap {
	position: relative;
	width: 910px;	
	margin: 0 auto;
	text-align: left;
	background: #fff url(../images/content.jpg) repeat-y center top;
}


#content-wrap {
	float: left;
	width: 850px;
	margin-left: 30px;
	display: inline;
}

#content-wrap:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

#header {
	position: relative;
	height: 35px;
	width:910px;	
	padding: 0;	
	color: #fff;	
}

/* header links */
#header #header-links {
	position: absolute;
	top: 16px;
	right: 45px;	
	color: #838181;	
}

#header #header-links p {	
	padding: 0;
	margin: 0;	
}

#header #header-links a {	
	color: #15081F;;
	text-decoration: none;
	outline: none;
}

#header #header-links a:hover {
	text-decoration: underline;		
}

/* header-photo */
#header-photo {
	position: relative;
	clear: both;
	margin: 45px auto 5px;
	height: 90px;
	width: 850px;
	background: #fff url("../images/header-photo.jpg") no-repeat 0 25%;
}

#header-photo p#logo-text a {
	position: absolute;
	margin: 0;
	padding: 0;
	letter-spacing: -1px;
	color: #fff;
	text-transform: none;
	text-decoration: none;
	border: none;
	text-indent: -9999px;
	background: #fff url("images/common/logo.jpg") no-repeat;
	width: 432px;
	height: 55px;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: -75px; left: 0px;	
}

#header-photo p#slogan {
	position: absolute;
	width: 600px;
	margin: 20px 30px 0 0;
	padding: 0;
	font: 95%/1.5em "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "MSPゴシック", 'Trebuchet MS', Arial, Sans-serif !important;
	text-transform: none;
	color: #e6e7e1;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 20px; left: 60px;		
}

#header-photo p#slogan-catch {
	position: absolute;
	margin: 0 30px 0 0;
	padding: 0;
	font: bold 130% "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "MSPゴシック", 'Trebuchet MS', Arial, Sans-serif !important;
	text-transform: none;
	color: #FFF;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 10px; left: 60px;		
}

#header-photo p#sales {
	position: absolute;
	margin: 0 0 3px 0;
	padding: 0;
	font: bold 95% "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "MSPゴシック", 'Trebuchet MS', Arial, Sans-serif !important;
	text-transform: none;
	color: #111;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: -20px; left: 60px;		
}

/* Navigation */
#nav {
	clear: both;	
	padding: 0;			
}

#nav ul {
	float: left;
	list-style: none;
	background: #E4E4E4 url("../images/nav.jpg") repeat-x;	
	width: 850px;		
	padding: 0;margin: 0 0 0 30px;
	height: 45px;
	display: inline;
	text-transform: uppercase;
}

#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}

#nav ul li a {
	display: block;
	float: left;
	width: 100px; /* auto */
	margin: 0;
	padding: 0 2px; /* 0 15px */
	border-right: 1px solid #dadada;
	border-left: 1px solid #fafafa;	
	border-bottom: none;
	color: #326ea1;
	font: bold 93%/45px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif; /* 14px */
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	letter-spacing: 1px;
}

#nav ul li a:hover, 
#nav ul li a:active {
	color: #383d44;
}

#nav ul li#current a {	
	background: #DBDBDB url(../images/nav-current.jpg) repeat-x;		
}

/* Main Column */
.three-col #main {
	margin: 10px 208px 0 213px;
}

.two-col #main {
	float: right;
	width: 619px;
	/*
	margin: 10px 5px 0 213px;
	*/
}

#main h1 {
	margin: 18px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #cccccc;
}

#main dl {
	margin: 1em 0;
	line-height: 1.6;
}

#main dl dt {
	margin: 21px 0 9px 0;
	padding: 0 0 0 8px;
	border-left: 5px solid #548EC3;
	color: #222;
	font-weight: 700;
	
}

#main dl dt a {
	background: none;
}

#main ul li, #main ol li {
	margin: 0 0 0 21px;
	padding: 0;
	line-height: 1.6;
	}
	
#main ul li a {
	background: none;
	}
	
#main ul li ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: none;
	}
	
/* Sidebar */	
#sidebar {
	float: left;
	width: 195px;	
	margin-top: 10px;	
}

/* right column */
#rightcolumn {
	float: right;
	width: 190px;
	margin-top: 10px;	
}

#rightcolumn h2, #rightcolumn h3, #rightcolumn h4 {
	margin: 0;
	padding: 0 0 0 26px; 
}

#rightcolumn dl, #sidebar dl {
	/*
	margin: 0;
	border: 1px solid #E5E5E5;
	border-bottom: none;
	*/
}

#rightcolumn dl dt, #sidebar dl dt {
	margin: 0 0 9px 0;
	padding: 9px 0 6px 0; 
	font: bold 100% "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "MSPゴシック", 'Trebuchet MS', Arial, Sans-serif !important;
	color: #000000;
	/*
	background: #e4e4e4;
	border: 1px solid #f7f7f7;
	*/
	border-bottom: 3px solid #E4E4E4;
}

#rightcolumn dl dd {
	margin: 0 0 21px 0;
	/*
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	*/
	line-height: 1.6;
}

div#wrap #rightcolumn img, div#wrap #sidebar img {
	margin: 0;
	padding: 0;
	border: none;
	}

/* sidemenu */
ul.sidemenu {
	text-align: left;
	margin: 9px 0 20px 0;
	padding: 0;			
	text-decoration: none;
	/*
	border-top: 1px solid #e4e4e4;
	*/
}
ul.sidemenu li {
	list-style: none;
	padding: 0 0 3px 0;
	margin: 9px 0 0 0;
	/*
	border-bottom: 1px solid #E5E5E5;
	background: transparent url("images/mark/parl_bullet.gif") left no-repeat;
	*/
	background: transparent url("images/interface/line-dot03_460x1.gif") left bottom no-repeat;
	line-height: 1.6;
}

* html body ul.sidemenu li {
	height: 1%;
}
ul.sidemenu li a, #rightcolumn a {
	text-decoration: none;	
}
ul.sidemenu li a:hover, #rightcolumn a:hover {	
	text-decoration: underline;
}


/* footer-wrap */
#footer-wrap {
	clear: both;
	width: 910px;
	font-size: 95%;
	padding: 20px 0;
	text-align: left;	
	background: url("../images/footer-bottom.jpg") no-repeat center bottom;	
}

#footer-wrap a {
	color: #15081F;;
	text-decoration: none;
	outline: none;
}

#footer-wrap a:hover {
	text-decoration: underline;	
}

#footer-wrap p {
	padding: 10px 0;
}

#footer-wrap h2 {
	color: #666666;
	margin: 0;
	padding: 0 10px; 
}

/* footer */
#footer {
	clear: both;
	color: #666;	
	margin: 0 auto 10px auto; 
	width: 850px;
	padding: 5px 0;
	text-align: center;
	background: #F8F7F7;
	border-top: 1px solid #F2F2F2;	
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

.float-left img {
	margin: 0 2em 1em 0;
}

.col {
	width: 252px;
}

#sub-content {
	width: 600px;
}


#sub-content:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/* display and additional classes */
.clear {
	clear: both;
}

/* post */
.post-by {
	font-size: 93%;	
}
.post-footer {
	padding-bottom: 9px;
	font-size: 93%;	
	color: #888888;
	border-bottom: 1px solid #E4E4E4;
}
.post-footer .date{
	margin: 0;	
}
.post-footer a.comments {
	margin: 0 10px 0 5px;	
}
.post-footer a.readmore {
	margin: 0;	
}




/*--------------------------------------------------

clearfix

--------------------------------------------------*/

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/*--------------------------------------------------

TOPICS

--------------------------------------------------*/

div.topics {
	margin: 0 0 18px;
	}
	
div.topics a, div.entry a {
	background: none;
	}

div.topics h2, div.topics h3, div.topics h4 {
	margin: 0 0 9px 0;
	padding: 9px 0 9px 36px;
	color: #555;
	border-bottom: 1px dotted #e5e5e5;
}
	
div.topics h2 {
	background: transparent url("images/mark/canvas_holder-trans.png") left no-repeat;
	}
	
div.topics h3 {
	background: transparent url("images/mark/search_computer-trans.png") left no-repeat;
}

div.topics h4 {
	background: transparent url("images/mark/target-trans.png") left no-repeat;
}
	
div.topics ul {
	list-style: none;
	margin: 9px 0 0;
	padding: 0;
}
	
div#main div.topics ul li {
	margin: 18px 0 0 0;
	padding: 0 0 3px 0;
	background: transparent url("images/interface/line-dot03_460x1.gif") left bottom no-repeat;
}

div.entry {
	margin: 0 0 36px;
	padding: 0;
	}

div#main div.entry h2, div#main div.entry h3 {
	margin: 0 0 9px 0;
	padding: 9px 0 9px 36px;
	height: 1%;
	}
	
div#main div.entry h2 {
	background: transparent url("images/mark/chart_1-trans.png") left no-repeat;
	}
div#main div.entry h3 {
	background: transparent url("images/mark/news-trans.png") left no-repeat;
	}
	

/*--------------------------------------------------

Pagenavi

--------------------------------------------------*/

div#main ul#pagenavi {
	margin: 2em 0;
	padding: 0;
	list-style: none;
	border: none;
}

div#main ul#pagenavi li {
	display: inline;
	margin: 0 .5em;
	padding: .5em;
	border: 1px solid #EDEAEB;
	background: none;
}

div#main ul#pagenavi li.page_current {
	background-color: #F1F1F1;
	color: #000;
}

div#main ul#pagenavi li.page_next {
	color: #6E8377;
	font-weight: bold;
}

div#main ul#pagenavi li.page {
	border: none;
	color: #222;
	text-decoration: underline;
}

div#main ul#pagenavi a {
	text-decoration: none;
}

div#main #pagetoc {
	margin: 2em 0;
	padding: 0.5em 0;
	list-style: none;
	border: 1px solid #EDEAEB;
}

div#main #pagetoc li {
	display: inline;
	margin: 0 .5em;
	padding: .5em;
	background: none;
	
}

div#main #pagetoc a {
	font-weight: bold;
	}

/*--------------------------------------------------

class

--------------------------------------------------*/

.help {
	padding: 9px 0 9px 36px;
	background: transparent url("images/mark/help.png") left no-repeat;
	}
	
.word {
	margin: 0 1em;
	padding: 1em 2em;
	background: transparent url("images/mark/page_white_word.png") left no-repeat;
}

.excel {
	margin: 0 1em;
	padding: 1em 2em;
	background: transparent url("images/mark/page_white_excel.png") left no-repeat;
}

.put {
	margin: 0 1em;
	padding: 1em 2em;
	background: transparent url("images/mark/page_white_put.png") left no-repeat;
}

.pdf {
	margin: 0 1em;
	padding: 1em 2em;
	background: transparent url("images/mark/icon_pdf.gif") left no-repeat;
}

.word a, .excel a, .put a, .pdf a {
	background: transparent;
}

body div#wrap img.title {
	background: transparent;
  border: none;
	padding: 5px;
}

.spot {
	border: 1px solid #ddd;
	}
	
.headline {
	border-bottom: 1px solid #ddd;
	font-weight: 600;
	color: #111;
	}

.caption {
	border-left: 5px solid #444;
	padding: 3px 6px;
}
	
.seminar {
	background: transparent url("images/mark/canvas_holder.png") left no-repeat;
	}

.itemText {
	_zoom:1 ;
	overflow: hidden;
}

.attention {
	color: #000;
	font-weight: 600;
}

.indent {
	margin-left: 36px;
}

/*--------------------------------------------------

crumbs

--------------------------------------------------*/

#crumbs {
	border: 1px solid #dedede;
	height: 2.3em;
	margin: 9px 31px;
	list-style-type: none;
}

#crumbs li {
   float: left;
   line-height: 2.3em;
   padding-left: .75em;
   color:#777;
}

#crumbs li a {
	display:block;
	padding:0 15px 0 0;
	background:url(images/crumbs.gif) no-repeat right center;
}


#crumbs li a:link, #crumbs li a:visited {
	text-decoration:none;
   	color: #326ea1;
}

#crumbs li a:hover, #crumbs li a:focus {
   	color: #383d44;
   	border-bottom: none;
}


