@charset "shift_jis";

/*======================================

  バングラデシュ語ＤＴＰ制作.com CSS Document
  http://www.dtpya.com/rusindex.html
  2010.08.02 Junko Matsuoka
  
  ------------------------------------
  1-1.Universal selector
  1-2.Structure Module
  1-3.Text Module
  1-4.Hypertext Module
  1-5.List Module
  1-6.Forms Module
  1-7.Image Module
  1-8.Tables Module
  ------------------------------------
======================================*/


/*======================================
	1-1.Universal selector
=======================================*/

* {
	margin: 0;
	padding: 0;
	line-height: 1.7;
	color: #4f4f4f;
	font-weight: normal;
	font-style: normal;
}

/*======================================
	1-2.Structure Module
=======================================*/

body {
	margin: 0;
	padding: 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
}

/*======================================
	1-3.Text Module
=======================================*/

p{
	margin: 0;
}

h1,
h2,
h3,
h4{
	font-size: 116%;
	margin: 0;
}

address{
	width: auto;
	float: right;
	font-size: 85%;
	margin: 0;
}

strong{
	color: #000;
}

/* add display:inline to floated elements */
* html address {display:inline;}



/*======================================
	1-4.Hypertext Module
=======================================*/

a{
	noFocusLine:expression(this.onFocus=this.blur());
	color: #043f75;
	text-decoration: none;
	outline: medium none;
}
:focus {-moz-outline-style: none}
:link, :visited {
	color: #043f75;
	outline: none;
	text-decoration: none; 
}
:link:focus, :visited:focus {
	overflow:hidden;
	color: #0057a9;
}

:link {
	color: #043f75;
}

:visited {
	color: #043f75;
}

:link:hover, :visited:hover {
	text-decoration: none; 
	color: #0057a9;
}



/*======================================
	1-5.List Module
=======================================*/

ul,
ol,
dl,
li,
dt,
dd{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}

/*======================================
	1-6.Forms Module
=======================================*/

form, 
button{
	border:0;
	margin:0;
	padding:0;
}

input {
	font-size: 85%;
	margin:0;
	padding:0;
}


/*======================================
	1-7.Image Module
=======================================*/

img {
	border : 0;
	margin: 0;
	padding: 0;
}


/*--------------------------------------
	1-8.Tables Module
---------------------------------------*/

table {
	font-size: inherit;
}

th,
td {
	padding: 0;
}

th {
}

td {
}


hr {
height: 1px;
}