@charset "utf-8";
/* CSS Document */

*{ padding:0px; margin:0px;}
body { font-family:Tahoma, Helvetica, sans-serif; font-size:12px; line-height:120%;}
a { text-decoration:none; color:#333333;}
a:hover { text-decoration:underline; color:#0000FF;}
#pah_all {width:900px; margin:auto;}
#pah_header { height:110px; background:url(../images/bg_header.jpg) no-repeat right;}
#pah_header h1 { font-size:24px; padding-top:20px;}
#pah_header h1 a { text-decoration:none; }
#pah_header h1 a:hover { text-decoration:none; }
#pah_header h2 {font-size:20px; color:#999999; margin-top:10px;}
#pah_content { }
#pah_content_left { width:690px; float:left; padding:5px;}
#pah_content_left h2 {font-size:16px;}
#pah_content_left .main_content { width:318px; border:1px dotted #CCCCCC; float:left; margin: 5px; height:150px; padding:5px;}
#pah_content_left .main_content img { float:left; margin-right:5px; margin-top:5px;}
#pah_content_left .main_content h3 { font-size:14px; margin-bottom:5px;}
#pah_content_right { width:180px; float:right; text-align:center;}
#pah_content_right h4 { margin-top:10px; text-transform:uppercase; font-size:15px;}
#pah_footer { text-align:center; font-size:12px; line-height:180%;}


.pah_clear { clear:both;}
