@charset "UTF-8";
/** reset **/
* {
	margin: 0;
	padding: 0;
}
img{
	border: 0;
	margin: 0;
	padding: 0;
}

dt {
}

ul, ol, li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #3d5bb1;
}
a:hover {
	text-decoration: underline;
	color: #948fd2;
}
a:visited {
	color: #241a44;
}

/** site-frame **/
body {
	margin: 0;
	font: 83%/1.4 'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ','ＭＳ Ｐゴシック', sans-serif;
	background: url(http://glucose.jp/images/background-line.png) repeat-x;
}
body #container {
	width: 760px;
	margin: 0 auto;
}

#container #site-header {
	position: relative;
}
#container #site-header #site-banner {
	margin: 0 0 10px 0;
	height: 18px;
}

#site-header h1#site-logo {
	margin: 6px 0 4px 0;
	display: block;
	background: transparent url('/images/glucose_logo') no-repeat;
	width: 302px;
	height: 42px;
	line-height: 42px;
	text-indent: -9999px;
	
	float: left;
}

#site-header #company-info {
	text-align: right;
	line-height: 21px;
	font-size: 14px;

	float: right;
}
#site-header #company-info a {
	color: #444;
}
#site-header #site-menu {
	margin: 6px 0 12px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;

	text-align: center;
	font-size: 10pt;
	letter-spacing: 2px;
	line-height: 20px;

	background: -moz-linear-gradient(top, #E2E4E4, #C8CBCC);
	background: -webkit-gradient(linear, left top, left bottom, from(#E2E4E4), to(#C8CBCC));
/*　IE6・7　*/
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#E2E4E4', endColorstr='#C8CBCC');
/*　IE8　*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#E2E4E4', endColorstr='#C8CBCC')";

color: #000;
	padding: 10px;
}
#site-header #site-menu > li {
	display: inline;
	
	border-left: 1px solid #000;
	padding: 0 1em;
}
#site-header #site-menu > li:first-child {
	border-left: none;
}
#site-header #site-menu > li > a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	padding: 10px 4px;
}
#site-header #site-menu > li > a:hover {
	color: #fff;
}
#site-header #site-menu > li > a.red:hover		{ background-color: #ff362c; }
#site-header #site-menu > li > a.green:hover	{ background-color: #9DCA3B; }
#site-header #site-menu > li > a.pink:hover		{ background-color: #fd2fae; }
#site-header #site-menu > li > a.orange:hover	{ background-color: #ff9f2c; }

#site-footer {
	margin: 6px 0 12px 0;
	border: 1px solid #cfced3;
	border-radius: 5px;
	-webkit-border-radius: 5px;	/* Safari,Google Chrome */
	-moz-border-radius: 5px;	/* Firefox */

	background: -moz-linear-gradient(top, #DBDDDE, #C8CBCC);
	background: -webkit-gradient(linear, left top, left bottom, from(#DBDDDE), to(#C8CBCC));
/*　IE6・7　*/
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#DBDDDE', endColorstr='#C8CBCC');
/*　IE8　*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#DBDDDE', endColorstr='#C8CBCC')";
	
	text-align: center;
	font-size: 10pt;
	letter-spacing: 2px;
	line-height: 20px;

	color: #000;
	padding: 14px;
}

#site-footerlink {
	margin: 0 0 10px 0;
	text-align: center;
}

/** / (top) **/
#top-container {
	position: relative;
}
#top-container #left-container {
	float: left;
	margin: 0;
	width: 440px;
}
#top-container #right-container {
	margin: 0 0 0 460px;
	width: 300px;
}

#top-container .block {
	margin-bottom: 10px;
}
#top-container .block h2 {
	height: 18px;
	background: transparent no-repat;
}
#top-container .block-body {
	background: #fff;
	border: 1px solid;
}





#left-container .block h2 {
	border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
}
#left-container .block .block-body {
	border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
}
#right-container .block h2 {
	border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
}
#right-container .block .block-body {
	border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
}

#about-glucose h2 {
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
	font-family: Verdana, Helvetica, sans-serif;
	text-shadow: 0 1px 0 #AA0467;
	padding: 5px 0px 5px 16px;
	background: -moz-linear-gradient(top, #F28ABC, #E16FAE);
	background: -webkit-gradient(linear, left top, left bottom, from(#F28ABC), to(#E16FAE));
}
#about-glucose .block-body {
	border-color: #cfced3;
}
#about-glucose p {
	line-height: 1.5;
	margin: 14px 0px 0px 0px;
	padding: 0px 0px 4px 160px;
	background: url(images/about-visual.png) no-repeat;
}
#about-glucose .test {
	border-radius: 5px;
	-webkit-border-radius: 5px;	/* Safari,Google Chrome */
	-moz-border-radius: 5px;	/* Firefox */

}
#about-glucose strong {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1;
}



#current-news {
}
#current-news h2 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Helvetica, sans-serif;
	text-shadow: 0 1px 0 #5F7F05;
	padding: 5px 0px 6px 16px;
	background: -moz-linear-gradient(top, #c1df7f, #9DCA3B);
	background: -webkit-gradient(linear, left top, left bottom, from(#c1df7f), to(#9DCA3B));
/*　IE6・7　*/
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#c1df7f', endColorstr='#9DCA3B');
/*　IE8　*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#c1df7f', endColorstr='#9DCA3B')";
}

#current-news .block-body {
	border-color: #cfced3;
}
#current-news .entry-excerpt {
	padding: 10px 18px 4px 18px;
	font-weight: bold;
	line-height: 1.5;
}
#current-news .entry-image {
	width: 393px;
	height: 80px;
	background: url(images/currentnews_fastweetlive_ipad.png) no-repeat;
	padding: 10px 14px 4px 14px;
	text-align: center;
}
#current-news .entry-body {
	padding: 4px 14px 4px 14px;
}
#current-news .link-to-extended {
  text-align: right;
  padding: 4px 14px 14px 14px;
}
#current-news #last-update {
	padding: 4px 12px 4px 0px;
	background: #9DCA3B;
	color: #FFF;
	text-align: right;
	font-size: smaller;
	font-weight: bold;
	text-shadow: 0 1px 0 #5F7F05;
	background: -moz-linear-gradient(top, #BADA75, #9DCA3B);
	background: -webkit-gradient(linear, left top, left bottom, from(#BADA75), to(#9DCA3B));
	border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
}

#topics {
	
}
#topics h2 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Helvetica, sans-serif;
	text-shadow: 0 1px 0 #AA0467;
	padding: 5px 0px 6px 16px;
	background: -moz-linear-gradient(top, #F28ABC, #E16FAE);
	background: -webkit-gradient(linear, left top, left bottom, from(#F28ABC), to(#E16FAE));
/*　IE6・7　*/
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F28ABC', endColorstr='#E16FAE');
/*　IE8　*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F28ABC', endColorstr='#E16FAE')";
}
	
#topics .block-body {
	border-color: #cfced3;
	background: #F2F2F2;
}
#topics ul {
	margin: 10px 4px 4px 14px;
	color: #55ff00;
}
#topics ul > li {
	padding: 0px 0px 12px 21px;
	background: url(images/topics_icon.png) no-repeat 1px 1px;
}

#members-blog {
} 
#members-blog h2 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Helvetica, sans-serif;
	text-shadow: 0 1px 0 #046D96;
	padding: 5px 0px 6px 16px;
	background: -moz-linear-gradient(top, #7CD4F1, #33BDEA);
	background: -webkit-gradient(linear, left top, left bottom, from(#7CD4F1), to(#33BDEA));
/*　IE6・7　*/
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#7CD4F1', endColorstr='#33BDEA');
/*　IE8　*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#7CD4F1', endColorstr='#33BDEA')";
}
	
#members-blog .block-body {
	border-color: #cfced3;
	background: #F2F2F2;
}

#members-blog ul {
	margin: 4px 0px 0px 8px;
}
#members-blog ul > li {
	display: block;
	float: left;
	
	width: 138px;
	background: #FFF;
	border: 1px solid #cfced3;
	margin: 8px 4px 4px 0;
}
#members-blog ul > li > .title {
	font-size: 12px;
	line-height: 1.4;
	padding: 6px;
	height: 10ex;
	overflow: hidden;
	font-weight: bold;
}
#members-blog ul > li > .title a {
	color: black;
}
#members-blog ul > li > .title:hover   {	background: #000048; }
#members-blog ul > li > .title:hover a {	color: #fff; }
#members-blog ul > li > a.blog {
	display: block;
	background: #4E6587;
	color: #fff;
	font-size: smaller;
	padding: 5px 4px 5px 6px;
}

#map-to-glucose {
}
#map-to-glucose h2 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Helvetica, sans-serif;
	text-shadow: 0 1px 0 #AA0467;
	padding: 5px 0px 6px 16px;
	background: -moz-linear-gradient(top, #FF9279, #FF633F);
	background: -webkit-gradient(linear, left top, left bottom, from(#FF9279), to(#FF633F));
/*　IE6・7　*/
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FF9279', endColorstr='#FF633F');
/*　IE8　*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FF9279', endColorstr='#FF633F')";
}

#map-to-glucose .block-body {
	border-color: #cfced3;
}
#map-to-glucose #map {
	height: 200px;
}

#left-adbox {
	width: 500px;
}
#left-adbox .ad {
	float: left;
	border: 1px solid #888;
	margin: 0 16px 8px 0;
}

/** /portfolio/ **/
/*
.portfolio h2 {
	background: #fff !important;
	padding: 4px 0 4px 10px;
}
*/

.portfolio .portfolio-image {
	float:left;
	width: 240px;
	margin: 18px 16px 16px 16px;
}

.portfolio p {
	margin: 14px 16px 21px 0;
	line-height: 1.7;
}

.portfolio .portfolio-header {
	margin: 0;
	border-style: solid;
	border-width: 1px 1px 0 1px;
	border-color: #cfced3;
	
	color: #FFFFFF;
	background: -moz-linear-gradient(top, #F28ABC, #E16FAE);
	background: -webkit-gradient(linear, left top, left bottom, from(#F28ABC), to(#E16FAE));
/*　IE6・7　*/
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F28ABC', endColorstr='#E16FAE');
/*　IE8　*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F28ABC', endColorstr='#E16FAE')";

	border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    
    font-size: 1.2em;
    font-family: Verdana, Helvetica, sans-serif;
    text-shadow: 0 1px 0 #AA0467;

    padding: 4px 4px 4px 14px;
}
.portfolio .portfolio-header h2 a {
	color: #fff;
}
.portfolio .portfolio-header .subtitle {
	font-weight: bold;
	margin-top: 2px;
}
.portfolio .portfolio-header .range {
	font-weight: normal;
	font-size: 0.5em;
}
.portfolio .portfolio-header .product-icon {
	display: inline-block;
	width: 32px;
	vertical-align: middle;
}
.portfolio ul.rel-links li {
	text-align: right;
}
.portfolio ul.rel-links li:before {
	content: "» ";
}

/** /companyinfo **/
table#copmpany-info th, table#members-profile th {
	width: 10em;
	vertical-align: top;
	text-align: right;
	padding: 0 1em 0 0;
}
table#copmpany-info td, table#members-profile td {
	padding-bottom: 1ex;
}


/** /access **/
#contact-info p {
	margin-bottom: 1ex;
}

/** blog **/
#release .entry {
	margin-bottom: 7ex;
	padding: 0 0 8px 0;
	
	border: 1px solid #cfced3;
	border-radius:  10px 10px 0px 0px;
	-webkit-border-radius:  10px 10px 0px 0px;
	-moz-border-radius:  10px 10px 0px 0px;
}
#release .entry .entry-header {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Helvetica, sans-serif;
	text-shadow: 0 1px 0 #5F7F05;
	padding: 10px 16px 10px 10px;
	border-radius:  8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	-moz-border-radius:  8px 8px 0px 0px;
	background: -moz-linear-gradient(top, #BADA75, #9DCA3B);
	background: -webkit-gradient(linear, left top, left bottom, from(#BADA75), to(#9DCA3B));
/*　IE6・7　*/
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#BADA75', endColorstr='#9DCA3B');
/*　IE8　*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#BADA75', endColorstr='#9DCA3B')";
}
#release .entry .entry-date {
	width: 110px;
	float: left;
	margin-bottom: 1ex;
	color: #87B320;
	
	font: bold 1.4em/0.8 Georgia, Constantia, Hoefler Text, serif;
	text-align: center;
	padding: 0px 10px 0px 0px;
}
#release .entry .entry-date year {
	display: block;
}
#release .entry .title {
	margin-left: 115px;
}
#release .entry .title a {
	color: black;
}
#release .entry .category {
	margin-left: 115px;
}
#release .entry .category a {
	color: #B37D20;
}
#release .entry .entry-excerpt {
	clear: left;
	padding: 12px 14px 4px 18px;
	background: -moz-linear-gradient(top, #f3f3cf, #fff);
	background: -webkit-gradient(linear, left top, left bottom, from(#f3f3cf), to(#fff));

	color: #000;
	font-size: 1.1em;
	font-weight: bold;
}
.entry .entry-body {
	padding: 10px 18px 4px 18px;
	line-height: 1.4;
}
.entry .entry-body h3 {
	margin: 20px 0 0 0;
	padding: 9px 0 3px 10px;
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: 1px dotted #999;
	border-left: 7px solid #82ac26;

	background: -moz-linear-gradient(top, #fff, #f8f8f8);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
}
.entry .entry-body h4 {
	margin: 1ex 0 0 0;
	font-size: 1.0em;
	font-weight: bold;
}
.entry .entry-body ul, .entry .entry-body ol {
	margin: 1ex 0 1ex 1em;
}
.entry .entry-body li {
	list-style: disc;
	margin: 0.5ex 0 0.5ex 2em;
}
.entry .entry-body p {
	margin: 1ex 0 12px 0;
	padding: 4px 0px 0px 16px;
	line-height: 1.8;
}
.entry .entry-footer {
	border-top: 1px dotted #aaa;
	text-align: right;
	margin: 1ex 14px 0 14px;
}

#release .block-body li {
	margin: 0.5ex 0;
}

#release #pages {
	text-align: center;
}
#release #pages li {
	display: inline;
	padding: 0 1em;
}
#release #pages li a:visited { color: #3d5bb1; }
#release #pages li.current {
	font-weight: bold;
}

/** contaienrs **/
.section {

	margin: 0 0 4ex 0;
}
.section > h2 {
/*
	border-color: #000;
	border-style: solid;
	border-width: 0px 0px 1px 3px;
	padding: 10px 0 4px 10px;
	font-size: 1.2em;
*/
	margin: 0;
	border-color: black;
	border-style: solid;
	border-width: 1px 1px 0 1px;

	border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    
    font-size: larger;
    
    padding: 4px 4px 4px 14px;
}
.section > h2 > a {
	color: inherit;
	display: block;
}
.section > h2 > .subtitle {
	font-size: smaller;
	font-weight: normal;
}
.section > .section-body {
	border-color: black;
	border-style: solid;
	border-width: 0 1px 1px 1px;

	padding: 4px 14px 8px 14px;

	border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
}

.red-container .section > h2 {
/*
	border-color: #ff362c;
	border-top-color: #ffa72b;
	background-color: #ff362c;
	color: white;
*/
}

.pink-container .section > .section-body {
	border-color: #cfced3;
}
.pink-container .section > h2 {
	border-color: #fd2fae;
	background-color: #fd2fae;
	color: #fcfcfc;
	/*
	border-color: #fd2fae;
	border-top-color: #fd2d3f;
	background-color: #fd2fae;
	color: #fff;*/
}
.pink-container .section > h2 > .subtitle {
	color: #fc95b2;
}

.green-container #right-container .block {
	border: 1px solid #cfced3;
	border-radius: 8px;
	-moz-border-radius: 8px;
}
.green-container #right-container h2 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Helvetica, sans-serif;
	text-shadow: 0 1px 0 #073270;
	padding: 5px 0px 6px 16px;
	background: -moz-linear-gradient(top, #566A8B, #234372);
	background: -webkit-gradient(linear, left top, left bottom, from(#566A8B), to(#234372));
/*　IE6・7　*/
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#566A8B', endColorstr='#234372');
/*　IE8　*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#566A8B', endColorstr='#234372')";
}
.green-container #right-container .block .block-body {
	border: none;
	padding: 10px;
	background: #F5F5F5;
}

/** misc **/
.clear-both {
	clear: both;
}

.rel-link {
	text-align: right;
	margin: 0 14px 10px 0;
}
.rel-link-about {
	text-align: right;
	margin: 0 0 10px 0;
}
.rel-link a {
	color: #444;
}

/** footer-ad **/
#ad {
	margin:32px 0 18px 0;
	overflow: hidden;
}
#ad li{
	width:182px;
	font-size: smaller;
	line-height: 1.4;
	margin:0 8px 0 0;
	float:left;
}
#ad img{
	margin: 0 0 2px 0;
	border: 1px solid #CCC;
}
