@charset "UTF-8";

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td, br, img{
    margin: 0; 
    padding: 0;
}
html{
    overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6{
    font-size: 100%; 
    font-weight: normal;
}
ol, ul{
    list-style:none;
}
fieldset, img{
     border:0;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
}
caption, th{
    text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var{
    font-style: normal; 
    font-weight: normal;
}

body  {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 100%;
	background-color: #FFFFFF;
}
a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
}

a img {
  border: none;
}

div {
	margin: 0px;
	padding: 0px;
}
.thrColAbsHdr #container {
	width: 973px;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/container_back.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	position: relative;
} 

/* ヘッダーとフッターのある絶対位置指定されたサイドバーに関するヒント：
1. 絶対位置指定された（AP）エレメントには、トップ値とサイド値（右または左）が設定されている必要があります。初期設定では、トップ値を設定しなければ、AP エレメントはページのソースオーダーにある最後のエレメントの直後に配置されます。つまり、サイドバーがドキュメントのソースオーダーにある #container の最初のエレメントであれば、トップ値が設定されていなくても、サイドバーは #container の最上部に表示されます。ただし、後でサイドバーをソースオーダー内で移動した場合は、適切な場所に表示されるようにサイドバーのトップ値を設定する必要があります。
2. 絶対位置指定された（AP）エレメントは、ドキュメントのフローから除外されます。つまり、AP エレメントの周囲にあるエレメントは、AP エレメントの存在を認識せず、ページ上で AP エレメントと重複することがあります。したがって、常に中央の #mainContent div にほとんどのコンテンツが含まれることが確実である場合は、AP div はサイドバーとしてのみ使用してください。どちらかのサイドバーにより多くのコンテンツが含まれる場合、そのサイドバーは（この場合フッターも）親 div の下端の外に配置されるため、サイドバーは含まれていないように表示されます。
3. 上述の要件に対応していれば、絶対位置指定されたサイドバーにより、ドキュメントのソースオーダーを簡単に制御できます。
4. ソースオーダーが変更されると、列がヘッダーと視覚的に接触するため、トップ値はヘッダーの高さと同じである必要があります。
*/
.thrColAbsHdr #header {
	height: 30px;  /* この余白は、その下に表示される div のエレメントの左揃えと一致します。#header でテキストの代わりにイメージが使用される場合は、必要に応じて、余白を削除してください。 */
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 5px;
} 
.thrColAbsHdr #header h1 {
	margin: 0; /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
	padding: 10px 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
	color: #5CC1C0;
	font-size: 12px;
	font-weight: normal;
}
.thrColAbsHdr #sidebar1 {
	background: #EBEBEB;
	width: 210px;
	color: #000000;
	padding: 15px 0px;
	float: left;
	margin: 0px 20px 0px 0px;
}
.thrColAbsHdr #sidebar2 {
	width: 183px;
	margin: 0px;
	padding: 15px 10px 0px;
	float: right;
}
.thrColAbsHdr #mainContent {
	padding: 0;
	top: 60px;
	margin: 0px;
	width: 522px;
	float: left;
}
.thrColAbsHdr #footer_top {
	padding: 0;
	font-size: 0.7em;
	line-height: 1.5em;
	color: #333333;
	margin-top: 80px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 973px;
	clear: both;
}
.thrColAbsHdr #footer {
	padding: 0;
	font-size: 0.7em;
	line-height: 1.5em;
	color: #333333;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 973px;
	clear: both;
}
.thrColAbsHdr #footer p {
	margin: 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.thrColAbsHdr  #footer_1 {
	padding: 0 10px 0 20px;
	background-color: #575DA7;
	text-align: center;
	color: #FFFFFF;
} 
.thrColAbsHdr #footer_2 {
	padding: 0 10px 0 20px;
	background-color: #BCBADE;
	text-align: center;
}
.thrColAbsHdr #footer_3 {
	padding: 0 10px 0 20px;
	background-color: #D0D0D0;
	text-align: center;
}
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.thrColAbsHdr #header_img {
	background-color: #FFFFFF;
	padding: 0;
	margin-bottom: 19px;
}
.thrColAbsHdr #header_img_1 {
	background-color: #FFFFFF;
	padding: 0;
	background-image: url(../img/heada_title.gif);
	background-repeat: no-repeat;
	margin: 0px;
	height: 32px;
	width: 973px;
}
.thrColAbsHdr #header_img_2 {
	padding: 0;
	background-image: url(../img/top_img.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 348px;
	width: 973px;
}
.thrColAbsHdr #top_menu {
	list-style-type: none;
	position: absolute;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 973px;
}
.thrColAbsHdr #top_menu ul {
	padding: 0px 0px 0px 265px;
	margin: 311px 0px 0px;
}
.thrColAbsHdr #top_menu li {
	list-style-type: none;
	display: inline;
	margin: 0px 16px 0px 0px;
	padding: 0px;
	float: left;
}
.thrColAbsHdr #mainContent_top01 {
	width: 522px;
	background-image: url(../img/top_main_back_01.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 4px;
}
.thrColAbsHdr #mainContent_top02 {
	background-image: url(../img/top_main_back_02.gif);
	background-repeat: no-repeat;
	width: 522px;
	margin: 0;
	padding: 0;
	height: 4px;
}
.thrColAbsHdr #mainContent_top03 {
	background-image: url(../img/top_main_back_03.gif);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	width: 522px;
}
.thrColAbsHdr #mainContent_topbanner {
	width: 489px;
	padding-top: 15px;
	padding-right: 17px;
	padding-bottom: 15px;
	padding-left: 16px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.thrColAbsHdr  #mainContent_topbanner_1 {
	margin: 0;
	width: 487px;
	padding: 0px;
}
.thrColAbsHdr #mainContent_top03_1 {
	background-image: url(../img/new_comment.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 489px;
	padding-top: 30px;
	padding-right: 17px;
	padding-bottom: 15px;
	padding-left: 16px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.thrColAbsHdr #mainContent_top03_1_1 {
	padding-top: 38px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 379px;
	margin: 0;
	height: 31px;
	width: 99px;
}
.thrColAbsHdr #mainContent_top03_2 {
	background-image: url(../img/main_back.gif);
	background-repeat: no-repeat;
	height: 520px;
	background-position: center;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.mainContent_top03_2_container    {
	padding: 0px;
	background-color: #FFFFFF;
	width: 475px;
	height: 183px;
	margin-top: 0px;
	margin-right: 21px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.mainContent_top03_2_container2 {
	padding: 0px;
	background-color: #FFFFFF;
	width: 469px;
	height: 106px;
	margin: 0px 21px 10px 20px;
}
.mainContent_top03_2_button {
	margin-top: 150px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 145px;
	padding: 0px;
	height: 25px;
	width: 78px;
}
.thrColAbsHdr #mainContent_top03_2_1_1 {
	padding: 0px;
	margin: 0px;
	height: 183px;
	width: 232px;
	float: left;
	background-image: url(../img/top_maincontents_1.gif);
	background-repeat: no-repeat;
}
.thrColAbsHdr #mainContent_top03_2_1_2 {
	padding: 0px;
	margin: 0px;
	height: 183px;
	width: 232px;
	clear: right;
	float: right;
	background-image: url(../img/top_maincontents_2.gif);
	background-repeat: no-repeat;
}
.thrColAbsHdr #mainContent_top03_2_2_1 {
	padding: 0px;
	margin: 0px;
	height: 183px;
	width: 232px;
	float: left;
	background-image: url(../img/top_maincontents_3.gif);
	background-repeat: no-repeat;
}
.thrColAbsHdr #mainContent_top03_2_2_2 {
	padding: 0px;
	margin: 0px;
	height: 183px;
	width: 232px;
	float: left;
	background-image: url(../img/top_maincontents_4.gif);
	background-repeat: no-repeat;
}
.thrColAbsHdr #mainContent_top03_2_3_1 {
	padding: 0px;
	margin: 0px;
	height: 183px;
	width: 232px;
	float: right;
}
.thrColAbsHdr #mainContent_top03_2_3_2 {
	padding: 0px;
	margin: 0px;
	height: 106px;
	width: 469px;
	float: left;
}
.thrColAbsHdr #mainContent_top03_3 {
	margin-top: 0px;
	margin-right: 14px;
	margin-bottom: 0px;
	margin-left: 13px;
	padding: 0px;
	width: 492px;
}
.thrColAbsHdr #mainContent_top03_3_1 {
	margin: 0px;
	background-image: url(../img/comment_top.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	height: 30px;
	width: 492px;
}
.thrColAbsHdr #mainContent_top03_3_2 {
	margin: 0px;
	background-image: url(../img/comment_back_1.jpg);
	background-repeat: repeat-y;
	padding: 0px;
	width: 492px;
	text-align: left;
}
.thrColAbsHdr #mainContent_top03_3_2_1 {
	margin: 0px;
	background-image: url(../img/comment_back_2.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	background-position: right bottom;
	width: 492px;
	height: 340px;
}
.thrColAbsHdr #mainContent_top03_3_2_1 li {
	margin: 0px;
	padding: 0px;
	font-size: 0.6em;
	line-height: 1.7em;
	list-style-image: url(../img/comment_list_img.gif);
	list-style-type: none;
	list-style-position: outside;
}
.thrColAbsHdr #mainContent_top03_4 {
	width: 492px;
	background: url(../img/sakai_column_top_back.jpg) no-repeat center;
	margin: 0px 0 0;
	padding: 0px 17px 15px 16px;
	height: 178px;
}

.thrColAbsHdr #mainContent_top03_4_1 {
	margin: 0;
	height: 33px;
	width: 253px;
	padding: 145px 0 0 20px;
}
#comment_list_1 {
	float: left;
	width: 80px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#comment_list_2 {
	float: left;
	width: 80px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}
#comment_list_3 {
	float: left;
	width: 80px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}
#comment_list_4 {
	width: 70px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	float: right;
	clear: right;
}
#comment_button {
	width: 145px;
	height: 22px;
	clear: both;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.thrColAbsHdr #mainContent_top03_3_3 {
	height: 6px;
	background-image: url(../img/comment_back_3.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	width: 492px;
	clear: both;
}
.thrColAbsHdr #sidebar1_1 {
	background-image: url(../img/shop_img.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	height: 356px;
	width: 180px;
	margin: 0px 0px 0px 15px;
}

#wrapper {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 973px;
}
.thrColAbsHdr #sidebar1_1_1 {
	margin: 0px;
	height: 48px;
	width: 180px;
	text-align: center;
	padding: 300px 0px 0px;
}
.thrColAbsHdr #sidebar1_2 {
	background-image: url(../img/info_img.gif);
	background-repeat: no-repeat;
	height: 161px;
	width: 180px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
	padding: 0px;
}
.thrColAbsHdr #sidebar1_3 {
	background-image: url(../img/about_spirits.gif);
	background-repeat: no-repeat;
	height: 46px;
	width: 190px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding: 0px;
}
.thrColAbsHdr #sidebar1_4 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 17px;
	padding: 0px;
}
.thrColAbsHdr #sidebar1_5 {
	height: 36px;
	width: 186px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 9px;
	padding: 0px;
}
.thrColAbsHdr #sidebar1_6 {
	height: 44px;
	width: 185px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 0px;
}
.thrColAbsHdr #sidebar1_4 li {
	font-size: 0.6em;
	line-height: 1.7em;
	list-style-image: url(../img/list_img.gif);
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
}
.thrColAbsHdr #sidebar1_4 ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0px;
}
.thrColAbsHdr #sidebar1_4 p {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
}
.thrColAbsHdr #sidebar1_7 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 17px;
	padding: 0px;
}
.thrColAbsHdr #sidebar1_7 li {
	font-size: 0.6em;
	line-height: 1.7em;
	list-style-image: url(../img/list_img.gif);
	list-style-type: none;
	position: relative;
	margin: 0px;
	padding: 0px;
}
.thrColAbsHdr #sidebar1_7 ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0px;
}
.thrColAbsHdr #sidebar2_1 {
	background-color: #FFFFFF;
	background-image: url(../img/sample_back.jpg);
	background-repeat: no-repeat;
	width: 183px;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 327px;
}
.thrColAbsHdr #sidebar2_2 {
	background-color: #FFFFFF;
	background-image: url(../img/column_back_img.gif);
	background-repeat: no-repeat;
	width: 183px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 257px;
	padding: 0px;
}
.thrColAbsHdr #sidebar2_2 ul {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	position: relative;
	padding-top: 32px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thrColAbsHdr #sidebar2_2 li {
	list-style-type: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	width: 164px;
	margin: 0px;
}
.thrColAbsHdr #sidebar2_1_1 {
	width: 183px;
	text-align: center;
	height: 24px;
	margin: 0px;
	padding-top: 295px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thrColAbsHdr #sidebar2_3 {
	background-color: #FFFFFF;
	background-image: url(../img/merit_img.jpg);
	background-repeat: no-repeat;
	width: 183px;
	padding: 0px;
	height: 275px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.thrColAbsHdr #sidebar2_4 {
	background-color: #FFFFFF;
	width: 183px;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.thrColAbsHdr #sidebar2_5 {
	background-color: #FFFFFF;
	background-image: url(../img/campaign_img.gif);
	background-repeat: no-repeat;
	height: 95px;
	width: 180px;
	margin: 0px 0px 10px;
	padding: 0px;
	display: block;
}
.thrColAbsHdr #sidebar2_5_1 {
	text-align: center;
	height: 24px;
	position: relative;
	width: 96px;
	margin: 0px;
	padding-top: 64px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 19px;
}

.thrColAbsHdr #sidebar2_6 {
	width: 180px;
	padding: 0px;
	margin: 10px 0px 0px;
}

.thrColAbsHdr #sidebar2_7 {
	width: 180px;
	padding: 5px;
	margin: 10px 0px;
	font-size: 12px;
	color: #333333;
	text-align: center;
	border: 1px solid #66CCCC;
}

.thrColAbsHdr #topContent_top04 {
	background-image: url(../img/top_main_back_03.gif);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	width: 522px;
}
.thrColAbsHdr #topContent_04_wrapper {
	background-image: url(../img/top_contents_4_back.gif);
	background-repeat: no-repeat;
	height: 1731px;
	background-position: center 10px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}
.thrColAbsHdr #topContent_04_back {
	height: 1330px;
	padding-top: 370px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
	border: 1px solid #1E9699;
	width: 475px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/top_contents_4_img_1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.thrColAbsHdr #topContent_04_back p {
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: justify;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-size: 0.8em;
	line-height: 1.7em;
	color: #333333;
}
.thrColAbsHdr #topContent_04_back div {
	margin-top: 25px;
	margin-bottom: 0px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
.thrColAbsHdr #topContent_top02 {
	background-image: url(../img/top_main_back_03.gif);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	width: 522px;
}
.thrColAbsHdr #topContent_02_wrapper1 {
	background-image: url(../img/top_contents_2_img_back1.gif);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	background-position: 12px top;
	margin: 0px;
	height: 1138px;
}
.thrColAbsHdr #topContent_02_1 {
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
	border: 1px solid #1E9699;
	width: 475px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center top;
	height: 1060px;
	background-image: url(../img/top_contents_2_img_1.jpg);
}
.thrColAbsHdr #topContent_02_1 p {
	margin: 0px;
	font-size: 0.7em;
	line-height: 1.6em;
	color: #333333;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
}
.thrColAbsHdr #topContent_02_1_1 {
	background-color: #FFFFFF;
	width: 446px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/top_contents_2_img_2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
}
.thrColAbsHdr #topContent_02_1_1 p {
	margin: 0px;
	font-size: 0.7em;
	line-height: 1.7em;
	color: #333333;
	padding-top: 60px;
	padding-right: 125px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: justify;
}
.thrColAbsHdr #topContent_02_1_2 {
	background-color: #FFFFFF;
	width: 446px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/top_contents_2_img_3.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
}
.thrColAbsHdr #topContent_02_1_2 p {
	margin: 0px;
	font-size: 0.7em;
	line-height: 1.7em;
	color: #333333;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 125px;
	text-align: justify;
}
.thrColAbsHdr #topContent_02_1_3 {
	background-color: #FFFFFF;
	width: 446px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/top_contents_2_img_4.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
}
.thrColAbsHdr #topContent_02_1_3 p {
	margin: 0px;
	font-size: 0.7em;
	line-height: 1.7em;
	color: #333333;
	padding-top: 60px;
	padding-right: 155px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: justify;
}
.thrColAbsHdr #topContent_02_1_4 {
	background-color: #FFFFFF;
	width: 446px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/top_contents_2_img_5.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	height: 230px;
}
.thrColAbsHdr #topContent_02_1_4 p {
	margin: 0px;
	font-size: 0.7em;
	line-height: 1.7em;
	color: #333333;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 140px;
	text-align: justify;
}
.thrColAbsHdr #topContent_02_wrapper2 {
	background-image: url(../img/top_contents_2_img_back2.gif);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	background-position: 12px top;
	margin: 0px;
	height: 1100px;
}
.thrColAbsHdr #topContent_02_2 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
	border: 1px solid #1E9699;
	width: 475px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../img/top_contents_2_img_6.jpg);
}
.thrColAbsHdr #topContent_02_2_1 {
	width: 446px;
	margin-top: 280px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/top_contents_2_img_7.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thrColAbsHdr #topContent_02_2_1_wrapper {
	width: 446px;
	padding: 0px;
	background-image: url(../img/top_contents_2_img_8.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px;
	height: 300px;
}
.thrColAbsHdr #topContent_02_2_1 p {
	margin: 0px;
	font-size: 0.7em;
	line-height: 1.7em;
	color: #333333;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: justify;
}
.thrColAbsHdr #topContent_02_2_2 {
	width: 446px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background-image: url(../img/top_contents_2_img_9.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.thrColAbsHdr #topContent_02_2_2_wrapper {
	width: 446px;
	padding: 0px;
	background-image: url(../img/top_contents_2_img_10.jpg);
	background-repeat: no-repeat;
	background-position: right 40px;
	margin: 0px;
}
.thrColAbsHdr #topContent_02_2_2 p {
	margin: 0px;
	font-size: 0.7em;
	line-height: 1.7em;
	color: #333333;
	padding-top: 40px;
	padding-right: 100px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: justify;
}
.thrColAbsHdr #topContent_02_2_3 {
	width: 446px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background-image: url(../img/top_contents_2_img_11.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.thrColAbsHdr #topContent_02_2_3_wrapper {
	width: 446px;
	padding: 0px;
	background-image: url(../img/top_contents_2_img_12.jpg);
	background-repeat: no-repeat;
	background-position: right 40px;
	margin: 0px;
}
.thrColAbsHdr #topContent_02_2_3 p {
	margin: 0px;
	font-size: 0.7em;
	line-height: 1.7em;
	color: #333333;
	padding-top: 40px;
	padding-right: 190px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: justify;
}
.topContent_button  {
	margin: 0px;
	text-align: center;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.thrColAbsHdr #topContent_top06 {
	background-image: url(../img/top_main_back_03.gif);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	width: 522px;
}
.thrColAbsHdr #topContent_06_wrapper {
	background-image: url(../img/top_contents_6_img_back.gif);
	background-repeat: no-repeat;
	height: 1680px;
	background-position: center 10px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}
.thrColAbsHdr #topContent_06_back {
	padding-top: 70px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-color: #FFFFFF;
	border: 1px solid #1E9699;
	width: 475px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/top_contents_6_img_1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.thrColAbsHdr #topContent_06_1 {
	background-color: #FFFFFF;
	background-image: url(../img/top_contents_6_img_2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 170px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.thrColAbsHdr #topContent_06_1 div {
	padding-top: 155px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: justify;
	margin: 0px;
}
.thrColAbsHdr #topContent_06_2 {
	padding: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.thrColAbsHdr #topContent_06_3 {
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../img/top_contents_6_img_6.gif);
	background-repeat: no-repeat;
	background-position: 15px top;
	text-align: justify;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 0.7em;
	line-height: 1.7em;
	color: #333333;
}
.thrColAbsHdr #topContent_06_4 {
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../img/top_contents_6_img_7.gif);
	background-repeat: no-repeat;
	background-position: 15px top;
	text-align: justify;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 0.7em;
	line-height: 1.7em;
	color: #333333;
}
.thrColAbsHdr  #topContent_06_4 div {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.thrColAbsHdr #topContent_06_5 {
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../img/top_contents_6_img_10.gif);
	background-repeat: no-repeat;
	background-position: 15px top;
	text-align: justify;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 0.7em;
	line-height: 1.7em;
	color: #333333;
}
.thrColAbsHdr #topContent_top01 {
	background-image: url(../img/top_main_back_03.gif);
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	width: 522px;
}
.thrColAbsHdr #topContent_01_wrapper {
	background-image: url(../img/top_contents_1_img_back.gif);
	background-repeat: no-repeat;
	height: 1200px;
	background-position: center 10px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}
.thrColAbsHdr #topContent_01_back {
	padding-top: 70px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	border: 1px solid #1E9699;
	width: 475px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/top_contents_1_img_1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.thrColAbsHdr #topContent_01_1 {
	background-color: #FFFFFF;
	background-image: url(../img/top_contents_1_img_2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 133px;
	padding: 0px;
	margin: 0px;
}
.thrColAbsHdr #topContent_01_2 {
	margin: 15px 0px 0px;
	padding: 0px 25px;
}
.thrColAbsHdr #topContent_01_2 p {
	padding: 0px;
	font-size: 0.7em;
	line-height: 1.7em;
	color: #333333;
	text-align: justify;
	margin: 0px;
}
.thrColAbsHdr #topContent_01_3 {
	clear: both;
	height: 290px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
.thrColAbsHdr #topContent_01_3 ul {
	padding: 0px;
	margin: 0px;
}
.thrColAbsHdr #topContent_01_3 li {
	padding: 0px;
	display: block;
	list-style-type: none;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
.thrColAbsHdr #topContent_01_4 {
	background-color: #FFFFFF;
	background-image: url(../img/top_contents_1_img_22.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 50px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
}
.thrColAbsHdr #topContent_01_4 p {
	padding: 0px;
	font-size: 0.7em;
	line-height: 1.7em;
	color: #333333;
	text-align: justify;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.thrColAbsHdr #topContent_01_4 div p {
	padding: 5px;
	border: 1px solid #CCCCCC;
	font-size: 0.6em;
	line-height: 1.6em;
	color: #333333;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.thrColAbsHdr #topContent_01_4 img {
	padding: 0px;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.thrColAbsHdr #topContent_01_5 {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
}
.thrColAbsHdr #topContent_01_5 p {
	padding: 0px;
	font-size: 0.7em;
	line-height: 1.7em;
	color: #333333;
	text-align: justify;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.thrColAbsHdr #topContent_01_5 img {
	padding: 0px;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.thrColAbsHdr #topContent_01_6 {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
}
.thrColAbsHdr #topContent_01_6 p {
	padding: 0px;
	font-size: 0.7em;
	line-height: 1.7em;
	color: #333333;
	text-align: justify;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.thrColAbsHdr #topContent_01_6 img {
	padding: 0px;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

a,
a:link {
	/* 必要ならば，リンクテキストに関する設定をしてください */
  color: #006600;
	text-decoration: none;
}

a:visited {
	/* 必要ならば，訪問済みリンクテキストに関する設定をしてください */
  color: #666666;
}

a:hover {
	/* 必要ならば，マウスオーバー時のリンクテキストに関する設定をしてください */
  color: #339933;
	text-decoration: underline;
}

a:active {
	/* 必要ならば，アクティブ時のリンクテキストに関する設定をしてください */
  color: #00CC00;
	text-decoration: underline;
}
.thrColAbsHdr #contents_header_img {
	background-color: #FFFFFF;
	padding: 0;
	margin-bottom: 50px;
}
.thrColAbsHdr #contents_mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 233px;
	padding: 0;
	top: 60px;
	width: 721px;
}
.contents_header_h1 {
	font-size: 0.8em;
	line-height: 1.0em;
	color: #FFFFFF;
	background-color: #339F9F;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	height: 15px;
}
.thrColAbsHdr #contents_sidebar1 {
	background: #EBEBEB;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	left: 0;
	top: 252px;
	width: 210px;
	position: absolute;
}
#symptom_001_header_img  {
	padding: 0;
	background-image: url(../img/symptom_001_top.jpg);
	background-repeat: no-repeat;
	height: 227px;
	width: 973px;
	margin: 0px;
}
#symptom001_wrapper {
	background-image: url(../img/symptom_001_titile.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#symptom001_1 {
	background-image: url(../img/symptom_001_top_back.jpg);
	background-repeat: no-repeat;
	background-position: 500px 50px;
	text-align: justify;
	font-size: 0.7em;
	line-height: 1.7em;
	color: #333333;
	padding-top: 50px;
	padding-left: 20px;
}
#symptom001_2 {
	text-align: justify;
	font-size: 0.8em;
	line-height: 1.7em;
	color: #333333;
	margin-top: 40px;
	margin-left: 40px;
	margin-right: 40px;
}
#symptom001_2 div {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
#symptom001_2 h2 {
	text-align: justify;
	font-size: 1.2em;
	line-height: 1.7em;
	color: #5782FF;
	margin-bottom: 15px;
	font-weight: bold;
	margin-top: 50px;
}
#symptom001_2 ul {
	border: 1px dotted #999999;
	margin: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#symptom001_2 li {
	margin: 0px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.thrColAbsHdr #global_contents {
	background: #EBEBEB;
	width: 763px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	position: absolute;
	right: 0px;
}
.thrColAbsHdr #global_contents ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.thrColAbsHdr #global_contents li {
	float: right;
	font-size: 0.7em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	list-style-type: none;
	background-image: url(../img/global_navi_button.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#symptom_002_header_img {
	padding: 0;
	background-image: url(../img/symptom_002_top.jpg);
	background-repeat: no-repeat;
	height: 227px;
	width: 973px;
	margin: 0px;
}
#symptom002_wrapper {
	background-image: url(../img/symptom_002_titile.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#symptom002_1 {
	background-image: url(../img/symptom_002_top_back.jpg);
	background-repeat: no-repeat;
	background-position: 500px 50px;
	text-align: justify;
	font-size: 0.7em;
	line-height: 1.7em;
	color: #333333;
	padding-top: 50px;
	padding-left: 20px;
}
#symptom002_2 {
	text-align: justify;
	font-size: 0.8em;
	line-height: 1.7em;
	color: #333333;
	margin-top: 40px;
	margin-left: 40px;
	margin-right: 40px;
}
#symptom002_2 div {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
#symptom002_2 h2 {
	text-align: justify;
	font-size: 1.2em;
	line-height: 1.7em;
	color: #5782FF;
	margin-bottom: 15px;
	font-weight: bold;
	margin-top: 50px;
}
#symptom002_2 ul {
	border: 1px dotted #999999;
	margin: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#symptom002_2 li {
	margin: 0px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.contents_spirits_txt {
	color: #FF9900;
}
#symptom_003_header_img {
	padding: 0;
	background-image: url(../img/symptom_003_top.jpg);
	background-repeat: no-repeat;
	height: 227px;
	width: 973px;
	margin: 0px;
}
#symptom003_wrapper {
	background-image: url(../img/symptom_003_titile.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#symptom003_1 {
	background-image: url(../img/symptom_003_top_back.jpg);
	background-repeat: no-repeat;
	background-position: 500px 50px;
	text-align: justify;
	font-size: 0.7em;
	line-height: 1.7em;
	color: #333333;
	padding-top: 50px;
	padding-left: 20px;
}
#symptom003_2 {
	text-align: justify;
	font-size: 0.8em;
	line-height: 1.7em;
	color: #333333;
	margin-top: 40px;
	margin-left: 40px;
	margin-right: 40px;
}
#symptom003_2 div {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
#symptom003_2 h2 {
	text-align: justify;
	font-size: 1.2em;
	line-height: 1.7em;
	color: #5782FF;
	margin-bottom: 15px;
	font-weight: bold;
	margin-top: 50px;
}
#symptom003_2 ul {
	border: 1px dotted #999999;
	margin: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#symptom003_2 img {
	margin-top: 30px;
	margin-bottom: 10px;
}
#symptom003_2 li {
	margin: 0px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#symptom_004_header_img {
	padding: 0;
	background-image: url(../img/symptom_004_top.jpg);
	background-repeat: no-repeat;
	height: 227px;
	width: 973px;
	margin: 0px;
}
#symptom004_wrapper {
	background-image: url(../img/symptom_004_titile.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#symptom004_1 {
	background-image: url(../img/symptom_004_top_back.jpg);
	background-repeat: no-repeat;
	background-position: 500px 50px;
	text-align: justify;
	font-size: 0.7em;
	line-height: 1.7em;
	color: #333333;
	padding-top: 50px;
	padding-left: 20px;
}
#symptom004_2 {
	text-align: justify;
	font-size: 0.8em;
	line-height: 1.7em;
	color: #333333;
	margin-top: 40px;
	margin-left: 40px;
	margin-right: 40px;
}
#symptom004_2 div {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
#symptom004_2 h2 {
	text-align: justify;
	font-size: 1.2em;
	line-height: 1.7em;
	color: #5782FF;
	margin-bottom: 15px;
	font-weight: bold;
	margin-top: 50px;
}
#symptom004_2 ul {
	border: 1px dotted #999999;
	margin: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#symptom004_2  img {
	margin-top: 30px;
	margin-bottom: 10px;
}
#symptom004_2 li {
	margin: 0px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#symptom_005_header_img {
	padding: 0;
	background-image: url(../img/symptom_005_top.jpg);
	background-repeat: no-repeat;
	height: 227px;
	width: 973px;
	margin: 0px;
}
#symptom005_wrapper {
	background-image: url(../img/symptom_005_titile.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#symptom005_1 {
	background-image: url(../img/symptom_005_top_back.jpg);
	background-repeat: no-repeat;
	background-position: 500px 50px;
	text-align: justify;
	font-size: 0.7em;
	line-height: 1.7em;
	color: #333333;
	padding-top: 50px;
	padding-left: 20px;
	height: 160px;
}
#symptom005_2 {
	text-align: justify;
	font-size: 0.8em;
	line-height: 1.7em;
	color: #333333;
	margin-top: 40px;
	margin-left: 40px;
	margin-right: 40px;
}
#symptom005_2 div {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
#symptom005_2 h2 {
	text-align: justify;
	font-size: 1.2em;
	line-height: 1.7em;
	color: #5782FF;
	margin-bottom: 15px;
	font-weight: bold;
	margin-top: 50px;
}
#symptom005_2 ul {
	border: 1px dotted #999999;
	margin: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#symptom005_2 img {
	margin-top: 30px;
	margin-bottom: 10px;
}
#symptom005_2 li {
	margin: 0px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#symptom_006_header_img {
	padding: 0;
	background-image: url(../img/symptom_006_top.jpg);
	background-repeat: no-repeat;
	height: 227px;
	width: 973px;
	margin: 0px;
}
#symptom006_wrapper {
	background-image: url(../img/symptom_006_titile.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#symptom006_1 {
	background-image: url(../img/symptom_006_top_back.jpg);
	background-repeat: no-repeat;
	background-position: 500px 50px;
	text-align: justify;
	font-size: 0.7em;
	line-height: 1.7em;
	color: #333333;
	padding-top: 50px;
	padding-left: 20px;
	height: 150px;
}
#symptom006_2 {
	text-align: justify;
	font-size: 0.8em;
	line-height: 1.7em;
	color: #333333;
	margin-top: 40px;
	margin-left: 40px;
	margin-right: 40px;
}
#symptom006_2 div {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
#symptom006_2 h2 {
	text-align: justify;
	font-size: 1.2em;
	line-height: 1.7em;
	color: #5782FF;
	margin-bottom: 15px;
	font-weight: bold;
	margin-top: 50px;
}
#symptom006_2 ul {
	border: 1px dotted #999999;
	margin: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#symptom006_2  img {
	margin-top: 30px;
	margin-bottom: 10px;
}
#symptom006_2 li {
	margin: 0px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#symptom_007_header_img {
	padding: 0;
	background-image: url(../img/symptom_007_top.jpg);
	background-repeat: no-repeat;
	height: 227px;
	width: 973px;
	margin: 0px;
}
#symptom007_wrapper {
	background-image: url(../img/symptom_007_titile.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#symptom007_1 {
	background-image: url(../img/symptom_007_top_back.jpg);
	background-repeat: no-repeat;
	background-position: 500px 50px;
	text-align: justify;
	font-size: 0.7em;
	line-height: 1.7em;
	color: #333333;
	padding-top: 50px;
	padding-left: 20px;
	height: 160px;
}
#symptom007_2 {
	text-align: justify;
	font-size: 0.8em;
	line-height: 1.7em;
	color: #333333;
	margin-top: 40px;
	margin-left: 40px;
	margin-right: 40px;
}
#symptom007_2 div {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
#symptom007_2 h2 {
	text-align: justify;
	font-size: 1.2em;
	line-height: 1.7em;
	color: #5782FF;
	margin-bottom: 15px;
	font-weight: bold;
	margin-top: 50px;
}
#symptom007_2 ul {
	border: 1px dotted #999999;
	margin: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#symptom007_2 img {
	margin-top: 30px;
	margin-bottom: 10px;
}
#symptom007_2 li {
	margin: 0px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#symptom_008_header_img {
	padding: 0;
	background-image: url(../img/symptom_008_top.jpg);
	background-repeat: no-repeat;
	height: 227px;
	width: 973px;
	margin: 0px;
}
#symptom008_wrapper {
	background-image: url(../img/symptom_008_titile.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#symptom008_1 {
	background-image: url(../img/symptom_008_top_back.jpg);
	background-repeat: no-repeat;
	background-position: 500px 50px;
	text-align: justify;
	font-size: 0.7em;
	line-height: 1.7em;
	color: #333333;
	padding-top: 50px;
	padding-left: 20px;
}
#symptom008_2 {
	text-align: justify;
	font-size: 0.8em;
	line-height: 1.7em;
	color: #333333;
	margin-top: 40px;
	margin-left: 40px;
	margin-right: 40px;
}
#symptom008_2 div {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
#symptom008_2 h2 {
	text-align: justify;
	font-size: 1.2em;
	line-height: 1.7em;
	color: #5782FF;
	margin-bottom: 15px;
	font-weight: bold;
	margin-top: 50px;
}
#symptom008_2 ul {
	border: 1px dotted #999999;
	margin: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#symptom008_2 img {
	margin-top: 30px;
	margin-bottom: 10px;
}
#symptom008_2 li {
	margin: 0px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#symptom_009_header_img {
	padding: 0;
	background-image: url(../img/symptom_009_top.jpg);
	background-repeat: no-repeat;
	height: 227px;
	width: 973px;
	margin: 0px;
}
#symptom009_wrapper {
	background-image: url(../img/symptom_009_titile.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#symptom009_1 {
	background-repeat: no-repeat;
	background-position: 500px 50px;
	text-align: justify;
	font-size: 0.7em;
	line-height: 1.7em;
	color: #333333;
	padding-top: 50px;
	padding-left: 20px;
	background-image: url(../img/symptom_009_top_back.jpg);
}
#symptom009_2 {
	text-align: justify;
	font-size: 0.8em;
	line-height: 1.7em;
	color: #333333;
	margin-top: 40px;
	margin-left: 40px;
	margin-right: 40px;
}
#symptom009_2 div {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
#symptom009_2 h2 {
	text-align: justify;
	font-size: 1.2em;
	line-height: 1.7em;
	color: #5782FF;
	margin-bottom: 15px;
	font-weight: bold;
	margin-top: 50px;
}
#symptom009_2 ul {
	border: 1px dotted #999999;
	margin: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#symptom009_2 img {
	margin-top: 30px;
	margin-bottom: 10px;
}
#symptom009_2 li {
	margin: 0px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#symptom_010_header_img {
	padding: 0;
	background-image: url(../img/symptom_010_top.jpg);
	background-repeat: no-repeat;
	height: 227px;
	width: 973px;
	margin: 0px;
}
#symptom010_wrapper {
	background-image: url(../img/symptom_010_titile.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#symptom010_1 {
	background-image: url(../img/symptom_010_top_back.jpg);
	background-repeat: no-repeat;
	background-position: 500px 50px;
	text-align: justify;
	font-size: 0.7em;
	line-height: 1.7em;
	color: #333333;
	padding-top: 50px;
	padding-left: 20px;
}
#symptom010_2 {
	text-align: justify;
	font-size: 0.8em;
	line-height: 1.7em;
	color: #333333;
	margin-top: 40px;
	margin-left: 40px;
	margin-right: 40px;
}
#symptom010_2 div {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
#symptom010_2 h2 {
	text-align: justify;
	font-size: 1.2em;
	line-height: 1.7em;
	color: #5782FF;
	margin-bottom: 15px;
	font-weight: bold;
	margin-top: 50px;
}
#symptom010_2 ul {
	border: 1px dotted #999999;
	margin: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#symptom010_2 img {
	margin-top: 30px;
	margin-bottom: 10px;
}
#symptom010_2 li {
	margin: 0px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#symptom_011_header_img {
	padding: 0;
	background-image: url(../img/symptom_011_top.jpg);
	background-repeat: no-repeat;
	height: 227px;
	width: 973px;
	margin: 0px;
}
#symptom011_wrapper {
	background-image: url(../img/symptom_011_titile.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#symptom011_1 {
	background-image: url(../img/symptom_011_top_back.jpg);
	background-repeat: no-repeat;
	background-position: 500px 50px;
	text-align: justify;
	font-size: 0.7em;
	line-height: 1.7em;
	color: #333333;
	padding-top: 50px;
	padding-left: 20px;
	height: 160px;
}
#symptom011_2 {
	text-align: justify;
	font-size: 0.8em;
	line-height: 1.7em;
	color: #333333;
	margin-top: 40px;
	margin-left: 40px;
	margin-right: 40px;
}
#symptom011_2 div {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
#symptom011_2 h2 {
	text-align: justify;
	font-size: 1.2em;
	line-height: 1.7em;
	color: #5782FF;
	margin-bottom: 15px;
	font-weight: bold;
	margin-top: 50px;
}
#symptom011_2 ul {
	border: 1px dotted #999999;
	margin: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#symptom011_2 img {
	margin-top: 30px;
	margin-bottom: 10px;
}
#symptom011_2 li {
	margin: 0px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#symptom_012_header_img {
	padding: 0;
	background-image: url(../img/symptom_012_top.jpg);
	background-repeat: no-repeat;
	height: 227px;
	width: 973px;
	margin: 0px;
}
#symptom012_wrapper {
	background-image: url(../img/symptom_012_titile.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#symptom012_1 {
	background-image: url(../img/symptom_012_top_back.jpg);
	background-repeat: no-repeat;
	background-position: 500px 50px;
	text-align: justify;
	font-size: 0.7em;
	line-height: 1.7em;
	color: #333333;
	padding-top: 50px;
	padding-left: 20px;
	height: 160px;
}
#symptom012_2 {
	text-align: justify;
	font-size: 0.8em;
	line-height: 1.7em;
	color: #333333;
	margin-top: 40px;
	margin-left: 40px;
	margin-right: 40px;
}
#symptom012_2 div {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
#symptom012_2 h2 {
	text-align: justify;
	font-size: 1.2em;
	line-height: 1.7em;
	color: #5782FF;
	margin-bottom: 15px;
	font-weight: bold;
	margin-top: 50px;
}
#symptom012_2 ul {
	border: 1px dotted #999999;
	margin: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#symptom012_2 img {
	margin-top: 30px;
	margin-bottom: 10px;
}
#symptom012_2 li {
	margin: 0px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#symptom_013_header_img {
	padding: 0;
	background-image: url(../img/symptom_013_top.jpg);
	background-repeat: no-repeat;
	height: 227px;
	width: 973px;
	margin: 0px;
}
#symptom013_wrapper {
	background-image: url(../img/symptom_013_titile.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#symptom013_1 {
	background-image: url(../img/symptom_013_top_back.jpg);
	background-repeat: no-repeat;
	background-position: 500px 50px;
	text-align: justify;
	font-size: 0.7em;
	line-height: 1.7em;
	color: #333333;
	padding-top: 50px;
	padding-left: 20px;
}
#symptom013_2 {
	text-align: justify;
	font-size: 0.8em;
	line-height: 1.7em;
	color: #333333;
	margin-top: 40px;
	margin-left: 40px;
	margin-right: 40px;
}
#symptom013_2 div {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
#symptom013_2 h2 {
	text-align: justify;
	font-size: 1.2em;
	line-height: 1.7em;
	color: #5782FF;
	margin-bottom: 15px;
	font-weight: bold;
	margin-top: 50px;
}
#symptom013_2 ul {
	border: 1px dotted #999999;
	margin: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#symptom013_2 img {
	margin-top: 30px;
	margin-bottom: 10px;
}
#symptom013_2 li {
	margin: 0px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#symptom_014_header_img {
	padding: 0;
	background-image: url(../img/symptom_014_top.jpg);
	background-repeat: no-repeat;
	height: 227px;
	width: 973px;
	margin: 0px;
}
#symptom014_wrapper {
	background-image: url(../img/symptom_014_titile.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#symptom014_1 {
	background-image: url(../img/symptom_014_top_back.jpg);
	background-repeat: no-repeat;
	background-position: 500px 50px;
	text-align: justify;
	font-size: 0.7em;
	line-height: 1.7em;
	color: #333333;
	padding-top: 50px;
	padding-left: 20px;
}
#symptom014_2 {
	text-align: justify;
	font-size: 0.8em;
	line-height: 1.7em;
	color: #333333;
	margin-top: 40px;
	margin-left: 40px;
	margin-right: 40px;
}
#symptom014_2 div {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
#symptom014_2 h2 {
	text-align: justify;
	font-size: 1.2em;
	line-height: 1.7em;
	color: #5782FF;
	margin-bottom: 15px;
	font-weight: bold;
	margin-top: 50px;
}
#symptom014_2 ul {
	border: 1px dotted #999999;
	margin: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#symptom014_2 img {
	margin-top: 30px;
	margin-bottom: 10px;
}
#symptom014_2 li {
	margin: 0px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#symptom_015_header_img {
	padding: 0;
	background-image: url(../img/symptom_015_top.jpg);
	background-repeat: no-repeat;
	height: 227px;
	width: 973px;
	margin: 0px;
}
#symptom015_wrapper {
	background-image: url(../img/symptom_015_titile.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#symptom015_1 {
	background-image: url(../img/symptom_015_top_back.jpg);
	background-repeat: no-repeat;
	background-position: 500px 50px;
	text-align: justify;
	font-size: 0.7em;
	line-height: 1.7em;
	color: #333333;
	padding-top: 50px;
	padding-left: 20px;
	height: 160px;
}
#symptom015_2 {
	text-align: justify;
	font-size: 0.8em;
	line-height: 1.7em;
	color: #333333;
	margin-top: 40px;
	margin-left: 40px;
	margin-right: 40px;
}
#symptom015_2 div {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
#symptom015_2 h2 {
	text-align: justify;
	font-size: 1.2em;
	line-height: 1.7em;
	color: #5782FF;
	margin-bottom: 15px;
	font-weight: bold;
	margin-top: 50px;
}
#symptom015_2 ul {
	border: 1px dotted #999999;
	margin: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#symptom015_2 img {
	margin-top: 30px;
	margin-bottom: 10px;
}
#symptom015_2 li {
	margin: 0px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#symptom_016_header_img {
	padding: 0;
	background-image: url(../img/symptom_016_top.jpg);
	background-repeat: no-repeat;
	height: 227px;
	width: 973px;
	margin: 0px;
}
#symptom016_wrapper {
	background-image: url(../img/symptom_016_titile.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#symptom016_1 {
	background-image: url(../img/symptom_016_top_back.jpg);
	background-repeat: no-repeat;
	background-position: 500px 50px;
	text-align: justify;
	font-size: 0.7em;
	line-height: 1.7em;
	color: #333333;
	padding-top: 50px;
	padding-left: 20px;
	height: 160px;
}
#symptom016_2 {
	text-align: justify;
	font-size: 0.8em;
	line-height: 1.7em;
	color: #333333;
	margin-top: 40px;
	margin-left: 40px;
	margin-right: 40px;
}
#symptom016_2 div {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
#symptom016_2 h2 {
	text-align: justify;
	font-size: 1.2em;
	line-height: 1.7em;
	color: #5782FF;
	margin-bottom: 15px;
	font-weight: bold;
	margin-top: 50px;
}
#symptom016_2 ul {
	border: 1px dotted #999999;
	margin: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#symptom016_2 img {
	margin-top: 30px;
	margin-bottom: 10px;
}
#symptom016_2 li {
	margin: 0px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#symptom_017_header_img {
	padding: 0;
	background-image: url(../img/symptom_017_top.jpg);
	background-repeat: no-repeat;
	height: 227px;
	width: 973px;
	margin: 0px;
}
#symptom017_wrapper {
	background-image: url(../img/symptom_017_titile.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#symptom017_1 {
	background-image: url(../img/symptom_017_top_back.jpg);
	background-repeat: no-repeat;
	background-position: 500px 50px;
	text-align: justify;
	font-size: 0.7em;
	line-height: 1.7em;
	color: #333333;
	padding-top: 50px;
	padding-left: 20px;
	height: 160px;
}
#symptom017_2 {
	text-align: justify;
	font-size: 0.8em;
	line-height: 1.7em;
	color: #333333;
	margin-top: 40px;
	margin-left: 40px;
	margin-right: 40px;
}
#symptom017_2 div {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
#symptom017_2 h2 {
	text-align: justify;
	font-size: 1.2em;
	line-height: 1.7em;
	color: #5782FF;
	margin-bottom: 15px;
	font-weight: bold;
	margin-top: 50px;
}
#symptom017_2 ul {
	border: 1px dotted #999999;
	margin: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#symptom017_2 img {
	margin-top: 30px;
	margin-bottom: 10px;
}
#symptom017_2 li {
	margin: 0px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#symptom_018_header_img {
	padding: 0;
	background-image: url(../img/symptom_018_top.jpg);
	background-repeat: no-repeat;
	height: 227px;
	width: 973px;
	margin: 0px;
}
#symptom018_wrapper {
	background-image: url(../img/symptom_018_titile.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#symptom018_1 {
	background-image: url(../img/symptom_018_top_back.jpg);
	background-repeat: no-repeat;
	background-position: 500px 50px;
	text-align: justify;
	font-size: 0.7em;
	line-height: 1.7em;
	color: #333333;
	padding-top: 50px;
	padding-left: 20px;
	height: 160px;
}
#symptom018_2 {
	text-align: justify;
	font-size: 0.8em;
	line-height: 1.7em;
	color: #333333;
	margin-top: 40px;
	margin-left: 40px;
	margin-right: 40px;
}
#symptom018_2 div {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
#symptom018_2 h2 {
	text-align: justify;
	font-size: 1.2em;
	line-height: 1.7em;
	color: #FA8900;
	margin-bottom: 15px;
	font-weight: bold;
	margin-top: 50px;
}
#symptom018_2 h3 {
	text-align: justify;
	font-size: 1.2em;
	line-height: 1.7em;
	color: #5782FF;
	margin-bottom: 15px;
	font-weight: bold;
	margin-top: 10px;
}
#symptom018_2 p img {
	margin-left: 50px;
}
.symptom018_txt1 {
	font-weight: bold;
	text-decoration: underline;
}
#symptom018_2 ul {
	border: 1px dotted #999999;
	margin: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#symptom018_2 img {
	margin-top: 10px;
	margin-bottom: 10px;
}
#symptom018_2 li {
	margin: 0px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#symptom_019_header_img {
	padding: 0;
	background-image: url(../img/symptom_019_top.jpg);
	background-repeat: no-repeat;
	height: 227px;
	width: 973px;
	margin: 0px;
}
#symptom019_wrapper {
	background-image: url(../img/symptom_019_titile.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#symptom019_1 {
	background-image: url(../img/symptom_019_top_back.jpg);
	background-repeat: no-repeat;
	background-position: 500px 50px;
	text-align: justify;
	font-size: 0.7em;
	line-height: 1.7em;
	color: #333333;
	padding-top: 50px;
	padding-left: 20px;
}
#symptom019_2 {
	text-align: justify;
	font-size: 0.8em;
	line-height: 1.7em;
	color: #333333;
	margin-top: 40px;
	margin-left: 40px;
	margin-right: 40px;
}
#symptom019_2 div {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
#symptom019_2 h2 {
	text-align: justify;
	font-size: 1.2em;
	line-height: 1.7em;
	color: #5782FF;
	margin-bottom: 15px;
	font-weight: bold;
	margin-top: 50px;
}
#symptom019_2 ul {
	border: 1px dotted #999999;
	margin: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#symptom019_2 img {
	margin-top: 30px;
	margin-bottom: 10px;
}
#symptom019_2 li {
	margin: 0px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

#symptom_020_header_img {
	padding: 0;
	background-image: url(../img/symptom_020_top.jpg);
	background-repeat: no-repeat;
	height: 227px;
	width: 973px;
	margin: 0px;
}
#symptom020_wrapper {
	background-image: url(../img/symptom_020_titile.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#symptom020_1 {
	background-image: url(../img/symptom_020_top_back.jpg);
	background-repeat: no-repeat;
	background-position: 500px 50px;
	text-align: justify;
	font-size: 0.7em;
	line-height: 1.7em;
	color: #333333;
	padding-top: 50px;
	padding-left: 20px;
}
#symptom020_2 {
	text-align: justify;
	font-size: 0.8em;
	line-height: 1.7em;
	color: #333333;
	margin-top: 40px;
	margin-left: 40px;
	margin-right: 40px;
}
#symptom020_2 div {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
#symptom020_2 h2 {
	text-align: justify;
	font-size: 1.2em;
	line-height: 1.7em;
	color: #5782FF;
	margin-bottom: 15px;
	font-weight: bold;
	margin-top: 50px;
}
#symptom020_2 ul {
	border: 1px dotted #999999;
	margin: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#symptom020_2 img {
	margin-top: 30px;
	margin-bottom: 10px;
}
#symptom020_2 li {
	margin: 0px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#symptom_021_header_img {
	padding: 0;
	background-image: url(../img/symptom_021_top.jpg);
	background-repeat: no-repeat;
	height: 227px;
	width: 973px;
	margin: 0px;
}

#symptom021_wrapper {
	background-image: url(../img/symptom_021_titile.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#symptom021_1 {
	text-align: justify;
	font-size: 0.7em;
	line-height: 1.7em;
	color: #333333;
	padding-top: 50px;
	padding-left: 20px;
	background: url(../img/symptom_021_top_back.jpg) no-repeat right 50px;
}

#symptom021_2 {
	text-align: justify;
	font-size: 0.8em;
	line-height: 1.7em;
	color: #333333;
	margin-top: 40px;
	margin-left: 40px;
	margin-right: 40px;
}

#symptom021_2 div {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

#symptom021_2 h2 {
	text-align: justify;
	font-size: 1.2em;
	line-height: 1.7em;
	color: #5782FF;
	margin-bottom: 15px;
	font-weight: bold;
	margin-top: 50px;
}

#symptom021_2 ul {
	border: 1px dotted #999999;
	margin: 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

#symptom021_2 img {
	margin-top: 30px;
	margin-bottom: 10px;
}

#symptom021_2 li {
	margin: 0px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

#about001_wrapper {
	background-image: url(../img/about001_title.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#about001_1 {
	padding-top: 50px;
}
#about001_2 {
	text-align: justify;
	font-size: 0.8em;
	line-height: 1.7em;
	color: #333333;
	margin-top: 80px;
	margin-left: 40px;
	margin-right: 40px;
}
#about001_2 h2 {
	text-align: justify;
	font-size: 1.2em;
	line-height: 1.7em;
	color: #009900;
	margin-bottom: 15px;
	font-weight: bold;
	margin-top: 50px;
}
#about001_2 img {
	margin-top: 30px;
	margin-bottom: 10px;
}
#about001_2_1 {
	background-image: url(../img/about_001_01.jpg);
	background-repeat: no-repeat;
	background-position: right 5px;
	padding-right: 160px;
}
#about001_2_2 {
	text-align: justify;
}
#about001_2_2 img {
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	clear: both;
}
#about001_2_3 {
	width: 360px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#about001_2_3  h3 {
	color: #FFFFFF;
	background-color: #999999;
	font-weight: bold;
}
#about001_2_3 ul {
	text-align: justify;
	margin-left: 30px;
	margin-top: 10px;
}
#about001_2_3 li {
	text-align: justify;
	list-style-type: disc;
	padding-top: 3px;
	padding-bottom: 3px;
}
#about001_2_4 {
	width: 428px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#about001_2_4 h3 {
	color: #FFFFFF;
	background-color: #FF9966;
	font-weight: bold;
}
#about001_2_4 h4 {
	font-weight: bold;
	color: #4BD24B;
	padding-top: 10px;
}
.contents_footer_link {
	text-align: right;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#about002_wrapper {
	background-image: url(../img/about002_title.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#about002_1 {
	background-image: url(../img/symptom_019_top_back.jpg);
	background-repeat: no-repeat;
	background-position: 500px 50px;
	text-align: justify;
	font-size: 0.7em;
	line-height: 1.7em;
	color: #333333;
	padding-top: 50px;
	padding-left: 20px;
}
#about002_2 {
	text-align: justify;
	font-size: 0.8em;
	line-height: 1.7em;
	color: #333333;
	margin-top: 80px;
	margin-left: 40px;
	margin-right: 40px;
}
#about002_2 h2 {
	text-align: justify;
	font-size: 1.2em;
	line-height: 1.7em;
	color: #009900;
	margin-bottom: 15px;
	font-weight: bold;
	margin-top: 50px;
}
#about002_2 img {
	margin-top: 10px;
	margin-bottom: 10px;
}
#about002_2_1 {
	margin-top: 20px;
	width: 350px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#about002_2_1  h3 {
	color: #FFFFFF;
	background-color: #999999;
	font-weight: bold;
}
#about002_2_1 ul {
	text-align: justify;
	margin-left: 30px;
	margin-top: 10px;
}
#about002_2_1  li {
	text-align: justify;
	list-style-type: disc;
	padding-top: 3px;
	padding-bottom: 3px;
}
.about002_txt {
	text-align: justify;
	list-style-type: disc;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	color: #339933;
}
#feature001_wrapper {
	background-image: url(../img/feature001_title.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#feature001_1 {
	background-image: url(../img/symptom_019_top_back.jpg);
	background-repeat: no-repeat;
	background-position: 500px 50px;
	text-align: justify;
	font-size: 0.7em;
	line-height: 1.7em;
	color: #333333;
	padding-top: 50px;
	padding-left: 20px;
}
#feature001_2 {
	text-align: justify;
	font-size: 0.8em;
	line-height: 1.7em;
	color: #333333;
	margin-top: 80px;
	margin-left: 40px;
	margin-right: 40px;
}
#feature001_2 h2 {
	text-align: justify;
	font-size: 1.2em;
	line-height: 1.7em;
	color: #009900;
	margin-bottom: 15px;
	font-weight: bold;
	margin-top: 50px;
}
#feature001_2 img {
	margin-top: 30px;
	margin-bottom: 10px;
}
#feature001_3  {
	background-image: url(../img/feature_001_01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 285px;
	width: 485px;
	margin-right: auto;
	margin-left: auto;
}
#feature002_wrapper {
	background-image: url(../img/feature002_title.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 300px;
}
#feature002_1 {
	text-align: justify;
	font-size: 0.7em;
	line-height: 1.7em;
	color: #333333;
	padding-top: 50px;
	padding-left: 20px;
}
#feature002_2 {
	text-align: justify;
	font-size: 0.8em;
	line-height: 1.7em;
	color: #333333;
	margin-top: 80px;
	margin-left: 40px;
	margin-right: 40px;
}
#feature002_2 h2 {
	text-align: justify;
	font-size: 1.2em;
	line-height: 1.7em;
	color: #009900;
	margin-bottom: 15px;
	font-weight: bold;
	margin-top: 50px;
}
#feature002_2 img {
	margin-top: 30px;
	margin-bottom: 10px;
}
#feature002_2_1 img {
	clear: both;
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#feature002_2_2 img {
	clear: both;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#sitepolicy_wrapper {
	background-image: url(../img/site_policy_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#sitepolicy_1 {
	text-align: justify;
	font-size: 0.8em;
	line-height: 1.7em;
	color: #333333;
	padding-top: 50px;
	padding-left: 20px;
}
#sitepolicy_1 ol {
	list-style-type: decimal;
	margin-top: 20px;
	margin-left: 20px;
}
#sitepolicy_1  li h2 {
	font-weight: bold;
}
#sitepolicy_1  ol  p {
	font-weight: normal;
}
#sitepolicy_1 ul {
	list-style-type: disc;
	margin-left: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#sitemap_wrapper {
	background-image: url(../img/site_map_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#sitemap_1 {
	text-align: justify;
	font-size: 0.8em;
	line-height: 1.7em;
	color: #333333;
	padding-top: 50px;
	padding-left: 20px;
}
#sitemap_1 ul {
	list-style-type: disc;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#companyprofile_wrapper {
	background-image: url(../img/company_profile_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#companyprofile_1 {
	text-align: justify;
	font-size: 0.8em;
	line-height: 1.7em;
	color: #333333;
	padding-top: 50px;
	padding-left: 20px;
}
#companyprofile_1_1 {
	margin-top: 40px;
	margin-right: 20px;
	margin-left: 20px;
}
.companyprofile_1_txt {
	color: #FFFFFF;
	background-color: #FF6600;
	text-align: center;
	font-weight: bold;
}
#companyprofile_1 h2 {
	margin-top: 30px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #FF6600;
}
#companyprofile_1_1_1 img {
	clear: both;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#companyprofile_1_1_2 img {
	clear: both;
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#companyprofile_1_1_3  {
	background-image: url(../img/fujimoto_signe.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 54px;
}
#companyprofile_1_1_4 {
	background-image: url(../img/blog_banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #FF6600;
	height: 94px;
	padding-left: 170px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.companyprofile_1_txt2 {
	color: #FF6600;
	font-weight: bold;
}
#companyprofile_1_1_4 p {
	font-size: 0.8em;
	line-height: 1.7em;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}
#companyprofile_1 table {
	text-align: justify;
	line-height: 1.7em;
	border: 1px solid #999999;
	background-color: #FFFFFF;
}
#companyprofile_1 td {
	text-align: justify;
	line-height: 1.7em;
	border: 1px solid #999999;
	padding: 3px;
	background-color: #FFFFFF;
}
#companyprofile_1 td div {
	text-align: center;
	font-weight: bold;
	color: #330000;
}
#privacypolicy_wrapper {
	background-image: url(../img/privacy_policy_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#privacypolicy_1 {
	text-align: justify;
	font-size: 0.8em;
	line-height: 1.7em;
	color: #333333;
	padding-top: 50px;
	padding-left: 20px;
}
#privacypolicy_1 ol {
	list-style-type: decimal;
	margin-top: 20px;
	margin-left: 20px;
}
#privacypolicy_1 li h2 {
	font-weight: bold;
}
#privacypolicy_1 ol p {
	font-weight: normal;
}
#privacypolicy_1 ul {
	list-style-type: disc;
	margin-left: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#sakai_profile_wrapper {
	background-image: url(../img/sakai_profile_top.gif);
	background-repeat: no-repeat;
	background-position: 20px 20px;
	background-color: #F0F0F0;
}
#sakai_profile_1 {
	text-align: justify;
	font-size: 1.2em;
	line-height: 1.7em;
	color: #000000;
	padding-top: 30px;
	padding-left: 200px;
	margin-bottom: 40px;
}
#sakai_profile_1 p {
	font-size: 0.7em;
	line-height: 1.4em;
	color: #333333;
	padding-top: 5px;
}
#sakai_profile_1 h2 {
	font-size: 1.2em;
	color: #000000;
	line-height: 1.6em;
	font-weight: bold;
}
#sakai_profile_1 h3 {
	font-size: 0.7em;
	color: #000000;
	line-height: 1.6em;
}
#sakai_profile_2 {
	background-image: url(../img/sakai_book.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 40px;
	font-size: 0.8em;
	line-height: 1.7em;
	color: #333333;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 620px;
	position: relative;
}
#sakai_profile_2 h2 {
	font-weight: bold;
	color: #000000;
	font-size: 0.9em;
	line-height: 1.3em;
}
#sakai_profile_2 p {
	font-size: 0.8em;
	line-height: 1.6em;
	margin-top: 10px;
}
#sakai_profile_2_1 {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
}
#sakai_profile_2_1_1 {
	background-image: url(../img/book_001.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 96px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	height: 117px;
	width: 200px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sakai_profile_2_1_2 {
	background-image: url(../img/book_002.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 96px;
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	height: 117px;
	width: 200px;
	margin: 0px;
}
#sakai_profile_2_2 {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
}
#sakai_profile_2_2_1 {
	background-image: url(../img/book_003.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 96px;
	float: left;
	height: 117px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 200px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sakai_profile_2_2_2 {
	background-image: url(../img/book_004.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 96px;
	height: 117px;
	width: 200px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	float: right;
	margin: 0px;
}
#sakai_profile_2_3 {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
}
#sakai_profile_2_3_1 {
	background-image: url(../img/book_005.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 96px;
	float: left;
	height: 117px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 200px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sakai_profile_2_3_2 {
	background-image: url(../img/book_006.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 96px;
	float: right;
	height: 117px;
	width: 200px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
#sakai_profile_2_4 {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
}
#sakai_profile_2_4_1 {
	background-image: url(../img/book_007.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 96px;
	float: left;
	height: 117px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 200px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sakai_profile_2_4_2 {
	background-image: url(../img/book_008.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 96px;
	float: right;
	height: 117px;
	width: 200px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
.page_top {
	text-align: right;
}
#sakai_column_wrapper {
	background-image: url(../img/sakai_column_top_img.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#sakai_column_1 {
	text-align: justify;
	font-size: 0.7em;
	line-height: 1.7em;
	color: #333333;
	padding-top: 230px;
	padding-left: 40px;
}
#sakai_column_1_1 {
	text-align: justify;
	font-size: 0.9em;
	line-height: 1.6em;
	color: #333333;
	background-image: url(../img/new_serial/sakai.jpg);
	background-color: #F7F7F7;
	background-repeat: no-repeat;
	padding-left: 80px;
	float: right;
	padding-top: 3px;
	padding-right: 5px;
	height: 74px;
	margin-right: 40px;
}
#sakai_column_2  h2 {
	font-size: 1.6em;
	line-height: 1.5em;
	color: #3399CC;
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}
#sakai_column_2 {
	text-align: justify;
	font-size: 0.8em;
	line-height: 1.7em;
	color: #333333;
	margin-top: 40px;
	margin-left: 40px;
	margin-right: 40px;
}
#sakai_column_2 h3 {
	text-align: justify;
	line-height: 1.7em;
	color: #003399;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 30px;
}
.serial_img_left {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.serial_img_right {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#sakai_column_backnumber {
	font-size: 0.8em;
	line-height: 1.7em;
	text-align: justify;
	padding: 15px;
	margin-top: 20px;
	border: 1px dotted #0066FF;
}
#sakai_column_backnumber strong {
	font-weight: bold;
	color: #000000;
}
#interview_wrapper {
	background-image: url(../img/interview_title.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#interview_1 {
	text-align: justify;
	font-size: 0.7em;
	line-height: 1.7em;
	color: #333333;
	padding-left: 40px;
	padding-top: 80px;
}
#interview_2 {
	text-align: justify;
	font-size: 0.8em;
	line-height: 1.7em;
	color: #333333;
	margin-top: 40px;
	margin-left: 40px;
	margin-right: 40px;
}
#interview_2 h2 {
	font-size: 1.6em;
	line-height: 1.5em;
	color: #990066;
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}
#interview_2 h3 {
	text-align: justify;
	line-height: 1.7em;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 30px;
	color: #993366;
}
.interview_txt1 {
	color: #000000;
	font-style: italic;
}
#interview_2 p {
	margin-top: 10px;
	margin-bottom: 10px;
}
.interview_txt2 {
	color: #993366;
}
#interview_backnumber {
	font-size: 0.8em;
	line-height: 1.7em;
	text-align: justify;
	padding: 15px;
	margin-top: 20px;
	border: 1px dotted #993366;
}
#interview_backnumber strong {
	font-weight: bold;
	color: #000000;
}
#faq_wrapper {
	background-image: url(../img/faq_title.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#faq_1 {
	padding-top: 30px;
	padding-left: 40px;
	margin-bottom: 200px;
}
#faq_2 {
	text-align: justify;
	margin-top: 40px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	list-style-type: none;
}
#faq_1  li img {
	list-style-type: none;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#faq_2 img {
	text-align: justify;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}
#faq_2 li img {
	list-style-type: none;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#faq_2 h2 {
	margin: 0px;
	font-size: 1.1em;
	color: #006699;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#faq_2 h3 {
	margin: 0px;
	font-size: 1.1em;
	color: #FF9966;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#faq_2  li  p  {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 0.9em;
}
#faq_2 ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 80px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#new_column_wrapper {
	background-image: url(../img/new_column_1_top_img.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#new_column_1 {
	text-align: justify;
	font-size: 0.7em;
	line-height: 1.7em;
	color: #333333;
	padding-top: 330px;
	padding-left: 10px;
}
#new_column_1 h4 {
	text-align: justify;
	color: #FF3300;
	font-weight: bold;
}
#new_column_2 h2 {
	font-size: 1.2em;
	color: #003399;
	font-weight: bold;
	margin-top: 40px;
	background-image: url(../img/new_column/icon.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	background-position: 3px;
}
#new_column_2 {
	text-align: justify;
	font-size: 0.8em;
	line-height: 1.7em;
	color: #333333;
	margin-top: 60px;
	margin-left: 40px;
	margin-right: 40px;
}
#new_column_2 p {
	margin-top: 10px;
	margin-bottom: 10px;
}
#new_column_backnumber {
	font-size: 0.8em;
	line-height: 1.7em;
	text-align: justify;
	padding: 15px;
	margin-top: 20px;
	border: 1px dotted #6699FF;
}
#new_column_backnumber strong {
	font-weight: bold;
	color: #000000;
}
#new_column_2_1 {
	margin-top: 10px;
	margin-bottom: 10px;
}
#new_column_2_1 img {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 5px;
	float: right;
}
#new_column_2_2 {
	margin-top: 10px;
	margin-bottom: 10px;
}
#handa_txt {
	font-size: 0.8em;
	line-height: 1.7em;
}
#new_column_2_2 img {
	margin-top: 5px;
	margin-bottom: 8px;
	margin-right: 8px;
	margin-left: 0px;
	float: left;
}
#new_column_2_2 h3 {
	font-weight: bold;
	color: #000000;
	margin-top: 20px;
}
#new_column_1_1 {
	text-align: center;
}
#new_column_1_1 table {
	text-align: center;
	padding-top: 330px;
}
#new_column_1_1 h2 {
	font-size: 1.4em;
	line-height: 1.5em;
	color: #666633;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}
#new_column2_wrapper {
	background-image: url(../img/new_column_2_top_img.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#new_column2_1 {
	text-align: justify;
	font-size: 0.7em;
	line-height: 1.7em;
	color: #333333;
	padding-top: 350px;
	padding-left: 10px;
}
#new_column2_1 h4 {
	text-align: justify;
	color: #FF3300;
	font-weight: bold;
}
#new_column2_2 {
	text-align: justify;
	font-size: 0.8em;
	line-height: 1.7em;
	color: #333333;
	margin-top: 60px;
	margin-left: 40px;
	margin-right: 40px;
}
#new_column2_2 h2 {
	font-size: 1.2em;
	color: #660033;
	font-weight: bold;
	margin-top: 40px;
	background-image: url(../img/new_column/back_number/icon.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	background-position: 3px;
}
#new_column2_2 p {
	margin-top: 10px;
	margin-bottom: 10px;
}
#new_column2_2_1 {
	margin-top: 10px;
	margin-bottom: 10px;
}
#new_column2_2_1 img {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 0px;
	float: left;
}
#new_column2_2_2 {
	margin-top: 10px;
	margin-bottom: 10px;
}
#new_column2_2_2 img {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 0px;
	float: right;
}
#new_column2_2_3 {
	margin-top: 10px;
	margin-bottom: 10px;
}
#new_column2_2_3 img {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 0px;
	float: left;
}
#new_column2_2_4 {
	margin-top: 10px;
	margin-bottom: 10px;
}
#new_column2_2_4 img {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 5px;
	float: right;
}
#new_column2_2_4 h3 {
	font-weight: bold;
	color: #000000;
	margin-top: 20px;
}
#new_column2_1_1 {
	text-align: center;
}
#new_column2_1_1 table {
	text-align: center;
	padding-top: 330px;
}
#new_column2_1_1 h2 {
	font-size: 1.4em;
	line-height: 1.5em;
	color: #666633;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}
#talk_wrapper {
	background-image: url(../img/talk_title.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#talk_1 {
	text-align: justify;
	font-size: 0.7em;
	line-height: 1.7em;
	color: #333333;
	padding-left: 40px;
	padding-top: 80px;
}
#talk_2 {
	text-align: justify;
	font-size: 0.8em;
	line-height: 1.7em;
	color: #333333;
	margin-top: 80px;
	margin-left: 40px;
	margin-right: 40px;
}
#talk_2 h2 {
	font-size: 1.6em;
	line-height: 1.5em;
	color: #990066;
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}
#talk_2 h3 {
	text-align: justify;
	line-height: 1.7em;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 30px;
	color: #993366;
}
#talk_backnumber {
	font-size: 0.8em;
	line-height: 1.7em;
	text-align: justify;
	padding: 15px;
	margin-top: 20px;
	border: 1px dotted #993366;
}
#talk_backnumber strong {
	font-weight: bold;
	color: #000000;
}
#form2_wrapper {
	background-image: url(/img/form_2/top.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#form2_1 {
	text-align: justify;
	font-size: 0.8em;
	line-height: 1.7em;
	color: #333333;
	padding-top: 300px;
	padding-left: 20px;
}
.form2_1_txt1 {
	font-size: 1.3em;
	color: #FF0000;
	text-align: justify;
	font-weight: bold;
}
.form2_1_txt2 {
	font-size: 0.9em;
	color: #FF0000;
	text-align: justify;
}
#form2_1  p  {
	margin-top: 10px;
	margin-bottom: 10px;
}
#form2_1 img {
	margin-top: 10px;
	margin-bottom: 10px;
}
#form2_1   table  td {
	margin: 0px;
	padding: 5px;
}
#pdfcard_wrapper {
	background-image: url(../img/pdf_card/pdf_card_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#pdfcard_1 {
	text-align: justify;
	font-size: 0.8em;
	line-height: 1.7em;
	color: #333333;
	padding-top: 270px;
	padding-left: 20px;
}
#pdfcard_1 p {
	margin-top: 20px;
	margin-bottom: 20px;
}
.pdfcard_1_txt1 {
	color: #069C6A;
	text-align: justify;
	font-weight: bold;
}
.pdfcard_1_txt2 {
	color: #FF6600;
	text-align: justify;
	font-weight: bold;
}
.pdfcard_1_txt3 {
	color: #0033CC;
	text-align: justify;
}
#pdfcard_1 ul {
	margin-left: 100px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#pdfcard_1 li {
	margin-top: 10px;
	margin-bottom: 10px;
}
#pdfcard_1 li img {
	margin-right: 10px;
	vertical-align: bottom;
}
#pdfcard2_wrapper {
	background-image: url(../img/pdf_card/pdf_card_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#pdfcard2_1 {
	text-align: justify;
	font-size: 0.8em;
	line-height: 1.7em;
	color: #333333;
	padding-top: 270px;
	padding-left: 20px;
}
#form1_wrapper {
}
#form1_1 {
	text-align: justify;
	font-size: 0.8em;
	line-height: 1.7em;
	color: #333333;
	padding-top: 0px;
	padding-left: 20px;
}
.form1_1_txt1 {
	font-size: 1.3em;
	color: #FF0000;
	text-align: justify;
	font-weight: bold;
}
.form1_1_txt2 {
	font-size: 0.9em;
	color: #FF0000;
	text-align: justify;
}
.form1_1_txt3 {
	font-size: 1.2em;
	color: #FFFFFF;
	text-align: center;
	background-color: #FF9966;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
}
.form1_1_txt4 {
	font-size: 1.2em;
	color: #FF0000;
	text-align: justify;
	font-weight: bold;
	line-height: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}
#form1_1 p {
	margin-top: 10px;
	margin-bottom: 10px;
}
#form1_1 img {
	margin-top: 10px;
	margin-bottom: 10px;
}
#form1_1 table td {
	margin: 0px;
	padding: 5px;
	border: 1px solid #999999;
}
#sakai_handa_wrapper {
	background-image: url(../img/talk_title.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#sakai_handa_1 {
	text-align: justify;
	font-size: 0.7em;
	line-height: 1.7em;
	color: #333333;
	padding-top: 230px;
	padding-left: 10px;
	background-image: url(../img/sakai_handa_1.gif);
	background-repeat: no-repeat;
	background-position: center 180px;
}
#sakai_handa_vol2_1 {
	text-align: justify;
	font-size: 0.7em;
	line-height: 1.7em;
	color: #333333;
	padding-top: 230px;
	padding-left: 10px;
	background-image: url(../img/sakai_handa_vol2_1.gif);
	background-repeat: no-repeat;
	background-position: center 180px;
}
#sakai_handa_1 h4 {
	text-align: justify;
	color: #FF3300;
	font-weight: bold;
}
#sakai_handa_2 h2 {
	font-size: 1.2em;
	color: #003399;
	font-weight: bold;
	margin-top: 40px;
	background-image: url(../img/new_column/icon.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	background-position: 3px;
}
#sakai_handa_backnumber {
	font-size: 0.8em;
	line-height: 1.7em;
	text-align: justify;
	padding: 15px;
	margin-top: 20px;
	border: 1px dotted #6699FF;
}
#sakai_handa_backnumber strong {
	font-weight: bold;
	color: #000000;
}
#sakai_handa_2 {
	text-align: justify;
	font-size: 0.8em;
	line-height: 1.7em;
	color: #333333;
	margin-top: 0px;
	margin-left: 30px;
	margin-right: 30px;
}
#sakai_handa_2_1 {
	margin-top: 10px;
	margin-bottom: 10px;
}
#sakai_handa_2_2 {
	margin-top: 50px;
	margin-bottom: 10px;
	background-image: url(../img/sakai_handa_2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
}
#sakai_handa_2_3 {
	margin-top: 50px;
	margin-bottom: 10px;
	background-image: url(../img/sakai_handa_3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
}

#sakai_handa_vol3_1 {
	text-align: justify;
	font-size: 0.7em;
	line-height: 1.7em;
	color: #333333;
	padding-top: 260px;
	padding-left: 10px;
	background-image: url(../img/sakai_handa_vol3_1.gif);
	background-repeat: no-repeat;
	background-position: center 180px;
}
.handa_txt {
	color: #0099FF;
	font-weight: bold;
}
.sakai_txt {
	color: #00CC99;
	font-weight: bold;
}
#sakai_handa_2 p {
	margin-top: 20px;
	margin-bottom: 20px;
}
.sakai_img   {
	margin-top: 5px;
	margin-bottom: 10px;
	float: left;
	margin-right: 15px;
}
.handa_img {
	margin-top: 5px;
	margin-bottom: 10px;
	float: right;
	margin-left: 15px;
}
.thrColAbsHdr #topContent_blog {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(../img/blog_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.thrColAbsHdr #topContent_blog_wrapper {
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.thrColAbsHdr #topContent_blog_1 {
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
	width: 430px;
	text-align: justify;
	margin: 0px;
	height: 2310px;
	overflow: auto;
}
#blog_banner {
	text-align: center;
}
.thrColAbsHdr #topContent_blog_1 p {
	padding: 0px;
	font-size: 0.8em;
	line-height: 1.7em;
	color: #333333;
	text-align: justify;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.thrColAbsHdr #sidebar3 {
	position: absolute;
	top: 50px;
	right: 0; /* 余白は、div のコンテンツを div の端に接触しない位置に維持します */
	margin-top: 500px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 183px;
	background-color: #EBEBEB;
	font-size: 0.8em;
	line-height: 1.7em;
	margin-right: 19px;
}
.sidebar3_title {
	font-weight: bold;
	color: #339966;
}
.thrColAbsHdr #sidebar3 p {
	margin-top: 15px;
	margin-bottom: 15px;
}
.entry-body {
	margin-top: 10px;
	margin-bottom: 10px;
}

#topContent_blog_1 div {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.entry-content {
	margin-top: 10px;
	margin-bottom: 10px;
}
.archive-list {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 0.8em;
	line-height: 1.7em;
	margin-left: 20px;
	padding: 0px;
	margin-right: 0px;
}
.archive-list li {
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-type: disc;
}
.prev_next_txt {
	font-size: 0.8em;
	line-height: 1.7em;
}
