@charset "UTF-8";

/*
Theme Name:vol2
Theme URI:http://blog.yanmaa.com/
Description:Theme for yan plus Impact vol2.
Author:yan
*/

@import url('public.css');
@import url('post.css');
@import url('side_left.css');

body{
	font-family:MeiryoKe_PGothic,MeiryoKe_UIGothic, 'メイリオ', 'Meiryo',"MS UI Gothic", 'lucida sans unicode', 'lucida grande', verdana, 'trebuchet ms', sans-serif;
	font-size:12px;
	margin:0 auto;
	padding:0 ;
}

.c_both{
	clear:both;
}

a{
	color:#990000;
	text-decoration:underline;
}

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