#container{
width:auto;
}

#close{
position:fixed;
right:50px;
top:100px;
cursor:pointer;
}
#left{
position:fixed;
right:50px;
top:20px;
cursor:pointer;
}
#right{
position:fixed;
right:100px;
top:20px;
cursor:pointer;
}
.article img{
background:#fff; 
margin:10px 0!important;
padding:7px!important;
display:inline-block;
border:1px solid #d9c4b0 !important;
}


.article .youtube img{
background:url("http://andante.in/blog/wp-content/uploads/2010/12/youtube.png") right bottom no-repeat transparent;
padding:7px 65px 7px 7px!important;
border:solid 1px #eeeeee!important;
}
.ttl{
padding-left:50px;
}
.mml{
padding:30px 50px;
background:url("/blog/wp-content/themes/sample/backgroundsky.gif");
}
/*
background:url("/blog/wp-content/themes/sample/bg.jpg") center fixed !important;*/
body{
color:#666 !important;
}

.article a img{
opacity:1;
filter:alpha(opacity=100);
-ms-filter: "alpha( opacity=100 )";
}
.article a:hover img{
opacity:0.9;
filter:alpha(opacity=90);
-ms-filter: "alpha( opacity=90 )";
border:1px solid pink !important;
}
a{
color:#666;
text-decoration:none;
outline:none;
}

.mml p a{
text-decoration:underline;
outline:none;
}
.mml p a:hover{
text-decoration:none;
}
h1 a{
font-family:'Unkempt';
color:#000000;
font-size:4em;
font-weight:normal;
letter-spacing:18px;
}
h2 a{
font-family:'Unkempt';
color:#000000;
font-size:2em;
font-weight:normal;
letter-spacing:18px;
display:block;
}
h2 a:hover{
color:orange;
}
h5{
	height:0px;
	overflow:hidden;
	position:absolute;
	width:0px;
font-family:'Unkempt', serif;
color:#000000;
}
body .header{
margin:50px 0px 10px 50px;
padding:0 0 50px 0px;
}
body #main{
margin:0;
}
body #main h3{
margin-bottom:40px;
font-family:'Unkempt';
}
body .article{

margin-bottom:0px;
}
body .article h2{
font-family:'Unkempt';
}
body #sub{
margin:0px 0px 30px 0px;
padding-left:50px;
padding-top:15px;
}

#jkl{
position:fixed;
top:20px;
right:20px;
}
body #sub .section{
margin:0px 0px 30px 0px;
}
.time{
letter-spacing:3px;
}
#sub h2{
margin:0 0 5px;
letter-spacing:6px;
}

h3 a{
font-size:114%;
color:#615a54;
font-weight:normal;
}

.m_b5{
margin-bottom:5px;
}
.m_b10{
margin-bottom:10px;
}
.m_t10{
margin-top:10px;
}
.m_b15{
margin-bottom:15px;
}
.m_b20{
margin-bottom:20px;
}
.m_t20{
margin-top:20px;
}
.m_b30{
margin-bottom:30px;
}
.m_b40{
margin-bottom:40px;
}
.m_b50{
margin-bottom:50px;
}
.m_b100{
margin-bottom:100px;
}

/*======================================

	1-1.Yahoo UI Library Fonts CSS
	http://developer.yahoo.com/yui/fonts/
	*Copyright (c) 2006, Yahoo! Inc. All rights reserved.
	*http://developer.yahoo.com/yui/license.txt

	Font-size Adjustment
	
	77% = 10px	| 	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|

=======================================*/

body{font-size:14px;*font-size:small;*font:x-small;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
select, input, textarea {font-size:99%;}
table {font-size:inherit;font:100%;}
/*======================================
	1-2.Universal selector
=======================================*/

* {line-height: 2.1;font-weight: normal;font-style: normal;letter-spacing:1px;}

/*--------------------------------------------------
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
---------------------------------------------------*/

body{
font-family:'Unkempt','メイリオ',Meiryo,'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;color:#ccc;font-size:85%;}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section, menu,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
}


article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
	vertical-align:middle;
}
ol,ul{  
    list-style:none;  
}  
