<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
<pre>/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
html, body, div{
  padding:0px;
  border:0px;
}
img{
  vertical-align: top;
  font-size:0;
  line-height: 0;
  border:0;
}
img a{
  border:0;
}
img.full{
  width:100%;
}
/*----------------------------------------------------
	ナビ
----------------------------------------------------*/

#nav{
  background:transparent url) ;
  padding:10px 0px 0px 0px;
}
#nav a{
  }
#nav img{
  width:20%;
  float:left;
  margin-bottom:10px;
}
#nav,
#nav ul{
  clear:both;
  overflow:auto;
}
#container{
  line-height:20px;
}
#container p{
  padding:0px 5px 0px 5px;
  margin:0px;
  background:#fff;
}
.menu_title{
  color: #ffffff ;
  background: #3ba380;
  line-height:22px;
  font-weight:bold;
  padding:10px;
  border-radius: 5px;
  margin:10px 10px 0px 10px;
  text-align:center;
  font-size:140%;
}
.profile_box{
  border:2px solid #ffffff;
  padding:20px;
  margin:10px;
}
.profile_box img{
  margin:0px 20px 20px 0px;
  border:1px solid #ffffff;
}
.profile_box .name{
  border-bottom:2px dotted #ffffff;
  border-left:5px solid #ffffff;
  padding:5px 0px 5px 10px;
  color#ffffff;
  font-weight:bold;
}
</pre>
</body>
</html>