body {
	background: #cccccc;
	background-image:   url(img/back.png);
	background-repeat:  repeat-x
	text-align: center;
	font: 0.9em/1.3em;
	font-family: "メイリオ", "Meiryo", sans-serif, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro";
	margin: 0px;
}

/* 検索フォーム */
#searchform4 {
    width: 200px;
    background: url(img/input4.gif) left top no-repeat;
    display: block;
    height: 24px;
    position: relative;
}
#q  {
    width: 156px;
    position: absolute;
    top: 3px;
    left: 12px;
    border: 1px solid #FFF;
}   
#btnG {
    position: absolute;
    top: 3px;
    left: 174px;
}


/* 全体共通 */
#wrapper {
	background: #FFFFFF;
	text-align: left;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#main {
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #CCCCCC;
	width: 745px;
}
.contents {
	background-color: #FFFFFF;
	padding: 0px;
	width: 720px;
	border: 1px solid #999999;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.contents2 {
	background-color: #FFFFFF;
	padding: 0px;
	width: 578px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}


a {
	color: #ff5500;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
p {
	margin: 0.5em 5px 0.5em 5px;
    font-size: 12px;
    line-height:140%;
}
.p12 {
	margin: 0em 5px 0em 5px;
    line-height:140%;
    font-size: 12px;
}


h1 {
	font-size: 0.8em;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

/** 各国リンク部 **/
#country {
	width: 400px;
}
#country p {
	font-size: 9pt;
        font-family: Arial, Helvetica, sans-serif;
}
#country a {
	text-decoration: none;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}
#country a:hover {
	color: #FF0000;
}

/* 上部メインメニュー */
#navi {
	background: #FFFFFF;
	width: 950px;
}
#navi ul {
	margin: 0px 0px 0px 00px;
	padding: 0px;
	list-style: none;
}
#navi li {
	margin: 0px;
	padding: 0px;
	float: left;
}
#navi a {
	display: block;
	text-decoration: none;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	width: 190px;
	text-align: center;
	padding-top: 14px;
	padding-bottom: 5px;
	height: 24px;
	background-image: url(img/navi.gif);
	background-repeat: no-repeat;

}
#navi a:hover {
	background: url(img/navid.gif) no-repeat;
	color: #FF0000;
}


/* 上部ニュー */

#navi2 {
	margin: 0px;
	width: 950px;
	height: 30px;
	background-image: url(img/naviback.jpg);
}

#navi2 p {
	margin: 0px;
    font-size: 11px;

}

#navi2 a.m1{
	background-image: url(img/backhome.gif);
	background-repeat: no-repeat;
    height:20px;
    width:61px;
    display:block;
    text-indent:-9999px;
}

#navi2 a:hover.m1{
background:url(img/backhomed.gif) no-repeat;
}

#navi2 a.m2{
	height:20px;
	width:84px;
	border: 1px solid #000000;
	padding: 2px;
	background: #CCCC00;
}

#navi2 a:hover.m2{
	height:20px;
	width:84px;
	border: 1px solid #000000;
	padding: 2px;
	background: #000000;
	color:#ffffff;
	text-decoration: none;
}


#navi2 a{
	text-decoration: underline;
	}
#navi2 a:link{
	color: #000000;
	text-decoration: none;
	}
#navi2 a:visited{
	color: #000000;
	text-decoration: none;
	}
#navi2 a:hover{
	color: #FF0000;
	text-decoration: underline;
	}
#navi2 a:active{
	color: #FF0000;
	text-decoration: underline;
	}

.naviright {
	float: right;
	width: 350px;
	text-align: right;
	font-size: 11px;
	line-height: 11px;
	vertical-align: middle;
	margin-right: 10px;
	margin-left: 0px;
	margin-top: 5px;
	height: 15px;
	padding-top: 5px;
}
.navileft {
	float: left;
	width: 350px;
	text-align: left;
	font-size: 11px;
	line-height: 11px;
	vertical-align: middle;
	margin-right: 0px;
	margin-left: 10px;
	margin-top: 5px;
	height: 15px;
	padding-top: 5px;
}


/* サイドバーメニュー */
#nave_title{
    color: #3366FF;
    font-size: 12px;
    background: #fff;
    border-top:1px solid #ddd;
    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
    border-left:1px solid #ddd;
    padding: 5px 0 5px 10px;
    background: -moz-linear-gradient(top, #fff 0%, #eee 50%, #ddd 51%, #fff 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(50%,#eee), color-stop(51%,#ddd), color-stop(100%,#fff)); /* webkit */
    -pie-background:linear-gradient(top, #fff 0%, #eee 50%, #ddd 51%, #fff 100%); /* ie */
    behavior: url(PIE/PIE.htc);  /* ie */
}

/** サイドメニュー **/
#nave{
width: 180px;
}

#nave ul {
list-style: none;
margin: 0;
padding: 0px 0px;
border-top: 1px dotted #999999;
}

#nave li {
background:#efefef;
margin: 0;
padding: 1px 1px;
border-bottom: 1px dotted #999999;
}

#nave a.astyle1 {
border-left: 8px solid #990099;/*文字の横に付箋のようなマークを入れる*/
font-size: 12px;
padding:8px 10px;
display: block;
width: 152px ; 
color: #555555;
text-decoration: none;
}
#nave a.astyle2 {
border-left: 8px solid #000099;/*文字の横に付箋のようなマークを入れる*/
font-size: 12px;
padding:10px 10px;
display: block;
width: 152px ; 
color: #555555;
text-decoration: none;
}
#nave a.astyle3 {
border-left: 8px solid #009999;/*文字の横に付箋のようなマークを入れる*/
font-size: 12px;
padding:8px 10px;
display: block;
width: 152px ; 
color: #555555;
text-decoration: none;
}
#nave a.astyle4 {
border-left: 8px solid #00CC99;/*文字の横に付箋のようなマークを入れる*/
font-size: 12px;
padding:8px 10px;
display: block;
width: 152px ; 
color: #555555;
text-decoration: none;
}

#nave a:hover {
background: #cccccc;
border-left: 8px solid #FFcc33;/*カーソルオーバーでマークの色が変わる*/
color: #111111;
width: 152px ; 
}


/* 見出し */
#heading1{
    color: rgb(0, 102, 204);
    background: #fff;
    border-top:1px solid #ddd;
    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
    border-left:1px solid #ddd;
    padding: 5px 0 5px 10px;
    background: -moz-linear-gradient(top, #fff 0%, #eee 50%, #ddd 51%, #fff 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(50%,#eee), color-stop(51%,#ddd), color-stop(100%,#fff)); /* webkit */
    -pie-background:linear-gradient(top, #fff 0%, #eee 50%, #ddd 51%, #fff 100%); /* ie */
    behavior: url(PIE/PIE.htc);  /* ie */
}

#heading2{
    color: #909;
    background: #fff;
    border-top:1px solid #ddd;
    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
    border-left:1px solid #ddd;
    padding: 5px 0 5px 10px;
    background: -moz-linear-gradient(top, #fff 0%, #eee 50%, #ddd 51%, #fff 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(50%,#eee), color-stop(51%,#ddd), color-stop(100%,#fff)); /* webkit */
    -pie-background:linear-gradient(top, #fff 0%, #eee 50%, #ddd 51%, #fff 100%); /* ie */
    behavior: url(PIE/PIE.htc);  /* ie */
}

#heading3{
    color: #333333;
    background: #fff;
    border-top:1px solid #ddd;
    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
    /* border-left:1px solid #ddd;*/
    padding: 5px 0 5px 10px;
    background: -moz-linear-gradient(top, #fff 0%, #eee 50%, #ddd 51%, #fff 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(50%,#eee), color-stop(51%,#ddd), color-stop(100%,#fff)); /* webkit */
    -pie-background:linear-gradient(top, #fff 0%, #eee 50%, #ddd 51%, #fff 100%); /* ie */
    behavior: url(PIE/PIE.htc);  /* ie */
	
	border-left-style: solid;
	border-left-color: #FF0000;
	font-weight: bold;
	margin-bottom: 5px;

}


#s_heading1{
    background: #fff;
	font-size: 12px;
    border-left:5px solid rgb(0, 102, 204);
    padding: 0px 0 0px 5px;
}

#s_heading2{
    background: #fff;
	font-size: 12px;
    border-left:5px solid #909;
    padding: 0px 0 0px 5px;
}



/* サブページ 位置指定 */
#pad5 {
	padding: 5px;
}

.sub_tit1 {
	background-color: #EEEEEE;
	height: 25px;
	padding-top: 8px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #0033FF;
	padding-left: 5px;
	margin-bottom: 5px;
	color: #333333;
	font-weight: bold;
}

.sub_tit2 {
	background-color: #EEEEEE;
	height: 25px;
	padding-top: 8px;
	padding-left: 5px;
	margin-bottom: 5px;
	color: #333333;
	font-weight: bold;
}

.sub_tit3 {
	background-color: #EEEEEE;
	height: 45px;
	padding-top: 8px;
	padding-left: 5px;
	margin-bottom: 5px;
	color: #333333;
	font-weight: bold;
}



/** 元々のニッテルのCSS **/
/* 左メニュー支店案内 */
#tenpo {
	background-color: #FCDEDE;
	margin: 0px;
}
#tenpo ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#tenpo li {
	margin: 0px;
	padding: 0px;
}
#tenpo a {
	display: block;
	height: 20px;
	background-image: url(img/mark.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	color: #000000;
　　　　background-position:7px 5px;
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
}
#tenpo a:hover {
	color: #FF0000;
	background-image: url(img/markd.gif);
	background-repeat: no-repeat;
}
/* 左側グループ会社リンク */
#group {
	width: 130px;
	background-color: #FCDEDE;
	padding-bottom: 5px;
}
#group ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#group li {
	margin: 0px;
	padding: 0px;
}
#group a {
	display: block;
	width: 112px;
	height: 20px;
	background-image: url(img/mark.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 12px;
	color: #000000;
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
}
#group a:hover {
	color: #FF0000;
	background-image: url(img/markd.gif);
	background-repeat: no-repeat;
}
/* 左側日本帰国用レンタルリンク */
#japan {
	width: 130px;
	background-color: #FCDEDE;
	padding-bottom: 5px;
}
#japan ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#japan li {
	margin: 0px;
	padding: 0px;
}
#japan a {
	display: block;
	width: 112px;
	height: 20px;
	background-image: url(img/mark.gif);
	background-repeat: no-repeat;
	color: #333333;
	　　　　background-position:7px 5px;
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	font-size: 12px;
}
#japan a:hover {
	color: #FF0000;
	background-image: url(img/markd.gif);
	background-repeat: no-repeat;
}
/* ウェブビルログイン */
#webbill {
	width: 130px;
	padding-bottom: 10px;
	font-size: 11px;
	background-color: #FCDEDE;
	margin-top: 5px;
}
#webbill a {
	color: #666666;
	background-image: none;
}
.webinput input{
	width: 120px;
}
/* サイト内検索 */
#refer {
	width: 122px;
	font-size: 12px;
	background-color: #ffffff;
	border: thin solid #999999;
	padding-left: 5px;
	padding-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
/* ニッテルサロン */
#salon {
	margin-top: 5px;
	padding: 0px;
}
/* トップページ用 */
#news {
	font-size: 12px;
	line-height: 1.3em;
	background-color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
}
#news ul {
	margin: 5px;
	padding-left: 20px;
	list-style-type: none;
	list-style-image: url(img/newsli.gif); 
}
#news a {
	color: #FF6600;
}
#news li {
	margin: 0px;
	padding: 2px;
	list-style-position: outside;
}
#con {
	font-size: 12px;
	margin-left: 20px;
	margin-top: 5px;
	color: #000000;
}
#con a {
	color: #666666;
}
#con a:hover {
	color: #FF0000;
}
#sub div {
	margin-bottom: 2px;
}

/* サブページ サブタイトル用 */
.sub_tit1 {
	padding-left: 25px;
	margin-bottom: 10px;
	background-image: url(img/bar_r.gif);
	background-repeat: no-repeat;
	font-weight: bold;
}
.sub_tit2 {
	padding-left: 25px;
	margin-bottom: 10px;
	background-image: url(img/bar_b.gif);
	background-repeat: no-repeat;
	font-weight: bold;
}
.sub_tit3 {
	margin-bottom: 5px;
	background-image: url(img/check.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #333333;
	padding-left: 20px;
	padding-bottom: 5px;
}
.sub_tit4 {
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #FF3300;
	font-weight: bold;
	font-size: 15px;
	margin: 5px 5px 10px;
	padding-top: 7px;
	padding-left: 5px;
}
.sub_tit5 {
	background-image: url(img/check.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}
.sub_tit6 {
	background-image: url(img/check.gif);
	background-repeat: no-repeat;
	color: #333333;
	padding-left: 20px;
	font-size: 13px;
	margin: 5px 5px 5px 20px;
}
.sub_tit7 {
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #FF0000;
	padding-left: 5px;
	margin-bottom: 5px;
	color: #333333;
	font-weight: bold;
}
.sub_tit8 {
	padding-left: 25px;
	margin-bottom: 5px;
	background-image: url(img/bar_r.gif);
	background-repeat: no-repeat;
}
.sub_tit9 {
	background-image: url(img/icon-tv.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}

/* サブページ 位置指定 */
#pad5 {
	padding: 5px;
}
#pad10_l {
	padding-left: 10px;
}
.detail1 {
	font-size: 0.9em;
	color: #333333;
	border: 2px dotted #E4E4E4;
	width: 485px;
	padding: 5px;
	margin-left: 10px;
	margin-top: 5px;
}
.detail2 {
	font-size: 0.9em;
	color: #333333;
	border: 2px dotted #E4E4E4;
	padding: 5px;
	margin-left: 10px;
  margin-right: 10px;
	margin-top: 5px;
}
.detail3 {
	color: #666666;
	font-size: 12px;
	margin-left: 20px;
}
.detail4 {
	font-size: 1em;
	color: #333333;
	border: 2px dotted #DDDDDD;
	padding: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 3px;
}
.img_left {
	float: left;
	margin-right: 10px;
	text-align: center;
}
.img_center {
	margin: 5px;
}
.order1 {
	margin-top: 2px;
	margin-left: 50px;
}
.step {
	margin-bottom: 10px;
}

/* サブページ ライン */
.hr1 {
	color: #FF3300;
	background-color: #FF3300;
	height: 2px;
	border: 0px;
	filter: Alpha(opacity=100, finishopacity=0, style=1);
	margin-bottom: 3px;
}
#table1 {
	background-color: #E5E5E5;
	text-align: center;
	margin-top: 10px;
	margin-left: 10px;
}
#table1 th{
	background-color: #FFCCCC;
	padding: 3px;
	color: #505050;
}
#table1 td{
	background-color: #FFFFFF;
	padding: 3px;
}
#table2 {
	background-color: #E5E5E5;
	text-align: center;
	margin-top: 10px;
	margin-left: 10px;
}
#table2 th{
	padding: 3px;
	color: #505050;
}
#table2 td{
	background-color: #FFFFFF;
	padding: 3px;
}
#table3 {
	background-color: #FFFFFF;
	font-size:12px;
	margin-top: 10px;
	border: thin solid #CCCCCC;
}
#table3 th{
	padding: 3px;
	text-align: center;
	border: 1px solid #CCCCCC;
	background-color: #CCCCCC;
	color: #333333;
	font-weight: normal;
}
#table3 td{
	padding: 2px;
	border: 1px solid #CCCCCC;
}
#table4 {
	background-color: #FFFFFF;
	line-height: 110%;
}
#table4 td{
	padding: 5px 2px 0px;
	border: 1px solid #333333;
	line-height: 120%;
}
#table5 {
	background-color: #FFFFFF;
	line-height: 11px;
}
#table5 th{
	text-align: center;
	font-weight: normal;
	text-decoration: none;
}
#table6 {
	background-color: #E5E5E5;
	text-align: center;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
}
#table6 th{
	background-color: #FFCCCC;
	padding: 3px;
	color: #505050;
	font-size: 11px;
}
#table6 td{
	background-color: #FFFFFF;
	padding: 3px;
}
#table7{
	background-color: #CCCCCC;
	margin-top: 5px;
}
#table7 th{
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	padding-top: 5px;
}
#table7 td{
	background-color: #FFFFFF;
	font-size: 11px;
	text-align: center;
}
#table8 {
	background-color: #FFFFFF;
	font-size:13px;
	margin-top: 10px;
}
#table8 th{
	padding: 3px;
	text-align: center;
	border: 1px solid #999999;
	background-color: #FF9E7D;
	color: #FFFFFF;
}
#table8 td{
	padding: 2px;
	border: 1px solid #999999;
	text-align: center;
}
#table9 {
	background-color: #DDDDDD;
	text-align: center;
	margin-bottom: 5px;
}
#table9 th{
	font-size: 10px;
	line-height: 130%;
	padding-top: 1px;
	padding-bottom: 1px;
	font-weight: normal;
}
#table9 td{
	line-height: 120%;
	padding-top: 2px;
	padding-bottom: 1px;
	color: #666666;
}
#table10 {
	line-height: 110%;
}
#table10 th{
	font-size: 12px;
	background-color: #FFE0C1;
}

/* テキスト・配色 */
.txt_9 {
	font-size: 9px;
}
.txt_10 {
	font-size: 10px;
}
.txt_11 {
	font-size: 11px;
}
.txt_12 {
	font-size: 12px;
}
.txt_14 {
	font-size: 14px;
}
.txt_16 {
	font-size: 16px;
}
.font_gray{
	color: #666666;
}
.font_red{
	color: #FF0000;
}
.t11_gray {
	font-size: 12px;
	color: #666666;
}
.t12_gray {
	font-size: 12px;
	color: #666666;
}
/* サブページ リンク色 */
#sub_link a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
#sub_link a:hover {
	color: #FF0000;
}
#sub_link2 a {
	color: #666666;
	text-decoration: none;
}
#sub_link2 a:hover {
	color: #FF0000;
}
#sub_link3 a {
	color: #FF0000;
}
/* 携帯レンタル長期 機種 */
.color_coment1 {
	font-size: 14px;
	color: #666666;
	line-height: 130%;
}
.color_coment2 {
	font-size: 14px;
	line-height: 130%;
}
.color_coment3 {
	font-size: 11px;
	color: #FF6600;
	line-height: 130%;
}
.color_coment4 {
	font-size: 14px;
	color: #0033CC;
}
/* 支店ページ 枠 */
.shop_waku {
	border: 7px solid #C9DAFE;
}
.shop_waku2 {
	padding: 11px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px #CCCCCC;
	border-bottom: 1px #CCCCCC;
	border-left: 1px #CCCCCC;
}
.shop_coment {
	font-size: 13px;
	color: #999999;
	margin-top: 8px;
	margin-bottom: 8px;
}
/* 盗難・紛失 */
.waku_trob {
	border: 3px solid #FDBEAC;
	padding: 5px;
	width: 500px;
	margin-left: 25px;
	background-color: #FFF9EE;
}
/* FAQ */
.faq_menu {
	color: #575757;
	margin-left: 25px;
}
#faq_table {
	background-color: #FF3333;
}
#faq_table th {
	text-align: left;
	padding: 2px 2px 2px 10px;
	color: #FFFFFF;
	font-size: 12px;
}
#faq_table td {
	background-color: #FFFFFF;
	padding: 5px 5px 5px 10px;
}
/* 会社概要 */
#comp_table {
	margin: 10px;
	background-color: #E6E6E6;
	width: 500px;
}
#comp_table th {
	font-weight: normal;
	background-color: #FFFFFF;
}
#comp_table td {
	background-color: #FFFFEC;
}
/* サイトマップ */
#sitemap_table th {
	text-align: left;
	padding-top: 15px;
}
#sitemap_table td {
	font-size: 13px;
	color: #999999;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	line-height: 90%;
}
/* 支払い方法のスタイル */
.pay {
	background-color: #f5f5f5;
	padding: 10px;
	width: 550px;
	font-size: 12px;
}
.red {
	color: #FF0000;
}
caption {
	font-size: 12px;
}
.pay4{
	font-size: 13px;
	margin-left: 40px;
	margin-right: 40px;
	border: thin groove #CCCCCC;
	padding: 3px;
	background-color: #FFF1E8;
	font-weight: bold;
}

/* 長期レンタル：レンタルor購入のデザイン */
.select1 {
	margin: 2px;
	line-height: 130%;
	font-size: 11px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px #CCCCCC;
	padding: 1px;
	font-family: "メイリオ", "Meiryo", sans-serif, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro";
	color: #4B4B4B;
}
#price {
	vertical-align: top;
	color: #003399;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#price td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
}

/* お申込みについて */
.koumoku1{
	font-weight: bold;
	padding-left: 5px;
	border-left-width: 7px;
	border-left-style: solid;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 3px;
	margin-top: 3px;
	color: #660000;
	font-size: 14px;
}
.gray {
	color: #666666;
}
.red {
	color: #FF0000;
}
.koumoku2 {
	font-weight: bold;
	text-decoration: underline;
	color: #333333;
}
.naiyou {
	margin-top: 3px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 10px;
	line-height: 120%;
}
.naiyou2 {
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 20px;
	margin-right: 10px;
}
.waku2 {
	border: 1px solid #FF0000;
	padding: 2px;
	text-align: center;
	background-color: #FFE1E2;
}
.kishu {
	color: #990000;
	padding: 7px;
	font-weight: bold;
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 5px;
	text-decoration: underline;
}

/* 機材の返却方法について */
.color1 {
	font-weight: bold;
	color: #663300;
	font-size: 14px;
	margin-bottom: 10px;
}

/* 日本HPとあわせるための設定 */
.midium {
	font: 12px/18px "MS UI Gothic", Osaka;
	color: #333333;
	padding: 0px;
}
.lineUnder {
	border-bottom: 1px solid #666666;
}
.midiumWhite {
	font: 12px/18px "MS UI Gothic", "Osaka";
	color: #FFFFFF;
}
.midiumRed {
	font: 12px/18px "MS UI Gothic", "Osaka";
	color: #FF0000;
}
.midiumRedBold {
	font: bold 12px/18px "MS UI Gothic", "Osaka";
	color: #FF0000;
}
.midiumBold {
	font: bold 12px/18px "MS UI Gothic", "Osaka";
	color: #333333;
}
.midiumGrayBold {

	font: bold 12px/18px "MS UI Gothic", "Osaka";
	color: #666666;
}
.midiumGray {

	font: 12px/18px "MS UI Gothic", "Osaka";
	color: #666666;
	padding: 0px;
}
.midiumWhiteBold {

	font: bold 12px/18px "MS UI Gothic", "Osaka";
	color: #FFFFFF;
}
.midiumBig {
	font: 14px/20px "MS UI Gothic", "Osaka";
	color: #333333;
	padding: 0px;
	letter-spacing: 0.2em;
}
.midiumBoldBig {

	font: bold 14px/18px "MS UI Gothic", "Osaka";
	color: #333333;
}
.midiumRedBoldBig {

	font: bold 14px/18px "MS UI Gothic", "Osaka";
	color: #FF0000;
}
.midiumBoldBlueBig {


	font: bold 14px/18px "MS UI Gothic", "Osaka";
	color: #0000CC;
}
.midiumBigRed {

	font: 14px/20px "MS UI Gothic", "Osaka";
	color: #FF0000;
	padding: 0px;
	letter-spacing: 0.2em;
}
.midiumBigBlue {

	font: 14px/20px "MS UI Gothic", "Osaka";
	color: #0000FF;
	padding: 0px;
	letter-spacing: 0.2em;
}
.midiumBigWhite {

	font: 14px/20px "MS UI Gothic", "Osaka";
	color: #FFFFFF;
	padding: 0px;
	letter-spacing: 0.2em;
}
.midiumBlue {

	font: 13px/19px;
	font-family: "メイリオ", "Meiryo", sans-serif, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro";
	color: #0000FF;
}
.midiumBlueBold {

	font: bold 13px/19px;
	font-family: "メイリオ", "Meiryo", sans-serif, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro";
	color: #0000FF;
}
.midiumRedBoldBigLine {
	font: bold 14px/20px;
	font-family: "メイリオ", "Meiryo", sans-serif, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro";
	color: #FF0000;
	text-decoration: line-through;
}
.midiumRedBackyellow  { color: #ff0000; font: 13px/19px "MS UI Gothic", Osaka; background-color: #ff6 }
.plantitle {
	padding: 30px 0 0 30px;
	background-image:   url(img/plantitle.png);
	background-repeat:  no-repeat;
	width: 700px;
	height: 90px;
}
.plantitle1 {
	font-size: 18px;
}
.plantitle2 {
    margin-top: 6px;
    font-size:28px;
	font-weight: bold;
	color: white;
}