/*-------------------------------------------------
  Nucleus CMS Stylesheet - bundled with version 3.2
  Based on the Stanch skin by Ivan Fong
  Mods by hcgtv and moraes
-------------------------------------------------*/

/*-------------------------------------------------
  General layout
-------------------------------------------------*/
body
{
	background: #505050 url(images/haikei.png);
	color: #494949;
	font-family:"ＭＳ ゴシック",Osaka,Sans-Serif;
	font-size: 11px;
	padding: 15px 0;
	margin: 0;
}
img
{
	border: 0;
}
form
{
	margin: 0;
}

small{
	font-size:10px;}

/* Headings */
h1,h2,h3,h4,h5,h6
{
	font-family:"ＭＳ ゴシック",Osaka,Sans-Serif;
	font-weight: normal;
	margin: 0;
}

/* Lists */
ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
li
{
	padding: 0x;
	margin: 0px;
}

/* Links */
a:link, a:visited
{
	color: #635D45;
	text-decoration: none;
}
a:hover, a:active
{
	color: #ccc;
}
#header a:link, #header a:visited
{
	color: #737373;
}
#header a:hover, #header a:active
{
	color: #737373;
}
#copyrights a:link, #copyrights a:visited
{
	color: #474747;
}
#copyrights a:hover, #copyrights a:active
{
	color: #ccc;
}

#footer a:link, #copyrights a:visited
{
	color: #fff;
}
#footer a:hover, #copyrights a:active
{
	color: #ccc;
}

.link_list a:link, .link_list a:visited
{
	color: #fff;
}
.link_list a:hover, .link_list a:active
{
	color: #ccc;
}

/* Basic classes */
.hidden
{
	display: none;
}
.centerize
{
	text-align: center;
}
.clearing
{
	width: 902px;
	height: 0;
	clear: both;
}

/*-------------------------------------------------
  Header
-------------------------------------------------*/
#header
{
	position: relative;
	width: 902px;
	height: 127px;
	background:url(images/header.gif) no-repeat; 
	background-position:bottom;
	border-width: 2px 2px 0;
	margin: auto;
}
#header h1
{
	/* small header image specific lines */
	height:18px;
	width:902px;
	margin: 0 6px;
	/* end small header image specific lines */
	font-size: 14px;
	text-align: left;
	line-height: 18px;
	font-weight:bold;
}

#header img{
	margin:13px 0px 0px 15px;}

#hnavi ul {
	margin: 0px;
	padding: 0px;
	height: 42px;
	width: 902px;
	text-align:left;
}

#hnavi ul li {
	margin: 0px;
	padding: 0px;
	height: 42px;
	float: left;
}

#hnavi ul li a {
	text-indent: -9999px;
	display: block;
	height: 42px;
	background:url(images/main_menu.gif) no-repeat; 
}

#hnavi  ul li#menu01{
	display: block;
	text-indent: -9999px;
	width: 200px;
	height: 42px;
	background-position: 0px 0px;
	background:url(images/main_menu.gif) no-repeat; 
}

#hnavi  ul li#menu02 a  {
	width: 215px;
	height: 42px;
	background-position: -200px 0px;
}

#hnavi  ul li#menu02  a:hover {
	width: 215px;
	height: 42px;
	background-position: -200px -42px;
}

#hnavi ul li#menu03 a {
	width: 132px;
	height: 42px;
	background-position: -415px 0px;
}

#hnavi ul li#menu03 a:hover {
	width: 132px;
	height: 42px;
	background-position: -415px -42px;
}

#hnavi ul li#menu04 a {
	width: 143px;
	height: 42px;
	background-position: -547px 0px;
}

#hnavi ul li#menu04  a:hover {
	width: 143px;
	height: 42px;
	background-position: -547px -42px;
}

#hnavi ul li#menu05 a {
	width: 212px;
	height: 42px;
	background-position: -690px 0px;
}

#hnavi ul li#menu05  a:hover {
	width: 212px;
	height: 42px;
	background-position: -690px -42px;
}

/*-------------------------------------------------
  Content wrappers
-------------------------------------------------*/
#mainwrapper
{
	width: 902px;
	margin: auto;
	background-color:#68401d;
	background:url(images/main_content_bg.gif) repeat-y; 
}

#egypt #mainwrapper
{
	width: 902px;
	margin: auto;
	background-color:#68401d;
	background:url(images/main_content_bg_egypt.gif) repeat-y; 
}

#dobai #mainwrapper
{
	width: 902px;
	margin: auto;
	background:url(images/main_content_bg_dobai.gif) repeat-y; 
}

#iran #mainwrapper
{
	width: 902px;
	margin: auto;
	background-color:#68401d;
	background:url(images/main_content_bg_iran.gif) repeat-y; 
}

#morocco #mainwrapper
{
	width: 902px;
	margin: auto;
	background-color:#68401d;
	background:url(images/main_content_bg_morocco.gif) repeat-y; 
}

#jourdan #mainwrapper
{
	width: 902px;
	margin: auto;
	background-color:#68401d;
	background:url(images/main_content_bg_jourdan.gif) repeat-y; 
}

#ticket #mainwrapper
{
	width: 902px;
	margin: auto;
	background-color:#68401d;
	background:url(images/main_content_bg_ticke.gif) repeat-y; 
}


#sub #mainwrapper
{
	width: 902px;
	margin: auto;
	background-color:#68401d;
	background:url(images/sub_content_bg.gif) repeat-y; 
}

#wrapper
{
	width: 902px;
	margin: auto;
}

/*-------------------------------------------------
  Main content
-------------------------------------------------*/
#container
{
	width: 902px;
	height: 1%;
	overflow: visible;
	float: right;
	padding: 0px;
	margin-left: -204px;

}
.content
{
	padding: 0px;
	margin: 0px 0px 0px 200px;
	position: relative;
}

.content_navi
{
position:relative;
height:459px;
	padding: 0px;
	margin: 0px 0px 0px 200px;
	position: relative;
}

.content_top
{
	display: block;
	float:left;
	width:462px;
	padding: 20px 0px 50px 20px;
	margin: 0px;
}

.ticket_detail{
	font-size:12px;
	padding: 0px  15px 15px  15px;
	margin:0px;
	line-height:18px;
	}

.content_top p{
	font-size:12px;
	padding: 0px  0px 15px  0px;
	margin:0px;
	line-height:18px;
	color:#68401d;}

.content_top .smaller{
	line-height:13px;
	font-size:10px;
	padding: 0px  0px 10px 0px;
	color:#68401d;
	}

.egypt_blog{
	padding: 20px 30px 30px 30px;}

.egypt_phot{
	padding: 20px 0px 30px 15px;}

*html .egypt_phot{
	padding: 20px 0px 30px 18px;}

.blog_top{
font-size:12px;
color:#68401d;
padding-bottom:15px;}

.content_center
{
	display: block;
	float:left;
	width:502px;
	padding: 0px;
	margin: 0px;
}

.content_center p{
	font-size:12px;
	padding: 0px  20px 10px  20px;
	margin:0px;
line-height:18px;}

.content_center .top{
	font-size:12px;
	padding: 10px  20px 10px  20px;
	margin:0px;
line-height:18px;}

*html .content_top
{
	display: block;
	float:left;
	width:462px;
	padding: 20px  19px  0px  20px;
	margin: 0px;
	background-color: #fff;
}

.content_top_right
{
position:absolute;
left:502px;
top:0px;
	width:198px;
	display: block;
	float:right;
	height:100%;
	padding: 0px 2px 0px 0px;
	margin: 0px;
}

.content_top_right img{
	padding-top:15px;}

.content_top_right ul.link_list{
	padding: 0px 15px 15px 15px;}

.content_top_right ul.link_list li{
	padding: 5px 0px 5px 0px;
	margin:0px;}


.content_navi #sogo_top_navi {
position:absolute;
top:0px;
left:0px;
	margin: 0px;
	padding: 0px;
z-index: 1;
}



.content_navi #sogo_top_navi ul{
	width:700px;
	height:459px;
	}

.ccontent_navi #sogo_top_navi li img {
	vertical-align:top;
	margin:0;
	padding:0;
}

.content_navi #sogo_top_navi li {
float:left;
    display: inline;
	vertical-align:top;
	margin:0;
	padding:0;
}

.content_navi #sogo_top_navi li a {
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	display: block;
	vertical-align:top;
	background:url(images/sogo_top_navi.jpg) no-repeat; 
	background-repeat: no-repeat;
}

.content_navi #sogo_top_navi li#sogo_navi01{
	width:415px;
	height:194px;
	padding: 0px;
	display: block;}

.content_navi #sogo_top_navi li#sogo_navi01 a  {
	height:194px;
	background-position: 0px 0px;
}

.content_navi #sogo_top_navi li#sogo_navi01 a:hover {
	background-position: 0px -459px;
}

.content_navi #sogo_top_navi li#sogo_navi02{
	background:url(images/sogo_top_navi.jpg) no-repeat; 
	width:285px;
	height:194px;
	padding: 0px;
	display: block;
	background-position: -415px 0px;}

.content_navi #sogo_top_navi li#sogo_navi03{
	width:502px;
	height138px;
	padding: 0px;
	display: block;}

.content_navi #sogo_top_navi li#sogo_navi03 a  {
	height:138px;
	background-position: 0px -194px;
}

.content_navi #sogo_top_navi li#sogo_navi03 a:hover {
	background-position: 0px -653px;
}

.content_navi #sogo_top_navi li#sogo_navi04{
	width:198px;
	height:265px;
	padding: 0px;
	display: block;}

.content_navi #sogo_top_navi li#sogo_navi04 a  {
	height:265px;
	background-position: -502px -194px;
}

.content_navi #sogo_top_navi li#sogo_navi04 a:hover {
	background-position: -502px -653px;
}


.content_navi #sogo_top_navi02 {
position:absolute;
top:332px;
left:0px;
	margin: 0px;
	padding: 0px;
	width:502px;
	height:127px;
z-index: 2;
}

.content_navi #sogo_top_navi02 ul{
	width:502px;
	height:127px;
	background:url(images/sogo_top_navi.jpg) no-repeat; 
	background-position: 0px -332px;
	}

.content_navi #sogo_top_nav02i li img {
	vertical-align:top;
	margin:0;
	padding:0;
}

.content_navi #sogo_top_navi02 li {
float:left;
    display: inline;
	vertical-align:top;
	margin:0;
	padding:0;
}

.content_navi #sogo_top_navi02 li a {
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	display: block;
	vertical-align:top;
	background:url(images/sogo_top_navi.jpg) no-repeat; 
	background-repeat: no-repeat;
}


.content_navi #sogo_top_navi02 li#sogo_navi05{
	width:325px;
	height127px;
	padding:0px;
	display: block;}

.content_navi #sogo_top_navi02 li#sogo_navi05 a  {
	height:127px;
	background-position: 0px -332px;
}

.content_navi #sogo_top_navi02 li#sogo_navi05 a:hover {
	background-position: 0px -791px;
}

.content_navi #sogo_top_navi02 li#sogo_navi06{
	width:177px;
	height127px;
	padding:0px;
	display: block;}

.content_navi #sogo_top_navi02 li#sogo_navi06 a  {


	height:127px;
	background-position: -325px -332px;
}

.content_navi #sogo_top_navi02 li#sogo_navi06 a:hover {
	background-position: -325px -791px;
}
/*-------------------------------------------------
  Item styles
-------------------------------------------------*/
.contenttitle h2
{
	font-size: 16px;
	padding: 0 0 6px 0;
	margin: 0;
	color: #ff9900;
	font-weight:bold;

}

.information h2
{
	font-size: 13px;
	color: #ff9900;
	font-weight:bold;
	padding: 5px  0px  ;
	margin: 0;
}

#egypt .phot_title h2
{
	font-size: 12px;
	color: #5b381e;
	font-weight:bold;
	padding: 0px  ;
	margin: 0;
}

#iran .phot_title h2
{
	font-size: 12px;
	color:#254176;
	font-weight:bold;
	padding: 0px  ;
	margin: 0;
}

#morocco .phot_title h2
{
	font-size: 12px;
	color:#9c2023;
	font-weight:bold;
	padding: 0px  ;
	margin: 0;
}

#jourdan .phot_title h2
{
	font-size: 12px;
	color:#873854;
	font-weight:bold;
	padding: 0px  ;
	margin: 0;
}

.information h2 a:link, .information h2 a:visited
{
	color: #ff9900;
}
.information h2 a:hover, .information h2 a:active
{
	color: #737373;
}

.contentbody
{
	font-size:12px;
	text-align: justify;
	padding: 0 0 8px 0;
}

.information_contentbody
{
	font-size:12px;
	text-align: justify;
	padding: 5px 0 16px 0;
	line-height:17px;
}

/*-------------------------------------------------
  Item info
-------------------------------------------------*/
.contentitemcategory
{
	color: #ff9900;
	background: url(images/category_mark01.gif) top left no-repeat;
	font-size: 13px;
	padding: 0 10px 0 20px;
	line-height:12px;
}

.contentitemcategory a:link, .contentitemcategory a:visited{color: #ff9900;font-weight:bold;}
.contentitemcategory a:hover, .contentitemcategory a:active{color: #737373;font-weight:bold;}


.contentitempostedby
{
	background: url(images/bgpostedby.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;

	padding: 0 10px 0 12px;
}
.contentitemcomments
{
	background: url(images/bgcomment.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 13px;
}
.contentitemedit
{

	background: url(images/bgedit.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 11px;
}
.contentitem
{
	padding: 3px 0 0 0;
	margin: 0 0 16px 0;
}
.contentitem1

{
	display: inline;
}
.contentitem2
{
	display: inline;
	background: url(images/dotv.gif) left repeat-y;
	padding: 0 0 0 10px;
}
.contentitem3
{

	display: inline;
	background: url(images/dotv.gif) left repeat-y;
	padding: 0 0 0 10px;
}
.contentitem4
{
	display: inline;
	padding: 0 0 0 10px;
	background: url(images/dotv.gif) left repeat-y;
}

/*-------------------------------------------------
  Comments
-------------------------------------------------*/
.itemcomment
{
	background: url(images/commentquote01.gif) no-repeat;
	background-position: 6px 9px;
	padding: 6px 42px;
	border: 1px solid white;
	margin: 10px 0 0 0;
}
.itemcomment:hover
{
	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #CCCCCC;
}
.id1 /*This is to give the admin a special comment style, to distinguish him/her from the rest of the commentors*/
{
	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #B3C492;
}
.id1:hover
{
	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #B3C492;
}
.itemcomment h3
{
	font-size: 12px;
}

/*-------------------------------------------------
  Menu
-------------------------------------------------*/
#sidebarcontainer
{
	float: left;
	width: 198px;
	margin: 0px;
	padding: 0px;
	border-left: 2px solid #805220;
}

#sidebarcontainer_egypt
{
	float: left;
	width: 198px;
	margin: 0px;
	padding: 0px;
	border-left: 2px solid #805220;
}
.sidebar
{
	color: #fff;
	margin: 0px;
}
.sidebar #contact{
}

/* お問い合わせTOP */
.sidebar #contact a {
	text-indent: -9999px;
	display: block;
	height: 235px;
	background:url(images/contact.gif) no-repeat; 
	background-position: 0px 0px;
}

.sidebar #contact a:hover {
	background-position: 0px  -235px;
}

/* お問い合わせエジプト */
.sidebar #contact_egypt a {
	text-indent: -9999px;
	display: block;
	height: 235px;
	background:url(images/contact_egypt.gif) no-repeat; 
	background-position: 0px 0px;
}

.sidebar #contact_egypt a:hover {
	background-position: 0px  -235px;
}

/* お問い合わせドバイ */
.sidebar #contact_dobai a {
	text-indent: -9999px;
	display: block;
	height: 235px;
	background:url(images/contact_dobai.gif) no-repeat; 
	background-position: 0px 0px;
}

.sidebar #contact_dobai a:hover {
	background-position: 0px  -235px;
}

/* お問い合わせヨルダン */
.sidebar #contact_jourdan a {
	text-indent: -9999px;
	display: block;
	height: 235px;
	background:url(images/contact_jourdan.gif) no-repeat; 
	background-position: 0px 0px;
}

.sidebar #contact_jourdan a:hover {
	background-position: 0px  -235px;
}

/* お問い合わせイラン */

.sidebar #contact_iran a {
	text-indent: -9999px;
	display: block;
	height: 235px;
	background:url(images/contact_iran.gif) no-repeat; 
	background-position: 0px 0px;
}

.sidebar #contact_iran a:hover {
	background-position: 0px  -235px;
}

/* お問い合わせモロッコ */

.sidebar #contact_morocco a {
	text-indent: -9999px;
	display: block;
	height: 235px;
	background:url(images/contact_morocco.gif) no-repeat; 
	background-position: 0px 0px;
}

.sidebar #contact_morocco a:hover {
	background-position: 0px  -235px;
}

/* お問い合わせエジプト　中 */
#contact02{
	width:274px;

	margin: 20px auto 8px auto;
}

#contact02 a {
	text-indent: -9999px;
	display: block;
	width:274px;

	height: 21px;
	background:url(images/contact02.gif) no-repeat; 
	background-position: 0px 0px;
}

#contact02 a:hover {
	background-position: 0px  -21px;
}

#contact02b{
	width:274px;

	margin: 10px auto 10px auto;
}

#contact02b a {
	text-indent: -9999px;
	display: block;
	width:274px;

	height: 21px;
	background:url(images/contact02.gif) no-repeat; 
	background-position: 0px 0px;
}

#contact02b a:hover {
	background-position: 0px  -21px;
}

.contact_center{
text-align:center;}

/* お問い合わせ概要　中 */
#contact03{
	width:154px;
	margin: 0px auto 0px auto;
}

#contact03 a {
	text-indent: -9999px;
	display: block;
	width:154px;
	height: 21px;
	background:url(images/naima_gyomu_contact.gif) no-repeat; 
	background-position: 0px 0px;
}

#contact03 a:hover {
	background-position: 0px  -21px;
}








/* Menu lists */
.sidebardl
{
	padding:0px;
	margin: 0;
}
.sidebardl dt
{

	padding:5px 10px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	font-family:"ＭＳ ゴシック",Osaka,Sans-Serif;
}
.sidebardl dd
{
	margin: 0px;
	padding: 5px 15px;
}

.sidebar #side_menu{
	background-color:#a37e52;
	width:198px;
	height:462px;}

.sidebar #side_menu ul{
	padding-top:5px;
	width:198px;
	height:462px;}

/* 右側ナビ
--------------------------------*/

.sidebar #side_menu li {
    display: inline;
	vertical-align:top;
	width: 198px;
	margin:0;
	padding:0;
	background:url(images/side_menu_top.gif) no-repeat; 
}


.sidebar #side_menu li a {

	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
	display: block;
	vertical-align:top;

	width: 198px;
	background:url(images/side_menu_top.gif) no-repeat; 
	background-repeat: no-repeat;
}

.sidebar #side_menu li#side_menu01{
	text-indent: -9999px;
	height:40px;
	padding: 0px;
	margin: 0px;
	background:url(images/side_menu_top.gif) no-repeat; 




	background-position: 0px 0px;
	display: block;}

.sidebar #side_menu li#side_menu02 a  {
	margin: 0px;
	padding: 0px;
	height:41px;
	background-position: 0px -40px;
}


.sidebar #side_menu li#side_menu02  a:hover {
	background-position: -198px -40px;

}

.sidebar #side_menu li#side_menu03 a {
	margin: 0px;
	padding: 0px;
	height:41px;
	background-position: 0px -81px;
}


.sidebar #side_menu li#side_menu03 a:hover {
	background-position: -198px -81px;
}

.sidebar #side_menu li#side_menu04 a {
	margin: 0px;
	padding: 0px;
	height:41px;
	background-position: 0px -122px;
}

.sidebar #side_menu li#side_menu04  a:hover {

	background-position: -198px -122px;
}

.sidebar #side_menu li#side_menu05 a {
	height:41px;
	background-position: 0px -163px;
}

.sidebar #side_menu li#side_menu05  a:hover {
	background-position: -198px -163px;





}

.sidebar #side_menu li#side_menu06 a {
	height:41px;
	background-position: 0px -204px;

}

.sidebar #side_menu li#side_menu06  a:hover {
	background-position: -198px -204px;
}

.sidebar #side_menu li#side_menu07 a {

	height:41px;
	background-position: 0px -245px;

}

.sidebar #side_menu li#side_menu07  a:hover {
	background-position: -198px -245px;
}

.sidebar #side_menu li#side_menu08 a {
	height:41px;
	background-position: 0px -286px;

}

.sidebar #side_menu li#side_menu08  a:hover {


	background-position: -198px -286px;
}

.sidebar #side_menu li#side_menu09{
	text-indent: -9999px;

	height:45px;

	padding: 0px;

	margin: 0px;
	background:url(images/side_menu_top.gif) no-repeat; 
	background-position: 0px -327px;
	display: block;}

.sidebar #side_menu li#side_menu10 a {
	height:41px;
	background-position: 0px -372px;

}

.sidebar #side_menu li#side_menu10  a:hover {
	background-position: -198px -372px;
}

.sidebar #side_menu li#side_menu11 a {
	height:49px;
	background-position: 0px -413px;

}

.sidebar #side_menu li#side_menu11  a:hover {
	background-position: -198px -413px;
}


/*-------------------------------------------------
  Footer
-------------------------------------------------*/
#footer_navi
{
	width: 898px;
	text-align: center;
	padding: 10px 0px;
	margin: 0 auto;
	border-left: 2px solid #805220;
	border-right: 2px solid #805220;
	line-height:15px;
}

#footer_navi .f_navi{
	text-align: center;
	padding:0px 210px;}

#footer
{
	width: 882px;
	background: #805220;
	text-align: left;
	padding: 10px;
	margin: 0 auto;
	color: #fff;

}




#copyrights
{
	color: #fff;
}

/*-------------------------------------------------
  Forms
-------------------------------------------------*/
.loginform, .searchform
{
	margin: 5px 0;
}

.commentform, .mailform
{
	margin-top: 10px;
    padding: 10px;
    background: #EEEEEE;
    /* Rounded borders, for Mozilla browsers */
    /* -moz-border-radius: 10px; */

}
.commentform img{
    margin: 5px 0 0 0;
}
.formfield
{
	display:block;
	font-size: 11px;
	background: white;
	color: #494949;
	border-top: 1px solid #868686;
	border-left: 1px solid #868686;
	border-bottom: 1px solid #D4D2CF;
	border-right: 1px solid #D4D2CF;
	margin: 1px 0 0 0;
}
.formbutton
{
	font-size: 11px;
	width:105px;
	height:27px;
	color: #68401d;
	font-size:14px;
	font-weight:bold;
	margin: 0px 0px 0px 37px;
	padding:0px;
	border:none;
	background:url(images/btbg.gif) left bottom no-repeat;
}

.commentform .formfield, .commentform .formbutton, .loginform .formbutton {
	display: block;
}

.searchform .formfield
{
	width: 130px;
	font-family:"ＭＳ ゴシック",Osaka,Sans-Serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}


.searchform .formbutton
{

	width: 60px;
	font-family:"ＭＳ ゴシック",Osaka,Sans-Serif;
	padding: 2px 2px;
}
.loginform .formfield
{
	width: 130px;
	font-family:"ＭＳ ゴシック",Osaka,Sans-Serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;

}
.loginform .formbutton
{
	width: 60px;
	font-family:"ＭＳ ゴシック",Osaka,Sans-Serif;

	padding: 2px 2px;
}
.mainform .formfield
{
	width: 280px;
	font-family:"ＭＳ ゴシック",Osaka,Sans-Serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.mailform .formbutton
{
	width: 100px;
	font-family:"ＭＳ ゴシック",Osaka,Sans-Serif;
	padding: 2px 2px;
}
#nucleus_cf_name, #nucleus_cf_mail, #nucleus_cf_email
{
    width: 300px;
    margin-right: 105px;
	font-family:"ＭＳ ゴシック",Osaka,Sans-Serif;
}
.commentform textarea, .commentform .formfield, .mailform textarea, .mailform .formfield

{

    width: 300px;
}
.commentform .formbutton
{
	width: 100px;

	height: 22px;
	font-family:"ＭＳ ゴシック",Osaka,Sans-Serif;
}
.error
{
	color: red;


	font-weight: bold;
}


/*-------------------------------------------------
  Miscelaneous

-------------------------------------------------*/
/* VBlog image onion skin shadow - From AListApart.com*/
.wrap1, .wrap2, .wrap3
{
	display:inline-table;
	/* \*/display:block;/**/
}
.wrap1
{
	float:left;
	background:url(images/shadow.gif) right bottom no-repeat;
	margin: 0 5px 3px 0;
}
.wrap2
{
	background:url(images/corner_br.gif) left bottom no-repeat;

}
.wrap3
{
	background:url(images/corner_tr.gif) right top no-repeat;
	padding:0 5px 5px 0;
}
.wrap3 img
{
	display:block;
	border: 3px solid white;
}


/* Search highlight color */
.highlight
{
	background: #DEFFA9;
}

/* Leftbox and Rightbox toolbar buttons */
.leftbox, .rightbox {
	margin: 3px;

	padding: 3px;
	font-size: larger;



	width: 20%;
}
.leftbox {
	float: left;
	border-right: 2px solid #ccc;
}
.rightbox {
	float: right;
	border-left: 2px solid #ccc;
}
/* 回り込み解除
----------------------------------------------- */

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}


* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/

}