@charset "Shift_Jis";
/* uzbekistan page css ２段組(右menu、左本文）+(hedder+fotter) */
/* ver.uz-1.0 by iio.a */
/* ref.スタイルシートスタイルブック 0407*/

body{
    margin:0px;
	background-color:#fff;
	/*background-image:url(index_background_01.gif);*/
	/*background-color:#FFFFFF;*/
	color:#000; 													/*font color*/
	font-family:Verdana,Chicago,osaka,"ＭＳ Ｐゴシック",sans-serif;
	font-size:84%;
	line-height:150%;
	text-align:center;	
}

/* ページレイアウト（全体＝コンテンツ）の設定*/
#layout{
	width:728px;
	margin:0px auto;
	padding:0px;
	text-align:left;
	background-color:/*#e1e1c4*/;
	}

/* p要素の設定 */
p,td,table{
	margin:3px 5px 5px 25px;
	font-size:100%;
	line-height:150%;
	}   

#header{
    width:728px;
    height:100px;
    background-color:;
	text-align:left;
}

/* 右側の設定　メニュー　*/
#right{
	float:right; 					/*回り込み設定*/
    width:165px;
	padding:0px 20px 0px -10px;
    background-color:/*#e1e1c4*/;　　/* 背景　*/
	/*border-left: 1px solid #999;    /* 左境界線設定 */
	/*border-bottom: 1px solid #999; */
	list-style:none;
	line-height:150%;
	text-align:left;
}

.p{margin:3px 5px 5px 10px;}   

/* メイン（本文スペース）左側の設定*/
#main{
	float:left;
	margin:0px 10px 0px 0px ;
	width:515px;
	border: dotted 1px #999 ;
	line-height:150%;
	text-align:justify;
    }
.photo{
overflow:hidden;
width:85%;
margin-top:5px;
}

/* フッターの設定*/
#footer{
    width:728px;
	margin:0px 0px 15px 0px;
	padding:0px;
    height:auto;
    /*border-top: solid 1px #999 ;*/
	text-align:	left;
    clear:both;
	}

/***** メニュー部分の設定 ******/
ul#menu{                    /* メニュー01 */
   margin:0 0 -10px;        /* マージン */
   padding:3px;             /* パディング */
   color:#bbb;              /* 文字色 */
   background-color:#eee;   /* 背景色 */
   text-align:left;        /* 文字を左寄せ */
   }

#menu li{                         /* メニュー02 */
   margin:0 0 0 10px;             /* マージン */
   padding:0 8px 0 0;             /* パディング */
   border-right:solid 1px #999;   /* 左罫線 */
   list-style:none;               /* リストスタイル */
   display:inline;                /* インライン */
   }


/***** リンクの設定 ******/
a:link   {color:#333;}                   /* リンク色 */
a:visited{color:#808080;}                   /* 既読リンク色 */
a:active{color:#cc0000;}
a:hover  {color:#cc0000;                    /* カーソルがリンクの上に来た時の色 */
          text-decoration:underline;}    /* カーソルがリンクの上に来た時下線を出す */
a{text-decoration: none;}                /* リンクの下線を消す */

/***** h要素の設定 ******/

h1 {
	margin:10px 5px 10px 10px;              	/* 右　上　下　左　マージン */
	padding:0px 0px 0px 10px;               /* パディング */
	list-style-image:url(/uz_sidebar02.jpg);
	border-width : 0px 0px 0px 10px; 		/* 四角の設定*/
	border-style : solid ; 					/*四角及びアンダーラインのスタイル*/
	border-color : #990000;					/*カラー設定*/
	font-family:/*times new roman */; 
	font-size:200%;                 		/* 文字サイズ */
	font-weight:lighter; 					/* 文字を細くする */
	text-align:left;        				/* 文字を左寄せ */
	}

H2{
	margin:10px 5px 10px 10px; 
	padding:0px 0px 0px 4px;
	border-width : 0px 0px 0px 8px;
	border-style : solid ;
	border-color : #990000;
	font-size:140%;                 /* 文字サイズ */
}

H3{
	margin:10px 5px 10px 10px; 
	padding:0px 0px 0px 4px;
    border-width : 0px 0px 1px 6px;
    border-style : solid ;
  	border-color : #990000;
  	padding-left : 7px;
  	margin-right : 5%;
  	font-size:100%;                 /* 文字サイズ */
}

h4{                                /* h2要素 */
   margin:30px 0 6px;              /* マージン */
   padding:0 0 6px;                /* パディング */
   font-size:100%;                 /* 文字サイズ */
   border-bottom:solid 1px #cc0;   /* 下罫線 */
   }
h5{
	color:#666;
	margin:0px 0px 0px 20px;
	padding:0 0 6px;
	font-size:100%;
	font-weight:lighter;
	text-align:left;
	line-height:100%;
	}
H6{
	margin:5px 5px 7px 5px; 
	padding:0px 0px 0px 4px;
	border-width : 0px 0px 1px 5px;
	border-style :solid solid dotted solid;
	border-color : #ff3300 /*990000 /*#cc0 *#990000*/;
	font-size:110%;                 /* 文字サイズ */
	line-height:1.1em; 
	font-weight:; 
	text-align: left;
	layout-grid-line:;
}
