@charset "utf-8";

/* scrollBar fix */
html {
	overflow-y: scroll;
	background-color:#EEE;
}

/*---link focus (accessibility)------------------*/
a:focus,
input:focus,
img:focus {
	outline:3px solid #449cf7;
}
a:hover,
input:hover{
	outline:none;
}
a:active,
input:active{
	outline:none;
}
.ajinomoto_tpl_global_header_logo > a:focus,
#ajinomoto_tpl_global_header_navi > li > a:focus {
	position: relative;
	z-index: 1;
}

/*---defaultStyle ------------------*/
body{
	color:#333;
	background-color:#FFF;
	line-height:1.4;
	font-size: 81.25%;/*アクセシビリティ対応　文字サイズ変更可*/
}

input,
textarea,
#global_header,
#contents,
#contents_title,
#global_footer{
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}



strong{
	font-weight:bold;
}


/* link
----------------------------------------------------------- */

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

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

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

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


/* page
----------------------------------------------------------- */
#page{
}



/* contents
----------------------------------------------------------- */
#contents{
	text-align:left;
	width:960px;
	margin:0 auto;
	/*font-size:93%;*/
	font-size:108%;
	position:relative;
}
.two_column{
}
	/*clearFix*/
	#contents:before, #contents:after {
		content:"\0020";
		display:block;
		height:0;
		overflow:hidden;
	}
	#contents:after{clear: both;}
	#contents{zoom: 1;}


	#contents .sample{
		padding:20px 0;
	}
		#contents .sample h2{
			font-size:120%;
			font-weight:bold;
		}


#contents_title {
	position: relative;
	z-index: 1;
	background: url(../../../shared_file/img/contents_title_bg.png) left bottom repeat-x;
}
#contents_title.no-bg {
	background: none;
}


	/* #topic_path
	-----------------------*/
	#contents #topic_path{
		clear:both;
		padding:10px 0;
		line-height:1;
		display:block;
		overflow:hidden;
		/*font-size:77%;*/
		font-size:71%;
	}
		#contents #topic_path li{
			padding:0 10px 0 10px;
			margin:0 0 0 -10px;
			display:inline;
			background:url(../img/topicpath_icon_cursor.gif) left center no-repeat;
		}
	#contents_title #topic_path{
		clear:both;
		padding:10px 0;
		line-height:1;
		display:block;
		overflow:hidden;
		width: 900px;
		margin: 0 auto;
		font-size:77%;
	}
		#contents_title #topic_path li{
			padding:0 10px 0 10px;
			margin:0 0 0 -10px;
			display:inline;
			background:url(../img/topicpath_icon_cursor.gif) left center no-repeat;
		}


	/* h1.main_title
	-----------------------*/
	#contents h1.main_title{
		display:block;
		line-height:1;
		font-size:24px;
		font-weight:bold;
		padding:0 0 5px;
	}
	#contents_title h1.main_title{
		display:block;
		line-height:1;
		font-size:24px;
		font-weight:bold;
		padding:0 0 15px;
		width: 900px;
		margin: 0 auto;
	}



	/* #left_column
	-----------------------*/
	#contents #left_column{
		width:170px;
		float:left;
		margin:10px 0 0 0;
		border-top:2px #DF0202 solid;
		font-size: 93%;
	}
		#contents #left_menu_title{
			display:block;
			padding:14px 2px;
			font-weight:bold;
			font-size:108%;
			border-bottom:1px solid #B0B0B0;
		}
			#contents #left_menu_title a{
				display:block;
			}

		/* #left_menu
		-----------------------*/
		#contents #left_menu{
		}
			#contents #left_menu li{
				border-bottom:1px solid #B0B0B0;
				font-size:93%;
			}
				#contents #left_menu li ul{
					overflow:hidden;

					/*hidden*/
					position: absolute;
					width: 1px;
					height: 1px;
					margin: -1px;
					border: 0;
				}
				#contents #left_menu li ul.active{
					/*visible*/
					position:static;
					width:auto;
					height:auto;
					margin:auto;
					border-top:1px solid #B0B0B0;
				}


				#contents #left_menu li li{
					background:url(../img/leftmenu_border_child.gif) left bottom no-repeat;
					border-bottom:none;
					margin-bottom:-1px;
				}

			#contents #left_menu li.left_menu_btn_back{
				border-top:1px solid #B0B0B0;
				border-bottom:2px solid #B0B0B0;
				font-weight:bold;
				font-size:108%;
			}


			#contents #left_menu a{
				padding:15px 0;
				display:block;
			}
				#contents #left_menu a.active{
					color:#DF0101;
					font-weight:bold;
				}
				#contents #left_menu a:hover{
					color:#DF0101;
				}
					#contents #left_menu li li a{
						background:url(../img/leftmenu_icon_child.gif) 2px 21px  no-repeat;
						padding:15px 7px 15px 15px;
					}
						#contents #left_menu li li a.active{
						background:url(../img/leftmenu_icon_child_o.gif) 2px 21px  no-repeat;
						font-weight:normal;
						}



	/* #main_contents
	-----------------------*/
	#contents #main_contents{
		width:775px;
		float:right;
		padding:10px 0 0 0;
	}
		#contents #main_contents #topic_path{
			padding:0 0 10px;
		}


	/* .inner_twocolumn
	-----------------------*/
	#contents .inner_twocolumn {
		width: 900px;
		margin: 0 auto;
	}

		#contents .inner_twocolumn .left {
			width: 440px;
			float: left;
		}

		#contents .inner_twocolumn .right {
			width: 440px;
			float: right;
		}



/* #footer_recommended_links
----------------------------------------------------------- */
#footer_recommended_links {
	background: #d9d9d9 url(../img/footer_recommended_bg.gif) left top repeat-x;
	border-bottom: 1px solid #fff;
	height: 185px;
	padding-top: 20px;
	position: relative;
	top: 49px;
	z-index: 1;
	margin-top: -49px;
}

#footer_recommended_links_inner {
	width: 900px;
	margin: 0 auto;
}

	#footer_recommended_links_inner .ttl {
		font-weight: bold;
		border-bottom: 1px dotted #666;
		padding-bottom: 5px;
		margin-bottom: 15px;
	}

		#footer_recommended_links_inner ul li {
			float: left;
			margin-left: 10px;
		}

			#footer_recommended_links_inner ul li a {
				width: 166px;
				height: 97px;
				border: 1px solid #000;
				display: block;
			}

				#footer_recommended_links_inner ul li img {
					margin-bottom: -34px;
				}

				#footer_recommended_links_inner ul li a span {
					width: 158px;
					height: 34px;
					padding: 0 4px;
					font-size: 12px;
					line-height:1.2;
					color: #fff;
					display: table-cell;
					vertical-align: middle;
					background: url(../img/drop_bg.png) repeat-x;
					opacity:0.99;
					filter:alpha(opacity=99);　/*IE*/
					-moz-opacity:0.99;　/*FF*/
				}

				#footer_recommended_links_inner ul li a:hover span {
					background-position: left bottom;
				}




/* social
----------------------------------------------------------- */
.socialBtnArea {
	padding-top: 10px;
}

	.socialBtnArea .socialBtn {
		float: right;
	}

		.socialBtnArea .socialBtn .btn_fb {
			float: left;
		}

		.socialBtnArea .socialBtn .btn_tw {
			float: left;
			width: 110px;
		}

