body {
	background-color: #f1f1f1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	line-height: 150%;
}

img {
	border: 0 solid;
}

h1 {
	font-size: 150%;
	color: #000000;
	font-weight: bold;
	padding:0px 0px 0px 35px;					/*up right down left*/
	background:URL(img/h1_icon.gif) no-repeat;
}

h2 {
	font-size: 120%;
	color: #ffffff;
	font-weight: bold;
	padding:4px 4px 4px 8px;					/*up right down left*/
	border-bottom: 4px solid #ff9900;
	background-color:#ff0000;
}

h3 {
	font-size: 120%;
	color: #339900;
	font-weight: bold;
	padding:4px 4px 4px 8px;					/*up right down left*/
	border-left: 2px solid #66CC00;
	border-top: 1px solid #66CC00;
}

.l{
	font-size: 130%;
	line-height: 150%;
	font-weight: bold;
}

.m {
	font-size: 100%;
	line-height: 150%;
}

.s1 {
	font-size: 80%;
	line-height: 150%;
}

.s2 {
	font-size: 80%;
	color: #666666;
	line-height: 150%;
}

a:link {
	color: #660000;					/*link color*/
	text-decoration: underline;			/*or none*/
}
a:visited {
	color: #cc6633;					/*visited link color*/
	text-decoration: underline;			/*or none*/
}
a:hover {
	color: #ff0000;					/*when point cursor*/
	text-decoration: underline;
}
a:active {
	color: #ff9900;					/*when click a link*/
	text-decoration: underline;
}


strong {								/*stress letters*/
	font-weight: bold;
}

.indent {							/*indent letters*/
	padding-left: 28px;
}
 


.aka {								/*appoint color of letters*/
	color: #ff0000;
}

.midori {					/*appoint color of letters*/
	color: #339900;
}

.daidai {					/*appoint color of letters*/
	color: #ff6600;
}

.cyairo {					/*appoint color of letters*/
	color: #330000;
}


ul{
	list-style-image:url("english/img/list_icon.gif");
	line-height: 180%;
	margin:0px 0px 0px 30px;
	padding: 0px;
}

ul.naka{
	list-style-image:url("english/img/list_icon02.gif");
}

table {								/*basic*/
	font-size: 100%;
	line-height: 150%;
	color: #000000;
}

td.iro {						/*td for table(stress background color)*/
	background-color: #FFFFCC;
}

table.hyou {							/*table for chart*/
	border-style: none;
	background-color: #999999;			/*frame color*/
	font-size: 90%;
	line-height:150%;
	color: #000000;					/*letters color of the chart*/
}

table.hyou th {							/*th for table(index)*/
	background-color: #E5EDFF;
	text-align: center; vertical-align: middle;
}

table.hyou td {							/*td for table(cell color)*/
	background-color: #ffffff;
}

table.hyou td.iro {						/*td for table(stress background color)*/
	background-color: #f1f1f1;
}

table.hyou td.iro02 {						/*td for table(stress background color)*/
	background-color: #FEFFE5;
}

table.waku {							/*enclose letters by flame*/
	border-style: none;
	background-color: #99CCFF;		/*flame color*/
}

table.hyou2 {							/*table for chart*/
	border-style: none;
	background-color: #999999;			/*frame color*/
	font-size: 85%;
	line-height:150%;
	color: #333333;					/*letters color of the chart*/
}

table.hyou2 th {							/*th for table(index)*/
	background-color: #E5EDFF;
	text-align: center; vertical-align: middle;
}

table.hyou2 td {							/*td for table(stress background color)*/
	background-color: #ffffff;
}


/* =====検索===== */
#search{
    width:240px;
	margin-top:9px;
}
#search .gsc-control-cse, 
#search .gsc-control-cse-ja,
#search .gsib_a{
}
/* テキスト入力フォームとボタンの位置 */
#search table.gsc-search-box td,
#search table.gsc-search-box input {
}
/* テキスト入力フォーム */
#search input[type="text"]{
}
#search input[type="text"]:focus {
}
/* テキスト入力フォームの影を消す */
#search #gsc-iw-id1{
}
/* テキスト入力フォームの背景画像位置調整 */
#search #gs_tti0 input{
}
/* ボタンの色 */
#search input.gsc-search-button {
background: #019dda !important;
background: -ms-linear-gradient(top,  #019dda 0%,#019dda 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#019dda', endColorstr='#019dda',GradientType=0 ); /* IE6-9 */
border: 1px solid #019dda !important;
}
/* ボタンの位置調整と角丸消し */
#search .gsc-search-button{
    margin:0 0 0 -16px !important;
}
/* 入力時に出る「×」ボタンの位置調整 */
#search .gsib_b a{
}
/* 入力時に出る×ボタン -- Firefox位置調整 -- */
#search .gsib_b span{
}
