@charset "utf-8";

/* reset styles: http://developer.yahoo.com/yui/reset/
---------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* custome styles
-------------------------------------*/

body {
  margin: 15px 0;
  padding: 0;
  text-align: center;
  font-size: 14px;
  color: #000;
  font-family:Verdana, arial, sans-serif, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka";
  background:transparent url(/images/background-blur.gif) repeat-y 50% 50%;
}

p { 
	line-height: 150%; 
	margin-bottom: 7px;
}
a { text-decoration: none; }
input, select, textarea {
	font-family:Verdana, arial, sans-serif, "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka";
	margin: 0px; 
	padding: 4px; 
	font-size:12px;
}

.contents_block {
	margin-bottom: 15px;
}

h2 {
  font-size: 16px;
  padding: 0 0 8px 0;
  margin-bottom: 10px;
  font-weight: bold;
  background: transparent url('/images/bg_h2.gif') no-repeat 0 0;
}

h3 {
  font-size: 14px;
  padding: 0 0 4px 0;
  margin: 5px 0 10px 0;
  font-weight: bold;
  border-bottom: 2px dotted #ccc;
}

.pic {
	padding:2px;
	border:1px solid #ccc;
}

.cases_pic {
	float:left;
	padding-right:10px;
}

.cases_desc {
	float:left;
	width:380px;
}

#container {
  width: 725px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}

#header {
  text-align: center;
  margin-bottom: 15px;
}

#menu {
  float: left;
  margin: 0;
  padding: 0 10px 0 0;
  width: 200px;
}

#menu ul {
}

#menu li {
	line-height: 130%;
}

#contents ul {
	list-style:disc;
	padding: 0 0 0 20px;
	margin: 0 0 15px 0;
}

#contents li {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 150%;
}

#contents {
	float: right;
	width: 510px;
	margin: 0;
	padding: 0;
}

#footer {
  width: 725px;
  margin: 0 auto 20px auto;
  padding: 10px 0;
  text-align: center;
  font-size: 10px;
  color: #ccc;
	clear: both;
}


/* CLEAR HACKS (thanks to Yasuhisa.H)
-----------------------------*/

.clear:after{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear { display: inline-table; }
/* *Hides from IE-mac \*/
* html .clear { height: 1%; }
.clear { display: block; }
/* *End hide from IE-mac */

