@charset "UTF-8";

/*基本
-------------------------------------*/
body {
	font-family: Arial, Helvetica, sans-serif;

	font-size: 62.5%;
	color: #444;
	letter-spacing: 1px;
	background-color: #FFFFFF;
	margin-top: 0px;
}

p {
	line-height: 1.7em;
	text-align: justify;
	margin: 0px;
	font-size: 1.1em;
}

img {
	margin: 0px;
	padding: 0px;
}

#container {
	width: auto;
	background-color: #FFFFFF;
	clear: none;
	float: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#contents {
	margin: 0px;
	padding: 0px;
	width: 900px;
	clear: both;
}

/*リンク
-------------------------------------*/
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #476800;
	text-decoration: underline;
}
a:active {
	color: #476800;
	text-decoration: underline;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*ヘッダ
-------------------------------------*/
#header {
	width: 100%;
	height: 90px;
	text-align: right;
	margin-right: 0%;
	margin-left: 0%;
}

#headerBack {
	margin: 0px;
	padding: 0px;
}

#flashBox {
	margin: 0px;
	padding: 0px;
	height: 90px;
	width: 180px;
	display: none;
}

#logoBox{
	padding: 0px;
	margin-top: -90px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 900px;
	text-align: right;
	display: none;
}

#headerPrintBox {
	height: 90px;
}

/*メニュー
-------------------------------------*/
#nav {
	width: 180px;
	margin: 0px;
	float: left;
	padding: 0px;
	background-color: #EBECEB;
	height: 542px;
	clear: both;
	display: none;
}

#navPrivacy{
	margin-top: 2px;
	margin-bottom: 2px;
}

/*メインコンテンツ
-------------------------------------*/
#main {
	padding: 0px;
	width: 100%;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFFFFF;
	margin: 0px;
}

#pageTitleBox {
	background-color: #76A32D;
}


#main p {
	font-size: 1.1em;
	padding-top: 0em;
	padding-right: 0px;
	padding-bottom: 0em;
	padding-left: 0px;
	color: #000000;
	line-height: 1.7em;
	margin: 0px;
}

#main h1 {
	font-size: 1.4em;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin-right: 0px;
	color: #476800;
}

#main h2 {
	font-size: 1.2em;
	background-color: #476800;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 15px;
	margin-right: 0px;
	color: #FFFFFF;
}

#main h3 {

	font-size: 1.5em;
	font-weight: bold;
	color: #76A32D;
	padding-right: 40px;
	padding-left: 40px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 7px;
	line-height: normal;
}

#main h4 {
	font-size: 1.2em;
	font-weight: bold;
	color: #76A32D;
	padding-right: 50px;
	padding-left: 50px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 7px;
	line-height: normal;
}

#main dl {
	display: block;
	width: auto;
	clear: both;
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#main dt {
	font-weight: bold;
	font-size: 1.2em;
	color: #76A32D;
	float: left;
	clear: both;
	padding-right: 10px;
}

#main dd {
	font-size: 1.2em;
	color: #000000;
	margin-left: 70px;
}


/*フッタ
-------------------------------------*/
#footer {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 100%;
	background-color: #FFFFFF;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6D807C;
	margin: 0px;
}

#footer p {
	font-size: 1em;
	color: #F0F0EE;
}

#subMenu {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 400px;
	display: none;
}

#subMenu a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#subMenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#subMenu a:hover {
	color: #333333;
	text-decoration: none;
}

#subMenu a:active {
	color: #333333;
	text-decoration: none;
}

#copy {
	margin: 0px;
	padding: 0px;
	width: auto;
	float: right;
}

#copy p {
	text-align: right;
	color: #000000;
	font-size: 0.9em;
}

/*共通_spacer
-------------------------------------*/
.spacer-100 {
	padding-top: 100px;
	width: 100%;
}

.spacer-50 {
	padding-top: 50px;
	width: 100%;
}

.spacer-30 {
	padding-top: 30px;
	clear: both;
	width: 100%;
}

.spacer-20 {
	padding-top: 20px;
	clear: both;
	width: 100%;
}

.spacer-15 {
	padding-top: 15px;
	clear: both;
	width: 100%;
}

.spacer-10 {
	padding-top: 10px;
	clear: both;
	width: 100%;
}

.spacer-5 {
	padding-top: 5px;
	clear: both;
	width: 100%;
}

.spacer-3 {
	padding-top: 3px;
	clear: both;
	width: 100%;
}

.spacer-2 {
	padding-top: 2px;
	clear: both;
	width: 100%;
}

.spacer-1 {
	padding-top: 1px;
	clear: both;
	width: 100%;
}

.spacer-0 {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

/*共通_ライン
-------------------------------------*/
#tensenGray {
	height: 1px;
	margin-bottom: 0px;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 5px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#tensenGray2nd,
#tensenGray3rd {
	height: 1px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 5px;
	clear: both;
}

#tensenGray2nd {
	margin-left: 0px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

#tensenGray3rd {
	margin-left: 30px;
	width: 590px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

.tensen {
	height: 1px;
	margin-bottom: 20px;
	width: 620px;
	margin-right: 50px;
	margin-left: 50px;
	background-image: url(../img/tensen.gif);
	background-repeat: repeat-x;
}

.tensenGray {
	height: 1px;
	margin-bottom: 0px;
	width: 620px;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(../img/tensenGray.gif);
	background-repeat: repeat-x;
	margin-top: 5px;
	clear: both;
}

.tensenGray595 {
	height: 1px;
	margin-bottom: 10px;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(../img/tensenGray.gif);
	background-repeat: repeat-x;
	margin-top: 10px;
	clear: both;
}

#tensenGrayTop {
	height: 1px;
	margin-bottom: 0px;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}


/*共通_その他
-------------------------------------*/
#goTop {
	height: 10px;
	width: 617px;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 50px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
}

#goTop5 {
	height: 10px;
	width: 617px;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 5px;
	margin-left: 50px;

	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
}

.floatLeft{
	float: left;
}

.floatright{
	float: right;
}

.padding-T1{
	padding-top: 1px;
}

.padding-R10{
	padding-right: 10px;
}

.padding-R15{
	padding-right: 15px;
}

.padding-R20{
	padding-right: 20px;
}

.padding-L5{
	padding-left:5px;
}

.padding-L10{
	padding-left:10px;
}

.padding-L20{
	padding-left:20px;
}

.padding-L40{
	padding-left:40px;
}

.padding-L50{
	padding-left:50px;
}

.txtRight {
	text-align: right;
	display: block;
}

.txtBig13 {
	font-size: 1.3em;
}

.txtBig14 {
	font-size: 1.4em;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/*Hides from IE-mac ¥*/
* html .clearfix {height: 1px;}
.clearfix{display: block;}
/* End hide from IE-mac */

#banner-R15,
#banner-R15_2nd {
	padding-right: 0px;
	width: 190px;
	float: left;
	padding-left: 0px;
}

#banner-R15_2nd {
	padding-left: 0px;
}


/*トップ
-------------------------------------*/
#flashBoxTop {
	margin: 0px;
	padding: 0px;
	width: 720px;
	height: 330px;
	display: none;
}

#topPhotoBox{
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#greeting {
	padding: 0px;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#greeting p {
	font-size: 1.2em;
	line-height: 1.6em;
	padding-top: 1em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#bannerTop{
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	width: auto;
	text-align: center;
	display: none;
}

#topTopics {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#topTopicsList{
}

#topTopics dl {
	display: block;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	clear: both;
	margin: 0px;
}

#topTopics dt{
	margin-left: 0px;
}

#topTopics dd{
}



/*トップ_プラグイン
-------------------------------------*/
#pluginTop {
	display: none;
}

#pluginTop h4 {
	font-size: 1.1em;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #476800;
	color: #476800;
}

#pluginTop p {
	padding: 0px;
	margin-bottom: 5px;
	font-size: 0.9em;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#adobeBanner1s {
	float: left;
	width: 77px;
}

#adobeBanner2s {
	float: left;
	width: 92px;
}

#pluginTop p.flash {
	display: block;
	float: left;
	margin: 0px;
	padding-left: 10px;

	padding-right: 30px;
}


/*トピックス（プレスルームなど他ページでも使用）
-------------------------------------*/
#topicsList {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
	top: auto;
	bottom: auto;
}

#topicsIcon {
	padding: 0px;
	width: 110px;
	float: right;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#topics {
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-top: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #76A32D;
	border-left-color: #76A32D;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 618px;
}

#topics {
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: auto;
	border: 1px solid #76A32D;
}

#topicsBarBox {
	margin: 0px;
	padding: 0px;
	width: 618px;
}

#topicsTitle {
	width: auto;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D3D3D3;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#topicsBarBox {
	margin: 0px;
	padding: 0px;
	width: 618px;
}

#topicsTitle dl {
	display: block;
	width: 480px;
	clear: both;
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#topicsTitle dt {
	font-weight: bold;
	font-size: 1.2em;
	color: #76A32D;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#topicsTitle dd {
	font-size: 1.2em;
	color: #000000;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 80px;
}

#topics h3 {
	font-size: 1.4em;
	font-weight: bold;
	padding: 0px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	display: block;
	color: #476800;
}

#topics p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}

#topics img{
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
}

#topics img .goTop{
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#topicsPhoto {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
	float: right;
	padding: 0px;
	width: 130px;
}


#topicsPhoto img{
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#topicsPhotoBox{
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	width: auto;
	padding: 0px;
}


#topicsGoTo {
	text-align: right;
	height: 12px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	clear: both;
}

#topicsGoTo img {
	margin-right: 5px;
}

.more {
	margin-right: 10px;
	padding: 0px;
	float: right;
}

/*基本理念
-------------------------------------*/
#photoBox {
	padding-bottom: 8px;
	padding-left: 8px;
	float: right;
	padding-right: 50px;
}

#photoBox p {
	font-size: 0.9em;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#philosophy_name {
	text-align: right;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	clear: both;
	margin-top: 15px;
	margin-bottom: 15px;
}

#philosophy_name h3 {
	font-size: 1.2em;
	color: #000000;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#philosophy_name .big {
	font-size: 1.3em;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 1.7em;
}

#philosophy_name .small {
	font-size: 0.9em;
	padding-top: 5px;
	display: block;
	text-indent: 5px;

	margin-right: 0px;
	line-height: 1.5em;
}

/*運営方針
-------------------------------------*/
#features {
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
}

#features_chart {
	padding-right: 14px;
	float: left;
}

#features_chart2 {
	padding-bottom: 0px;
	float: left;
}

#features p {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 0.9em;
	padding: 0px;
}

#main h2.features {
	font-size: 1.3em;
	margin-top: -5px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	color: #76A32D;
	padding: 0px;
	background-color: #FFFFFF;
}

#main h2.features .big{
	font-size: 1.3em;
	margin: 0px;
	padding: 0px;
}

/*ご利用手続
-------------------------------------*/


/*事例モデル
-------------------------------------*/
#caseBar{
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 15px;
	width: 100%;
}

#main h1.caseNumber {
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #000000;
}

#main h1.caseTitle {
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 10px;
	margin: 0px;
}

#main p.case {
	padding-top: 0em;
	padding-right: 0px;
	padding-bottom: 0em;
	padding-left: 40px;
	margin: 0px;
}

#main img.caseTag{
	margin-left: 0px;
	margin-top: 2px;
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
}

#tensenGrayCase {
	height: 1px;
	margin-bottom: 15px;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(../img/tensenGray.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	clear: both;
	padding-top: 15px;
	background-position: bottom;
}

.case {
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#goTopCase {
	height: 10px;
	width: 100%;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 15px;
	margin-left: 50px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
	text-align: right;
}

/*ＩＴ-ＡＤＲ委員会
-------------------------------------*/
.memberList{
	margin-top: 0px;
	margin-bottom: 4px;
}

#memberList {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
	top: auto;
	bottom: auto;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#memberList p {
	display: block;
	float: left;
	margin-left: 0px;
	padding-left: 10px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #76A32D;
	width: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 4px;
	padding-right: 0px;
}

#memberList img {
	margin-top: 0px;
}

#memberPDF{
}

#memberPDF p {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 150px;
	text-align: right;
	color: #76A32D;
	margin: 0px;
	padding: 0px;
	float: right;
}

#memberPDF p a:link {
	color: #76A32D;
}

#memberPDF p a:visited {
	color: #76A32D;
}

/*ＩＴ-ＡＤＲセンター運営審査委員会
-------------------------------------*/
#judgingMember {
	margin-right: 0px;
	margin-left: 0px;
}

#judgingMember h3 {
	font-size: 1.5em;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

#judgingMember h4 {
	font-size: 1.2em;
	color: #76A32D;
	display: block;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#judgingMember h5 {
	font-size: 1em;
	font-weight: normal;
	color: #000000;
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 1.3em;
}

#judgingMember p {
	padding: 0px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#judgingMember p .padRight {
	margin-right: 10px;
	display: block;
	padding-right: 10px;
}

.tensenGrayJ {

	height: 1px;
	margin-bottom: 0px;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(../img/tensenGray.gif);
	background-repeat: repeat-x;
	margin-top: 10px;
	clear: both;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}

#judgingKeireki {
	margin-top: 10px;
}

#judgingKeireki p {
	margin-left: 50px;
	margin-top: -3px;
}

/*ＩＴ-ＣＲＰ研究会
-------------------------------------*/
#zyunbi {
	height: 550px;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
}

#zyunbi img {
	margin-top: 15px;
}

/*ご利用料金
-------------------------------------*/
#banner_charge{
	width: 620px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	display: none;
}

/*概要
-------------------------------------*/
#outline {
	margin-right: 0px;
	margin-left: 0px;
}

#box70 {
	width: 10%;
	text-align: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	float: left;
}

#box70 h3 {
	font-size: 1.2em;
	margin: 0px;
	padding: 0px;
}

#box550 {
	padding: 0px;
	width: 80%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}

#box550 h4 {
	font-size: 1.1em;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#box550 p {
	padding: 0px;
	margin-top: -3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#box550 p.small {
	padding: 0px;
	margin-top: -3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 1em;
}

.tensenGray550 {
	height: 1px;
	margin-bottom: 0px;
	width: auto;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(../img/tensenGray.gif);
	background-repeat: repeat-x;
	margin-top: 5px;
	clear: both;
}

#box50 {
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}

/*プレスルーム
-------------------------------------*/
#topics h1.press1,
#main h1.press1 {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
	padding-right: 15px;
	margin: 0px;
	float: left;
}

#topics h1.press2,
#main h1.press2 {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
	padding-right: 15px;
	margin: 0px;
	float: left;
}

#topics h1.press2,
#main h1.press3 {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
	padding-right: 15px;
	margin: 0px;
	float: left;
}

#pressTitleBox {
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 15px;
}


/*ＦＡＱ
-------------------------------------*/
#main h3.Q{
	color: #76A32D;
	display: block;
	padding: 0em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	font-size: 1.8em;
}

#main h3.A{
	color: #505050;
	display: block;
	padding: 0em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 1.8em;
	float: left;
}

#main p.Q {
	color: #476800;
	display: block;
	padding: 0em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 110px;
	width: auto;
}

#main p.A {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 110px;
	padding: 0em;
	width: auto;
}

#tensenGrayFAQ {
	height: 1px;
	margin-bottom: 10px;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(../img/tensenGray.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	clear: both;
	padding-top: 10px;
	background-position: bottom;
}

#tensen-2line{
	clear: both;
	height: 4px;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 15px;
	margin-top: 0px;
	background-image: url(../img/2lineBar.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 15px;
}

#tensen-2lineIndex{
	clear: both;
	height: 4px;
	width: 620px;
	margin-right: 50px;
	margin-left: 50px;
	margin-bottom: 10px;
	margin-top: 0px;
	background-image: url(../img/2lineBar.gif);
	background-repeat: no-repeat;
	background-position: bottom;

	padding-top: 10px;
}

#main h3.FAQlist {
	font-size: 1.2em;
	color: #000000;
	font-weight: normal;
	margin: 0px;
	width: 600px;
	padding: 0px;
}

#FAQList {
	margin-left: 50px;
	margin-right: 50px;
	float: left;
}

#FAQListSub {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	clear: both;
	top: auto;
	bottom: auto;
	background-image: url(../img/tensenGray.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

#tensenGrayTopFAQ {
	height: 1px;
	margin-bottom: 0px;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(../img/tensenGray.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	clear: both;
}

#main h3.faq {
	display: none;
	font-size: 1.1em;
	color: #76A32D;
	background-image: url(../faq/img/sankaku.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#goToFAQ a:link{
	color: #76A32D;
}

#goToFAQ a:visited{
	color: #76A32D;
}

#goToFAQ {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.Qnumber{
	font-size: 1.3em;
	color: #76A32D;
	margin-right: 5px;
	margin-left: 0px;
	display: block;
	float: left;
}

#main p.Qnumber{
	font-size: 1.3em;
	color: #76A32D;
	margin-right: 0px;
	display: block;
	float: left;
	padding: 0px;
	margin-left: 0px;
}

/*規程集
-------------------------------------*/
#topicsList h3.regu {
	float: left;
	color: #000000;
	width: auto;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	font-size: 1.2em;
	font-weight: normal;
}

.green{
	color: #76A32D;
	font-size: 1.2em;
	font-weight: bold;
}

#main p.green2{
	color: #76A32D;
	font-size: 1.2em;
	font-weight: bold;
	float: right;
	margin: 0px;
	padding: 0px;
}

#topicsList .green2 a:link {
	color: #76A32D;
}


#topicsList .green2 a:visited {
	color: #76A32D;
}

/*サイトマップ
-------------------------------------*/
#topicsList h3.sitemaph3{
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 1.2em;
	float: left;
	display: block;
	width: 250px;
}

#topicsList h4.sitemaph4{
	color: #000000;
	font-weight: normal;
	font-size: 1em;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 2em;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.pt15Green1{
	font-size: 1.2em;
	margin: 0px;
	padding: 0px;
	color: #476800;
}

.pt15Green2{
	font-size: 1.2em;
	padding: 0px;
	color: #76A32D;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

.pt15Green3{
	font-size: 1.2em;
	padding: 0px;
	color: #76A32D;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}

.pt15Gray1{
	font-size: 1.2em;
	margin: 0px;
	padding: 0px;
	color: #D3D3D3;
}

.pt15Gray2{
	font-size: 1.2em;
	padding: 0px;
	color: #D3D3D3;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

.pt15Blue{
	font-size: 1.2em;
	margin: 0px;
	padding: 0px;
	color: #B6DECA;
}


/*サイトの使用条件
-------------------------------------*/
#sitepolicyBox1 {
	margin-right: 0px;
	margin-left: 0px;
	width: 100%;
}

#main h3.sitepolicy{
	color: #000000;
	font-size: 1.1em;
	display: block;
	float: left;
	padding: 0px;
	margin-top: 2px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#main p.sitepolicy{
	margin-left: 18px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#sitepolicyBox2 {
	margin-left: 0px;
	width: 100%;
}

#main h3.sitepolicy2{
	color: #000000;
	font-size: 1.1em;
	display: block;
	float: left;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 90px;
}

#main p.sitepolicy2{
	margin-left: 0px;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: left;
}

#main p.sitepolicy2 a:link,
#main p.sitepolicy2 a:visited{
	color: #76A32D;
	text-decoration: underline;
}

/*個人情報保護方針
-------------------------------------*/
#privacypolicyBox {
	margin-right: 0px;
	margin-left: 0px;
}

#main p.privacypolicy{
	margin-left: 2px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../img/dot.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 13px;
}

#privacypolicyBox2 {
	margin-right: 0px;
	margin-left: 0px;
}

#main h3.privacypolicy2 {
	color: #76A32D;
	display: block;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	font-size: 1.1em;
}

#main p.privacypolicy2 {
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	float: left;
}

#main p.privacypolicy2 a:link,
#main p.privacypolicy2 a:visited{
	color: #76A32D;
	text-decoration: underline;
}

/*その他
-------------------------------------*/
#topicsList p.right {
	width: auto;
	display: block;
	float: right;
	text-align: right;
	padding: 0px;
	margin-top: -3px;

	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


#box500 {
	margin: 0px;
	padding: 0px;
}

#box500 p {
	font-size: 0.9em;
}

.tensen2 {
	height: 1px;
	margin-bottom: 10px;
	width: 620px;
	margin-right: 50px;
	margin-left: 50px;
	background-image: url(../img/tensen.gif);
	background-repeat: repeat-x;
	clear: both;
}

#keireki {
	width: 620px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 50px;
}

#keireki h3 {
	margin: 0px;
	font-size: 1.2em;
	float: left;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#keireki p {
	font-size: 1em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4em;
}



.numberTop {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 50px;
}

.number {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 50px;
}

#menuBox {
	margin: 0px;
	padding: 0px;
}

.greenDot {
	color: #76A32D;
	margin-right: 5px;
	font-weight: bold;
	font-size: 1.1em;
}

.photo {
	float: right;
	padding-bottom: 8px;
	padding-left: 8px;
	margin-right: 50px;
}

#greenLine {
	background-color: #476800;
	height: 1px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	width: 100%;
}

/*消去予定
-------------------------------------*/

/*新規追加
-------------------------------------*/
#goTopCase p{
	margin: 0px;
	padding: 0px;
	text-align: right;
	color: #76A32D;
	font-size: 1em;
}

#goTopCase a:link{
	color: #76A32D;
}

#goTopCase a:visited{
	color: #76A32D;
}

#goTopCase {
	height: 10px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
	text-align: right;
}

#topicsGoTo2 {
	text-align: right;
	height: 12px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	clear: both;
}

#topicsGoTo2 p{
	margin: 0px;
	padding: 0px;
	text-align: right;
	color: #76A32D;
	font-size: 1em;
}

#topicsGoTo2 img {
	margin-right: 5px;
	float: none;
}

#topicsGoTo2 a:link{
	color: #76A32D;
}

#topicsGoTo2 a:visited{
	color: #76A32D;
}

#main p.pankuzu{
	font-size: 1em;
}

#main p.pankuzu a:link{
	color: #999999;
}

#main p.pankuzu a:visited{
	color: #999999;
}

#main p.pankuzu a:hover{
	color: #76A32D;
	text-decoration: underline;
}

#main p.pankuzu a:active{
	color: #76A32D;
	text-decoration: underline;
}

#footer a.big{
	font-size: 1.1em;
	font-weight: bold;
}

#topPhotoBox p {
	margin: 0px;
}

#topicsPhotoBox p {
	margin: 0px;
}

#titleBox {
	margin: 0px;
	padding: 0px;
	width: 720px;
	display: none;
}

#titleBoxP {
	text-align: left;
	position: relative;
}

#titleBoxP h3 {
	margin: 0px;
	font-size: 1.7em;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #78A230;
}

/*全体
-------------------------------------*/
#printBlank {
	height: 80px;
	width: 100%;
}

#printPoint{
	page-break-after: always;
}

/*概要
-------------------------------------*/
#box550 p.first {
	float:left;
	padding: 0px;
}

#box550 p.second {
	margin-left: 15px;
	float: left;
}

#box550 p.third {
	float: left;
	padding-left: 15px;
}


/*サイトマップ
-------------------------------------*/
#greenBarTop {
	background-color: #476800;
	height: 1px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 50px;
}

#greenBarTop2 {
	background-color: #476800;
	height: 1px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#greenBar {
	background-color: #76A32D;
	height: 1px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
}

#grayBar {
	background-color: #D3D3D3;
	height: 1px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;

	margin-bottom: 0px;
	margin-left: 25px;
}

#blueBar {
	background-color: #B6DECA;
	height: 1px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.sitemapTop {}
.sitemapTop a:link {
	color: #476800;
	text-decoration: underline;
}
.sitemapTop a:visited {
	color: #476800;
	text-decoration: underline;
}
.sitemapTop a:hover {
	color: #2B4000;
	text-decoration: underline;
}
.sitemapTop a:active {color: #2B4000; text-decoration: underline;}

.sitemapMain {}
.sitemapMain a:link {
	color: #76A32D;
	text-decoration: underline;
}
.sitemapMain a:visited {
	color: #76A32D;
	text-decoration: underline;
}
.sitemapMain a:hover {
	color: #476800;
	text-decoration: underline;
}
.sitemapMain a:active {
	color: #476800;
	text-decoration: underline;
}

.sitemapFooter {}
.sitemapFooter a:link {
	color: #A7A7A7;
	text-decoration: underline;
}
.sitemapFooter a:visited {
	text-decoration: underline;
	color: #A7A7A7;
}
.sitemapFooter a:hover {
	color: #5A5A5A;
	text-decoration: underline;
}
.sitemapFooter a:active {
	color: #5A5A5A;
	text-decoration: underline;
}

.sitemapOther {}
.sitemapOther a:link {
	color: #8CB2A2;
	text-decoration: underline;
}
.sitemapOther a:visited {
	color: #8CB2A2;
	text-decoration: underline;
}
.sitemapOther a:hover {
	color: #648074;
	text-decoration: underline;
}
.sitemapOther a:active {
	color: #648074;
	text-decoration: underline;
}


/*ニュース詳細
-------------------------------------*/
#topicsDetails {
	margin-right: 50px;
	margin-left: 50px;
}

#topicsDetails hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #476800;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#topicsDetails h1 {
	font-size: 1.6em;
	color: #476800;
	background-image: none;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	float: left;
	width: 530px;
}

#topicsDetails h2 {
	color: #000000;
	background-color: #FFFFFF;
	padding: 0px;
	font-size: 1.2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	font-weight: normal;
}

#topicsDetails p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
}

#topics-2line{
	clear: both;
	height: 4px;
	width: 620px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	background-image: url(../img/2lineBar.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0px;
}

/*トピックス一覧
-------------------------------------*/
#topicsYear {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	margin-left: 0px;
}

#topicsYear h3{
	padding: 0px;
	color: #000000;
	font-size: 1.2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#topicsYear a:link{
	color: #666666;
	text-decoration: none;
}

#topicsYear a:visited{
	color: #666666;
	text-decoration: none;
}

#topicsYear a:hover{
	color: #476800;
	text-decoration: underline;
}

#topicsYear a:active{
	color: #476800;
	text-decoration: underline;
}

#topics h2 {
	font-size: 1.2em;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	float: left;
}

#topics h1 {
	color: #476800;
	background-color: #FFFFFF;
	font-size: 1.7em;
	margin-top: 0px;
	margin-right: 100px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#main h2.topicsYear {
	color: #76A32D;
	background-color: #FFFFFF;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#month {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #476800;
}

#month h2 {
	font-size: 1.3em;
	font-weight: bold;
	color: #476800;
	padding: 0px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#main h1.topicsYear {
	font-size: 1.2em;
	color: #666666;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

/*プレスルーム
-------------------------------------*/

#main h1.publicationYear,
#main h1.seminarYear,
#main h1.promotionYear {
	font-size: 1.2em;
	color: #666666;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

.pressBlue1{
	color: #4284AC;
}

.pressBlue2{
	color: #85AAC8;
}

.pressBlue3{
	color: #C7D1E3;
}

#main h1.publicationDetail{
	background-color: #4284AC;
}

/*お問合わせ
-------------------------------------*/
#box80 {
	float: left;
	width: 75px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#box80 h3 {
	font-size: 1.2em;
	margin: 0px;
	padding: 0px;
}

#box540 {
	padding: 0px;
	width: auto;
	float: left;
	color: #CC33FF;
	margin: 0px;
}

#box540 p {
	padding: 0px;
	margin-top: -3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#main p.contact{
}

#main p.contact a:link,
#main p.contact a:visited{
	color: #76A32D;
	text-decoration: underline;
}

/*サイトの使用条件
-------------------------------------*/
#plugin {
	margin: 0px;
	width: 100%;
}

#plugin p {
	padding: 0px;
	margin-bottom: 5px;
	font-size: 1.1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#adobeBanner1 {
	float: left;
	width: 88px;
}

#adobeBanner2 {
	float: left;
	width: 112px;
}

#plugin p.flash {
	display: block;
	float: left;
	margin: 0px;
	padding-left: 10px;
	padding-right: 30px;
}

/*その他
-------------------------------------*/
.txtHidden {
	visibility: hidden;
	color: #FFFFFF;
}

.printHidden {
	display:none;
}


