* {
margin:0;
padding:0;
}

body {
color:#000000;
line-height:1.5;
font-size:12px;
font-style:normal;
font-weight:normal;
background-color:#ffffff;
font-family:'ＭＳ Ｐゴシック', Osaka, 'ヒラギノ角ゴ Pro W3', sans-serif;
font-style:normal;
letter-spacing:1.7px;
}

/* Except IE */
html>body {
font-size: 10pt;
}

ul {
list-style-type:none;
}

dl {
list-style-type:none;
}

ol {
list-style-type:none;
}

img,object {
border:0;
margin:0;
vertical-align:bottom;
}

a:link {
color:#000000;
text-decoration:none;
}

a:visited {
color:#000000;
text-decoration:none;
}

a:hover {
color:#ffff00;
text-decoration:none;
}

a:active {
color:#000000;
text-decoration:none;
}

.clear {
clear:both;
}

h1 {
font-size:140%;
font-weight:normal;
margin-bottom:20px;
}

h2 {
font-size:120%;
font-weight:normal;
}

h3 {
font-size:100%;
font-weight:normal;
}

.mb15 {
margin-bottom:15px;
}

.smaller {
font-size:smaller;
padding-top:10px;
}

/*** 大外枠 ***/
#wrapper {
width: 400px;
margin: 0 auto;
}

/*** ヘッダー ***/
div#header {
width: 400px;
margin-top:20px;
padding-bottom:5px;
border-bottom:#000000 1px dotted;
}

div#header ul li {
font-size:80%;
display:inline;
margin-right:0.5em;
padding-left:0.5em;
border-left:1px solid #000000;
}

div#header ul li.left {
padding-left:0;
border-left:0;
}

/*** コンテンツ ***/
div#contents {
width: 400px;
margin:20px 0;
}

/*** プロフィール ***/
div#prof ul li {
list-style-type:disc;
margin-left:18px;
font-size:smaller;
}

/*** 写真 ***/
div#phot ul li {
margin:0;
}

div#phot ul li P {
font-size:8px;
padding-top:5px;
}

/*** twitter ***/
div#twit {
font-size:smaller;
}

/*** メールフォーム ***/
#EmailForm {
	width: 360px;
	text-align: left;
	padding-bottom: 20px;
	border: none;
}
#EmailForm.full { width: 100%; }


#EmailForm fieldset {
    border: none;
}

#EmailForm legend {
	display: none;
}
#EmailForm h3 {
	clear: both;
	padding: 15px 0 5px;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-weight: bold;
}

#EmailForm label,
#EmailForm p {
	display: block;
	clear: both;
	width: 310px;
	font-size: 1em;
	line-height: 1.5em;
	padding: 0 0 9px;
}

#EmailForm input {
	display: block;
	margin-top: 3px;
}

#EmailForm select {
	float: left;
	display: block;
}

#EmailForm label.first,
#EmailForm label.city {
    clear: left;
    margin-right: 10px;
    width: 150px;
}

#EmailForm label.second,
#EmailForm label.state {
	float: left;
	clear: none;
	margin: 0 10px 0 0;
	width: 150px;
}
#EmailForm label.state { width: 60px; }

#EmailForm label.first input,
#EmailForm label.city input,
#EmailForm label.second input {
	float: left;
	width: 150px;
	padding: 0;
}

#EmailForm label.state select {
	width: 60px;
	float: left;
	margin-top: 3px;
}

#EmailForm label.zip,
#EmailForm label.zip input {
	float: left;
	width: 80px;
}
#EmailForm label.zip { clear: none; }

#EmailForm label {
	float: left;
	clear: left;
	width: 310px;
	margin: 0;
	line-height: 1.5em;
}

#EmailForm label input {
	float: left;
	width: 310px;
	padding: 0;
}

#EmailForm input.radio,
#EmailForm input#radiobutton_1,
#EmailForm input#radiobutton_2,
#EmailForm input#radiobutton_3,
#EmailForm input#radiobutton_4 {
	clear: left;
	float: left;
	padding: 0;
	margin: 0;
}

#EmailForm label.radio,
#EmailForm label.radioitem {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}

#EmailForm input.checkbox,
#EmailForm input#checkbox_1,
#EmailForm input#checkbox_2,
#EmailForm input#checkbox_3,
#EmailForm input#checkbox_4 {
	clear: both;
	float: left;
	padding: 0;
	margin: 0;
}

#EmailForm label.checkbox {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}
/* style the #EmailForm elements to look similar across browsers ... emulates Safari */
#EmailForm label input,
#EmailForm textarea {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    padding: 0 2px;
    height: 18px;
    line-height: 20px;
    background: #fff url(images/input-bg.gif) repeat-x top left;
}
#EmailForm input.checkbox,
#EmailForm select {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background-color: #fff;    
}
#EmailForm textarea {
	margin-top: 3px;
	width: 383px;
	height: auto;
	display: block;
}

#EmailForm label input.calc {
    text-align: right;
    width: 100px;
    clear: left;
    padding: 0;
}
#EmailForm input.button {
    clear: left;
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
	background-color: #EBE9ED;
}

#EmailForm label input {
	position: inherit;
	left: auto;
}


/*** フッター ***/
div#footer {
width: 400px;
margin-bottom:20px;
}

div#footer address {
font-size:80%;
color:#000000;
font-style:normal;
}