/* Base Theme ============================================================= */

/* Reset ------------------------------------------------------------------ */

/*
    reset.css - resets default browser styling
    http://tantek.com/log/2004/09.html#d06t2354
    http://www.vox.com/.shared/css/base.css by beausmith.com
    http://developer.yahoo.com/yui/reset/
*/

:link,:visited {
    text-decoration: none;
}
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}
table {
    border-spacing: 0;
}
fieldset,img,abbr,acronym {
    border: 0;
} 
/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    /* font-style: normal; */
    /* font-weight: normal; */
}

ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
q:before,q:after {
    content: '';
}
a {
    text-decoration: underline;
    outline: none;
}
hr {
    border: 0;
    height: 1px;
    background-color: #000;
    color: #000;
}
a img,:link img,:visited img {
    border: none;
}
address {
    font-style: normal;
    display: inline;
}


/* Utilities ----------------------------------------------------------------- */

.pkg:after, #content-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.pkg, #content-inner { display: block; }
/* no ie mac \*/
* html .pkg, * html #content-inner { height: 1%; }
.pkg, #content-inner { display: block; }
/* */

.inline { display: inline; }
.hidden { display: none; }



/* Layout ----------------------------------------------------------------- */

body {
    text-align: center;
    background: #fff;
}


#container-inner {
    width: 800px;
    min-height: 100%;
    margin: 0 auto;
    text-align: left;
}

#header, #content, #alpha, #beta, #gamma, #footer {
    position: relative;
}

#alpha, #beta, #gamma {
    display: inline;
    float: left;
}

#header-inner, #content-inner, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner {
    position: static;
}

#header-inner, #content-inner, #footer-inner {
    padding-top: 0px;
    padding-bottom: 0px;
}

#header-inner, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner {
    overflow: hidden;
    padding-right: 0px;
    padding-left: 0px;
}


/* Wide-Thin-Thin */

.layout-wtt #alpha {
    width: 560px;
}

.layout-wtt #beta {
    left: 190px;
    width: 190px;
}

.layout-wtt #gamma {
    right: 190px;
    width: 190px;
}


/* Thin-Wide-Thin */

.layout-twt #alpha {
    left: 190px;
    width: 560px;
}

.layout-twt #beta {
    left: -560px;
    width: 190px;
}

.layout-twt #gamma {
    width: 190px;
}


/* Wide-Thin */

.layout-wt #alpha {
    width: 570px;
}

.layout-wt #beta {
    width: 230px;
}


/* Thin-Wide */

.layout-tw #alpha {
    left: 230px;
    width: 570px;
}

.layout-tw #beta {
    left: -570px;
    width: 230px;
}


/* Medium-Wide */

.layout-mw #alpha {
    left: 330px;
    width: 610px;
}

.layout-mw #beta {
    left: -610px;
    width: 330px;
}

/* Wide-Medium */

.layout-wm #alpha {
    width: 610px;
}

.layout-wm #beta {
    width: 330px;
}


/* Content ---------------------------------------------------------------- */

a:link, a:visited {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl {
    margin-bottom: .75em;
}

blockquote, ol, ul {
    margin-left: 30px;
    background-repeat: repeat-y;
}

ol { list-style: decimal outside; }
ul { list-style: disc outside; }
.item { list-style: none; }


/* Header */

#header {
	width:800px;
	margin-bottom:0px;
	border-top:4px solid #0038B2;
}

#header-left {
	width:400px;
	height:92px;
	float:left;
}

#header-left h1 {
	margin:10px 0px 10px 30px;
	width:265px;
	height:57px;
	text-indent:-9999px;
	background: #FFF url(./images/sitelogo.png) no-repeat;
}

#header-right {
	width:390px;
	height:92px;
	float:left;
}

img.telimg {
	padding-left:60px;
}


#header-right ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 45px;
}

.header-right-menu001 {
	margin: 3px;
	padding: 10px 3px 0px 3px;
	font-size:12px;
	color:#003366;
	height:30px;
	float:left;

}

li.header-right-menu001 a{
	height:30px;

}

li.header-right-menu001 a:hover{
	height:30px;
}

.header-right-menu002 {
	margin: 3px;
	padding: 10px 3px 0px 3px;
	font-size:12px;
	color:#003366;
	height:30px;
	float:left;
}

li.header-right-menu002 a{
	height:30px;
}

li.header-right-menu002 a:hover{
	height:30px;
}

.header-right-menu003 {
	margin: 3px;
	padding: 10px 3px 0px 3px;
	height:30px;
	font-size:12px;
	color:#666666;
	float:left;
	display:block;
}

li.header-right-menu003 a{
	width:70px;
	height:30px;
	display:block;
}

li.header-right-menu003 a:hover{
	display:block;
	width:70px;
	height:27px;
}

.header-right-menu004 {
	margin: 3px;
	padding: 3px;
	width:50px;
	height:27px;
	float:left;
	text-indent:-9999px;
	display:block;
}

li.header-right-menu004 a{
	display:block;
	width:50px;
	height:27px;
	background: #FFF url(./images/header_font1_on.png) no-repeat;

}

li.header-right-menu004 a:hover{
	display:block;
	width:50px;
	height:27px;
	background: #FFF url(./images/header_font1_off.png) no-repeat;
}


.header-right-menu005 {
	margin: 3px;
	padding: 3px;
	width:50px;
	height:27px;
	float:left;
	text-indent:-9999px;
	display:block;
}

li.header-right-menu005 a{
	display:block;
	width:50px;
	height:27px;
	background: #FFF url(./images/header_font2_off.png) no-repeat;

}

li.header-right-menu005 a:hover{
	display:block;
	width:50px;
	height:27px;
	background: #FFF url(./images/header_font2_on.png) no-repeat;
}


#header-menu {
	clear:both;
	margin:0px;
	padding: 0px;
}

#header-menu-box {
	border: 1px solid #999999;
	margin: 0px;
	padding: 1px 0px 1px 1px;
	height:39px;
}

#header-menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.header-menu-001 {
	margin: 0px;
	padding: 0px;
	width: 137px;
	height: 39px;
	float: left;
	text-indent: -9999px;
	display: block;
}

li.header-menu-001 a {
	width: 137px;
	height: 39px;
	background: #FFF url(./images/header_menu_1_off.png) no-repeat;
	display: block;
}

li.header-menu-001 a:hover {
	background: #FFF url(./images/header_menu_1_on.png) no-repeat;
	display: block;
}


.header-menu-002 {
	margin: 0px;
	padding: 0px;
	width: 159px;
	height: 39px;
	float: left;
	text-indent: -9999px;
	display: block;
}

li.header-menu-002 a {
	width: 159px;
	height: 39px;
	background: #FFF url(./images/header_menu_2_off.png) no-repeat;
	display: block;
}

li.header-menu-002 a:hover {
	background: #FFF url(./images/header_menu_2_on.png) no-repeat;
	display: block;
}

.header-menu-003 {
	margin: 0px;
	padding: 0px;
	width: 159px;
	height: 39px;
	float: left;
	text-indent: -9999px;
	display: block;
}

li.header-menu-003 a {
	width: 159px;
	height: 39px;
	background: #FFF url(./images/header_menu_3_off.png) no-repeat;
	display: block;
}

li.header-menu-003 a:hover {
	background: #FFF url(./images/header_menu_3_on.png) no-repeat;
	display: block;
}


.header-menu-004 {
	margin: 0px;
	padding: 0px;
	width: 159px;
	height: 39px;
	float: left;
	text-indent: -9999px;
	display: block;
}

li.header-menu-004 a {
	width: 159px;
	height: 39px;
	background: #FFF url(./images/header_menu_4_off.png) no-repeat;
	display: block;
}

li.header-menu-004 a:hover {
	background: #FFF url(./images/header_menu_4_on.png) no-repeat;
	display: block;
}

.header-menu-005 {
	margin: 0px;
	padding: 0px;
	width: 181px;
	height: 39px;
	float: left;
	text-indent: -9999px;
	display: block;
}

li.header-menu-005 a {
	width: 181px;
	height: 39px;
	background: #FFF url(./images/header_menu_5_off.png) no-repeat;
	display: block;
}

li.header-menu-005 a:hover {
	background: #FFF url(./images/header_menu_5_on.png) no-repeat;
	display: block;
}


.imgphoto {
	clear:both;
	border:3px solid #0038B2;
}

#header-name {
    margin-bottom: .25em;
}

#header-description {
    margin-bottom: 0;
}


/* TOP CONTENT */

.top-title1 {
	margin-top:30px;
}

#top-box-1 {
	padding: 5px 10px;
	font-size:14px;
	color:#444444;
	line-height:140%;
}

.top-title2 {
	margin-top:30px;
}

#top-box-2 {
	padding: 5px 10px;
	font-size:14px;
	color:#444444;
	line-height:140%;
}

#top-box-2 ul {
	list-style-image: url(images/top_news_icon.png);
	margin:0px;
	padding: 0px 0px 0px 20px;
}

#top-box-2 li {
	margin:0px;
	padding: 5px 0px 5px 0px;

}


/* TOP季刊アラブ */

#toparab {
	margin:0px 0px 0px 16px;
	padding:10px 3px;
	width:205px;
	border:1px solid #CCCCCC;
}

#toparab img {
	margin-bottom:5px;
	border:1px solid #999999;
}

.toparabimg {
	margin:30px 0px 0px 16px;
}


/* TOP写真ギャラリー */

#topphoto {
	margin:0px 0px 30px 16px;
	padding: 10px 3px;
	width:205px;
	border:1px solid #CCCCCC;
}

#topphoto img {
	margin-bottom:5px;
	border:1px solid #999999;
}

.topphotoimg {
	margin:30px 0px 0px 16px;
}

/* 協会案内 */

#guidemenu {
	margin:20px 0px 0px 0px;
}


#guidemenu-box {
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin: 0px;
	padding: 0px;
	width:211px;
	}

#guidemenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}


.guidemenu-001 {
	margin: 0px;
	padding: 0px;
	width: 211px;
	height: 36px;
	text-indent: -9999px;
	display: block;
}

li.guidemenu-001 a {
	width: 211px;
	height: 36px;
	background: #FFF url(./images/guide/guidemenu_001_off.png) no-repeat;
	display: block;
}

li.guidemenu-001 a:hover {
	background: #FFF url(./images/guide/guidemenu_001_on.png) no-repeat;
	display: block;
}


.guidemenu-002 {
	margin: 0px;
	padding: 0px;
	width: 211px;
	height: 36px;
	text-indent: -9999px;
}

li.guidemenu-002 a {
	width: 211px;
	height: 36px;
	background: #FFF url(./images/guide/guidemenu_002_off.png) no-repeat;
	display: block;
}

li.guidemenu-002 a:hover {
	background: #FFF url(./images/guide/guidemenu_002_on.png) no-repeat;
	display: block;
}


.guidemenu-003 {
	margin: 0px;
	padding: 0px;
	width: 211px;
	height: 36px;
	text-indent: -9999px;
}

li.guidemenu-003 a {
	width: 211px;
	height: 36px;
	background: #FFF url(./images/guide/guidemenu_003_off.png) no-repeat;
	display: block;
}

li.guidemenu-003 a:hover {
	background: #FFF url(./images/guide/guidemenu_003_on.png) no-repeat;
	display: block;
}

.guidemenu-004 {
	margin: 0px;
	padding: 0px;
	width: 211px;
	height: 36px;
	text-indent: -9999px;
}

li.guidemenu-004 a {
	width: 211px;
	height: 36px;
	background: #FFF url(./images/guide/guidemenu_004_off.png) no-repeat;
	display: block;
}

li.guidemenu-004 a:hover {
	background: #FFF url(./images/guide/guidemenu_004_on.png) no-repeat;
	display: block;
}


/* その他コンテンツメニュー */

#etcmenu {
	margin:20px 0px 0px 0px;
}


#etcmenu-box {
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin: 0px;
	padding: 0px;
	width:211px;
	}

#etcmenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}


.etcmenu-001 {
	margin: 0px;
	padding: 0px;
	width: 211px;
	height: 36px;
	text-indent: -9999px;
	display: block;
}

li.etcmenu-001 a {
	width: 211px;
	height: 36px;
	background: #FFF url(./images/etc/etcmenu_001_off.png) no-repeat;
	display: block;
}

li.etcmenu-001 a:hover {
	background: #FFF url(./images/etc/etcmenu_001_on.png) no-repeat;
	display: block;
}


.etcmenu-002 {
	margin: 0px;
	padding: 0px;
	width: 211px;
	height: 36px;
	text-indent: -9999px;
}

li.etcmenu-002 a {
	width: 211px;
	height: 36px;
	background: #FFF url(./images/etc/etcmenu_002_off.png) no-repeat;
	display: block;
}

li.etcmenu-002 a:hover {
	background: #FFF url(./images/etc/etcmenu_002_on.png) no-repeat;
	display: block;
}


/* ニュース＆トピックコンテンツメニュー */

#newsmenu {
	margin:20px 0px 0px 0px;
}


#newsmenu-box {
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin: 0px;
	padding: 0px;
	width:211px;
	}

#newsmenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}


.newsmenu-001 {
	margin: 0px;
	padding: 0px;
	width: 211px;
	height: 36px;
	text-indent: -9999px;
	display: block;
}

li.newsmenu-001 a {
	width: 211px;
	height: 36px;
	background: #FFF url(./images/news/newsmenu_001_off.png) no-repeat;
	display: block;
}

li.newsmenu-001 a:hover {
	background: #FFF url(./images/news/newsmenu_001_on.png) no-repeat;
	display: block;
}


.newsmenu-002 {
	margin: 0px;
	padding: 0px;
	width: 211px;
	height: 36px;
	text-indent: -9999px;
}

li.newsmenu-002 a {
	width: 211px;
	height: 36px;
	background: #FFF url(./images/news/newsmenu_002_off.png) no-repeat;
	display: block;
}

li.newsmenu-002 a:hover {
	background: #FFF url(./images/news/newsmenu_002_on.png) no-repeat;
	display: block;
}


.newsmenu-003 {
	margin: 0px;
	padding: 0px;
	width: 211px;
	height: 36px;
	text-indent: -9999px;
}

li.newsmenu-003 a {
	width: 211px;
	height: 36px;
	background: #FFF url(./images/news/newsmenu_003_off.png) no-repeat;
	display: block;
}

li.newsmenu-003 a:hover {
	background: #FFF url(./images/news/newsmenu_003_on.png) no-repeat;
	display: block;
}


/* 季刊アラブ */

#arabmenu {
	margin:20px 0px 0px 0px;
}


#arabmenu-box {
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin: 0px;
	padding: 0px;
	width:211px;
	}

#arabmenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}


.arabmenu-001 {
	margin: 0px;
	padding: 0px;
	width: 211px;
	height: 36px;
	text-indent: -9999px;
	display: block;
}

li.arabmenu-001 a {
	width: 211px;
	height: 36px;
	background: #FFF url(./images/arab/arabmenu_001_off.png) no-repeat;
	display: block;
}

li.arabmenu-001 a:hover {
	background: #FFF url(./images/arab/arabmenu_001_on.png) no-repeat;
	display: block;
}


.arabmenu-002 {
	margin: 0px;
	padding: 0px;
	width: 211px;
	height: 36px;
	text-indent: -9999px;
}

li.arabmenu-002 a {
	width: 211px;
	height: 36px;
	background: #FFF url(./images/arab/arabmenu_002_off.png) no-repeat;
	display: block;
}

li.arabmenu-002 a:hover {
	background: #FFF url(./images/arab/arabmenu_002_on.png) no-repeat;
	display: block;
}


.arabmenu-003 {
	margin: 0px;
	padding: 0px;
	width: 211px;
	height: 36px;
	text-indent: -9999px;
}

li.arabmenu-003 a {
	width: 211px;
	height: 36px;
	background: #FFF url(./images/arab/arabmenu_003_off.png) no-repeat;
	display: block;
}

li.arabmenu-003 a:hover {
	background: #FFF url(./images/arab/arabmenu_003_on.png) no-repeat;
	display: block;
}


.arabmenu-004 {
	margin: 0px;
	padding: 0px;
	width: 211px;
	height: 36px;
	text-indent: -9999px;
}

li.arabmenu-004 a {
	width: 211px;
	height: 36px;
	background: #FFF url(./images/arab/arabmenu_004_off.png) no-repeat;
	display: block;
}

li.arabmenu-004 a:hover {
	background: #FFF url(./images/arab/arabmenu_004_on.png) no-repeat;
	display: block;
}



/*  会員専用ページメニュー */

#spmenu {
	margin:20px 0px 0px 0px;
}


#spmenu-box {
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin: 0px;
	padding: 0px;
	width:211px;
	}

#spmenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}


.spmenu-001 {
	margin: 0px;
	padding: 0px;
	width: 211px;
	height: 36px;
	text-indent: -9999px;
	display: block;
}

li.spmenu-001 a {
	width: 211px;
	height: 36px;
	background: #FFF url(./images/sp/spmenu_001_off.png) no-repeat;
	display: block;
}

li.spmenu-001 a:hover {
	background: #FFF url(./images/sp/spmenu_001_on.png) no-repeat;
	display: block;
}


.spmenu-002 {
	margin: 0px;
	padding: 0px;
	width: 211px;
	height: 36px;
	text-indent: -9999px;
}

li.spmenu-002 a {
	width: 211px;
	height: 36px;
	background: #FFF url(./images/sp/spmenu_002_off.png) no-repeat;
	display: block;
}

li.spmenu-002 a:hover {
	background: #FFF url(./images/sp/spmenu_002_on.png) no-repeat;
	display: block;
}


.spmenu-003 {
	margin: 0px;
	padding: 0px;
	width: 211px;
	height: 36px;
	text-indent: -9999px;
}

li.spmenu-003 a {
	width: 211px;
	height: 36px;
	background: #FFF url(./images/sp/spmenu_003_off.png) no-repeat;
	display: block;
}

li.spmenu-003 a:hover {
	background: #FFF url(./images/sp/spmenu_003_on.png) no-repeat;
	display: block;
}

.spmenu-004 {
	margin: 0px;
	padding: 0px;
	width: 211px;
	height: 36px;
	text-indent: -9999px;
}

li.spmenu-004 a {
	width: 211px;
	height: 36px;
	background: #FFF url(./images/sp/spmenu_004_off.png) no-repeat;
	display: block;
}

li.spmenu-004 a:hover {
	background: #FFF url(./images/sp/spmenu_004_on.png) no-repeat;
	display: block;
}


.spmenu-005 {
	margin: 0px;
	padding: 0px;
	width: 211px;
	height: 36px;
	text-indent: -9999px;
}

li.spmenu-005 a {
	width: 211px;
	height: 36px;
	background: #FFF url(./images/sp/spmenu_005_off.png) no-repeat;
	display: block;
}

li.spmenu-005 a:hover {
	background: #FFF url(./images/sp/spmenu_005_on.png) no-repeat;
	display: block;
}


/* パンくずリスト */

#pankuzu {
	padding:13px 0px 0px 5px;
	font-size:13px;
	color:#666666;
}


/* 会長ご挨拶 */

.asset-body{
	padding:0px 15px 0px 0px;
	font-size:14px;
	color:#333333;
	line-height:140%;
}

#entry-news {
	margin:20px 0px 0px 0px;
	padding:0px 5px 10px 0px;
	background: #FFF url(./images/news/news000_title.png) no-repeat;
	line-height:140%;
	font-size:20px;
	color:#333333;
	width:560px;
	height:60px;
}

#entry-news001 {
	margin:20px 0px 0px 0px;
	padding:0px 5px 10px 0px;
	background: #FFF url(./images/news/news001_title.png) no-repeat;
	line-height:140%;
	font-size:20px;
	color:#333333;
	width:560px;
	height:60px;
}

#entry-news002 {
	margin:20px 0px 0px 0px;
	padding:0px 5px 10px 0px;
	background: #FFF url(./images/news/news002_title.png) no-repeat;
	line-height:140%;
	font-size:20px;
	color:#333333;
	width:560px;
	height:60px;
}

#entry-news003 {
	margin:20px 0px 0px 0px;
	padding:0px 5px 10px 0px;
	background: #FFF url(./images/news/news003_title.png) no-repeat;
	line-height:140%;
	font-size:20px;
	color:#333333;
	width:560px;
	height:60px;
}

#entry-arab {
	margin:20px 0px 0px 0px;
	padding:0px 5px 10px 0px;
	background: #FFF url(./images/arab/arab001_title.png) no-repeat;
	line-height:140%;
	font-size:20px;
	color:#333333;
	width:560px;
	height:60px;
}

#entry-arab002 {
	margin:20px 0px 0px 0px;
	padding:0px 5px 10px 0px;
	background: #FFF url(./images/arab/arab002_title.png) no-repeat;
	line-height:140%;
	font-size:20px;
	color:#333333;
	width:560px;
	height:60px;
}

#entry-arab003 {
	margin:20px 0px 0px 0px;
	padding:0px 5px 10px 0px;
	background: #FFF url(./images/arab/arab003_title.png) no-repeat;
	line-height:140%;
	font-size:20px;
	color:#333333;
	width:560px;
	height:60px;
}

#entry-arab004 {
	margin:20px 0px 0px 0px;
	padding:0px 5px 10px 0px;
	background: #FFF url(./images/arab/arab004_title.png) no-repeat;
	line-height:140%;
	font-size:20px;
	color:#333333;
	width:560px;
	height:60px;
}



#entry-sp {
	margin:20px 0px 0px 0px;
	padding:0px 5px 10px 0px;
	background: #FFF url(./images/sp/sp001_title.png) no-repeat;
	line-height:140%;
	font-size:20px;
	color:#333333;
	width:560px;
	height:60px;
}

#entry-sp002 {
	margin:20px 0px 0px 0px;
	padding:0px 5px 10px 0px;
	background: #FFF url(./images/sp/sp002_title.png) no-repeat;
	line-height:140%;
	font-size:20px;
	color:#333333;
	width:560px;
	height:60px;
}

#entry-sp003 {
	margin:20px 0px 0px 0px;
	padding:0px 5px 10px 0px;
	background: #FFF url(./images/sp/sp003_title.png) no-repeat;
	line-height:140%;
	font-size:20px;
	color:#333333;
	width:560px;
	height:60px;
}

#entry-sp004 {
	margin:20px 0px 0px 0px;
	padding:0px 5px 10px 0px;
	background: #FFF url(./images/sp/sp004_title.png) no-repeat;
	line-height:140%;
	font-size:20px;
	color:#333333;
	width:560px;
	height:60px;
}





#news-title {
	width:544px;
	margin:0px;
	padding:13px 7px 10px 7px;
	border:1px solid #CCCCCC;
	background: #F0F0F0;
	font-size:18px;
}

#news-title a {
	font-weight:bold;
	width:534px;

}

#news-body {
	width:544px;
	margin:0px;
	padding:10px 7px;
	border:1px solid #CCCCCC;
}

#news-body-a {
	width:544px;
	height:1px;
	margin:0px;
	padding:0px 7px;
	background:#CCCCCC;
	border:1px solid #CCCCCC;
}

#news-title-2 {
	width:527px;
	margin:0px;
	padding:13px 7px 10px 7px;
	border:1px solid #CCCCCC;
	background: #F0F0F0;
	font-size:18px;
}

#news-body-2 {
	width:527px;
	margin:0px;
	padding:10px 7px;
	border:1px solid #CCCCCC;
}

#entry-news p {
	padding:12px 5px 0px 45px;
	font-weight:bold;
}


#entry-4 {
	margin:20px 0px 0px 0px;
	padding:70px 5px 10px 5px;
	background: #FFF url(./images/guide/guide001_title.png) no-repeat;
	line-height:140%;
	font-size:14px;
	color:#333333;
}


#entry-10 {
	margin:20px 0px 0px 0px;
	padding:70px 5px 10px 5px;
	background: #FFF url(./images/guide/guide003_title.png) no-repeat;
	line-height:140%;
	font-size:14px;
	color:#333333;
}

#entry-11 {
	margin:20px 0px 0px 0px;
	padding:70px 5px 10px 5px;
	background: #FFF url(./images/guide/guide004_title.png) no-repeat;
	line-height:140%;
	font-size:14px;
	color:#333333;
}

#entry-11 table{
	width: 550px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;

}

#entry-11 tr {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #FFFFFF;
    line-height: 120%;
    text-align: left;
}

#entry-11 td {
    padding: 15px 5px 15px 10px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
    color:#666666;
}

.td1 {
    padding: 15px 5px 15px 10px;
    font-size:16px;
    width:135px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: left;
}


#entry-12 {
	margin:20px 0px 0px 0px;
	padding:70px 5px 10px 5px;
	background: #FFF url(./images/guide/guide002_title.png) no-repeat;
	line-height:140%;
	font-size:14px;
	color:#333333;
}

#entry-12 table{
	width: 550px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;

}

#entry-12 tr {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #FFFFFF;
    line-height: 120%;
    text-align: left;
}

#entry-12 td {
    padding: 15px 5px 15px 10px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
    color:#666666;
}


#entry-14 {
	margin:20px 0px 0px 0px;
	padding:70px 5px 10px 5px;
	background: #FFF url(./images/etc/etc001_title.png) no-repeat;
	line-height:140%;
	font-size:14px;
	color:#333333;
}

#entry-14 table{
	width: 550px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;

}

#entry-14 tr {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #FFFFFF;
    line-height: 120%;
    text-align: left;
}

#entry-14 td {
    padding: 15px 5px 15px 10px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
    color:#666666;
}


#entry-17 {
	margin:20px 0px 0px 0px;
	padding:70px 5px 10px 5px;
	background: #FFF url(./images/etc/etc002_title.png) no-repeat;
	line-height:140%;
	font-size:14px;
	color:#333333;
}



/* Footer */

#footer {
	margin:10px 0px;
	padding: 10px 0px;
	text-align:center;
	font-size:12px;
	color:#666666;
	background-image:url(./images/dot_bg.png);
	background-repeat:repeat-x;
    clear: both;
}

/* Assets */

.asset-body,
.asset-more,
.asset-more-link,
.asset-excerpt,
.comment-content,
.comment-footer,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content {
    clear: both;
}

.asset,
.comments,
.trackbacks,
.archive {
    overflow: hidden;
    width: 100%;
}

.asset,
.asset-content,
.comments,
.trackbacks,
.archive {
    position: static;
    clear: both;
}

.asset,
.comments,
.comments-content,
.trackbacks,
.archive,
.search-form {
    margin-bottom: 1.5em;
}

.asset-header,
.asset-content,
.asset-body,
.comments-header,
.comment-content,
.comment-footer,
.comments-open-header,
.comments-open-content,
#comments-open-footer,
.comments-closed,
#comment-form-external-auth,
#comment-greeting,
.comments-open-moderated,
#comment-form-name,
#comment-form-email,
#comment-form-url,
#comment-form-remember-me,
#comment-form-reply,
#comments-open-text,
.trackbacks-header,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content,
.search-form-header,
.search-results-header {
    margin-bottom: .75em;
}

#comment-form-remember-me label,
#comment-form-reply label {
    display: inline;
}

.entry-categories,
.entry-tags {
    margin-bottom: .5em;
}

.asset-name {
    margin-bottom: .25em;
}

.asset-footer,
.asset-meta {
    font-size: 11px;
}

.asset-meta {
    margin-top: .25em;
    padding-top: 2px;
    padding-bottom: .3em;
    font-weight: normal;
}

.asset-footer {
    clear: both;
    margin:0px 0px 0px 0px;
    padding:0px;
}

.content-nav {
    text-align: center;
}

.entry-tags h4,
.entry-categories h4 {
    margin-bottom: 0;
    margin-right: .25em;
    display: inline;
    font-weight: bold;
}

.entry-tags ul,
.entry-categories ul {
    display: inline;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.entry-tags ul li,
.entry-categories ul li {
    display: inline;
}

.mt-image-left {
    float: left;
    margin: 0 20px 20px 0;
}

.mt-image-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}

.mt-image-right {
    float: right;
    margin: 0 0 20px 20px;
}


/* User pics */


.user-pic {
    float: left;
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 0 10px 0 0;
}

.auth-icon {
    position: absolute;
    bottom: 0;
    left: 0;
}


/* Feedback */

.comments-open label {
    display: block;
}

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 80%;
}

#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}

#comment-submit {
    font-weight: bold;
}

.comment,
.trackback {
    margin-bottom: .5em;
    border-bottom: 1px solid #ccc;
    padding-bottom: .5em;
}

.comment .asset-meta,
.trackback .asset-meta {
    border: 0;
}

.comment-content {
    clear: none;
    line-height: 1.5;
    margin-bottom: 1em;
}

.comment-content p {
    margin-bottom: .5em;
}

/* Widgets */

.widget {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.widget-content {
    position: relative;
    margin: 5px 0 20px;
}

.archive-content ul,
.widget-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget-content ul ul {
    margin-left: 15px;
}

.widget-content li {
    margin-top: 5px;
    margin-bottom: 5px;
}

.widget-tag-cloud .widget-content ul {
    margin-right: 0;
    margin-left: 0;
}

.widget-tag-cloud .widget-content li {
    display: inline;
    margin: 0 5px 0 0;
    padding: 0;
    line-height: 1.2;
    background: none;
}

.widget-tag-cloud .rank-1  { font-size: 1.75em; }
.widget-tag-cloud .rank-2  { font-size: 1.75em; }
.widget-tag-cloud .rank-3  { font-size: 1.625em; }
.widget-tag-cloud .rank-4  { font-size: 1.5em; }
.widget-tag-cloud .rank-5  { font-size: 1.375em; }
.widget-tag-cloud .rank-6  { font-size: 1.25em; }
.widget-tag-cloud .rank-7  { font-size: 1.125em; }
.widget-tag-cloud .rank-8  { font-size: 1em; }
.widget-tag-cloud .rank-9  { font-size: 0.95em; }
.widget-tag-cloud .rank-10 { font-size: 0.9em; }

#footer .widget-content {
    margin-top: 0;
    margin-bottom: 0;
}

.widget-recent-assets .widget-content ul {
    overflow: auto;
    margin-right: 0;
}

.item {
    display: inline;
    float: left;
    margin: 0pt 5px 8px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 70px;
}

.widget-search ul,
.widget-syndication ul {
    margin-left: 0;
    list-style: none;
}

.widget-search li,
.widget-syndication li  {
    margin: 5px 0;
}

.widget-openid {
    width: 160px;
    margin: 10px auto;
    border: none !important;
}
.widget-openid .widget-content {
    border: 1px solid #ccc;
    background: #fff url(../images/openid-accepted.gif) no-repeat 7px 3px;
    font-size: 12px;
    font-family: Arial, Verdana, sans-serif;
    color: #666;
    margin: 0;
    padding: 0 !important;
}
.widget-openid .widget-content em {
    display: block;
    font-style: normal;
    padding: 34px 9px 9px 68px;
}
.widget-openid .widget-content strong {
    left: -9999px;
    position: absolute;
}
.widget-openid .widget-content a {
    display: block;
    background: #eee;
    text-align: center;
    padding: 5px 3px;
    color: #666;
    text-decoration: underline;
    font-weight: normal;
}

.input-default {
    background-color: #9AAEC2;
}

.status-indicator {
    display: inline;
    height: 20px;
    width: 20px;
    background: url(../images/indicator-login.gif) no-repeat 0 0;
    padding: 2px 7px;
}



@media print {
    * {
        position: static ! important;
        overflow: visible ! important;
    }
}
