/* 全体 */
*{
	margin:0px;
	padding:0px;
	line-height:150%;
}

/* タグ */
html { 
	overflow-y:scroll;
}

body {
	color:#333333;
	background-color:#EDF6EC;
	text-align:center;
	font-size:85%;
}

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

h2 {
	margin-bottom:10px;
}

h3 {
	margin-bottom:10px;
}

a { 
	color:#006599;
	text-decoration:underline;
}

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

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

td {
	padding:3px;
}

p {
	padding-bottom:10px;
}

/* 外枠 */
#wrapper {
	width:780px;
	text-align:left;
	margin:0px auto;
	border:none;
}

/* ヘッダ */
#header {
	width:780px !important;
	width:778px;
	height:240px;
}

#header_2nd {
	width:780px !important;
	width:778px;
	height:110px;
}

#header_line {
	width:780px !important;
	width:778px;
	height:10px;
}
#head-lang{
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}

/* TOPページ */
#index_menu {
	background-color:#FFFFFF;
	background-image:url(../img/index/menu_bg.jpg);
	background-repeat:repeat-x;
	padding:60px 60px 0px 60px !important;
	_padding:60px 58px 0px 58px;
}

#index_menu li {
	font-size:120% !important;
	padding:3px 0px;
	list-style:none;
	margin-left:2em;
}

#index_menu li a {
	color:#003399;
	text-decoration:underline;
}

#index_menu #policosanol, #index_menu #alpha-gpc {
	width:300px;
	float:left;
	margin-bottom:40px;
}

#index_menu #ps,
#index_menu #bnr_coating {
	width:300px;
	margin-left:360px;
	margin-bottom:40px;
}

#index_menu #bnr_coating {
	padding-top:30px;
}

#index_menu #bnr_coating .bg {
	padding:10px;
	background-color:#FC9;
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  }

#index_menu #bnr_coating p.text {
}

#index_menu div.content_bg {
	background-image:url(../img/index/greentop_bg.jpg);
	background-repeat:no-repeat;
	background-color:#CCFE67;
	width:300px;
	padding-top:7px;
}

#index_menu div.content_bottombg {
	background-image:url(../img/index/greenbottom_bg.jpg);
	background-repeat:no-repeat;
	width:300px;
	height:7px;
	padding:0px;
	line-height:inherit !important;
	_line-height:1px;
}

#index_menu li.leafwhite {
	list-style-image:url(../img/share/list_leaf_white.gif);
}

#index_menu li.listleaf {
	list-style-image:url(../img/share/list_leaf.gif);
	list-style-position:outside;
}

#contact_area {
	background-color:#FFF;
}


/* お問合わせ */
td.contactus {
	color:#666666;
	font-size:85% !important;
	font-size:12px;
}

/* 免責 */
td.disclaimer {
	font-size:85% !important;
	font-size:12px;
}

/* コンテンツ背景 */
#contents_bg {
	background-color:#FFFFFF;
	width:100%;
}

/* コンテンツ */
#contents {
	float:right;
	width:565px;
	background-color:#FFFFFF;
}


/* コンテンツ部マージン */
#contents_margin {
	margin:10px 0px 15px 10px;
}

#contents_margin td {
	font-size:100% !important;
	font-size:85%;
}

table.contents {
	border-top: #999999 1px solid;
	border-left: #999999 1px solid;
}

table.contents td {
	border-right: #999999 1px solid;
	border-bottom: #999999 1px solid;
}

#contents_margin td.bdr_none {
	border:none 0px;
	font-size:100% !important;
	font-size:95%;
}

#contents_margin table.bdr_none td {
	border:none 0px;
	font-size:100% !important;
	font-size:95%;
}

table.contents li {
	margin-left:1.5em !important;
	padding:0px 0px 3px 0px !important;
	line-height:1.6;
}

table.contents ol.cholinek {
	margin-left:1em !important;
}

table.contents table.cholinelack {
	margin-left:4em !important;
}

#contents_margin li {
	margin-left:3em;
	padding:5px 0px;
}

#contents_margin li.star {
	list-style-image:url(../img/share/list_star.gif);
	list-style-type:none;
	margin-left:5em;
}

#contents_margin li.intbl {
	margin-left:1.5em;
	padding:5px 0px;
}

/* トップへ */
p.gototop {
	text-align:right;
	margin-right:10px;
	height:20px;
}

/* グローバルメニュー */

#menu {
	margin-right:566px !important;
	margin-right:565px;
	padding:30px 0px 0px 15px;
}

/* コピーライト */
#copy {
	padding:10px 0px 5px 15px;
	border-top:#EEEEEE solid 1px;
	text-align:left;
	background-color:#FFFFFF;
	font-size:12px;
}

/* ぱんくず */
#pan {
	padding-top: 30px;
	padding-bottom: 5px;
	font-size:12px;
}

#pan a {
	text-decoration:none;
}


/* 区切り線 */
div.line {
	border-bottom:#CCCCCC solid 1px;
	margin-bottom:40px;
}

/* 回り込み解除 */
div.clear {
	clear: both;
}


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

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

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



/* マージン */
.mrgnt5 { margin-top:5px; }
.mrgnt10 { margin-top:10px; }
.mrgnt15 { margin-top:15px; }
.mrgnt20 { margin-top:20px; }
.mrgnb10 { margin-bottom:10px; }
.mrgnb15 { margin-bottom:15px; }
.mrgnb20 { margin-bottom:20px; }

/* フォントサイズ */
.fs80 { font-size:80% !important; font-size:70%; }
.fs90 { font-size:90% !important; font-size:75%; }
.fs100 { font-size:100% !important; font-size:80%; }
.fs110 { font-size:115% !important; font-size:125%; }
.fs120 { font-size:120% !important; font-size:135%; }

/* 出典 */
div.source {
	text-align:right;
	font-size:95% !important;
	font-size:90%;
}

div.source p {
	line-height:100% !important;
	line-height:120%;
}

/* インデント */
#contents_margin div.indent {
	padding:0px 5px 0px 20px;
}

/* 文中青枠線 */
div.borderdot {
	border-top:#1F79D2 dotted 2px;
	border-bottom:#1F79D2 dotted 2px;
	color:#1F79D2;
	margin:15px 0px;
	padding:5px;
}

.red { color:#FF0000; }
.left { text-align:left;}
