﻿@charset "utf-8";
/* CSS Document */

/*サイト全体で共通するタグ*/

* {/*ユニバーサルセレクタ　ulなどに対応*/
	margin:0;
	padding:0;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #333333;
}
body, div {
	margin:0;
	padding:0;
}
html {
	overflow-y:scroll;
	background:#ffffff url(../images/20back_stripe.gif) repeat scroll 0pt;
}
body {
	text-align:center; /*IE用センタリング*/
}
a {/*テキストリンク時*/
	text-decoration: underline;
	color: #000066;
}
a:hover {
	color:#990000;
}
ul {
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}
li {
	margin:0;
	padding:0;
	vertical-align:bottom;
	list-style:none;
}
li a {
	margin:0;
	padding:0;
	vertical-align:bottom;
}
dl {
	margin:0;
	padding:0;
}
dl img {
	margin-left:10px;
}
dt {
	margin:0;
	padding:5px 0 5px 5px;
}
dd {
	margin:0;
	padding:5px 0;
}
img {
	vertical-align:bottom; /*これで、画像の前後に変なスペース入るのを回避できました*/
	border:none;
}
img a {
	vertical-align:bottom; /*これで、画像の前後に変なスペース入るのを回避できました*/
}
h1, h2, h3, h4, h5, h6, p {
	clear:both;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 {
	font-size: 14px;
	color: #333333;
	width: 595px;
	height:24px;
	font-style: normal;
	margin-bottom: 0px;
	margin-top:10px;
	text-indent: 18px;
	padding-left: 0px;
	padding-bottom:0px;
	padding-top:5px;
	background-repeat:no-repeat;
	font-weight: bold;
	background-image:url(../images/back.gif);
}
.head01 {
	font-size: 14px;
	color: #333333;
	width: 595px;
	height:24px;
	font-style: normal;
	margin-bottom: 0px;
	margin-top:10px;
	text-indent: 18px;
	padding-left: 0px;
	padding-bottom:0px;
	padding-top:5px;
	background-repeat:no-repeat;
	font-weight: bold;
	background-image:url(../images/back.gif);
}
.h2online {
	font-size: 14px;
	color: #333333;
	width: 738px;
	height:24px;
	font-style: normal;
	margin-bottom: 0px;
	margin-top:10px;
	text-indent: 18px;
	padding-left: 0px;
	padding-bottom:0px;
	padding-top:5px;
	background-repeat:no-repeat;
	font-weight: bold;
	background-image:url(../images/backlong.gif);
}
h3 {
	font-size: 14px;
	text-indent: 16px;
	width: 595px;
	height:27px;
	margin-left: 0px;
	margin-top:5px;
	vertical-align:top;
	padding-top: 8px;
	color: #990000;
	padding-bottom: 5px;
	background-image: url(../images/back_mix.gif);
	background-repeat:repeat-x;
	font-weight: bold;
}
.head02 {
	font-size: 14px;
	text-indent: 16px;
	width: 595px;
	height:27px;
	margin-left: 0px;
	margin-top:5px;
	vertical-align:top;
	padding-top: 8px;
	color: #990000;
	padding-bottom: 5px;
	background-image: url(../images/back_mix.gif);
	background-repeat:repeat-x;
	font-weight: bold;
}
.h3long {
	font-weight:bold;
	font-size:13px;
	color:#333333;
	background:none;
	padding-left:25px;
	margin-bottom:30px;
	width:575px;
	text-indent:0px;
}
h4 {
	clear:both;
	font-size: 13px;
	width: 575px;
	color: #333333;
	border-left:solid 3px #666666;
	border-right:solid 0px #cccccc;
	border-top:solid 0px #cccccc;
	border-bottom:solid 1px #666666;
	padding-top: 0px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-left: 10px;
	margin-right:0px;
	text-indent: 5px;
	margin-top: 20px;
	font-weight:bold;
	margin-bottom:5px;
	background-color:#ffffff;
}
h5 {
	font-size: 12px;
	width: 540px;
	margin-left: 35px;
}
.sub_title {
	font-size:12px;
	font-weight:bold;
	text-indent:15px;
	margin-bottom:10px;
	margin-top:10px;
}
.link_noneline {
	text-decoration:none;
}
p {
	font-size: 12px;
	line-height: 17px;
	width: 540px;
	margin-left: 25px;
	margin-bottom: 10px;
}
.marginLeft10 {
	margin-left:15px;
}
.marginLeft35 {
	margin-left:35px;
}
.marginTB20 {
	margin:20px 0px;
}
#breadcrumb {/*ぱんくずのスタイル～*/
	margin-left:30px;
	font-size:10px;
	width:500px;
	text-align:left;
	padding-top:10px;
	height: 15px;
	clear:both;
}
.date-year {/*右寄せの年月日*/
	font-size: 11px;
	width: 550px;
	margin-left: 25px;
	text-align: right;
	font-weight: bold;
	clear: both;
}
#wrapper {
	width: 810px; /*全体の幅*/
	margin: 0 auto;/*上下0　左右自動で、センタリング　でもIEはきかないなので↑で処理*/
	text-align: left;/*bodyのセンタリング修正*/
	background-color:#FFFFFF;
}
#inside {
	width: 810px; /*全体の幅*/
	margin: 0 auto;/*上下0　左右自動で、センタリング　でもIEはきかないなので↑で処理*/
	text-align: left;/*bodyのセンタリング修正*/
	background-color:#FFFFFF;
}
#header {
	width:810px;
	height:100px;
	position:relative;
	background-image: url(../images/header_bottom.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#right {
	width:190px;
	height:auto;
	margin-top:10px;
	padding-right:5px;
	margin-left:0px;
	text-align:center;
	float:right;
	clear:right;
}
#right_top {
	width:185px;
	height:340px;
	margin-top:0px;
	vertical-align:top;
	padding-right:5px;
	margin-left:0px;
	text-align:center;
}
#right_bottom {
	width:185px;
	height:auto;
	margin-top:20px;
	vertical-align:top;
	padding-right:5px;
	margin-left:0px;
	text-align:center;
}
#right_bottom p {
	width:185px;
	height:auto;
	margin-top:0px;
	margin-bottom:3px;

	vertical-align:top;
	padding-right:5px;
	margin-left:0px;
	font-size:10px;
	text-align:left;
	line-height:12px;
}
.sidelinktitle {
	width:185px;
	height:auto;
	margin:0;
	padding:0;
}
#right_bottom p img {
	margin-bottom:5px;
}
#right_bottom ul {
	width:185px;
	height:auto;
	margin-top:0px;
	vertical-align:top;
	padding-right:5px;
	margin-left:0px;
	font-size:10px;
	text-align:left;
	line-height:12px;
}
li.01 {
	list-style-type:none;
}
#left {
	width:600px;
	padding-left:5px;
	float:left;
	margin-right:0px;
	font-size:12px;
	line-height:17px;
	height:auto;
	clear:left;
}
/*パンくず以下。サイドメニュー入りの枠*/
#container {
	width:100%;
}
/*パンくず下。（パンくず入らず）サイドメニュー入らない枠*/
#mainarea {
	width:600px;
	float:left;
	text-align: left;
	background-color: #FFFFFF;
	clear: both;
}
.clear {
	clear:both;
	margin-bottom:100px;
}
/*TOPページのメイン画像枠*/
#mainImage {
	width:600px;
	height: 250px;
	margin-top:10px;
	text-align: center;
	padding-bottom:10px;
}
/*新着情報/ニュースリリース*/

#whatnew {
	width:600px;
	height:auto;
}
#release {
	width:600px;
	margin-top:2px;
}
/*メインエリアで使うクラスタグたち*/

.dlwidth {
	width:595px;
	margin-right:0px;
}
.date {
	width: 70px;
	float: left;
	font-size: 12px;
	line-height:13px;
	color:#333333;
	margin-right:5px;
	clear:both;
	display:inline;
	text-align: left;
}
.title {
	width: 500px;
	font-size: 12px;
	line-height:17px;
	white-space: normal;
	margin-left:10px;
	margin-right:0px;
	text-align:left;
}
.datalogger {
	color: #990000;
	border-bottom-width: 1px;
	border-left-width: 8px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #990000;
	border-left-color: #990000;
	width: 500px;
	height: 20px;
	margin-left: 20px;
}
.bodyText {
	width: 530px;
	margin-left: 35px;
	font-size: 12px;
	clear:both;
	margin-bottom: 5px;
	line-height: 17px;
}
.bodyTextindent {
	width: 520px;
	margin-left: 35px;
	font-size: 12px;
	clear:both;
	margin-left: 45px;
	margin-bottom:40px;
}
.rightText {/*途中！！*/
	width:350px;
}
.img_center {
	text-align: center;
	width: 510px;
	margin-left: 35px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.img_left {
	margin-left:35px;
	width:120px;
	float:left;
	display:inline;
}
#summary {
	font-size: 13px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 520px;
	margin-left: 35px;
	line-height: 17px;
	color: #000066;
}
#category {
	font-weight: bold;
	color: #ffffff;
	font-size: 11px;
	background-color:#990000;
	width: 150px;
	height: 15px;
	text-align: center;
	margin: 10px 10px 0px 25px;
}
.caution {/*note とrefで共通のところ*/
	font-size: 11px;
	width: 510px;
	margin: 10px 0 10px 55px;
	clear:both;
}
.note {
	background-color: #FFFFCC;
}
.ref {
	background-color:#EDE1F7;
}
.eventinfo {
	font-size: 11px;
	width:550px;
	margin: 0 0 20px 20px;
}
.eventinfo dt {
	float:left;
	font-size:12px;
	font-weight: bold;
	width:100px;
	clear:both;
}
.eventinfo dd {
	font-size:12px;
	width:430px;
	overflow:auto;
}
/*PAGE TOP*/
.pagetop {
	float: left;
	width: 550px;
	text-align: right;
	font-size: 9px;
	color: #003333;
	margin-top: 10px;
	margin-bottom: 10px;
}
.pagetop_mobile {
	text-align: right;
	font-size: 9px;
	color: #003333;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.see p {
	float: right;
	height: 15px;
	vertical-align:middle;
	width:200px;
	text-align: right;
	font-size: 10px;
	color: #000066;
	margin-bottom:10px;
	margin-right:30px;
}
div.see p a {
	float: right;
	text-align:right;
	height: 15px;
	width:200px;
	font-size: 10px;
	color: #000066;
	margin-right:20px;
}
div.see p a:hover {
	color:#990000;
	width:200px;
}
.see img {
	margin-right:10px;
}
.seedd {
	margin-top:10px;
	margin-right:10px;
}
.seedd img {
	margin-right:10px;
}
.eventrepo {
	float: right;
	height: 25px;
	width: 100px;
	clear:both;
	text-align: right;
	font-size: 9px;
	color: #003333;
}
.eventrepo a {
	float: right;
	height: 25px;
	width: 100px;
	clear:both;
	background-image: url(../images/right.gif);
	background-repeat: no-repeat;
	font-size: 9px;
	color: #003333;
	margin-right:20px;
}
.eventrepo a:hover {
	color: #316AC5;
	background-image: url(../images/right_over.gif);
	background-repeat: no-repeat;
}
/*more*/
.more {
	float: right;
	height: 25px;
	width: 80px;
	clear:both;
	text-align: right;
	font-size: 9px;
	color: #003333;
}
.more a {
	float: right;
	height: 25px;
	width: 80px;
	clear:both;
	background-image: url(../images/right.gif);
	background-repeat: no-repeat;
	font-size: 9px;
	color: #003333;
	margin-right:20px;
}
.more a:hover {
	color: #316AC5;
	background-image: url(../images/right_over.gif);
	background-repeat: no-repeat;
}
/*過去のイベントページ*/
.pastevents {
	height: 20px;
	width: 120px;
	display:block;
	float:right;
	font-size: 10px;
	font-weight: bold;
}
/*------------------------------------------------------------*/
#globalNavi {
	width: 230px;
	float: left;
	font-size: 12px;
}
.softwareDL {
	width: 500px;
	margin-left: 40px;
	font-size: 11px;
	text-indent:20px;
	line-height:20px;
}
.softwareDL li {
	background-image:url(../images/down_icon.gif);
	background-repeat:no-repeat;
}
.text_link {
	font-size: 12px;
	width: 520px;
	margin-left: 30px;
}
ul.text_link {
	margin-left: 50px;
	display: block;
}
.text_link li {
	margin-bottom:10px;
	background-image: url(../images/icon_textlink.gif);
	background-repeat:no-repeat;
	padding-left:20px;
}
ul.text_link_indent li {
	margin-left:15px;
	padding-left:20px;
	background-image: url(../images/icon_textlink.gif);
	background-repeat:no-repeat;
	list-style-type:none!important;
}
ul.bullet {
	margin-left: 35px;
	margin-bottom: 5px;
}
ul.bullet li {
	font-size: 12px;
	list-style-position: outside;
	list-style-type: disc;
}
ul.step {
	margin-left: 40px;
	margin-bottom: 5px;
}
ul.step li {
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 12px;
}
/*サイトマップ用*/
 ul.sitemap {
	width:270px;
	margin-left:20px;
	font-size:12px;
	float:left;
}
ul.sitemap li {
	margin:5px 0;
	padding-left:20px;
	font-weight:bold;
	background-image: url(../images/arrow_gray.jpg);
	background-repeat: no-repeat;
	clear:both;
}
ul.sitemap01 li {
	margin:6px;
	padding-left:15px;
	font-weight:normal;
	background-image: url(../images/arrow.jpg);
	background-repeat: no-repeat;
	float:left;
	text-align:left;
	width:160px;
}
/*RSS用*/

	.rss {
	background-image:url(../images/icon_rss.gif);
	background-repeat:no-repeat;
	float:right;
	margin:5px;
	width:17px;
	height:17px;
	display:block;
}
.rss a,  .rss a:hover {
	background-image:url(../images/icon_rss.gif);
	background-repeat:no-repeat;
	float:right;
	width:17px;
	height:17px;
	overflow: hidden;
	height: 0 !important;
	height /**/:17px;
	padding-top:17px;
}
.rss_product {
	float:right;
	background-image:url(../images/icon_rss.gif);
	background-repeat:no-repeat;
	margin-top:-30px;
	width:17px;
	height:17px;
}
.rss_product a,  .rss_product a:hover {
	background-repeat:no-repeat;
	display:block;
	overflow: hidden;
	height: 0 !important;
	height /**/:17px;
	padding-top:17px;
}
.rss_sitemap {
	background-image:url(../images/icon_rss.gif);
	background-repeat:no-repeat;
	width:17px;
	height:17px;
	margin:0 5px;
	float:left;
	margin: 0 5px;
}
.rss_sitemap a,  .rss_sitemap a:hover {
	background-repeat:no-repeat;
	display:block;
	height: 0 !important;
	height /**/:17px;
	overflow:hidden;
	padding-top:17px;
}
.win7 {
	padding:3px;
}
.series_name {
	float:left;
	font-size:12px;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:5px;
	margin-left:5px;
}

